@charset "utf-8";
/*
==================================================

    CSS File Name - about.css
    Last-updated: 2010-05-14

==================================================
*/
div#header {
	margin-bottom:20px;
}
div#mainBody div.mainContent {
	max-width:738px;
}
h2 {
	padding-bottom:30px;
}
/* div.box */
div.box {
	overflow:hidden;
	clear:both;
	padding: 0 20px 50px;
	margin:0 auto;
}
div.box p.num{
	line-height:1.5;
	padding:10px 0;

}
div.box p.list{
	line-height:2;
	text-indent:1em;
}
div.box p.list02{
	line-height:2;
	text-indent:1.5em;
}
div.box p.tit {
	padding-bottom:10px;
}
hr{
	margin:15px 0;
	}
@media screen and (max-width: 620px) {
	div.box {
		padding: 0 0 50px;
	}









}