﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	width: auto\9;
	z-index: 2;
	overflow-y: visible;
}

body {
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
}


/* ------ Header ------ */

header {
	width: 100%;
	background-color: #EDF8EF;
}

#header-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#tagline {
	float: right;
	padding-top: 28px;
	line-height: 160%;
	font-size: 90%;
	color: #B91A33;
}

#logo {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 140px;
	padding-bottom: 5px;
	z-index: 2;
	position: absolute;
}

#logo a {
	display: block;
	max-width: 930px;
}

#gnav {
	clear: both;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
}

#gnav nav {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
}

#gnav nav ul li {
	float: left;
}
#gnav nav ul li a {
	display: block;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
}


/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
	padding-top: 60px;
}

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#mainvisual-inner .img {
	position: absolute;
	display: none;
	width: 1280px;		/* 画像の幅 */
	margin-left: -640px;	/* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}

#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}

#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
	margin-top: 0px;
}
#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
	margin-top: -10px;
}

#mainvisual-btn a img {
	vertical-align: top;
}

#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -20px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#left-column {
	float: left;
	width: 690px;
	padding-bottom: 20px;
}

article section {
	padding: 0 0 30px;
}

article section:first-child {
	border-top: none;
}

article section h2 {
	padding: 30px 0 20px;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	color: #333333;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: solid 1px #fff;
}

#contents-title {
	padding: 10px 0 20px;
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	color: #333333;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
}

article section p {
	font-size: 90%;
	line-height: 160%;
	color: #555;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}

.column1 h3 {
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	color: #333333;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 83%;
	line-height: 130%;
}

.box {
}
article .box ul{
	font-size: 83%;
	line-height: 120%;
}
article .box ul li{
}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
	color: #333333;
}

article .box p {
	font-size: 67%;
	line-height: 140%;
}

.news-box {
	font-size: 83%;
	color: #555;
	line-height: 160%;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
}

.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	background-color: #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	border-bottom: solid 1px #fff;
	font-size: 90%;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}

/* ------ add 1404 ------ */
#left-column .ttl_sen {
	width: 679px;
	margin-bottom: 10px;
}
.txt_s01 {
	font-size: 76%;
	line-height: 160%;
	color: #555;
}
.pt60 {padding-top:60px;}
.pt15 {padding-top:15px;}
.pb20 {padding-bottom:20px;}
.red{color: #c00;}


/* ------ Right Column ------ */

#right-column {
	float: right;
	width: 207px;
	padding-bottom: 20px;
}

#right-column .box {
	height:291px;
	margin-bottom: 20px;

}
#right-column .boxin {
	z-index: 2;
	position: absolute;
	padding: 40px 15px 15px;
	width: 177px;
	height: 229px;
}
#right-column .waku {
	width: 207px;
}

#right-column .box h2 {
	padding: 20px 0 10px;
	font-weight: bold;
	color: #333333;
}

#right-column .box p {
	font-size: 76%;
	line-height: 160%;
	color: #555;
}

#right-column .box .tel {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	text-align: center;
	line-height: 100%;
}

#right-column .btn {
	width: auto;
	height: 30px;
	margin: 10px auto 0;
	border-radius: 20px;
}

#right-column .btn a {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 15px;
}

#right-column .ad {
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#right-column .ad li {
	padding-bottom: 10px;
	text-align: center;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	background-color: #EDF8EF;
	border-top: 4px solid #666666;
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 40px 0 20px;
	background: url(../images/footer_bg.png) no-repeat top center;
}
#footer-inner a:link {
	text-decoration: none;
	color: #666666;

}
#footer-inner a:visited {
	text-decoration: none;
	color: #666666;
}
#footer-inner a:hover {
	text-decoration: underline;
	color: #c00;
}
#footer-inner a:active {
	text-decoration: underline;
	color: #666666;
}

footer nav,
#copyright {
	text-align: center;
	margin-bottom: 10px;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #999;
	border-left: solid 1px #ccc;
	*zoom: 1;
}

footer ul li:first-child {
	border-left: none;
}
/* ------ add1406 ------ */
	.left_photo01 {
	float: left;
	width: 130px;

}
.left_photo02 {
	float: left;
	width: 160px;
	padding-right: 10px;

}
.left_photo03 {
	float: left;
	width: 200px;
	padding-right: 15px;

}
.prof_txt01 {
	float: left;
	width: 480px;
}
.disco_txt01 {
	float: left;
	width: 520px;
}
.disco_title {
	font-size: 120%;
	line-height: 120%;
	font-weight:bold;
	padding-bottom: 15px;
}
.schedule_title {
	font-size: 120%;
	line-height: 120%;
	font-weight:bold;
}
.schedule_table {
	padding: 10px 0 15px 0;
}
.schedule_table p{
	font-size: 83%;
}
div.iframeWrap {
position: relative;
width: 100%;
}
div.iframeWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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

	#header-inner {
	width: 90%;
	}

	#gnav nav {
		width:100%;
	}
	#gnav nav ul li a {
		width:140px;
		margin:0 -20px 0 0;
	}
	#mainvisual .img {
		width: 130%;		/* 画像の幅÷980 */
		margin-left: -65%;	/* -(画像の幅÷980÷2) */
	}

	#contents {
	width: 100%;
	background-position: 0% 0%;
	}

	#left-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.column-set {
		width: 105%;
	}

	.column1 {
		width: 29%;
		margin-right: 4.1%;
	}

	#right-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		*margin: 0 auto 20px;
		overflow: hidden;
		*zoom: 1;
	}

	#right-column-inner {
	width: 100%;
	padding-left: 40px;
	}

	#right-column .box {
	float: left;
	width: 24%;
	margin-right: 4.1%;
	padding-top: 30px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-bottom: 15px;
	}

	#right-column .ad {
		width: 26%;
		padding: 10px 1.5% 0;
	}

	#footer-inner {
		width: 100%;
	}
/* ------ add1406 ------ */
	.left_photo01 {
	float: left;
	width: 130px;

}
.left_photo02 {
	float: left;
	width: 160px;
	padding-right: 10px;

}
.disco_txt01 {
	float: left;
	width: 520px;
}
.prof_txt01 {
	float: left;
	width: 480px;
}
#logo {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	z-index: 2;
	position: absolute;
	
}

#logo a {
	display: block;
	width: 100%;
}

}





/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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

	#header-inner {
		width: 100%;
	}

	#tagline {
		float: none;
		padding: 15px 0 5px;
		text-align: center;
	}

	#logo {
		padding: 0 0 15px;
	}

	#logo a {
		margin: 0 auto;
	}

	#gnav nav {
		width: 100%;
	}
	#gnav nav ul li a {
		width:110px;
		margin:0 -20px 0 0;
	}
	.column1 {
		width: 45.5%;
		margin-right: 4%;
	}

	#right-column .box {
		width: 39.5%;
		margin-right: 4%;
		padding: 0 3% 15px;
	}

	#right-column .ad {
		width: 41.5%;
		padding: 10px 2% 0;
	}
/* ------ add1406 ------ */
	.left_photo01 {
	float: left;
	width: 130px;
	
}
.left_photo02 {
	float: left;
	width: 160px;
	padding-right: 10px;

}
.disco_txt01 {
	float: left;
	width: 520px;
}
.prof_txt01 {
	float: left;
	width: 480px;
}
.disco_title {
	font-size: 100%;
	font-weight:bold;
}
.schedule_title {
	font-size: 83%;
	font-weight:bold;
}
.schedule_table p{
	font-size: 83%;
	line-height: 120%;
}


}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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

	#gnav nav {
		width:100%;
	}
	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
	}

	#gnav nav ul li {
		float: left;
		width: 50%;
		*width: 49.9%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 0px 0 2px;
		margin:0 auto;
		text-align: center;
	}
	.box {
		padding: 0 20px 20px;
	}

	#contents-title {
		font-size: 110%;
	}

	.btn {
		width: auto;
	}

	.btn a {
		width: auto;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.news-box dt {
		float: none;
		width: auto;
	}

	.news-box dd {
		margin: 0 0 10px 0;
	}

	#right-column {
		*margin-bottom: 0;
	}

	#right-column-inner {
		width: 100%;
	}

	#right-column .box {
		float: none;
		width: auto;
		margin-right: 0;
		padding: 0 20px 20px;
	}

	#right-column .box p {
		font-size: 83%;
	}

	#right-column .box .tel {
		font-size: 150%;
	}

	#right-column .btn {
		height: 40px;
		margin: 10px auto 0;
		border-radius: 25px;
		font-size: 90%;
	}

	#right-column .btn a {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	#right-column .ad {
		margin-right: 0;
		padding: 10px 10px 0;
	}
/* ------ add1406 ------ */
	.left_photo01 {
	float: left;
	width: 100%;

}
.left_photo02 {
	float: left;
	width: 100%;
	padding-right: 10px;

}
.disco_txt01 {
	float: left;
	width: 100%;
}
.prof_txt01 {
	float: left;
	width: 100%;
}
#logo {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	z-index: 2;
	position: absolute;
	
}

#logo a {
	display: block;
	width: 100%;
}
.disco_title {
	font-size: 100%;
	font-weight:bold;
}
.schedule_title {
	font-size: 83%;
	font-weight:bold;
}
.schedule_table p{
	font-size: 83%;
	line-height: 120%;
}


}
