@charset "utf-8";
/*------------------------------------------------

(C) International Budo University

club.css

------------------------------------------------*/

#club #mainImg {
	background: url(/club/img/mainimg.jpg) center bottom no-repeat;
	background-size: cover;
}
#club #main {
	width: 100%;
	float: none;
}

/*------------------------------------------------
Club top
------------------------------------------------*/

.news .inner {
	overflow: hidden;
}

.news_list {
    float: right;
	display: inline-block;
}

.news_list a {
    padding: 8px 15px 10px;
    font-size: 0.9em;
    color: #fff;
	background-color: #00afcb;
    line-height: 1.0em;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
}
.news_list a:hover {
	background: transparent; 
    color: #00afcb;
    border-color: #00afcb;
}

/*------------------------------------------------
Index
------------------------------------------------*/
#club .news .inner ul li .txt {
	width: 72%;
}
.clubList {
	margin: 0 0 80px 0;
	width: 100%;
}
.clubList ul li {
	position: relative;
	margin: 0 1.5% 25px 0;
	padding: 0 1%;
	width: 21.6%;
	height: 250px;
	line-height: 1.5em;
	text-align: center;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ddd;
	overflow: hidden;
	float: left;
}
.clubList ul li:nth-child(4n) {
	margin: 0 0 25px 0;
}
.clubList ul li img {
	margin: 10px 0;
	width: 90%;
	height: auto;
}
.clubList ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
	display: block;
}
.clubList ul li a:hover {
	color: #00afcb;
}
.about p {
	margin: 0 0 60px 0;
	line-height: 1.6em;
}
.about strong {
	font-size: 1.2em;
	line-height: 1.8em;
}
.about p a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 20px 3%;
	width: 54%;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #00afcb url(../common/img/arrow_next.png) 97% center no-repeat;
	background-size: 30px 30px;
	display: block;
}
.about p a:hover {
	background-color: #0558ad;
}


/*------------------------------------------------
detail
------------------------------------------------*/
#club.conts #mainImg {
	background:#fff;
}

.sex {
	margin: 0 0 80px 0;
	width: 100%;
}
.sex ul li {
	margin: 0 1%;
	width: 48%;
	float: left;
}
.sex ul li a {
	padding: 5px 5px 20px 5px;
	font-size: 1.2em;
	color: #333;
	text-align: center;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	display: block;
}
.sex ul li a:hover {
	color: #00afcb;
	border-bottom: 2px solid #00afcb;
}
.clubSNS {
	padding: 30px 0;
	text-align: center;
}
.index .clubSNS {
	padding: 0 0 30px 0;
}
.clubSNS a {
	margin: 0 20px;
	width: 30px;
}
.clubSNS a img {
	width: 30px;
	height: auto;
}
.sex ul li .clubSNS a {
	padding: 0;
	border: none;
	display: inline-block;
}
.sex ul li .clubSNS a:hover {
	border: none;
}
.detail #main #men {
	margin: -130px 0 0 0;
	padding: 130px 0 0 0;
	width: 100%;
}
.detail #main #lady {
	padding: 140px 0 0 0;
	width: 100%;
}
.detail #main .box table {
	width: auto !important;
	font-size: 1.0em;
}
.detail #main .box table th {
	padding: 10px 30px;
}
.detail #main .box table td {
	padding: 10px 20px;
}


/*------------------------------------------------
Ñ§ÓÑ»á½M¿—‡í
------------------------------------------------*/
.org #main .box p.img img {
	width: auto !important;
}





@media screen and (max-width: 768px) {
/*------------------------------------------------
Index
------------------------------------------------*/
	#club.conts #mainImg {
		height: 40px;
	}
	#club.conts #title {
		top: -40px;
	}
	#club .news .inner ul li .txt {
		width: 100%;
	}
	.clubList {
		margin: 0 0 60px 0;
	}
	.clubList ul {
		margin: 0 auto;
		width: 98%;
	}
	.clubList ul li,
	.clubList ul li:nth-child(4n) {
		margin: 0 1% 25px 1%;
		width: 29%;
		height: 240px;
	}
	.clubList ul li a {
		color: #333;
		text-decoration: none;
	}
	.clubList ul li a:hover img {
		-moz-opacity: 1;
		-ms-filter: "alpha(opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.clubList ul li a:hover {
		color: #333;
	}
	.about p {
		margin: 0 3% 60px 3%;
	}
	.about p a {
		width: 94%;
	}
	.about p a:hover {
		background-color: #00afcb;
	}


/*------------------------------------------------
detail
------------------------------------------------*/
	.sex {
		margin: 0 auto 80px auto;
		width: 98%;
	}
	.sex ul li a {
		font-size: 14px;
	}
	.sex ul li a:hover {
		color: #333;
		border-bottom: 2px solid #ccc;
	}
	.detail #main #men {
		margin: -20px 0 0 0;
		padding: 20px 0 0 0;
	}
	.detail #main #lady {
		padding: 40px 0 0 0;
	}


/*------------------------------------------------
Ñ§ÓÑ»á½M¿—‡í
------------------------------------------------*/
	.org #main .box p.img img {
		width: 100% !important;
	}
}





@media screen and (max-width: 640px) {
/*------------------------------------------------
Index
------------------------------------------------*/
	.clubList {
		margin: 0 0 30px 0;
	}
	.clubList ul li,
	.clubList ul li:nth-child(4n) {
		margin: 0 1% 15px 1%;
		padding: 0 1% 50% 1%;
		width: 45.4%;
		height: auto;
		font-size: 12px;
	}
	.about p {
		margin: 0 3% 40px 3%;
	}
	.about p a {
		margin: 30px 0 0 0;
		padding: 15px 3%;
		font-size: 14px;
	}


/*------------------------------------------------
detail
------------------------------------------------*/
	.sex {
		margin: 0 auto 40px auto;
	}
	.sex ul li a {
		padding: 5px 5px 10px 5px;
	}
	.clubSNS {
		padding: 30px 0 20px 0;
	}
	.clubSNS a {
		margin: 0 10px;
		width: 25px;
	}
	.clubSNS a img {
		width: 25px;
	}
	.detail #main .box table {
		width: 600px !important;
	}
	.detail #main .box table th,
	.detail #main .box table td {
		padding: 10px;
	}
}

@media screen and (min-width: 769px) {
	#club.conts #article {
		padding: 225px 0 0 0;
	}
	#club.conts #title {
		background: rgba(0,175,203,0.9);
		margin: -49px auto 0;
		position: relative;
		left: 0;
		top: 0;
	}
	#club.conts #title h1 {
		background: none;
		display: block;
		margin: 0 auto;
		padding: 15px 0;
		width: 98%;
		max-width: 1020px;
	}
}