@charset "UTF-8";
@import url(apron_common.css);
/*--------------------------------------
　OAエプロン　CSS
---------------------------------------*/
/*-------------------------
メインタイトル
--------------------------*/
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
}

body.mac #mainContainer {
  font-size: 16px;
}

#container {
  width: 980px;
}

#mainContainer {
  width: 814px;
  float: right;
}

#mainContainer a {
  font-weight: bold;
}

/* タイトル
-------------------------------*/
#wrap-container #container h1 {
  margin: 0px 0px 12px 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 28px;
}

/* タイトルバナー
-------------------------------*/
.title-banner {
  margin: 0 0 14px 0;
}

/* メイン枠
---------------------------*/
#main-contents {
  float: right;
  width: 814px;
}

#contentsMenu {
  margin: 0 0 0px 0;
}

#contentsMenu p {
  margin: 15px 0 0 0;
  clear: both;
}

#contentsMenu div {
  padding: 10px 0 2px 0;
  background: #dcdedd;
}

#contentsMenu ul {
  margin: 0 0 0 14px;
}

#contentsMenu ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#contentsMenu ul li {
  float: left;
  margin: 0 7px 0 0;
  padding: 0 0 8px 0;
}

#contentsMenu ul li#but3 {
  margin: 0;
}

#main-contents h3 {
  width: 814px;
  height: 40px;
  margin: 0 0 15px 0;
  text-indent: 35px;
  line-height: 37px;
  clear: both;
}

.items {
  margin: 18px 0px 40px 0px;
  border-left: 2px solid #8D9AA2;
  clear: both;
}

.items h4 {
  margin: 0px 0px 12px 0px;
  padding: 4px 15px 4px 18px;
  background: #eeeeee;
  font-size: 0.95em;
  line-height: 1.4;
  font-weight: normal;
}

/*--------------------------------------
　バナー部分
---------------------------------------*/
#bannerStyle {
  float: right;
  padding-top: 8px;
}

#bannerStyle img {
  margin-left: 7px;
}

/* タイトルバナー
-------------------------------*/
#buttonLeft a {
  background: url(../images/apron/btn_oneSheet.jpg) no-repeat 0 0;
  display: block;
  width: 349px;
  height: 82px;
  padding-left: 40px;
  padding-top: 12px;
}

#buttonLeft a:hover {
  background: url(../images/apron/btn_oneSheet.jpg) no-repeat 0 0;
  display: block;
  width: 349px;
  height: 82px;
  padding-left: 40px;
  padding-top: 12px;
  text-decoration: none;
  opacity: 0.6;
}

#buttonLeft a:hover {
  background: url(../images/apron/btn_oneSheet.jpg) no-repeat 0 0;
  display: block;
  width: 349px;
  height: 82px;
  padding-left: 40px;
  padding-top: 12px;
  text-decoration: none;
  opacity: 0.6;
}

#buttonRight a {
  background: url(../images/apron/btn_twoSheet.jpg) no-repeat 0 0;
  display: block;
  width: 349px;
  height: 82px;
  padding-left: 40px;
  padding-top: 12px;
}

#buttonRight a:hover {
  background: url(../images/apron/btn_twoSheet.jpg) no-repeat 0 0;
  display: block;
  width: 349px;
  height: 82px;
  padding-left: 40px;
  padding-top: 12px;
  text-decoration: none;
  opacity: 0.7;
}

#buttonLeft a .title, #buttonRight a .title {
  display: block;
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 8px;
  color: #263A77;
}

#buttonLeft a:hover .title, #buttonRight a:hover .title {
  display: block;
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 8px;
  color: #263A77;
}

#buttonLeft a .note, #buttonRight a .note {
  display: block;
  font-weight: normal;
  font-size: 0.95em;
  line-height: 1.2;
  color: #5E5E5E;
}

#buttonLeft a:hover .note, #buttonRight a:hover .note {
  display: block;
  font-weight: normal;
  font-size: 0.95em;
  line-height: 1.2;
  color: #5E5E5E;
}

/*--------------------------------------
　各タイトル部分
---------------------------------------*/
.cateTitle:before {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#oneSheetTitle {
  background: url(../images/apron/bnr_oneSheet.jpg) no-repeat 0 0;
  width: 757px;
  height: 74px;
  margin-top: 30px;
  padding-left: 57px;
  padding-top: 32px;
}

#twoSheetTitle {
  background: url(../images/apron/bnr_twoSheet.jpg) no-repeat 0 0;
  width: 757px;
  height: 74px;
  padding-left: 57px;
  padding-top: 39px;
}

#oneSheetTitle .ttl, #twoSheetTitle .ttl {
  display: block;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 8px;
  color: #263A77;
}

#oneSheetTitle .ttlnote, #twoSheetTitle .ttlnote {
  display: block;
  font-weight: normal;
  font-size: 0.95em;
  line-height: 1.2;
  color: #5E5E5E;
}

#oneSheetTitle .ttlnote {
  margin-left: 3px;
}

#twoSheetTitle .ttlnote {
  margin-left: 1px;
}

/*--------------------------------------
　カテゴリ部分
---------------------------------------*/
.cateTitle img {
  margin-top: 24px;
}

/* ボックス
---------------------------*/
.box {
  margin: 0 0 0 20px;
  padding: 0 0 10px 0;
}

.boxinner_left {
  float: left;
  width: 417px;
}

.bIcon_left {
  padding: 10px 0 8px 0;
}

.bIcon_left ul li {
  display: inline;
  font-size: 0.8em;
  line-height: 140%;
}

.box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.box .typeImg {
  position: relative;
}

.box .typeDetail {
  float: left;
  padding: 0 0 0 10px;
  width: 363px;
}

.box .typeDetail .bTitle {
  border-left: 4px solid #3358a9;
  padding: 0 0 0 5px;
  margin: 0 0 8px 0;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 110%;
}

.box .typeDetail .bPrice {
  margin-top: 4px;
  font-size: 0.75em;
  line-height: 140%;
  margin-bottom: 12px;
}

.box .typeImg .imgBdr {
  border: 1px solid #cccccc;
  margin-right: 5px;
  width: 198px;
}

.imgBdr {
  border: 1px solid #cccccc;
  margin-right: 5px;
}

.box .typeDetail .bSyohin {
  line-height: 120%;
}

.box .typeDetail .bSyohin span {
  line-height: 120%;
  font-size: 0.8em;
  padding: 0 0 0 8px;
}

.box .typeDetail .bSyohin a {
  background: url(/static/images/product/ya.gif) no-repeat 0px 3px;
  padding: 0 0 0 15px;
  font-size: 0.85em;
  font-weight: bold;
}

body.mac .box .typeDetail .bSyohin a {
  background: url(/static/images/product/ya.gif) no-repeat 0px 2px;
  padding: 0 0 0 15px;
  font-size: 0.85em;
  font-weight: bold;
}

.box .typeDetail .bIcon {
  margin-top: 7px;
}

.box .typeDetail .bTxt {
  font-size: 0.8em;
  margin: 0 0 6px 0;
  line-height: 140%;
  padding-right: 0 !important;
}

.box .typeDetail ul {
  font-size: 0.75em;
}

.box .typeDetail ul li {
  display: inline;
  line-height: 140%;
}

.box .typeDetail ul li.fewLine2 {
  text-indent: -14px;
  margin: 0 0 0 14px;
}

.box .typeDetail ul li.atnTxt {
  color: #fe1515;
}

.box .typeDetail ul li.shield {
  display: inline-block;
  vertical-align: top;
}

.box .typeDetail ul li.shield + li {
  margin-left: -74px;
}

.box .typeDetail ul li span.txtBlue {
  color: #00a3d8;
}

body.mac .box .typeDetail ul li span.txtBlue {
  color: #00a3d8;
  /*	letter-spacing:-0.08em;*/
}

.box .bdrbttm {
  clear: both;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 20px 0 !important;
  padding: 0 0 10px 0;
}

/*--------------------------------------
　表（生地情報）
---------------------------------------*/
div.hyo {
  margin: 3% 0 0;
}

div.hyo table {
  border: 1px solid #EB67A1;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-size: 0.75em;
  font-weight: bold;
}

body.ie div.hyo table {
  border: 1px solid #EB67A1;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-size: 0.75em;
  font-weight: bold;
}

div.hyo table th {
  border-bottom: 1px solid #EB67A1;
  background-color: #FFF1EE;
  color: #EB67A1;
  padding: 1.5%;
  width: 17%;
}

div.hyo table td {
  border-bottom: 1px solid #EB67A1;
  background-color: #FFFFFF;
  color: #939393;
  padding: 1.5%;
  width: 20%;
}

div.hyo table td.active {
  background-color: #E968A1;
  color: #FFFFFF;
}

div.hyo table td.active.bw {
  background-color: #E968A1;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

table th + th,
table td {
  border-left: 1px solid #EB67A1;
}

table tr:last-child th,
table tr:last-child td {
  border-bottom: none;
}

/*-------------------------
電界波、OAエプロンの特長はこちら
--------------------------*/
.oaapron_cnt {
  margin-top: 52px;
}

.oaapron {
  width: 814px;
  height: 322px;
  background: url(/static/images/product/acc/back_oa.gif) no-repeat top left;
}

.oaapron p.head {
  font-weight: bold;
  padding-top: 60px;
  padding-left: 21px;
  line-height: 140%;
}

.letter_spacing_1 {
  letter-spacing: 1px;
}

.letter_spacing_2 {
  letter-spacing: 2px;
}

.oaapron p.text {
  padding-top: 5px;
  font-size: 0.75em;
  line-height: 140%;
  padding-left: 21px;
}

body.mac .oaapron p.attention {
  padding-top: 10px;
  color: red;
  font-size: 0.75em;
  line-height: 140%;
  text-indent: -0.8em;
  padding-left: 31px;
}

.oaapron p.attention {
  padding-top: 10px;
  color: red;
  font-size: 0.75em;
  line-height: 140%;
  text-indent: -1em;
  padding-left: 33px;
}

.type {
  height: 470px;
  background: url(/static/images/product/acc/back_type.gif) no-repeat top left;
}

.type img.icon {
  margin-top: 12px;
  margin-left: 15px;
}

.type p {
  padding-top: 3px;
  line-height: 140%;
}

body.mac .type p.text {
  text-indent: -0.6em;
  padding-left: 8px;
}

.type p.text {
  text-indent: -1em;
  padding-left: 13px;
}

.type p.head {
  font-weight: bold;
  padding-top: 10px;
}

.type p.attention {
  padding-top: 12px;
  color: red;
}

.type_one {
  float: left;
  padding-left: 35px;
  padding-top: 15px;
  width: 352px;
  font-size: 0.75em;
}

.type_two {
  float: left;
  padding-top: 15px;
  font-size: 0.75em;
  padding-left: 38px;
  padding-bottom: 10px;
  width: 350px;
}

.denkai {
  clear: both;
  font-size: 0.75em;
  border-top: 1px dotted #aaaca7;
  margin-left: 25px;
  width: 764px;
}

.denkai p.attention {
  margin-bottom: 2px;
}

.denkai p {
  padding-left: 20px;
}

body.mac .denkai p.text {
  padding-left: 27px;
}

.denkai p.text {
  padding-left: 33px;
}

.naire {
  height: 60px;
  background: url(/static/images/product/acc/back_naire01.gif) no-repeat top left;
  margin-top: 30px;
}

.naire img {
  margin-top: 17px;
  margin-right: 48px;
}

.naire_inner {
  background: url(/static/images/product/acc/back_naire02.jpg) no-repeat top left;
  height: 84px;
  padding-top: 220px;
  font-size: 0.8em;
  line-height: 140%;
  padding-left: 20px;
}

.naire_inner p {
  color: #105294;
}

body.mac .naire_inner p.text {
  color: #105294;
  text-indent: -0.9em;
  padding-left: 11px;
}

.naire_inner p.text {
  color: #105294;
  text-indent: -1.1em;
  padding-left: 15px;
}
