/*--------------------------------------------------------------------------*/
/*- htmlタグの設定                                                         -*/
/*--------------------------------------------------------------------------*/
html {
	margin: 0px;
	padding: 0px;
	color: #333333;
	height: 100%;
}
/*--------------------------------------------------------------------------*/
/*- bodyタグの設定                                                         -*/
/*--------------------------------------------------------------------------*/
body {
	margin: 0px;
	height: 100%;
	background-color: #fff;
	font-size: 14px;
	line-height:150%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	min-width: 800px;
}

/*--------------------------------------------------------------------------*/
/*- formの設定                                                             -*/
/*--------------------------------------------------------------------------*/
form {
}
/*--------------------------------------------------------------------------*/
/*- テーブルの設定                                                         -*/
/*--------------------------------------------------------------------------*/
td{
  line-height:150%;
}
ul {
  margin:0;
  margin-left:30px;
  padding: 0px;
  list-style-type: circle;
}
/*--------------------------------------------------------------------------*/
/*- 文字色                                                                 -*/
/*--------------------------------------------------------------------------*/
.f-asterisk{
	color:#36C;
}

.f-required{
	color:#f00;
}

/*--------------------------------------------------------------------------*/
/*- ヘッダー                                                               -*/
/*--------------------------------------------------------------------------*/
.header{
	padding:15px;
	color:#333;

	border-bottom: 10px solid #66CCFF;
	background-color:#fff;

/*
	border-bottom: 1px solid #ACE4FF;

	border-bottom: 1px solid #ccc;
  */
}
#header_tool{
  text-align:right;
}
#header_tool > a img{
  border-style:none;
}
.header img {
    left: 10;
    position: absolute;
    top: 10;
}
.header h1 {
    margin-left: 75px;
    top: 0;
}
.header p{
	margin:0px 0px 0px 75px;
	padding:0px;
	color:#777;
}
/*--------------------------------------------------------------------------*/
/*- copyright                                                              -*/
/*--------------------------------------------------------------------------*/
.copyright{
	padding:10px;
	color:#999;
	font-size:10px;
	text-align:center;
}

/*--------------------------------------------------------------------------*/
/*- 本文                                                                   -*/
/*--------------------------------------------------------------------------*/
.manual-body{
	padding:20px;
	background-color:#E6F2FF;
}
.manual-body-in{
	padding:20px;
	background-color:#fff;
	border: 1px solid #CAE3FF;
	-moz-border-radius: 				.6em;
	-webkit-border-radius: 				.6em;
	border-radius: 						.6em;
}

/*--------------------------------------------------------------------------*/
/*- タイトル                                                               -*/
/*--------------------------------------------------------------------------*/
h1{
	margin:0px;
	padding:10px;
	padding-left:0px;
	padding-top:5px;
	font-size:24px;
	color:#444;
/*
	color:#369;
  */
}
h2{
	margin:0px;
	padding:5px;
	padding-left:0px;
	font-size:15px;
	border-bottom: 1px dotted #666;
	color:#444;
/*
	color:#369;
	border-bottom: 3px solid #B3D9FF;
  */
}
h3{
	margin:0px;
	padding:0px;
}
/*--------------------------------------------------------------------------*/
/*- 許諾                                                                   -*/
/*--------------------------------------------------------------------------*/
.b-title {
    font-size: 16px;
    font-weight: 700;
}
/*--------------------------------------------------------------------------*/
/*- リスト                                                                 -*/
/*--------------------------------------------------------------------------*/
.list-1{
	list-style:decimal;
	margin:0px;
	margin-left:30px;
	padding:0px;
}
.list-1 li{
	margin:0px;
	padding:0px;
}


.h-imgs {
  white-space: nowrap;
}
.h-imgs  img {
  vertical-align:top;
}

/*--------------------------------------------------------------------------*/
/*- インストール
/*--------------------------------------------------------------------------*/
/**
 * element
 */
.btn {
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn:hover {
    opacity: .6;
  }
  .btn + .btn {
    margin-left: 10px;
  }
.btn-primary {
  background-color: #3450a3;
  color: #fff;
}
.btn-lg {
  border-radius: 6px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.33333;
  padding: 10px 16px;
}

.licenseview {
  width: 700px;
  height: 300px;
  overflow: auto;
  border: #ccc 1px solid;
}

/**
 * block
 */
.b-dl-content {
  width: 700px;
}

.b-dl-chart {
  width: 678px;
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
  border-radius: 0 0 4px 4px;
}

.b-agree {
  margin: 20px;
  text-align: center;
}

.b-btnarea {
  margin: 10px 10px;
  text-align: center;
}


/**
 * component
 */
.c-nav-tab {
  border-bottom: 1px solid #ddd;
  list-style: outside none none;
  margin: 0;
  display: table;
  }
  .c-nav-tab > li {
    float: left;
    margin-bottom: -1px;
    display: block;
    position: relative;
    width: 350px;
    font-size: 18px;
    font-weight: 900;
    }
    .c-nav-tab > li > a {
      display: block;
      padding: 10px 15px;
      position: relative;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
      line-height: 1.42857;
/*      margin-right: 2px;*/
      text-align: center;
      text-decoration: none;
      }
      .c-nav-tab > li > a:hover,
      .c-nav-tab > li > a:focus {
        background-color: #eee;
        text-decoration: none;
      }
    .c-nav-tab > li.is-active > a,
    .c-nav-tab > li.is-active > a:hover,
    .c-nav-tab > li.is-active > a:focus {
      background-color: #fff;
      border-color: #ddd #ddd transparent;
      border-image: none;
      border-style: solid;
      border-width: 1px;
      color: #555;
      cursor: default;
    }

/**
 * utility
 */
.text-lg {
  font-size: 18px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}





