@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 .region_contents{
	margin : 0 15px;
}


body#region ul.card{
	margin : 20px 20px;
	font-size : 80%;
}
body#region ul.card li:nth-child(odd){
	float : left;
	width : 47%;
	margin-bottom : 25px;
}
body#region ul.card li:nth-child(even){
	float : right;
	width : 47%;
	margin-bottom : 25px;
}
body#region ul.card li span{
	display : block;
	min-height : 4em;
}

body#region h2{
	text-align : center;
	margin-bottom : 20px;
}


body#region p.btn{
	background : #dea62c;
	color : #fff;
	margin : 15px 10px 0 10px;
	line-height : 1.4em;
	background : #e8380d url('../../about/images/bg_step1_block02_btn.png') no-repeat;
	background-position : 100% 50%;
	font-size : 11px;
}
body#region p.btn a{
	color : #fff;
	font-weight : bold;
	display : block;
	padding : 5px 35px 5px 5px;
	text-align : center;
}
