@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 {
	max-width:640px;
	overflow:hidden;
	clear:both;
	padding-bottom:50px;
	margin:0 auto;
}
.newsbox {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}
.newsbox dt {
	width: 13%;
}
.newsbox dd {
	width: 87%;
}

@media screen and (max-width: 620px) {
.newsbox {
	display: block;
}
	.newsbox dt,.newsbox dd ,.newsbox dd a {
	width: 100%;
		font-size: 14px
	}
}