@charset "UTF-8";

.guide_white {
	margin: 20px 0 0 20px;
	width: 960px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	padding: 0 0 30px 0;
}
.guide01 {
	background: url("../img/guide_bg01.png") no-repeat top left;
}
.guide02 {
	background: url("../img/guide_bg02.png") no-repeat top left;
}
.guide03 {
	background: url("../img/guide_bg03.png") no-repeat top left;
}
.guide04 {
	background: url("../img/guide_bg04.png") no-repeat top left;
}
.guide01,.guide02,.guide03,.guide04 {
	margin: 30px 0 0 30px;
	float: left;
	padding: 80px 0 0 0px;
	width: 430px;
	height: 220px;
	text-align: center;
}

.year_box {
    background: #fff;
    border: 5px solid #b586ff;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
    width: 400px;
}

.year_dl dt {
	font-size: 160%;
	color: #6d1bed;
	border-bottom: 2px #9653ff dotted;
}
.year_dl dd {
	padding: 10px 0 0px 0px;
	font-size: 120%;
}