@charset "UTF-8";


.title{
	clear:both;
	margin:20px 0 10px 0;
}

.left{
	float:left;
}

.box{
	clear:both;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}

.box img{
	vertical-align:bottom;
}

/*--type02-------------------------*/

.box.type02{
	padding:0 20px

}

.column{
	overflow:hidden
}

.column div{
	float:left;
}

/*--type03-------------------------*/
.box.type03{
	margin:20px 0 0 0 ;
	padding:20px;
	background:#b81c22;
	overflow:hidden;
}

.box.type03 .text_area{
	background:#fff;
	padding-bottom:10px;
}


.box.type03 .text_area .catch{
	margin:10px 20px;
	overflow:hidden
}

.box.type03 .text_area dl{
	font-size:80%
}

.box.type03 .text_area .title{
	text-align:center;
}

/*----------*/
.box.type03 dl {
 width:610px;
 margin:20px
}
.box.type03 dt {
 float:left;
 width:170px;

 clear:both;
 font-weight:bold;
}
.box.type03 dd {
 width:430px;
 margin-left:170px;
 margin-bottom:15px;
}

.box.type03 dd span{
	display:block;
	margin-top:5px;
	padding-left:1em;
	text-indent:-1em;
	color: #666;
}
.box.type03 .text_area .text{
	width:610px;
	margin:10px 20px;
}

/*--type04-------------------------*/
.box.type04{
	margin-top:20px;
	text-align:center;
}

