@charset "utf-8";
/* charset */

#age_box01 {
}
/* clearfixハック */
.oya:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#age_box01 { display: inline-block; }
/* Except MacIE ¥*/
* html #age_box01 { height: 1%;}
#age_box01 { display: block; }
/* End */



#age_box_l {
	float: left;
	width: 545px;
}
#age_box_l h2 {
	margin-bottom: 15px;

}
#age_box_l h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}
#age_box_l p {
	line-height:1.5em;
}
#age_box_r {
	float: right;
}
