@charset "utf-8";

/* ------------------------------------------------------------

	filename:	detail.css
	created:	151203
	update:		151203
	
------------------------------------------------------------ */



body#region{
	
}
body#region #pageHeader h1 span.f80{
	font-size : 80%;
	background : none;
	display : inline;
}
body#region .cardWrap{
	padding-left : 30px;
}
body#region h2{
	text-align : center;
	margin-bottom : 50px;
}

body#region ul.card{
	float : left;
	width : 220px;
}
body#region ul.card li{
	line-height : 1.3em;
	margin-bottom : 25px;
}

body#region div.rContents{
	margin-left : 220px;
}
body#region div.rContents p,
body#region div.rContents h2{
	text-align : center;
	margin-bottom : 30px;
}


body#region p.btn{
	background : #dea62c;
	color : #fff;
	margin : 30px 150px 30px 150px;
	line-height : 1.4em;
	background : #e8380d url('../../about/images/bg_step1_block02_btn.png') no-repeat;
	background-position : 100% 50%;
	font-size : 17px;
}
body#region p.btn a{
	color : #fff;
	font-weight : bold;
	display : block;
	padding : 20px 35px 20px 10px;
	text-align : center;
}
body#region .lead{
	text-align : center;
	margin-top : 30px;
	margin-bottom : 60px;
}

