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

/* --- グローバルナビ --- */
.global_nav {
	width:980px;
	margin:10px auto 0;
}

.global_nav ul {
	/*margin:0 26px -16px;*/
	margin:0 auto -30px auto;
    text-align: center;
}

.global_nav ul li {
	/*float:left;*/
    width: calc( 100% / 5 - 10px);
    display: inline-block;
	color:#ffffff;
	background:#9fa1a4;
	border:1px solid #abc83a;
	line-height:1.4;
	text-align:center;
	transition:0.5s;
	font-size:12px;
    margin-bottom: 10px;
}

.global_nav ul li:hover {
	background:#abc83a;
}

.global_nav ul li.select {
	background:#abc83a;
}

.global_nav ul li:last-child {
	margin-right:0;
}

.global_nav ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
    width: auto;
	padding:10px;
}
/* --- グローバルナビ --- */


/* --- コンテンツ --- */
.contents {
	border: 6px solid #abc83a;
}

.contents .page_title {
	background:url(../images/bg_page_title.gif);
}

.contents .newsarea h1 {
	background:#abc83a;
}

.contents h2 {
    background: #abc83a;
}

.contents h3 {
	color: #abc83a;
}

.contents h5 {
	background: #abc83a;
}
/* --- コンテンツ --- */


/* --- タブナビ--- */
#tabnavi {
	border-bottom:1px solid #abc83a;
	margin:20px 0;
}

#tabnavi li {
	float:left;
	margin-right:10px;
	display:inline;
	background:#cdcdcd;
}

#tabnavi li a.active {
	background:#abc83a;
	color:#ffffff;
}


#tabnavi li a{
	display:inline-block;
	text-decoration:none;
	color:#777777;
	text-align:center;
	display:block;
	padding:5px 30px;
}
#tabnavi li a:hover{
	text-decoration:none;
}

#tabnavi li:hover{
	opacity:0.8;
}
/* --- タブナビ--- */


/* --- 料金表を表示ボタン--- */
.court_price1,
.court_price2 {
	display:none;
	margin-bottom:10px;
}

.btn_court_price1,
.btn_court_price2 {
	cursor:pointer;
	text-align: center;
	color:#ffffff;
    background: #E5861B;
	padding:5px 10px;
	font-size:12px;
	float:left;
	margin:3px 0 0 5px;
	line-height:1;
	border-radius:3px;
}

.btn_court_price1:hover,
.btn_court_price2:hover {
	opacity:0.8;
}
/* --- 料金表を表示ボタン --- */


/* --- 入会のご案内 --- */
.admission .preparation li:nth-child(odd) {
	background:#abc83a;
}
/* --- 入会のご案内 --- */


/* --- ページトップ --- */
.pagetop a {
	background-color: #abc83a;
}
/* --- ページトップ --- */

.lesson_name {
	font-size:20px;
	font-weight:bold;
}

.lesson_day {
	font-size:18px;
}


.traial_lesson_link {
	margin-top:10px;
}

.traial_lesson_link a {
	text-decoration:underline;
	color:#abc83a;
	font-weight:bold;
	transition:0.5s;
}

.traial_lesson_link a:hover {
	text-decoration:none;
	color:#f37724;
}

.event_tel {
	text-align:center;
	border:1px solid #b9b9b9;
	padding:10px;
	margin:30px 0 0 0;
}

.event_tel span {
	font-size:26px;
}

.profile_link a {
	display:inline-block;
	font-size:13px;
	float:right;
	transition: 0.5s;
	color:#555555;
}

.profile_link a:hover{
	color:#E5861B;
	text-decoration:none;
}














