@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;
}

/* タイトル
----------------------------------------*/
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.title-banner {
  position: relative;
  margin: 0 auto;
  background: url(/static/images/seihin_joho/chrome_book/title_bg.jpg) repeat-x 0 0;
}

p.title-banner {
  width: 980px;
  margin: 0 auto;
}

/* リード文 */
div#read {
  font-size: 0.95em;
  width: 850px;
  margin: 0 auto 20px;
  padding: 0 30px;
  line-height: 1.7;
}

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

/* メニュー */
div#menu {
  width: 980px;
  margin: 60px auto 20px;
}

div#menu h2 {
  font-size: 1.5em;
  padding: 0 0 0 65px;
  margin: 0 0 16px;
}

div#menu a {
  display: block;
  float: left;
  background: url(/static/images/seihin_joho/chrome_book/yaji_down_pc.png) no-repeat 50% 93%;
  width: 150px;
  padding: 1% 0 3.5%;
  color: #333333;
}

div#menu-inner {
  width: 835px;
  margin: 0 auto;
}

div#menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div#menu a:hover img {
  opacity: 1 !important;
}

div#menu a img {
  display: block;
  margin: 0 auto 16px;
  width: 65%;
}

div#menu a span {
  display: block;
  text-align: center;
}

div#menu a:nth-of-type(1) {
  border: 4px solid #3BBFBA;
}

div#menu a:nth-of-type(2) {
  border: 4px solid #FF93A5;
}

div#menu a:nth-of-type(3) {
  border: 4px solid #FFAD00;
}

div#menu a:nth-of-type(4) {
  border: 4px solid #88C304;
}

div#menu a:nth-of-type(5) {
  border: 4px solid #38C5FF;
}

div#menu a:nth-of-type(1),
div#menu a:nth-of-type(2),
div#menu a:nth-of-type(3),
div#menu a:nth-of-type(4) {
  margin: 0 10px 0 0;
}

/* 製品一覧 */
div#detail-area div#protect {
  background-color: #D8F2F1;
  margin: 40px 0 0;
  padding: 30px 0;
}

div#detail-area div#connect {
  background-color: #FFE9ED;
  margin: 0;
  padding: 45px 0 30px;
}

div#detail-area div#input {
  background-color: #FFEFCC;
  margin: 0;
  padding: 40px 0 30px;
}

div#detail-area div#charge {
  background-color: #E7F3CD;
  margin: 0;
  padding: 40px 0 30px;
}

div#detail-area div#security {
  background-color: #D7F3FF;
  margin: 0;
  padding: 40px 0 30px;
}

div#detail-area h3 {
  font-size: 2.1em;
  font-weight: normal;
  text-align: center;
}

div#detail-area h3 img {
  width: 100px;
}

/* 各製品エリアのアイキャッチ */
div#protect h3 img {
  vertical-align: -15px;
  margin: 0;
}

div#connect h3 img {
  vertical-align: -20px;
  margin: 0 15px 0 0;
}

div#input h3 img {
  vertical-align: -20px;
  margin: 0;
}

div#charge h3 img {
  vertical-align: -20px;
  margin: 0;
}

div#security h3 img {
  vertical-align: -20px;
  margin: 0 12px 0 0;
}

div#detail-area p.detail-comment {
  font-size: 0.95em;
  text-align: center;
  line-height: 1.5;
  margin: 17px 0 36px;
}

/* 製品一覧内容 */
div.detail-inner {
  width: 980px;
  margin: 0 auto;
}

div.detail-cont {
  background-color: #FFFFFF;
  padding: 22px 20px 22px 22px;
  width: 793px;
  margin: 0 auto 20px;
  position: relative;
}

div#detail-area div.detail_left {
  float: left;
  width: 250px;
}

div#detail-area div.detail_left a img {
  width: 300px;
}

div#detail-area div.detail_right {
  float: right;
  width: 455px;
}

div#detail-area div.detail_right h4 {
  font-size: 1.45em;
  margin-bottom: 19px;
  line-height: 1.3;
}

div#detail-area div.detail_right a.product_link {
  font-weight: bold;
  font-size: 1rem;
}

div#detail-area div.detail_right a.product_link img {
  vertical-align: 0;
  margin-right: 3px;
}

div#detail-area div.detail_right p.price {
  margin-top: 5px;
  font-size: 0.95em;
}

div#detail-area div.detail_right p.detail_note {
  font-size: 0.85rem;
  line-height: 1.7;
  margin-top: 20px;
}

div#detail-area div.detail_right p.detail_note span {
  color: #FF0000;
  display: block;
  text-indent: -1em;
  margin: 0.2em 0 0 1em;
  font-size: 0.93em;
}

div#detail-area div.detail_right p.product_list_outer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-top: 30px;
  padding-left: 148px;
}

div#detail-area div.detail_right a.product_list {
  border: 1px solid #0675ce;
  display: block;
  font-size: 0.8rem;
  padding: 12px 10px 10px;
  text-align: center;
  width: 265px;
}

div#detail-area div.detail_right a.product_list:hover {
  background-color: #EEEEEE;
  text-decoration: none;
  color: #1C64B3;
}

div#detail-area div.detail_right a.product_list img {
  margin-left: 6px;
  vertical-align: 0;
}

div #relation-outer {
  width: 100%;
  margin: 0 0 5%;
}

div .relation {
  width: 980px;
  margin: 100px auto 0;
}

.relation h3 {
  font-size: 1.6em;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  background-color: #004DA2;
}

.relation img {
  width: 230px;
  height: 153px;
  margin: 20px 15px 0 0;
}

.link-img li {
  display: inline;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

/* 注意事項 */
p.att {
  width: 820px;
  margin: 8px auto 0;
  font-size: 0.8rem;
}

/* バナーエリア */
div.banner {
  width: 980px;
  text-align: center;
  margin: 40px auto 0;
}
