@charset "utf-8";

.boxPoint01 h2 {
	margin-bottom: 10px;
}

.boxPoint01 h3 {
	margin-bottom: 10px;
}

.agree_box h3 {
	font-size:110%;
	margin-bottom:0.5em;
}

/*---- list ----*/
.agree_box ul,
.agree_box ol {
	margin-bottom:2em;
}
/* ul */
.agree_box ul {
	margin-left: 16px;
	list-style-type:circle;
}

/* ol */
.agree_box ol {
	margin-left: 26px;
}
ol.listTerm {
	margin-bottom: 2em;
}
.agree_box ol.alpha {
	list-style-type:lower-alpha;
	margin-bottom:0.5em;
}
.agree_box ol ol {
	list-style-type:lower-roman;
}

/* dl */
.listTerm dl {
	padding: 12px 0;
}
.listTerm dt {
	float:left;
	width:11em;
}
.listTerm dt:after {
	content:'：';
}
.listTerm dd {
	margin-left: 11em;
}
/*---- box ----*/
.box01 {
	padding: 15px 20px;
	border: 1px solid #CCCCCC;
	background: #F6F6F6;
}

/* boxAppeal */
.boxAppeal {
	position: relative;
	height: 145px;
	margin-bottom: 20px;
}
.boxAppeal p {
	position: absolute;
	left: -14px;
}

/* boxPoint */
.boxPoint01 {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	background: url(/guide/img/index/bg_boxPoint01_base.gif) repeat-y 0 0;
}
.boxPoint01_top {
	padding: 16px 0 17px 12px;
	background: url(/guide/img/index/bg_boxPoint01_top.gif) no-repeat 0 0;
}
.boxPoint02 {
	width: 645px;
	margin-bottom: 12px;
	background: url(/guide/img/index/bg_boxPoint02_top.gif) no-repeat 0 0;
}
.boxPoint02_btm {
	padding: 15px 16px 8px;
	background: url(/guide/img/index/bg_boxPoint02_btm.gif) no-repeat 0 100%;
}

.point01,
.point02,
.point03,
.point04 {
	color: #666666;
	min-height: 62px;
	margin-bottom: 0;
	padding: 13px 0 0 85px;
}
* html .point01,
* html .point02,
* html .point03,
* html .point04 {
	height: 62px;
}

.point01 {
	background: url(/guide/img/index/icon_point01.gif) no-repeat 0 0;
}
.point02 {
	background: url(/guide/img/index/icon_point02.gif) no-repeat 0 0;
}
.point03 {
	background: url(/guide/img/index/icon_point03.gif) no-repeat 0 0;
}
.point04 {
	background: url(/guide/img/index/icon_point04.gif) no-repeat 0 0;
}


/* boxMedia,Sponsor */
.boxMedia {
	float: right;
	width: 330px;
	margin-bottom: 0;
}
.boxSponsor {
	float: left;
	width: 330px;
	margin-bottom: 0;
}

/*----*/
.agree_box {
	width:664px;
	margin: 0 auto;
}


/*---- other ----*/
#content .ma_b00 {
	margin-bottom: 0;
}
#content .ma_l01 {
	margin-left: -14px;
}
