@charset "utf-8";
/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
section > div h2{
	text-align: center;
	margin-bottom: 90px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
section > div{
	width: 1236px;
	margin: 0 auto;
}

section > div a{
	color: #d94536 !important;
}

section > div a:hover {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 transition:0.25s;
}


dl{
	width: 90%;
	margin: 0 auto;
}
dt,dd{
	margin: 1em 0;
}
dt{
	font-size: 24px;
	border-left: 10px solid #d94536;
	border-bottom: 1px solid #d94536;
	padding: 0.5em;
	
}
dd{
	font-size: 18px;
	margin: 0 1em 3em;
}
