@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;}img{vertical-align:bottom;}

p {
	margin      : 0 0 20px 0;
	font-size   : 13px;
	line-height : 24px;
}

img {
	border: 0;
}

html{
	background-color:#000000;
}

body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 2.2;
	color:#fff;
	background-color:#000000;
	/*font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #fff;
	text-decoration: none;
}



#content {
	background-color: #000000;
	margin-top:75px;
}


.flL{
	float:left;
	padding:0px 2000px 0px 0px;
	
}

.flR{
	
	float:left;
	 width:5%;
}

section{
	background-color: #000000;
	width:100%;
}

/* header
==========================================*/
#fixed{
	
	width:100%;
	background:#000;
	position:fixed;
	top:0;
	left:0;
}

.club100{
	
	background:#000;
	position:fixed;
	width: 20px;
    height: 5px;
	
	
}


.encompass{
	
	background:#000;
	position:fixed;
	width: 20px;
    height: 5px;
	
}




header {
	width:100%;
	background:#000;
		   margin:0px 400px 0 0px;
		  	padding:0px 400px 15px 0;
}

header h1{
	width:40%;
	margin-left:10px;
}

.flR{
	width:60px;
	margin-top:-15px;	
	margin-right:20px;
}

.menu{
	clear:both;
	background-color: #000000;
}

.menu a{
	color:#9f9fa0;
}

.menu .tol{
	border-top:1px solid #9f9fa0;
}

.menu .eol{
	border:none;
}

.menu li{
	font-weight:700;
	border-bottom:1px solid #9f9fa0;
	padding:5px 0;
	font-size:16px;
	text-align:center;
	font-family: "Times New Roman", Georgia, Serif;
}

#news li{
	border-bottom:1px solid #9f9fa0;
	padding:5px 0;
	padding-left:10px;
}

#news a{
	color:#9f9fa0;
}



.policy {
	margin-top: 100px;
	padding: 0 20px;
	margin-bottom: 40px;
}

.policy h3 {
	font-size: 17px;
	margin-bottom: 20px;
}
#partner{ background:url(../images/bg_partner.jpg) no-repeat 0 0; background-size:cover;}
#partner p{ clear:both; margin:0 !important;}
#partner h2{
	position:relative;
	z-index:99;
	width:23%;
	margin-left:12%;
	padding-top:40px;
	margin-bottom:20px;
}
#partner ul{
	position:relative;
	z-index:100;
	width:70%;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:40px;
}
#partner li{
	float:left;
	width:48%;
	margin-right:2%;
	margin-bottom:2%;
}
.clear{ clear:both;}

#partner{ position:relative;}
#partner .bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#company li { position:relative;}
#company li.prof a{
	position:absolute;
	bottom:0;
	left:67%;
	width:26%;
	display:block;
}
#company li.prof a img{ width:100% !important; height:auto !important;}


/* footer
==========================================*/
#footer-nav {
	text-align:center;
}

#footer-nav li{
	padding:5px 0 10px 0;
	border-bottom:1px solid #717071;
}

footer {
	text-align:center;
	bottom:10px;
	width: 98%;
	height: 40px;
	font-size: 12px;
	font-family: "Times New Roman", Georgia, Serif;
	background: #000;
	padding-top:40px;
}


.darkgray{
	background:#3e3a39;
}

.gray{
	background:#595757;
}

/*----modal----*/
#login{
	background-color:rgba(34, 24, 20, 0.5);
	width:100%;
	text-align:center;
	overflow:hidden;
	padding-bottom: 30px;
}

#login .content{
	overflow:hidden;
}


#login a{
	text-decoration:underline;
}

#login .small{
	font-size:12px;
}

#login .mgt50{
	margin-top:50px;
}

#login p {
	margin-bottom: 10px;
}

#login p.title {
	margin: 30px auto;
}

#password{
color:#fff;
font-size:18px;
background:#494848;
	width:70%;
	height:50px;
	padding: 0 10px;
}

#login-btn {
	width: 120px;
	padding:5px 0;
	margin: 10px auto;
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	border:1px #666 solid;
}



.close {
	display: block;
	cursor: pointer;
	color:#9f9fa0;
}

#form{ width:88% !important; margin:0 auto 80px; padding-top:23%;}
#form.confirm{  padding-top:23%;}
#form h3 {
	font-size: 17px;
	margin-bottom: 20px;
}
#form dt{
	border-bottom:1px dotted #fff;
	margin-bottom:10px;
}
#form dd{ margin-bottom:10px;}
#form dd input,#form dd textarea {padding:2%; width:96%;}
#form input.btn{ padding:5px 20px;}

.btnClose {
	text-align: center;
	margin-top: 30px;
	font-size:12px;
	margin-bottom:-40px
}
.btnClose a{ text-decoration:underline !important;}
.btnClose a:hover{ text-decoration:none !important;}

section#news{
	padding:8% 10%;
	overflow:hidden;
	width:80%;
	margin-bottom:60px;
}
section#news dl{
	width:100%;
	margin-top:40px;
}

section#news dl{ border-bottom:1px solid #fff;}
section#news dt{
	border-top:1px solid #fff;
	padding:10px 5px 20px;
	cursor:pointer;
	font-size:14px;
}
section#news dt span{
	display:block;
	color:#888889;
}
section#news dd{ padding-bottom:30px; display:none;}

.news{
		width:76%;
		margin:40px auto;
}

.news dl{
padding:5%;
	background-color: rgba( 201,188,156, 0.05 );
	font-size:10px;
	overflow:hidden;
	width:90%;
	margin-top:20px;
}

.news dt{
	color:#888889;
}
.news dd{ margin-bottom:10px;}

.modal{
  border: 1px solid #333;
  width: 90%;
  position:fixed;
  top:40px;
  left:5%;
  display:none;
  z-index:9999;
	text-align:center;
	padding:0;
	background-color:#000;
	opacity:0.9;/*黒地の背景の調整はこの数値で調整*/
  filter:alpha(opacity=90);/*黒地の背景の調整はこの数値で調整*/
  }
  /* Lightbox表示時に背景を黒に */
#BlackWindow4{
  display:none;
  background:#000000;
  opacity:0.7;/*黒地の背景の調整はこの数値で調整*/
  filter:alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/
  position:fixed;
  top:0px;
  left:0px;
  min-width:100%;
  min-height:100%;
  z-index:9998;
  }
.news.content h4{ margin:0 0 20px;}
.news.content dl{ width:100% !important; padding:0 10px 0 0 !important; margin:0 !important;
height:230px;
overflow-y:auto;
}
.news.content dt{
	border-top:1px solid #fff;
	padding:15px 0px 20px;
	cursor:pointer;
	font-size:12px;
	text-align:left;
	line-height:1.6;
	color:#fff;
}
.news.content dt span{
	display:block;
	color:#888889;
	margin-bottom:10px;
}
.news.content dd{ padding-bottom:10px; text-align:left;border-bottom:1px solid #fff; }


  /* Lightbox で表示させるDIV要素のCSS 
  #lightbox-panel {
  border: 1px solid #536376;
  width: 525px;
  position:fixed;
  top:100px;
  left:50%;
  display:none;
  z-index:10;
  margin-left:-200px;
  }
  /* Lightbox表示時に背景を黒に
  #BlackWindow{
  display:none;
  background:#000000;
  opacity:0.6;/*黒地の背景の調整はこの数値で調整*/
  filter:alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*//*
  position:fixed;
  top:0px;
  left:0px;
  min-width:100%;
  min-height:100%;
  z-index:1;
  }
*/