@charset "utf-8";
/* CSS Document */

/*タブパネル*/
div#contents_5{
	width:730px;
	height:165px;
	margin-top:30px;
	cursor:pointer;
	background-color:#FFF;
	border:thin solid #4b382d;
}
div#contents_5 > h1{
	margin-top:20px;
	margin-left:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:4em;
	color:#4b382d;
	border-right:2px solid #4b382d;

	float:left;
}
div#contents_5 > p{
	letter-spacing:-3px;
	margin-top:30px;
	margin-left:95px;
	margin-bottom:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	color:#da4111;
}
div#contents_5_disaster{
	width:250px;
	height:165px;
	background-image:url(../image/contents/contents_5/cleaning.png);

	float:right;
}
div#contents_5 > ul{
	margin-left:40px;
	color:#4b382d;
}
/*コンテンツ*/
div#contents_5_detail{
	width:731px;
	height:400px;
	margin-top:40px;
	padding-left:10px;
	margin-bottom:250px;
}

div#contents_5_detail_price_background{
	width:400px;
	height:22px;
	margin-top:10px;
	margin-right:120px;
	background-color:#4b382d;

	font-size:14px;
	color:#FFF;
	text-align:center;

	float:left;
}
div#contents_5_detail_price_background > p{
	line-height:22px;
}
div#contents_5_detail > small {
	display: block;
	clear: both;
}
div#contents_5_detail > dl{
	height:260px;

	clear:left;
}
div#contents_5_detail > dl > dt{
	height:auto;
	margin-top:25px;
	font-size:22px;
	font-weight:bold;
	border-left:3px solid #4b382d;
	text-indent: 23px;
	color:#4b382d;
	/****ズレ矯正用コード兼IE6対策****/
	margin-right:-13em;
	padding:0.1em 0;
	float: left;
	clear: both;
	display: inline;
	/*********************************/
}
div#contents_5_detail > dl > dd{
	width:650px;
	border-left:3px solid #4b382d;
	text-indent: 23px;
	color:#4b382d;
	/****ズレ矯正用コード兼IE6対策****/
	margin: 0;
	margin-right:-13em;
	padding:0.1em 0;
	float: left;
	clear: both;
	display: inline;
	/*********************************/
}
div#contents_5_detail > dl > dd > a,div#contents_5_detail > ul > li > a{
	text-decoration:underline;
	color:#da4111;
}
div#contents_5_detail > dl > dd > a:hover,div#contents_5_detail > ul > li > a:hover{
	text-decoration:none;
	color:#da4111;
}
div#contents_5_detail > ul{
	border-left:3px solid #4b382d;
	text-indent:23px;
}
div#contents_5_detail > ul > li{
	color:#4b382d;

	clear:left;
}

div#close_5{
	width:71px;
	height:21px;
	margin:100px 40px 0 auto;
	cursor:pointer;
}