@charset "utf-8";
body{
	min-width: 1280px;
	color: #333;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
margin:0;
padding:0;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
img{
	vertical-align: bottom;
}

a:hover img{
	opacity: 0.8;
}


.u_wrapper{
	width: 1280px;
}

.club_main{
	position: relative;
	width: 1280px;
	height: 513px;
	text-align: center;
	background: url(../images/cllub_main.jpg) no-repeat top center;
	margin: 0 auto;
}
.btm_free{
	position: absolute;
	top: 392px;
	left: 443px;
}

.club_txt{
	padding: 48px 0;
	text-align: center;
}

.club_nav{
	text-align: center;
}
.club_nav__list li{
	display: inline-block;
	margin-right: 10px;
}
.club_nav__list li:last-child{
	margin-right: 0px;
}
.club_nav__menu01{
	background: #b5ffe8;
	border-radius: 12px;
	padding: 0 12px;
}
.club_nav__menu02{
	background: #ffccd0;
	border-radius: 12px;
	padding: 0 12px;
}
.club_nav__menu03{
	background: #eadfff;
	border-radius: 12px;
	padding: 0 12px;
}

.club_title02{
	clear: both;
	text-align: center;
}

.club_point01{
	background: #b5ffe8;
	text-align: center;
}

.club_point02{
	background: #ffe1e1;
	text-align: center;
}

.club_point03{
	background: #eadfff;
	text-align: center;
}

.club_entery{
	text-align: center;
	padding: 40px 0;
}

.club_notice{
	font-size: 15px;
	line-height: 1.5;
	padding: 70px 0 120px;
	background: #aef7ff;
}
.club_notice__wrapper{
	width: 940px;
	margin: 0 auto;
}
.club_notice__title{
	text-align: center;
	font-size: 28px;
	margin-bottom: 28px;
}
.club_notice__list{
}
.club_notice__listmb{
	margin-bottom: 20px;
}