@charset "utf-8";
/* ---------------------------------------------------------------- *
	
	料金シュミレーター用CSS INDEX
		[1] /japanese/wp_common/css/container.css layouts settingの上書き
		[2] シュミレーター内共通CSS
		[3] シュミレータ内個別CSS
		
		[00]clearFix


2011/10/26 作成 Bresto
2011/11/16 修正 Bresto
		
 * ---------------------------------------------------------------- */
 
/*======================================

	[1] /japanese/wp_common/css/container.css
	layouts settingの上書き

=======================================*/

div#contentsWrap {
	width: 100%;
	margin: 0 auto;
	}
div#lead p {width: 728px;}
body div#contents {
	clear: both;
	width: 728px;
	overflow: hidden;
	text-align: center;
	padding:0 10px;
	}
div#contents #mainCol {
	width: 728px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	background-image: none;
	background: url(images/bg_01.jpg) top no-repeat;
	}
div#contents #mainCol_in {
	width: 700px;
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	padding: 0 13px;
	margin-top: 10px;
	}
#header h1 {
	position:relative;
	margin-left: -10px;
	text-align: left;
	}
#footerWrap {
	width: 748px;
	}
.credit {
	width: 728px;
	}
.pageTop {
	margin-right: 13px;
	}

/*======================================

	[2] シュミレーター内共通CSS

=======================================*/
.bdr_btm_dot {
	background: url(images/dot.gif) bottom repeat-x;
	}
.lnk_arrow {
	background: url(images/ic_arrow_gr.gif) left center no-repeat;
	padding-left: 10px;
	margin-right: 25px;
	}
table.comTable {
	width: 100%;

	border: 1px solid #E3E3E3;
	line-height: 1.2;
	}
table.comTable th { 
	background: #F5F5F5; 
	padding:5px 10px;
	border: 1px solid #E3E3E3;
	text-align: left;
	font-weight: normal;
	}
table.comTable td { 
	background: #fff;
	padding:5px 10px;
	border:1px solid #E3E3E3;
	}
	
/*======================================

	[3] シュミレータ内個別CSS

=======================================*/

h2 {
	margin-left: 15px;
	margin-bottom: 27px;
	}
.h3Wrap { clear: both;}
.simu01 dl {
	width: 233px;
	float: left;
	}
.simu01 select {
	width: 220px;
	margin: 10px 0;
	}
.simu01,
.simu02,
.simu03,
.simu01_in,
.simu02_in,
.simu03_in { clear: both;}
.simu01_in,
.simu02_in,
.simu03_in { margin-bottom: 25px;}
.simu02 {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 23px;
	background: url(images/idx_12.jpg) bottom center no-repeat;
	}
.simu03 {
	width: 660px;
	border: 10px solid #DADADA;
	padding: 10px;
	overflow: hidden;
	}

.tbl_total th,
.tbl_total td	{ padding: 10px 10px 8px; font-size: 128%; font-weight: bold; line-height: 1.0;}
.tbl_total th	{ background:#FFBAD6;text-align: center; border-right: 1px solid #fff;}
.tbl_total td	{ background:#FFCEEA;text-align: right;}
.tbl_total td span { padding-right: 5px;}	

.tbl_uchiwake 	{ width: 454px; margin-left: 205px; margin-bottom:0; padding:0;}
.tbl_uchiwake th{ text-align: left;}
.tbl_uchiwake td{ white-space: normal; text-align: right; padding-right: 10px;}
.tbl_uchiwake td span { padding-right: 7px;}
	
#calc a {
	display: block;
	outline: none;
	text-indent: -9999em;
	width :221px;
	height: 58px;
	margin: 0 auto;
	background: url(images/idx_11.jpg) no-repeat;
	}
#calc a:hover {
	background: url(images/idx_11_f2.jpg) no-repeat;
	}

/*--------------------------------------

	[00]clearFix
	
---------------------------------------*/

.simu01:after,
.simu01_in:after,
#total dl:after,
.tbl_uchiwake:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/*----IE7 ----*/
.simu01,
.simu01_in,
#total dl,
.tbl_uchiwake{	
	display:inline-block;
	}

/*----IE6----*/

/*Hides from IE-mac\*/
.simu01,
.simu01_in,
.tbl_uchiwake{	height:1%;}
.simu01,
.simu01_in,
.tbl_uchiwake{ display:block;}
/*End hide from IE-mac*/

/*	20111128 SHINODA	*/
.btn_inquiry,
.btn_inquiry a {
	display: block;
	width: 185px;
	height: 34px;
	}
.btn_inquiry {
	float: right;
	background: url(images/btn_inquiry_f2.jpg) no-repeat;
	}
.btn_inquiry a {
	outline: none;
	text-indent:-9999em;
	background: url(images/btn_inquiry.jpg) no-repeat;
	}
.btn_inquiry a:hover {
	background: none;
	}
/*	20111128 SHINODA	*/
