@charset "utf-8";

/*-----------------------------
	トビラ用大ボタン */

@import "../c_bigbutton.css";

/* ------------
		3ボタン 
---------------*/

ul.three_menu {
	list-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 100%;
}

ul.three_menu li { display: inline; }

ul.three_menu li a {
	display: block;
	float: left;
	width: 200px;
	padding: 10px;
	margin-right: 10px;
	background: #eee url(../images/mark_right_redarrow4.gif) no-repeat 20px center;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #9c9c9c;
	-webkit-box-shadow: 0 1px 2px #9c9c9c;
	box-shadow: 0 1px 2px #9c9c9c;
	color: #0086CF;
}

ul.three_menu li.now_on a {
	-moz-box-shadow: 0 1px 2px #9c9c9c inset;
	-webkit-box-shadow: 0 1px 2px #9c9c9c inset;
	box-shadow: 0 1px 2px #9c9c9c inset;
	background-color: #FFCC66;
}

ul.three_menu li a:hover {
	background-color: #ddd;
	-moz-box-shadow: 0 1px 2px #9c9c9c inset;
	-webkit-box-shadow: 0 1px 2px #9c9c9c inset;
	box-shadow: 0 1px 2px #9c9c9c inset;
}

/*-----------------------------
	メリット */

ol.merits {
	border: 4px solid #CCCCCC;
	padding: 20px 25px 20px 85px;
	margin: 0px 0px 25px;
	clear: both;
	font-size: 16px;
	background: #FFF url(images/bg_F_150.png) no-repeat right center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

ol.merits li {
	margin: 14px 0px;
	font-weight: bold;
	color: #1C3280;
	padding-left: 10px;
}

ol.merits li a {
	font-weight: normal;
	color: #1C327D;
	background: url(../images/mini_02_16.gif) no-repeat right center;
	padding-right: 15px;
}

ol.merits li a:hover {
	color: #900;
	text-decoration: underline;
}

body.cate-bb ol.merits { background: #FFF url(images/bg_B_150.png) no-repeat right center; }

body.cate-bb ol.merits li { color: #801C37; }

/*-----------------------------
	例 */


dl.expl {
	background: #FFF;
	padding: 15px 15px 5px;
	border: 1px solid #999;
	margin: 25px 0px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	box-shadow: 1px 1px 0px #fff;
}

dl.expl dt {
	font-weight: normal;
	margin: 0px 0px 12px;
	padding: 5px;
	color: #FFF;
	background: #000;
	font-size: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

dl.expl dt a { color: #FFF; }

dl.expl dd {
	margin: 0px 10px 15px;
	padding: 0px;
}

body.cate-fc dl.expl dt { background-color: #7189E0; }

body.cate-bb dl.expl dt { background-color: #E07190; }

/*-----------------------------
	矢印 DIV */

div.with_a {
	background: url(images/bg_arrow.png) no-repeat left bottom;
	padding-left: 110px;
	margin-bottom: 10px;
	padding-bottom: 30px;
}

/*-----------------------------
	プラン説明*/

dl#plan { margin-bottom: 20px; }

dl#plan dt {
	font-weight: bold;
	background: url(../images/mini_02_16.gif) no-repeat left center;
	padding-left: 12px;
}

dl#plan dd {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

/*-----------------------------
	価格表 */

table.makecost {
	background: #FFF;
	margin-bottom: 20px;
}

table.makecost th {
	padding: 8px 25px;
	margin: 0px;
	border-bottom: 2px solid #FFF;
	background: #999;
	color: #FFF;
}

table.makecost td {
	margin: 0px;
	padding: 8px 20px;
	text-align: right;
	border-bottom: 1px solid #666;
}

table.makecost caption {
	font-size: 13px;
	font-weight: bold;
}

table.makecost tr.col1 td { background: #f4f4f4; }

table.makecost tr.sum td {
	background: #EBE4DE;
	font-weight: bold;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

.wid100 { width: 100%; }

/*-----------------------------
	見積り条件 */

div.makeplan {
	background: #FFF7F7 url(images/img_005.png) no-repeat right bottom;
	padding: 15px 20px;
	color: #333;
	border: 4px solid #FFD7D7;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0px 0px 20px;
}

dl.makeplan {
	background: #FFFFFF;
	padding: 20px 30px;
	color: #333;
	border: 4px solid #eee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0px 0px 20px;
}

dl.makeplan dt {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 16px;
	border-bottom: 1px solid #D8ABAB;
	text-align: center;
}

dl.makeplan dd {
	background: url(../images/mark_right_greenarrow.gif) no-repeat left center;
	margin: 0px auto;
	padding: 0px 0px 0px 25px;
	width: 60%;
}

/*-----------------------------
	価格例の左右配置*/


div.wid45 { width: 49%; }

/*-----------------------------
	OPEN*/


.open {
	cursor: pointer;
	background: url(../images/mini_12_16.gif) no-repeat right center;
}

.open_hover {
	background: url(../images/mini_12_14.gif) no-repeat right center;
	color: #900;
}


































/**/
