@charset "UTF-8";
/*==============================================
club
==============================================*/
#clubSingleCopy
 {
	display: none;
}



#club h2 {
	text-align: center;
	margin-bottom: 20px;
}

#club h2 img {
	width:30%;
	height: auto;
	}

/*single*/
#clubSingleInner{
	background: #002f34;
	color:#fff;
	padding: 25px 0;
}

#clubSingleCurrent {
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
	background: #e87daf;
	padding: 3px 0;
	clear: both;
}

#clubSinglePast {
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
	background: #96b980;
	padding: 3px 0;
	clear: both;
}

#clubSingleInner h3 {
	font-size: 26px;
	text-align: center;
	padding: 0 15px;
	line-height: 1.4;
	margin-bottom: 20px;
}

#clubSingleInner h3 span {
	display: block;
	font-size: 22px;
}

#clubSingleImg {
	margin-bottom: 30px;
}
.clubSingleImgArt {background: #cc9933;}
.clubSingleImgKagaku {background: #b47ecd;}
.clubSingleImgCooking {background: #8c2818;}
.clubSingleImgKoubai {background: #cc0033;}
.clubSingleImgKitaku {background: #01b5e6;}
.clubSingleImgBaton {background: #ff99cc;}
.clubSingleImgProwrestling {background: #990000;}
.clubSingleImgTennis {background: #fbf4ae;}
.clubSingleImgShimbun {background: #666666;}
.clubSingleImgJyuon {background: #000;}

#clubSingleImg img {
	width: 100%;
	height: auto;
}

#clubSingleImgL {
	width:595px;
	margin-right: 5px;
	float: left;
	box-sizing: border-box;
}

#clubSingleImgR {
	width:400px;
	float: right;
	box-sizing: border-box;
}


#clubSingleCopy {
	text-align: center;
	padding: 0 15px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
}

#clubSingleBox {
	padding: 0 30px;
	margin-bottom: 30px;
}

#clubSingleBoxL {
	width:49%;
	float: left;
}

#clubSingleBoxR {
	width:49%;
	float: right;
}


#clubSingleBox dl {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.4;
}

#clubSingleBox dl span {
	font-size: 85%;
}

#clubSingleBox dl dt {
	font-size: 16px;
	margin-bottom: 7px;
	background: #fb76a5;
	display: inline-block;
	padding: 3px 7px;
}

#clubSingleBox dl dd br {
	display: none;
}


/*idx*/
#clubIdxInner{
	background: #002f34;
	color:#fff;
	padding: 25px 0;
}

.clubIdxInnerPt2 {
	padding: 0 15px;
}

#clubIdxCurrent {
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
	background: #e87daf;
	padding: 3px 0;
	clear: both;
}

#clubIdxPast {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	background: #96b980;
	padding: 3px 0;
	clear: both;
}

.clubIdxBox {
	width:477px;
	margin-right: 15px;
	float: left;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.clubIdxBox:nth-child(even) {
	margin-right: 0;
}

.clubIdxBox a {
	color: #fff;
	display: block;
	position: relative;
}

.clubIdxBox a:hover {
	opacity: 0.75;
}

.clubIdxBoxL {
	float: left;
	width:35%;
}

.clubIdxBoxR {
	float: right;
	width:62%;
	padding-top: 3%;
}

.clubIdxBoxL img {
	width: 100%;
	height: auto;
}

.clubIdxBoxR h3 {
	font-size: 21px;
	line-height: 1.4;
}

.clubIdxBoxR h3 span {
	display: block;
	font-size: 16px;
}

.clubIdxBoxRarrow {
	line-height: 1;
	display: inline-block;
	background: #3b5f63;
	padding: 5px 10px;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	right:0;
}


#clubIdxShimbun {
	margin-bottom:0;
}