body {
	background: url(../images/top_bg2.png);
	color: #333;
	font-family: "Meiryo", "Minion Pro", "DFPHSMincho-W3", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
	display: block;
}
img {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.clearfloat:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfloat {
	zoom: 1;
}

#header {
	background: #fff;
	width: 100%;
}
.header_t {
	float: left;
	width: 84%;
}
.header_l {
	float: left;
	width: 38%;
}
.header_m {
	float: left;
	width: 46%;
}
.header_r {
	float: right;
	width: 16%;
}
.searchform{
	width:96%;
	border-radius:5px;
	border:#888 1px solid;
	background-color:#FFF;
	margin:0 2%;
}
.searchform fieldset{
	margin:0;
	border:none;
	border-bottom:#888 1px solid;
}
.searchform fieldset legend{
	float:left;
	padding:1em 0.5em;
	width:8.5em;
	font-weight:bold;
	font-size:0.8em;
	line-height:2.3em;
}
.searchform fieldset div.control{
	padding: 1em 0;
	margin-left: 7em;
}
.searchform fieldset div.control select{
	font-size:1em;
}
.searchform fieldset div.control label{
	width: 30%;
	display: inline-block;
}
.searchform a.submit{
	display:block;
	padding:1em;
}
.searchform a.submit img{
	margin:0 auto;
}

.feature{
	text-align:center;
	font-size:0.8em;
	padding-bottom:20px;
}
	.feature span{
		color:#fa4e6f;
		font-weight:bold;
		font-size:1em;
	}
.feature_text{
	background-color: #B9EBFB;
	margin: 10px 2%;
	padding:2%;
	box-shadow: 0 0 3px #333;
}
	.feature_text .title{
		color:#fa4e6f;
		font-weight: bold;
		font-size: 20px;
	}
	.feature_text .text{
		color:#333;
		font-size: 14px;
    	line-height: 22px;
	}
.closing{
	background:url(../images/search_bg3.png);
	width:100%;
}
.footer{
	background-color:#999;
	margin-top:2em;
	line-height:2em;
	font-size:0.6em;
	color:#FFF;
	text-align:center;
	padding:1em;
}
.footer a{
	color:#FFF;
}

.tab{
	background:#f8f8f8;
	border:2px solid #cd9a37;
	margin:0 auto;
	width:90%;
	padding-bottom:1em;
}
.tab .tab_menu{
	display:table;
	width:100%;
}
.tab .tab_menu ul{
	display:table-row;
	padding:0;
}
.tab ul li{
	cursor:pointer;
	padding:0;
	text-align:center;
	display:table-cell;
	border-bottom:2px #c93 solid;
	background:#fff;
}
.tab ul li.cur{
	border-bottom:2px #f8f8f8 solid;
	background:#f8f8f8;
}
.tab ul li img{
	display:block;
}
.tab .tab_content{
	display:none;
}
.tab .tab_content.cur{
	display:block;
}

.school_list_box{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
	.school_list_box div{
		width: 24%;
		padding-left: 0.5%;
		padding-right: 0.5%;
		margin-bottom: 1px;
	}
		.school_list_box div img{
			width: 100%;
			display: block;
		}


.review_box{
	background:url(/lpnew/images/review_box.png) repeat-y;
	display: flex;
	width:100%;
	box-sizing: border-box;
	padding: 10px 1% 10px 10%;
}
	.review_box_l{
		width:20%;
		text-align: center;
		font-size: 12px;
	}
		.review_box_l img{
			width:100%;
		}
	.review_box_r{
		padding:0 2%;
		font-size:12px;
		line-height:18px;
		width:80%;
	}
.review_di{
	background:url(/lpnew/images/review_di.png) no-repeat;
	height:11px;
	padding-bottom:20px;
}
