@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 */
.proList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 19px;
}
.proList li {
	margin-bottom: 25px;
}
.proList img:hover {
	opacity: .8;
}
.proList + p {
	text-align: right;
	padding-right: 19px;
}
div.box {
	max-width:700px;
	overflow:hidden;
	clear:both;
	padding-bottom:15px;
	margin:0 auto;
}
div.box img{
	margin-bottom:10px;
}

div.box div.left{
	max-width:345px;
	float:left;
}
div.box div.right{
	max-width:345px;
	float:right;
	}

@media screen and (max-width: 620px) {
	div.box div.left,
	div.box div.right {
		display: block;
		max-width: 100%;
		float: none;
		text-align: center;
	}
	div.box+p {
		text-align: center;
	}
	
	
	
	
}