@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

/*#header {
    height: 87px;
    margin: 0 auto 50px;
    text-align: left;
    width: 960px;
}*/

#conts {
	width: 900px!important;
	float: none!important;
	margin: 0 30px;
}

#main {
	margin: 0 auto 50px!important;
}

#conts .infoBox {
	width: 550px;
	margin: 0 auto;
	border: 2px solid #FF0000;
	color: #333333;
	margin-bottom: 30px;
	padding: 15px 20px;
}

#conts .infoBox h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#conts .infoBox p {
	margin-bottom: 25px;
}

#conts .infoBox p.last {
	margin-bottom: 0;
}

#conts .infoBox p.date {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
}

#conts .infoBox p span {
	font-weight: bold;
}