@charset "utf-8";

/* トップページ	border: 1px solid #ff0000; */
@import url("../../common/css/common.css");


/* contents */

input ,select {
/*	vertical-align:middle;*/
	position:relative;
	top:3px;
}

ul.club_test {
	border-top: 1px solid #5a330a;
	border-left: 1px solid #5a330a;
	text-align: left;
	line-height: 0;
	width: 908px;
}

ul.club_test li {
	font-size: 0.75em;
	line-height: 1.50em;
	background: #f9f2eb;
	border-right: 1px solid #5a330a;
	border-bottom: 1px solid #5a330a;
	width: 224px;
/*	float: left;
	display: block;*/
	display: inline-block;
	padding-left: 2px;
}

.fonthaba {
	padding-left:4px;
}

#clubtitle {
	padding: 0px 0 7px 0;
}

article#on_kanasearch table tr th#club_url {
	width: 240px;
}
article#on_kanasearch table tr th#club_type {
	width: 350px;
}

.club_sp {
	padding: 10px 0 0 0;
	font-size: 14px;
}
#schooltype2,
#schooltype {
	padding-top: 30px;
	vertical-align:bottom;
}
#club_kensakutext {
	font-size: 0.85em;
	line-height: 1.50em;
	padding-top: 10px;
}

/* clearfix */
article:after,
ul .club_test:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
article,
ul .club_test {zoom:100%;}
