@charset "UTF-8";

@media only screen and (max-width : 480px){

/******************************************
 共通
******************************************/

.kyoutsuubox {
	width: 100%;
	margin: 0 auto 20px auto;
}

.kyoutsuuboxttl {
	width: 100%;
	margin-bottom: 20px;
	background-image: url(/img/otherttlbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.kyoutsuuboxttl h2 {
	color: #fff;
	text-align: left;
	font-size: 100%;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.kyoutsuuboxtxt {
	width: 100%;
	margin:  0 auto -15px auto;
}

.kyoutsuuboxtxt p {
	margin-bottom: 15px;
	text-align: left;
}


/******************************************
 クラス、コース
******************************************/

.classbox {
	width: 100%;
	margin: 0 auto 20px auto;
}

.classboxttl {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

.classboxttl h3 {
	text-align: left;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 18px;
}

.classdetail {
	width: 100%;
	margin: 0 auto;
}

.classdetail:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.classdisc {
	width: 100%;
	clear: both;
}

.classdiscgr {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.classdiscgrttl {
	background-image: url(/img/classicon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

.classdiscgrtxt {
	padding-left: 30px;
	text-align: left;
}

.classdiscgrtxt ul {
}

.classdiscgrtxt ul li {
	margin-left: 15px;
	list-style: disc;
}

.classmap {
	width: 100%;
	clear: both;
}

.mapbox {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}


/******************************************
 お問い合わせ
******************************************/

#inqdisc {
	width: 700px;
	margin: 0 auto 0 auto;
}

#inqdisc p {
	text-align: left;
	margin-bottom: 15px;
}

.formmessagedisc {
	width: 97%;
	margin: 0 auto 20px auto;
	text-align: left;
}

.need-mark {
	color: #ff0000;
}

#formtbl {
	width: 97%;
	margin: 0 auto 20px auto;
}

#formtbl table {
	width: 100%;
	border-top: 1px solid #ccc;
}

#formtbl table th {
	width: 15%;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	padding: 10px;
}

#formtbl table td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#formbtn {
	width: 97%;
	margin: 0 auto;
	text-align: center;
}

#cen form {
	margin: 0;
	padding: 0;
}


/******************************************
 エルバFCについて
******************************************/


#abouttbl {
	width: 100%;
	margin: 0 auto;
}

#abouttbl table {
	width: 100%;
	border: 0;
	border-top: 1px solid #ccc;
}

#abouttbl table th {
	width: 15%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background-color: #E0F8EC;
}

#abouttbl table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}



}

