@charset "utf-8";
/* CSS Document */

/*---------------部活紹介---------------*/

/*---------------------------------*/
/* ローカルナビ */
/*---------------------------------*/
div#club_local_nav {}

div#club_local_nav ul {}

div#club_local_nav ul li {}

div#club_local_nav ul li#local_nav_01 {
	background: url(../club/images/img_club_01_off.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_02 {
	background: url(../club/images/img_club_02_off.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_03 {
	background: url(../club/images/img_club_03_off.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_04 {
	background: url(../club/images/img_club_04_off.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_05 {
	background: url(../club/images/img_club_05_off.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_01:hover {
	background: url(../club/images/img_club_01_on.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_02:hover {
	background: url(../club/images/img_club_02_on.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_03:hover {
	background: url(../club/images/img_club_03_on.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_04:hover {
	background: url(../club/images/img_club_04_on.gif) no-repeat center center;
}

div#club_local_nav ul li#local_nav_05:hover {
	background: url(../club/images/img_club_05_on.gif) no-repeat center center;
}

body#baseball div#club_local_nav ul li#local_nav_01 {
	background: url(../club/images/img_club_01_on.gif) no-repeat center center;
	border: 1px solid #9c9c9c;
	border-bottom: 1px solid #fff;
}

body#soccer div#club_local_nav ul li#local_nav_02 {
	background: url(../club/images/img_club_02_on.gif) no-repeat center center;
	border: 1px solid #9c9c9c;
	border-bottom: 1px solid #fff;
}

body#tennis div#club_local_nav ul li#local_nav_03 {
	background: url(../club/images/img_club_03_on.gif) no-repeat center center;
	border: 1px solid #9c9c9c;
	border-bottom: 1px solid #fff;
}

body#volleyball div#club_local_nav ul li#local_nav_04 {
	background: url(../club/images/img_club_04_on.gif) no-repeat center center;
	border: 1px solid #9c9c9c;
	border-bottom: 1px solid #fff;
}

body#other div#club_local_nav ul li#local_nav_05 {
	background: url(../club/images/img_club_05_on.gif) no-repeat center center;
	border: 1px solid #9c9c9c;
	border-bottom: 1px solid #fff;
}

div#club_local_nav ul li#local_nav_01 a {
	width: 60px;
}

div#club_local_nav ul li#local_nav_02 a {
	width: 60px;
}

div#club_local_nav ul li#local_nav_03 a {
	width: 82px;
}

div#club_local_nav ul li#local_nav_04 a {
	width: 108px;
}

div#club_local_nav ul li#local_nav_05 a {
	width: 121px;
}


/*---------------------------------*/
/*強化指定クラブ共通*/
/*---------------------------------*/
dl#results {
	margin-bottom: 40px;
}

dl#results dt {}

dl#results dd {
	margin-bottom: 10px;
}

dl#results dd span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.three_column_section {
	display: flex;
}

.three_section_left {
	width: 18%;
}

.three_section_left .img {
	width: 90%;
}

.three_section_left .img img {
	width: 100%;
}

.three_section_center {
	width: 44%;
	padding-right: 7px;
}

.three_section_center dd span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.three_section_right {
	width: 38%;
}

.three_section_right dd span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.left_line_ttl {
	border-left: 8px solid #243187;
	padding: 0px 8px;
	line-height: 1;
}

.font_bold {
	font-weight: bold;
}

.supervisor_name {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	margin-right: 10%;
}

.supervisor_sub_name {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-right: 10%;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

.fw18 {
	font-size: 18px;
}

/*---------------------------------*/
/* サッカー部 */
/*---------------------------------*/
.soccer_font {
	margin-top: 20px;
	font-size: 16px;
	color: red;
}

/*---------------------------------*/
/* 体育会系＆文化系 */
/*---------------------------------*/
ul.club_other_list {
	margin-bottom: 40px;
}

ul.club_other_list li {}

ul.club_other_list li h2 {
	font-size: 129%;
	color: #000;
	margin-bottom: 10px;
}

ul.club_other_list li p {
	margin-bottom: 15px;
}

ul.club_other_list li p.p_last {
	margin-bottom: 35px;
}

ul.club_other_list li dl {}

ul.club_other_list li dl dt {
	/*font-weight: bold;*/
}

ul.club_other_list li dl dd {
	margin-bottom: 10px;
}

ul.club_other_list li dl dd span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


ul.club_other_list .col1by2 {
	width: 630px;
}

ul.club_other_list .mb40 {
	margin-bottom: 40px;
}

ul.club_other_list .mr30 {
	margin-right: 30px;
}