@charset "utf-8";

/* ==========================================================================
   COMMON
========================================================================== */



/* ==========================================================================
   HEADER
========================================================================== */

#spMenu {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 99999;
	left: 10px;
	top: 10px;
	/*background: #efefef;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#efefef), to(#cbcbcb));
	background: -webkit-linear-gradient(#efefef, #cbcbcb);
	background: -moz-linear-gradient(#efefef, #cbcbcb);
	background: -ms-linear-gradient(#efefef, #cbcbcb);
	background: -o-linear-gradient(#efefef, #cbcbcb);
	background: linear-gradient(#efefef, #cbcbcb);
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

#spMenu img {
	margin: 2px;
	padding: 0px;
	height: 46px;
	width: 46px;
}

header .wrapper {
	height: 70px;
	position: relative;
}

header nav { display: none; }

header #logo {
	width: 140px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

header #logo a {
	margin: 0px;
	padding: 0px;
	height: 70px;
	vertical-align: middle !important;
	display: table-cell;
}

/* ==========================================================================
   FOOTER
========================================================================== */

footer .footerAddress .footerAddressList li br {
	display: block;
}

footer .footerAddress .footerAddressList li a {
	margin-left: 8px;
}

/* ==========================================================================
   TOP PAGE
========================================================================== */


.leftTypeA h2.title { font-size: 24px; }

.btnOrange {
	margin-bottom: 0px;
	margin-top: 0px;
}

.btnOrange a:link,
.btnOrange a:visited {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 24px;
}

.btnRed {
	margin-bottom: 0px;
	margin-top: 0px;
}

.btnRed a:link,
.btnRed a:visited {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 24px;
}

.btnGreen {
	margin-bottom: 0px;
	margin-top: 0px;
}

.btnGreen a:link,
.btnGreen a:visited {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 24px;
}

.rightTypeC ul.trainingList li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-bottom: 1em;
	background-image: url(../img/common/dodicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 80px 80px;
	padding-left: 100px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

.leftTypeC .title,
.rightTypeC .title { font-size: 24px; }

.gallery .title {
	font-size: 24px;
}

#galleryList li {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}

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

.leftTypeA h2.title {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

.leftTypeA {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.rightTypeA {
	float: none;
	width: 80%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 0%;
	margin-right: auto;
	margin-left: auto;
}

.leftTypeA p.text {
	letter-spacing: 1px;
}

.rightTypeB h2.title {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

.rightTypeB {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.leftTypeB {
	float: none;
	width: 80%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
}

.rightTypeB p.text {
	letter-spacing: 1px;
}

.leftTypeC .title,
 .rightTypeC .title {
	font-size: 18px;
	font-weight: bold;
}

.leftTypeC .text {
	letter-spacing: 1px;
	line-height: normal;
	padding-top: 1em;
	padding-bottom: 4em !important;
	display: block;
}

.rightTypeC ul.trainingList li p {
}

.gallery .title {
	font-size: 18px;
}

}
