@charset "UTF-8";
/*-------------------------
高さ変更コード
--------------------------*/
#container p.cord {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0077bd;
}

/*-------------------------
メインタイトル
--------------------------*/
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 0 0 25px;
  padding-bottom: 3px;
}

/*-------------------------
フォントサイズ
--------------------------*/
.font13 {
  font-size: 13px;
}

.font12 {
  font-size: 12px;
}

.font11 {
  font-size: 11px;
}

.font10 {
  font-size: 10px;
}

.font80 {
  font-size: 80%;
  padding: 4px;
}

.font85 {
  font-size: 85%;
}

.font90 {
  font-size: 90%;
}

/*-------------------------
その他リンク
--------------------------*/
.linkOthers {
  font-size: 0.75em;
  line-height: 1.4em;
}

/*-------------------------
メニュー
--------------------------*/
#medesk-menu {
  margin: 4px 10px 10px 10px;
  width: 716px;
}

#medesk-s-menu {
  margin: 10px 0px 0px 0px;
  width: 736px;
  height: 90px;
  background-image: url("/static/images/seihin_joho/medesk/menu_s_bg.jpg");
}

.medesk-midashi {
  margin: 0px 0px 8px 0px;
}

/*-------------------------
見出し
--------------------------*/
.midashi01 {
  color: #0066CC;
  font-weight: bold;
  font-size: 80%;
}

.midashi02 {
  background-color: #049ED9;
  color: #FFFFFF;
  font-weight: bold;
}

/*-------------------------
オプション一覧フォントサイズ
--------------------------*/
.option-list {
  width: 736px;
}

.option-list th {
  font-size: 12px;
}

.option-list p {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

.option-list a {
  font-weight: bold;
}

.option-list .comment {
  font-size: 0.7em;
}

/*-------------------------
フォント色
--------------------------*/
.fnt-red {
  color: #FF0000;
}

.fnt-blue {
  color: #0099FF;
  font-size: 11px;
}

/*-------------------------
ラインナップ
--------------------------*/
.list-bg-b {
  background-color: #E1E1FF;
}

.list-bg-w {
  background-color: #FFFFFF;
}

.list-bg-g {
  background-color: #EAEAEA;
}

.list-bg-dg {
  color: #FFFFFF;
  background-color: #333333;
}

.list-bg-gr {
  background-color: #CFF7CC;
}

.list-bg-or {
  background-color: #FFEEAA;
}

/*-------------------------
デスクバリエーション
--------------------------*/
.desk-variation {
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
}

.desk-variation a {
  font-weight: bold;
}

/*-------------------------
寸法図サイズ
--------------------------*/
.sz-variation {
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
}

/*-------------------------
共通基本仕様
--------------------------*/
.common_sp {
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 16px 0 0 0;
}

/*-------------------------
オプション一覧フォントサイズ
--------------------------*/
.frame {
  border: 1px #666 solid;
}

/*画像リンク*/
.ctg {
  font-size: 0.8em;
  line-height: 1.3em;
}

.ctg_atn {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #0099FF;
}

.ctg a {
  font-weight: bold;
}

.ctg a img {
  border: 1px solid #FFFFFF;
}

.ctg a:hover img {
  border: 1px solid #FF0000;
}

.spc_opt {
  font-size: 0.8em;
  line-height: 1.2em;
}

/*「種類とラインナップ」横のリンクのフォントサイズ*/
.text01 {
  font-size: 0.7em;
}

/*注意書きのフォントサイズ*/
.text02 {
  font-size: 0.7em;
  line-height: 1.2em;
  color: #0066FF;
}

/*図の番号のフォントサイズ*/
.text03 {
  font-size: 0.8em;
  font-weight: bold;
}

/*デスク価格のフォントサイズ*/
.text04 {
  font-size: 0.9em;
  font-weight: normal;
}

.text05 {
  font-size: 0.8em;
  font-weight: normal;
}

/*線関連*/
table.line_top_tab {
  border: 2px solid #666666;
  border-left-style: none;
  border-right-style: none;
  font-size: 0.8em;
  line-height: 1.3em;
}

.line_top_tab1 {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #666666;
  padding: 3px;
}

.line_top_tab2 {
  border: none;
  padding: 3px;
}

.line_top_tab3 {
  border-top: 1px dashed #666666;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 3px;
}

/*table.line_top_tab th, table.line_top_tab td {
	border: 1px dashed #666666;
	border-left-style: none;
	border-right-style: none;
	vertical-align: baseline;
	padding: 3px;
}*/
.line_right {
  border-right: 1px dotted #666666;
}

.line_top {
  border-top: 1px dotted #666666;
}

.line_left {
  border-left: 1px dotted #666666;
}

.line_bottom {
  border-bottom: 1px dotted #666666;
}

.line_left_bottom {
  border-left: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
}

/*左の画像の位置*/
.photo01 {
  padding: 0em 1em 1em 0em;
}

/*右の画像の位置*/
.photo02 {
  padding: 0em 0em 1em 1em;
}

form {
  vertical-align: baseline;
  margin: 0px;
}

.semi-order {
  border: 1px solid #666666;
  background-color: #FFFFDD;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 10px;
}

/*-------------------------
組み合わせ例
--------------------------*/
#set_pattern {
  margin: 0px 0px 16px 0px;
  font-size: 12px;
}

#set_pattern a {
  font-weight: bold;
}

/*-------------------------
共通仕様
--------------------------*/
#common_sp {
  width: 700px;
  border: solid 1px #0ab7ef;
  background-color: #fff;
  text-align: left;
  margin: 4.5% auto 7%;
}

.midashi2 {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0ab7ef;
}

#common_sp ul {
  margin: 12px 12px 12px 0px;
  list-style-type: none;
  font-weight: bold;
  line-height: 22px;
}

/*---------------------------
組み合わせ例
---------------------------*/
#set1, #set2 {
  position: relative;
}

.text-body {
  position: absolute;
  top: 25%;
  right: 0%;
  font-size: 0.95em;
}

.text-body a {
  font-weight: bold;
}

.text-body .parts {
  margin: 0 0 7%;
}

/*---------------------------
フロート解除
---------------------------*/
.clfx {
  display: block;
}

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

/*
  ファニチャー特注サービスリンク用
*/
.special_order_link1 {
  position: relative;
  width: 740px;
}

.special_order_link1_topspace {
  position: relative;
  width: 740px;
  margin: 15px 0 0 0;
}

.special_order_link2 {
  margin: 0;
}

.special_order_link3 {
  margin: 0;
  position: absolute;
  top: 95px;
  left: 18px;
}

.special_order_link4 {
  margin: 0;
  position: absolute;
  top: 95px;
  left: 145px;
}

/* 事例へのリンク */
#jirei_top {
  text-align: right;
  width: 740px;
  padding: 20px 0 10px;
}

#jirei {
  text-align: right;
  width: 740px;
  padding: 0 0 10px;
}

div.cable {
  background-color: #E5F7FB;
  padding: 0 2% 2%;
}

div.cable-inner {
  background-color: #FFFFFF;
}

p.inti {
  margin: 0 0 4%;
}

p.inti strong {
  background-color: #7E7E7E;
  color: #FFF;
  padding: 1.5%;
  display: inline-block;
  margin: 0 2% 0 0;
}

div.cable-inner ul {
  width: 90%;
  margin: 0 auto;
}

div.cable-inner li {
  float: left;
  width: 49%;
}

div.cable-inner li:nth-of-type(2) {
  margin: 0 0 0 2%;
}

div.cable-inner li span {
  display: block;
}

div.cable-inner li img {
  width: 100%;
}

dl.option-b {
  width: 49%;
  margin: 4% 0 0 5%;
}

dl.option-b dt {
  float: left;
  width: 33%;
}

dl.option-b dt img {
  width: 100%;
  border: 1px solid #CCCCCC;
}

dl.option-b dd {
  float: left;
  width: 58%;
  padding: 0 0 0 3%;
}

dl.option-b dd strong {
  display: block;
}

dl.option-b dd a {
  font-weight: bold;
}

dl.option-b dd a img {
  vertical-align: middle;
}

dl.option-b dd p.price {
  font-size: 1.05em;
}

dl.option-b dd p.price span:nth-of-type(1) {
  font-size: 0.9em;
}

dl.option-b dd p.note {
  font-size: 0.8em;
  letter-spacing: -0.04em;
}

p.rohs {
  background-color: #029846;
  color: #FCED04;
  padding: 1%;
  width: 35%;
  border-radius: 0.3em;
  text-align: center;
  font-weight: bold;
}

div.lancon {
  margin: 4% 0 0 5%;
  padding: 0 0 3%;
}

div.lancon-l, div.lancon-r {
  float: left;
  width: 44%;
}

div.lancon-l {
  padding: 0 6% 0 0;
}

dl.option-c {
  margin: 0 0 4%;
}

dl.option-c dt {
  float: left;
  width: 39%;
}

dl.option-c dt img {
  width: 100%;
  border: 1px solid #CCCCCC;
}

dl.option-c dd {
  float: left;
  width: 58%;
  padding: 0 0 0 3%;
}

dl.option-c dd strong {
  display: block;
}

dl.option-c dd a {
  font-weight: bold;
}

dl.option-c dd a img {
  vertical-align: middle;
}

dl.option-c dd p.price {
  font-size: 1.05em;
}

dl.option-c dd p.price span:nth-of-type(1) {
  font-size: 0.9em;
}

div.lancon p.note {
  font-size: 0.8em;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

div.lancon p.note.out {
  color: #FF0000;
}

hr {
  margin: 4% 5% 0%;
}
