@charset "UTF-8";
@import "common.css";
@import "corner.css";

/*-----------------------------------------
	ご案内メイン
-----------------------------------------*/

.mb-box {
	clear:both;
	width:690px;
	margin:30px auto 0 auto;
}

.mb-box-ph {
	float:left;
	width:202px;
}

.mb-box-txt {
	float:right;
	width:440px;
	margin-top:12px;
}

.mb-box-txt h2 {
	margin-bottom:12px;
}

.mb-box-txt .main-img {
	margin-top:15px;
}

