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

h3{
	padding:20px 0 10px 10px;
	border-bottom:1px solid #414141;
	margin:0;
}
.container{
	margin-bottom:25px;
	border-top:1px solid #E60012;
	border-right:1px solid #414141;
	border-bottom:1px solid #414141;
	height:220px;
}
.container dl{
	padding:50px 0;
	border-bottom:1px solid #414141;
}

.thumb{
	width:223px;
	height:100%;
	background:url(../../common/images/bg_gray.gif) 0 0;
	border-right:1px solid #414141;
}
.thumb #zone{
	width:152px;
	margin:35px auto 25px;
}
.thumb #zone img{
	background:#414141;
	padding:1px;
}
.thumb #zone p{
	margin:5px 0 0;
}
.thumb #zone p img{
	background:none;
}
.spec{
	width:553px;
	height:100%;
	margin:0 10px 0 0;
	_margin:0 5px 0 0;
	border-left:1px solid #414141;
	border-right:1px solid #414141;
}

/*グレイ斜線のリストタイプ個別設定*/
dl.sec_list{
	margin:0 0 40px 0;
}
dl.sec_list div{
	width:452px;
	margin:0 auto 5px;
}
dl.sec_list div dt{
	width:77px;
}
dl.sec_list div dd{
	width:365px;
}
