/* 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;
    margin-bottom: 10px;
	color:#ffffff;
	background:#9fa1a4;
	border:1px solid #57b7df;
	line-height:1.4;
	text-align:center;
	font-size:12px;
	transition:0.5s;
}

.global_nav ul li:hover {
	background:#57b7df;
}
.global_nav ul li.select {
	background:#57b7df;
}

.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 5px;
}
/* --- グローバルナビ --- */


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

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

.contents h2 {
    background: #57b7df;
}

.contents h3 {
	color: #57b7df;
}

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

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


/* --- 入会のご案内 --- */

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


/*dl.experience dt {
	background:#57b7df;
	margin:20px 0 5px 0;
	padding:5px 10px;
	font-weight:bold;
	width:160px;
}*/


/* --- 設置マシーン --- */
.machine_photo {
	width:510px;
	margin:auto;
}

.machine_photo li {
	display:inline-block;
	text-align:center;
}

.w166 {
	width:166px;
}

.w332 {
	width:332px;
}

.w249 {
	width:249px;
}
/* --- 設置マシーン --- */























