@charset "utf-8";


/* formatting style
-------------------------------------------*/

* {
	font-style: normal;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
}

html { overflow-y:scroll; }/* Firefoxでも常にスクロールバーを表示させる */
body {
	font-family: "メイリオ","Meiryo", "Arial", "Helvetica", "sans-serif", 'Tahoma', 'MS UI Gothic', 'MS PGothic', 'Osaka',  "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 82%;
	line-height: 140%;
	color: #333;
}

/* link style
-------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #3C5967;
}
a:visited {
	color: #A2ADB3;
	text-decoration: underline;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
/*a:active {
	color: #000;
	position: relative;
	left: +1px;
	top: +1px;
	font-size: 10px;
}*/


/* ----------------------
 clearfix
--------------------- */

/* Firefox、Safari、Operaなどのモダンブラウザ用 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} 

/* IE7とMac版IE5対策用 */
.clearfix {
  display: inline-block;
} 

/*IE6以前向け*/ 
/* Hides from IE-mac \*/ 
* html .clearfix { 
  height: 1%;
} 

.clearfix { 
  display: block;
} 
/* End Hides from IE-mac \*/ 

.clear {
  clear: both;
}

/* basic layout
-------------------------------------------*/

div#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	position: relative;
}
#header_wrap {

}

div#header,div#main {
	width: 1000px;
	position: relative;
	clear: both;
}


/* ----------------------------------------------------------
┏┓
┗■ header
------------------------------------------------------------- */
/* header ---- ////////////////////////////////////////////// */
div#header_wrap {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #A2ACB5;
	height: 110px;
	width: 100%;
}

div#header {
	position: relative;
	height: 110px;
	margin: 0px auto;
}
div#main {
	margin: 0px;
	padding: 0px;
	height: 200px;
}

.logo {
	position: absolute;
	top: 4px;
}
.tel {
	position: absolute;
	left: 750px;
	top: 4px;
}
.btn_order {
	position: absolute;
	left: 750px;
	top: 76px;
}
.btn_otoiawase {
	position: absolute;
	left: 850px;
	top: 76px;
}
/* contents
-------------------------------------------*/
#contents_wrap {
	width: 1000px;
}

/* gnavi
-------------------------------------------*/

div#gnavi {
	height: 80px;
	position: relative;
	clear: both;
	margin-bottom: 40px;
}
#gnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gnavi ul li {
	float: left;
	line-height: 1;
}

#gnavi li a img {
	width: 250px;
}

/* right
-------------------------------------------*/
#right_wrap {
	float: right;
	width: 340px;
	position: relative;
	line-height: 0px;
}

#right_contents {
	width: 320px;
	background-image: url(../images/right_box_back.jpg);
	background-repeat: repeat-y;
	position: relative;
	padding: 0px 10px;
}
#right_contents .menu1 { list-style-type:none;padding:0px 0px 30px 0px;margin:0px; }
#right_contents .menu2 { list-style-type:none;padding:0px 0px 0px 0px;margin:0px; }
#right_contents .menu1 li { padding:5px 0px; }
#right_contents .menu2 li { padding:5px 0px; }

.page2,.page3,.page4,.page5,.page6,.page7,.page8,.page9{
	width: 320px;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rbox_coment_box {
    width: 320px;
	height: auto;
/*	height: 34px;
	width: 320px;
	position: relative;
	line-height: 34px;*/
}
.rbox_blue_btn {
    width: auto;
	height: auto;
	background: url(../images/blue_btn.jpg) no-repeat left 7px;
	padding: 15px 10px 15px 18px;
	float: left;
/*	margin-right: 10px;
	vertical-align: baseline;*/
}
.rbox_detail_btn {
    width: auto;
	height: auto;
	padding: 4px 0px 0px 0px;
	float: right;

/*	vertical-align: baseline;*/
}

/* contents
-------------------------------------------*/
#contents_wrap {
	width: 1000px;
	position: relative;
}

#right_wrap #otoiawase {
	margin-top: 40px;
}


.ltd  {
	vertical-align: top;
	background-color:#fafafa;
	padding:10px;
	line-height:1.4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #ccc;
	border-right: 1px solid #ddd;
	color: #333;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.rtd {
	background-color: #fcfcfc;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fafafa;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	line-height:1.4;
	vertical-align: top;
	letter-spacing: 0px;
}
.hankaku {
	ime-mode:disabled;
	background-color:#fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(../images/input.jpg);
	padding: 4px;
	letter-spacing: 1px;
	color: #444;
}
.zenkaku {
	padding:4px;color: #444;
	border:1px solid #ccc;background-color:#fff;
	background-image: url(../images/input.jpg);
}
.kome {
	background-color:#FF9900;
	padding:2px 4px 0px 4px;
	color:#fafafa;
	letter-spacing:1px;
	border-top:1px solid #fc3;
	border-bottom:1px solid #f73;
	border-right:1px solid #f73;
	border-left:1px solid #fc3;
	margin: 0px 0px 0px 10px;
	line-height: 1em;
	font-size: 12px;
}
.text1 {
	font-size:10px;
	color: #333;
}
.re_ex{
	font-size:12px;
	color:#333;
	margin-left:10px;
}
.orange{
	color: #EC3500;
	font-size: 24px;
	font-weight: bold;
}

.clear20{
	padding-top: 10px;
	height: 10px;
	clear: both;
}

.clear40{
	padding-top: 20px;
	height: 20px;
	clear: both;
}

/*オプションマーキング
-----------------------------------------------------------------------*/
#wrapper #contents_wrap form .box12 .rbox .option_box {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

	
.option tr td {
	vertical-align: middle;
	padding-left: 10px;
}
.option tr th {
	vertical-align: middle;
}

.optionpatchbox {
	width:110px;
	float:left;
	text-align:center;
	font-size:10px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	line-height: 1;
}
.optionpatchbox p { padding:0px; margin:0px;line-height:1em; }

/*STEP
-----------------------------------------------------------------------*/
.kaisetsubox {
	padding:10px;
	border:2px dotted #ccc;
	font-size:11px;
	margin: 40px 20px 20px 0px;
	letter-spacing: 0px;
	background: #fafafa;
}
.kaisetsubox h3 { color:#556F7E; font-weight:bold;border-bottom:1px solid #ccc;margin:0px 0px 10px 0px; }
.kaisetsubox p { padding:0px 0px 1em 0px; }

.kaisetsubox2 {
	padding:10px;
	border:2px dotted #ccc;
	font-size:11px;
	margin:10px 0px 10px 0px;
	letter-spacing: 0px;
	background: #fafafa;
}
.nextstep { text-align:right; padding:10px; }
.nextstep a {
	color:#F30;
	text-decoration:none;
}


/* ----------------------------------------------------------
┏┓
┗■ footer
------------------------------------------------------------- */
/* footer ---- ////////////////////////////////////////////// */
#footer_wrap {
	width:100%;
	clear:both;
	position:relative;
	background:url(../images/footer_haikei.jpg) left top repeat-x;
}

#footer {
	width:1000px;
	padding-top:37px;
	margin: 0px auto;
	position: relative;
}
.go2top {
	position: absolute;
	left: 840px;
}

#footer_wrap #footer p {
	clear:both;
	text-align:center;
	line-height:2em;
	font-size:10px;
	padding: 40px 0px 6px 0px;
}
#footer_wrap #footer p a:link {
	color: #444;
	text-decoration: none;
}
#footer_wrap #footer p a:visited {
	color: #666;
	text-decoration: none;

}
#footer_wrap #footer p a:hover {
	color:#2F4651;
	text-decoration: underline;
}



#footer address {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #2F4651;
}

