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

/* ===================================
#pagetop
=================================== */
#pagetop {
	margin-top: 60px !important;
}

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


/* ===================================
#contents
=================================== */
#contents {
	background: #FFF;
    margin-top: 30px;
    padding: 20px;
}
#contents h2 {
	padding: 15px 10px 25px 10px;
	color: #1F1F1F;
	font-size: 15px;
	line-height: 1.6;
}
#contents > dl {
	padding: 0 10px;
	color: #1F1F1F;
	font-size: 15px;
	line-height: 1.6;
}
#contents > dl > dt {
	padding-bottom: 10px;
	font-weight: bold;
}
#contents > dl > dd {
	padding: 0 0 40px 0;
}
#contents > dl > dd dl {
	padding: 0 20px;
}
#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;
}
