@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
}*/

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	/*max-width: 1232px;*/
	/*padding-left: 1%;
	padding-right: 1%;*/
	margin: auto;
}

}

li{
	list-style:none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.active{
	color:#09C;
}

p{
	font-size:15px;
	line-height:20px;
}

.caution{
	color:red;
}

span.caution{
	line-height:25px;
}

h5{
	font-size:14px;
	
}

h3, h4{
	font-weight:normal;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* exit init */

div.inner-wrapper{
	width:960px;
	margin:0 auto;
}

body {
	background-attachment: scroll;
	background-image: url(../images/bg-080.jpg);
	background-repeat: repeat;	
}

#header{
	width:auto;
	height:70px;

	border-bottom:17px solid #ffe;
	z-index: 50;
	background: rgba(255,255,255, 0.8);
}




#logo{
margin:0;
	padding:0 10px;
	border:1px solid #fff;
	border-top:none;
	width:257px;
	background-color:#0068b7;
	float:left;
	
	}
	
#lesson{
	margin:0 auto 20px;
	width:880px;
	height:255px;
	border:1px solid #ccc;
}


#header-top{
	
}

#header-top > div > ul {
	position: relative;
  float:left;
  margin:24px auto;
}

#header-top > div > ul > li {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
	color:#222;
	float:left;
	  margin-left: 16px;
}

#header-top > div > ul > li a{
	/*text-decoration:none;*/
	color:#222;
}

#footer{
	border-top: 3px solid #ebebeb;
	padding-top: 2em;
	height: 230px;
	margin-top: 3em;
	background-image: url(../images/footer_06.jpg);
	background-color: rgba(245,245,245, 0.6);
	background-repeat: no-repeat;
	background-position:center;
}
	
	

#footer-link{
	float:left;
}

#footer-link > ul > li{
	margin-bottom:5px;
}
#footer-link > ul > li > a{
	font-size:15px;
}


#addr-title{
	font-weight:bold;
	font-size:16px;
}

#footer > div > address{
	float:right;
	font-size:14px;
	margin:15px 35px 0;
	font-style:normal;
}

#footer > div > address > span{

	  line-height: 1.5em;
	
}
.contents-slide{
	margin-top:-129px;
	z-index:-1;
	position:relative;
	
}

#header-ph{
	/*margin-top:-129px;*/
	z-index:-1;
	position:relative;
	width:auto;
max-height: auto;
	min-height: 287px;
	 border-bottom:12px solid #0168b7;
	  /*margin-bottom:1em;*/
	  width:auto;
	  margin:-129px auto 26px auto;
	
}

.contact{
	background-image:url(../../images/01-slider_01.jpg);
  height: 350px;
  background-size: cover;
  background-position:center center;
}

.members{
	background-image:url(../../images/05-slider_01.jpg);
  height: 350px;
  background-size: cover;
  background-position:center bottom;
}

.private{
	background-image:url(../../images/07-slider_01.jpg);
  height: 350px;
  background-size: cover;
  background-position:center center;
}

.camp{
	background-image:url(../../images/04-slider_01.jpg);
  height: 350px;
  background-size: cover;
  background-position:center center;
}

.lessoncalendar{
	background-image:url(../../images/03-slider_01.jpg);
  height: 350px;
  background-size: cover;
  background-position:center center;
}

.staff{
	background-image:url(../../images/06-slider_01.jpg);
  height: 350px;
  background-size: cover;
  background-position:center center;
}

.contents > div > div.article{
	float:left;
	margin:0 8px;
	
}

#content-banner {
  position: relative;
 /* min-height: 429px;*/
  width: 300px;
    line-height: 1.6em;
}

#banner-text {
    position: absolute;
  top: 0px;
  /* padding: 8px 25px; */
  /* display: inline; */
  width: 300px;
  text-align: center;
  background-color: rgba(255,250,240, 0.6);
}

div#sidebar{
	width:240px;
	float:left;
	padding-right:5px;
}
div#sidebar h2{

font-family: 'Oswald', sans-serif;
  font-size: 48px;
  color: #444;
  font-weight: 300;
  /*text-transform: uppercase;*/
  margin: 0 0 35px 0;
  border-left:10px solid #ccc;
  padding-left:14px;
}

div#detail{
	width:660px;
	float:right;
	margin-left:22px;
}

table tbody tr th {
  white-space: nowrap;
  font-weight: normal;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  background-color: #eee;
  text-align: left;
  padding: 8px 15px 25px 8px;
  color: #000;
}

table tbody tr td {
  white-space: nowrap;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  padding: 15px 0 15px 15px;
}

table {
  font-size: 100%;
  width: 660px;
  border-collapse: collapse;

  margin-bottom: 1em;
}

th span{
	color:red;
}

td.kaigyo input[type="date"]{
	margin-bottom:3px;
}

table.mailform tr th span{
	font-weight:bold;
}

#sidebar p{
	padding:0 5px;
}

#detail h3{
	margin:0;
	padding:0;
	font-size:27px;
}

#detail h4{
	margin:0
	padding:15px 0 0;
	font-size:22px;
}
h3#frmh3{
	margin-top:50px;
}

div#lctop{
	position:relative;
	right:0px;
	top:17px;
	float:right;
	border:5px solid #eee;
	border-top:none;
	background-color:#F00;
	padding:11px;
	border-bottom-right-radius:0.5em;
border-bottom-left-radius:0.5em;
	
	
	
}

div#lctop a{
	color:#FFF;
	font-weight:bold;
}
	
