@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h4, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

/* コンテナ
----------------------------------------*/
div#wrap-container {
  padding: 0;
  width: 100%;
}

div#container {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin: 0 0 80px;
}

/* SP非表示
----------------------------------------*/
.sp {
  display: none;
}

/* ボックスの外枠
----------------------------------------*/
div.outer-box {
  width: 980px;
  margin: 0 auto;
}

/* タイトル
----------------------------------------*/
span.space {
  margin-left: 1em;
}

#container h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 auto 20px;
  padding-bottom: 0;
  width: 980px;
}

/* リード文 */
div#read {
  font-size: 1em;
  margin: 3% auto 5%;
  padding: 0 3%;
  line-height: 1.7;
}

div#read strong {
  display: block;
  font-size: 1.5em;
}

/* ダウンロードリンク */
p.download-link {
  text-align: center;
  margin: 0 0 2%;
}

/* ソフトウェア画面 */
div#use-image {
  background-color: #EEEEEE;
  padding: 5% 3%;
}

div#use-image h2 {
  background-color: #6BB347;
  border-radius: 0.2em;
  font-size: 1.25em;
  text-align: center;
  color: #FFFFFF;
  padding: 1.8% 0 1.3%;
}

img.soft-disp {
  display: block;
  margin: 2% auto 9%;
}

div.use-cont ul {
  width: 802px;
  margin: 2% auto 0;
}

div.use-cont ul li {
  width: 32%;
  float: left;
  margin: 0 1.8% 0 0;
}

div.use-cont ul li span {
  display: block;
  text-align: center;
  margin: 5% 0 0;
}

div.use-cont ul li:nth-of-type(3) {
  margin: 0;
}

p.wariate-att {
  font-size: 0.9em;
  line-height: 1.4;
  text-indent: -1em;
  margin: 2.2% 0 0 1em;
  padding: 0 0 0 3.5%;
}

/* 割り当て機能一覧 */
div#function {
  margin: 12% 0 15%;
}

div#function h2 {
  background-color: #6BB347;
  font-size: 1.6em;
  text-align: center;
  color: #FFFFFF;
  padding: 2.2% 0 1.6%;
}

div.function-outer {
  margin: 3% 0 0;
}

div#function table {
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-collapse: collapse;
}

div#function-l {
  float: left;
  width: 49.5%;
}

div#function-r {
  float: right;
  width: 49.5%;
}

div#function-l tr th,
div#function-r tr th {
  background-color: #76B1CF;
  color: #FFFFFF;
  font-size: 1.15em;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 2.2em;
}

div#function-l tr td,
div#function-r tr td {
  font-size: 0.9em;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 3.55em;
}

div#function-l tr td:nth-of-type(1),
div#function-r tr td:nth-of-type(1) {
  background-color: #E1F5FE;
  text-align: center;
  width: 41%;
}

div#function-l tr td:nth-of-type(2),
div#function-r tr td:nth-of-type(2) {
  width: 59%;
  padding: 0 4%;
  line-height: 1.3;
}

/* 対応製品一覧 */
div#taiou h2 {
  background-color: #6BB347;
  font-size: 1.6em;
  text-align: center;
  color: #FFFFFF;
  padding: 2.2% 0 1.6%;
}

div.menu {
  text-align: center;
  margin: 3% 0 8%;
}

div.menu a {
  display: inline-block;
}

div.menu a img {
  width: 100%;
}

div#taiou div#bluetooth h3 {
  border-bottom: 2px solid #0175A8;
  font-size: 1.6em;
  color: #0175A8;
  padding: 0 0 0.5% 1%;
  margin: 0 0 3.5%;
}

div#taiou div#wireless h3 {
  border-bottom: 2px solid #AD0212;
  font-size: 1.6em;
  color: #AD0212;
  padding: 0 0 0.5% 1%;
  margin: 5% 0 3.5%;
}

div#taiou div#wired h3 {
  border-bottom: 2px solid #2F8034;
  font-size: 1.6em;
  color: #2F8034;
  padding: 0 0 0.5% 1%;
  margin: 5% 0 3.5%;
}

div#taiou div#combo h3 {
  border-bottom: 2px solid #954FBB;
  font-size: 1.6em;
  color: #954FBB;
  padding: 0 0 0.5% 1%;
  margin: 5% 0 3.5%;
}

div#taiou ul {
  padding: 0 1%;
}

div#taiou ul li {
  width: 23%;
  float: left;
  margin: 0 2.5% 6% 0;
}

div#taiou ul li a {
  display: block;
}

div#taiou ul li a:hover {
  opacity: 0.6;
}

div#taiou ul li a:hover img {
  opacity: 1 !important;
}

div#taiou ul li:nth-of-type(4n) {
  margin: 0 0 5%;
}

div#taiou ul li img.product {
  width: 100%;
  border: 1px solid #CFCFCF;
  margin: 4% 0 3%;
}

span.icon {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 3.5% 0 3%;
  border-radius: 0.35em;
  width: 28%;
}

span.small {
  background-color: #FFDF63;
}

span.mid {
  background-color: #A6D73D;
}

span.large {
  background-color: #39C6A6;
}

span.hinban {
  display: block;
  padding: 0 0 0 3%;
  font-size: 1.05em;
  font-weight: bold;
}

span.hinban img {
  vertical-align: -1px;
  margin: 0 1% 0 0;
}

/* 対応OS */
div#os {
  margin: 11% 0 11%;
}

div#os h2 {
  background-color: #6BB347;
  font-size: 1.6em;
  text-align: center;
  color: #FFFFFF;
  padding: 2.2% 0 1.6%;
}

div#os p {
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
  margin: 2.5% 0 0;
}

/* ソフトダウンロードリンク（下側） */
div.banner {
  background-color: #E5E5E5;
  padding: 8.5% 0;
  margin: 12% 0 6%;
}
