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

/*////////////////////////////////////////////////////////

	Outline

/////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////

	Common

/////////////////////////////////////////////////////////////*/
.bnr_special.club200 .bnr_photo{
	background: url(../images/follow/photo_200kg.jpg) no-repeat center center;
	background-size: auto 60px;
}
.bnr_special.bbs .bnr_photo{
	background: url(../images/follow/photo_bbs.jpg) no-repeat center center;
	background-size: auto 60px;
}
.bottom_navi li a{
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
	font-weight: normal;
	padding:10px 0 8px 10px;
	display: block;
	position: relative;
}
.bottom_navi {
	display: block;
	border:1px dotted #3c65a1;
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}
.bottom_navi li{
	display: block;
	float: left;
	width: 50%;

}
.bottom_navi li:nth-child(1),.bottom_navi li:nth-child(2){
	border-bottom: 1px dotted #3c65a1;
}
.bottom_navi li:nth-child(1),.bottom_navi li:nth-child(3){
	border-right: 1px dotted #3c65a1;
	margin-left: -1px;
}
.bottom_navi li a .icon{
	background: url(../images/common/arrow.png);
	background-size: auto 40px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-10px;
	background-position:  0px 0px !important;
}
.footer_navi dl dd a.touch {
	background: #33538d;
}

/*////////////////////////////////////////////////////////

	HEADER

/////////////////////////////////////////////////////////////*/
.wrap_header{	
	background: #a5ccf0;
	background: url(../images/follow/bg_header.png) no-repeat top right, -webkit-linear-gradient(top,  #a5ccf0 0%,#ffffff 65%);
	background: url(../images/follow/bg_header.png) no-repeat top right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5ccf0), color-stop(85%,#ffffff));	
	background-size: auto 74px;
}
.header{
	background: url(../images/common/bg_header_btm.jpg) repeat-x center 68px;
	background-size:  auto 172px;
	height:194px;
	position: relative;
}
.header .logo{
	position: absolute;
	top: 8px;
	left:50%;
	margin-left:-79px;
}
.header .global_navi{
	position: absolute;
	bottom:0;
	width: 100%;
}
.header .img_boat{
	position:absolute;
	left:24px;
	top:14px;
}


.global_navi li.gn_director a .icon{
	background-position:  0px -70px !important;
}
.global_navi li.gn_director a.touch .icon{
	background-position:  -55px -70px !important;
}
.global_navi li.gn_members a .icon{
	background-position:  -110px -70px !important;
}
.global_navi li.gn_members a.touch .icon{
	background-position:  -165px -70px !important;
}
.global_navi li.gn_schedule a .icon{
	background-position:  0px -105px !important;
}
.global_navi li.gn_schedule a.touch .icon{
	background-position:  -55px -105px !important;
}
.global_navi li.gn_entry a .icon{
	background-position:  -110px -105px !important;
}
.global_navi li.gn_entry a.touch .icon{
	background-position:  -165px -105px !important;
}
.global_navi li.gn_result a .icon{
	background-position:  0px -140px !important;
}
.global_navi li.gn_result a.touch .icon{
	background-position:  -55px -140px !important;
}
.global_navi li.gn_point a .icon{
	background-position:  -110px -140px !important;
}
.global_navi li.gn_point a.touch .icon{
	background-position:  -165px -140px !important;
}

.global_navi li:nth-child(1),.global_navi li:nth-child(2),.global_navi li:nth-child(3){
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.global_navi li:nth-child(4),.global_navi li:nth-child(5),.global_navi li:nth-child(6){
	border-top: 1px solid rgba(0,0,0,.2);
}

.global_sub_navi{
	position: absolute;
	bottom:-105px;
	left:3%;
	z-index: 10;
	width: 94%;
	display: none;
}
.global_sub_navi div{
	background:rgba(143,171,220,0.9);
	width: 100%;
	position: relative;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
.global_sub_navi .img{
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left:50%;
	top:-15px;
	margin-left:-15px;
	border-bottom: 15px solid rgba(143,171,220,0.9);
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.global_sub_navi dl{
	display: block;
	overflow: hidden;
}
.global_sub_navi dl dt a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding:10px 0 8px 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color:#fff;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
.global_sub_navi dl dt a .icon{
	background: url(../images/common/close.png);
	background-size: 20px auto;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-10px;
	background-position:  0px 0px !important;
}
.global_sub_navi dl dd{
	display: block;
	float: left;
	width: 50%;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.global_sub_navi dl dd:nth-child(1),.footer_navi dl dd:nth-child(2){
	border-top: 1px solid rgba(255,255,255,.2);
}
.global_sub_navi dl dd:nth-child(2n){
	border-right: 1px solid rgba(255,255,255,.2);
	margin-right: -1px;
}
.global_sub_navi dl dd:nth-last-child(1),.footer_navi dl dd:nth-last-child(2){
	border-bottom: 0;
}
.global_sub_navi dl dd a{
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	padding:10px 0 8px 10px;
	display: block;
	position: relative;
}
.global_sub_navi dl dd a .icon{
	background: url(../images/common/arrow.png);
	background-size: auto 40px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top:-10px;
	background-position:  -40px -20px !important;
}
#entry.global_sub_navi .img{
	left:14%;
	top:-15px;
}
#point.global_sub_navi .img{
	left:85%;
	top:-15px;
}
/*////////////////////////////////////////////////////////

	MEMBER INDEX

/////////////////////////////////////////////////////////////*/
.block_news{
	overflow: auto;
	height: 350px;
	-webkit-overflow-scrolling: touch;
	padding:8px;
	background: #fff;
	border:1px solid #e0e9f9;
}
.block_topic{
	overflow: auto;
	height: 350px;
	-webkit-overflow-scrolling: touch;
	padding:8px;
	background: #fff;
	border:1px solid #e0e9f9;
}
.block_topic a,.block_news a{
	display: block;
	padding:3px;
}

/*////////////////////////////////////////////////////////

	DIRECTOR

/////////////////////////////////////////////////////////////*/
.contents .dirh3_01{
	clear: both;
}
.contents .dirh3_02{
	background: #c0d0ed;
	clear: both;
	border-color:#122952;
	color:#122952;
	text-shadow: 1px 1px 3px rgba(255,255,255,.5);
}
.contents .dirh3_03{
	background: #ffffff;
	clear: both;
	border-color:#122952;
	color:#122952;
	text-shadow: 1px 1px 3px rgba(255,255,255,.5);
}
.dir_photo{
	float:left;
	width: 30%;
}
.table01.dir_table{
	float:right;
	width: 68%;
}
.table02.mmb_table{
	font-size:11px;
	margin: 0 0 15px;
}
.table02.mmb_table .memid{
	white-space: nowrap;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#eef4ff), color-stop(100%,#dbe6fa));
	background: -webkit-linear-gradient(top, #eef4ff 15%,#dbe6fa 100%);
}
.table02.mmb_table .captain_name{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#eef4ff), color-stop(100%,#dbe6fa));
	background: -webkit-linear-gradient(top, #eef4ff 15%,#dbe6fa 100%);
}


/*////////////////////////////////////////////////////////

	SCHEDULE

/////////////////////////////////////////////////////////////*/

.table01.sch_table th{
	width: 30%;
}