@charset "utf-8";

/* プランページ　メインイメージ
=========================================================================*/
.mainImgArea{
	margin:0 0 30px;
	width:100%;
	text-align:center;
	background:#000;
}
.mainImgInner{
	position:relative;
	margin:0 auto;
	width:940px;
	height:300px;
	text-align:left;
	background:#000;
	color:#FFF;
}
.mainImgInner h1{
	margin:0 0 50px 25px;
	padding:65px 0 0;
	width:350px;
	font-size:30px;
	font-weight:bold;
}
.mainImgInner h2{
	margin:0 0 10px 25px;
	width:350px;
	font-size:139%;
	font-weight:bold;
	
}
.mainImgInner .lead{
	margin:0 0 0 25px;
	width:320px;
	font-size:14px;
	line-height:150%;
	color:#999;
}
.mainImgInner .mainImg{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
.mainImgInner .ban{
	position:absolute;
	bottom:12px;
	right:12px;
	padding:8px 0 0 10px;
	width:204px;
	height:72px;
	background:url(/images/setplan/ban_onsultation_bg.jpg) no-repeat 0 0;
	line-height:100%;
	z-index:50;
}
.mainImgInner .ban .title{
	margin:0 0 6px;
	font-size:92%;
	font-weight:bold;
	color:#333;
}
.mainImgInner .ban .name{
	margin:0 0 15px;
	font-size:77%;
	color:#666;
}
.mainImgInner .ban .name a:link, .mainImgInner .ban .name a:visited{
	color:#666;
	text-decoration:underline;
}
.mainImgInner .ban .name a:hover, .mainImgInner .ban .name a:active{
	text-decoration:none;
}
.mainImgInner .ban .link{
	font-size:92%;
	font-weight:bold;
}
.mainImgInner .ban .link a{
	padding:0 0 0 10px;
	background:url(/images/icon/icon_arrow_white.gif) no-repeat 0 2px;
}
.mainImgInner .ban .link a:link, .mainImgInner .ban .link a:visited{
	color:#FFF;
	text-decoration:underline;
}
.mainImgInner .ban .link a:hover, .mainImgInner .ban .link a:active{
	text-decoration:none;
}

/* プランページ　ナビ・リード
=========================================================================*/
.planNavi{
	margin:0 0 20px;
	width:940px;
	height:38px;
	border-bottom:4px solid #201911;
}
.planNavi ul{
	width:940px;
	overflow:hidden;
}
.planNavi li{
	float:left;
	margin:0 5px 0 0;
	height:38px;
	background:#201911;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.planNavi li span{
	display:block;
	padding:12px 10px 0;
}
.planNavi li a{
	display:block;
	padding:12px 10px 0;
	height:26px;
}
.planNavi li a:link, .planNavi li a:visited{
	background:#EFEFEF;
}
.planNavi li a:hover, .planNavi li a:active{
	background:#DDD;
}

.planLead{
	margin:0 0 30px;
	font-size:114%;
	font-weight:bold;
}


/* プランページ　コンテンツ
=========================================================================*/
.planArea{
	width:940px;
	overflow:hidden;
}
.timetable{
	float:left;
	margin:150px 0 0;
	width:175px;
	line-height:100%;
}
.timetable dt{
	margin:0 0 11px;
	font-size:92%;
	font-weight:bold;
	color:#000;
}
.timetable dd{
	margin:0 0 10px;
	padding:18px 0 0 10px;
	width:165px;
	height:50px;
	background:url(/images/setplan/timetable_bg.gif) no-repeat 0 0;
}
.timetable dd .flow{
	margin:0 0 8px;
	font-size:114%;
	font-weight:bold;
}
.timetable dd .contents{
	font-size:92%;
}
.planSection{
	float:left;
	padding:0 0 0 13px;
	width:240px;
}
.planBox{
	padding:4px;
	width:230px;
	border:2px solid #000;

}
.planBox h3{
	padding:8px 0 0;
	width:230px;
	height:22px;
	background:#000;
	font-size:114%;
	font-weight:bold;
	color:#FFF;
	line-height:100%;
	text-align:center;
}
.planBox dl{
	margin:0 0 5px;
	padding:0 0 0 10px;
	width:220px;
	height:130px;
	background:url(/images/common/slash_bg.gif) repeat 0 0;
}
.planBox dd{
	float:left;
	padding:15px 0 0;
	width:125px;
}
.planBox dt{
	float:right;
	padding:11px 17px 0 0;
	width:71px;
	height:73px;
	text-align:center;
}
.planBox dd .price{
	margin:0 0 15px;
	font-size:136%;
	font-weight:bold;
}
.planBox dd .setPrice{
	font-size:77%;
	line-height:150%;
}


.planBox table{
	position:relative;
	z-index:2;
	width:230px;
}
.planBox table td{
	height:77px;
	vertical-align:middle;
	border-bottom:1px dotted #C1C1C1;
}
.planBox table td, x:-moz-any-link, x:only-child{
	height:78px;
}
.planBox table td.img{
	padding:0 20px 0 10px;
	width:82px;
	text-align:center;
}
.planBox table td.img img{
	display:block;
	padding:2px;
	background:url(/images/product/border_bg_78.gif) no-repeat 0 0;
}
.planBox table td.img a img{
	background:url(/images/product/border_bg_78.gif) no-repeat 0 0;
}
.planBox table td.img a:hover img{
	background:#DF0247;
}

.planBox table td.txt{
	
}
.planBox table td.txt .type{
	margin:0 0 5px;
	font-size:92%;
}
.planBox table td.txt .contents{
	font-size:77%;
	color:#666;
}

.conversionSection{
	position:relative;
	z-index:10;
	margin:-1px 0 0;
	padding:20px 0 10px;
	width:230px;
	background:#FFF url(/images/setplan/bottom_line.jpg) no-repeat 0 0;
	text-align:center;
}
.conversionSection ul{
	margin:0 0 6px;
}
.conversionSection li{
	margin:0 0 7px;
}
.conversionSection li input{
	margin:0;
	vertical-align:bottom;
}

