@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	background: url(../img/bg_head_01.png) center top repeat-x;
	background-size: cover;
}

/* ===================================
#contents
=================================== */
#contents {
}
#contents h2 {
	padding: 0 0 40px 0;
	color: #1F1F1F;
	font-size: 15px;
	line-height: 1.6;
}
#contents > dl {
	color: #1F1F1F;
	font-size: 15px;
	line-height: 1.6;
}
#contents > dl > dt {
	padding-bottom: 5px;
	font-weight: bold;
}
#contents > dl > dd {
	padding-bottom: 22px;
}
#contents > dl > dd:last-child {
	padding-bottom: 0;
}
#contents > dl > dd dl {
	padding: 0 10px;
}
#contents > dl > dd dl dt {
	padding: 20px 0 5px 0;
	font-weight: bold;
}
#contents a {
	color: #264CBD;
	text-decoration: underline;
}
#contents a:hover {
	text-decoration: none;
}
