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


/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/




#header {
	background-color: #155D17;
	height: 64px;
	width: auto;
	display: block;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2CC030;
	background-image: url(../images/logo_l.png);
	background-repeat: no-repeat;
}


#header .menu_btn {
	display: block;
	width: 117px;
	height: 43px;
	text-indent: -9999%;
	overflow: hidden;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* 上からにゅっと降りてくるメニュー */
#menu{
	display:none;	/* 最初は非表示 */
	width:100%;
	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	background-image: url(../images/menu_bg2.png);
	background-repeat: repeat;
}

#menu ul{ margin:15px; 
          border-bottom: 1px solid #ccc;}


#menu ul li{ text-align: center; 
 			 background: -webkit-gradient(linear, left top, left     bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-bottom: 1px solid white;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
 margin: 0;
 width: 100%;
padding: 10px 0;
 }
 
#menu ul li a{
 color: #333;
 display: block;
 height: 18px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none;
 white-space: nowrap;
 line-height: 18px;
 }


#menu p.close{
  display: block;
  margin:0 auto;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  }

/* コンテンツ */

#wrapper {
	display: block;
	width: 100%;
}

  
  
  
#contents {
	height: auto;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* トップナビ */  
.navi_btn_l, .navi_btn_r{
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 150px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.navi_btn_l {
	float:left;
	margin-left: 5px;
}
.navi_btn_r {
	float:right;
	margin-right: 5px;
}
#wrapper #contact_btn {
	width: 288px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contact_btn .m_r20 {
	margin-right: 20px;
}


/* フッター */

#footer {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-style: solid;
	border-top-color: #2CC030;
	border-top-width: 3px;
}
#footer .f_name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#footer .footer_box {
	margin-left: 30px;
}

#sub_contents {
	display: block;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}



/*----------------------------------------
 サークルページここから
----------------------------------------*/

.title {
	height: 30px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

/*----------------------------------------
 アコーディオンここから
----------------------------------------*/


/*アコーディオン

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

.acordion{
 background:#fff;
 box-shadow: 0 0 10px rgba(0,0,0,0.3);
 border-radius:5px;
}

.trigger{
	padding:10px 10px 10px 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	border-radius:5px;
}


.trigger.active{
    border-radius:5px 5px 0 0;
    border-bottom:1px solid #cfcfcf;
}

.acordion_tree{
	padding:15px;
	font-size: 95%;
}
.acordion_tree p {
	font-size: 13px;
	font-weight: bold;
	color: #155D17;
}



.open-close {
    float:right;
    text-indent:-9999px;
    display:block;
    margin-top:3px;
    height:11px;
    width:20px;
    background:url(file:///E|/kobayashi/%E3%83%8F%E3%83%81%E3%83%A4%E3%83%86%E3%83%8B%E3%82%B9/images/open.png) no-repeat;
    -webkit-background-size:20px 11px;
}

.trigger.active .open-close{
    background:url(file:///E|/kobayashi/%E3%83%8F%E3%83%81%E3%83%A4%E3%83%86%E3%83%8B%E3%82%B9/images/close.png) no-repeat;
    -webkit-background-size:20px 11px;
}


/*----------------------------------------
 スクールページここから
----------------------------------------*/
.lesson_bar {
	width:100%
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DFF2FF), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #DFF2FF 100%);
	background: linear-gradient(top, #ffffff 0%, #DFF2FF 100%);
	font-size:88%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #97D6FF;
	border-bottom-color: #97D6FF;
}


.lesson {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.lesson th {
	font-size: 12px;
	color: #09F;
	font-weight: normal;
}

.table_top{
	background-color: #DFF2FF;
}
.lesson th,td{
	text-align: left;
	padding: 8px;
}

.td_bg{
	padding: 0px;
	background-color: #EEE;
	font-weight: bold;
	color: #039;
}

/*----------------------------------------
 イベント情報ページここから
----------------------------------------*/

.event_copy {
	color: #F00;
	padding: 10px;
}

#sub_contents .acordion .acordion_tree .red {  /*- .acordion_tree pの指定より優先するためフル指定を -*/
	color: #F00;
	font-weight: normal;
	font-size: 88%;
}

/*----------------------------------------
 大会結果ページここから
----------------------------------------*/

#sub_contents .acordion .acordion_tree .r_img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.player_name {
	font-size: 110%;
	font-weight: bold;
}

/*----------------------------------------
 レンタルページここから
----------------------------------------*/

#rental_contents {
	display: block;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}
.rental_pr {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}



.rental_cost{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius:5px;
	background-color: #EEF7FF;
	border: 1px solid #FFF;
}
.rental_pr li {
	padding-bottom: 12px;
	display: block;
}


.rental_cost_title{
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.rental_cost_tree{
	padding: 10px;
}
.center {
	margin-left: auto;
	display: block;
	width: 198px;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

.red {
	color: red;
}
