
/* 基本構造 */

body{
	margin: 0;
	padding: 0;
	background-color:#ECECEC;
}


p{
	margin: 0;
	letter-spacing:0.01em;
}

h1{
	margin: 0;
}

h3{
	margin:0;
	background: linear-gradient(transparent 70%, #333366 70%);

}


h2{
	margin:0;
	border-bottom: 3px solid #333366;
	color: #494949;/*文字色*/
 	background: #f4f4f4;/*背景色*/
 	border-left: solid 5px #7db4e6;/*左線*/
 	border-bottom: solid 3px #d7d7d7;/*下線*/
}

h4{
	margin-bottom: -5px;
}




/* ロゴ */

#logohead {
	height: 80px;
	margin: 0;
	background-color: #ffffff;
}

#logoarea {
	width: 850px;
	margin: 0px auto;

}

#logo{
	padding: 10px;
}




/* メニューデザインCSS */
.cp_navi {
	background-color: #333366;
	color: #000000;
	display: block;
	width: 100%;
	z-index:100;

}



.cp_navi ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
	width: 170px;
	height: 50px;

}
.cp_navi > ul > li > a {
	color: #ffffff;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
}
.cp_navi > ul > li:hover {
	background-color: #333366;
}
.cp_navi > ul > li:hover > a {
	background-color: #333366;
}
.cp_navi > ul > li:hover > a > .caret {
	background-color: #333366;
}
.cp_navi > ul > li > div {
	background-color: #333366;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 170px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}


#naviw{
	height: 2px;
	background-color: #ffffff;
}

#navir{
	height: 5px;
	background-color: #CC3300;
	box-shadow: 2px 2px 4px gray;

}



/* メインページ */

#content{
	width: 830px;
	padding:10px;
	margin: 0px auto;
	background-color: #ffffff;
	z-index: 10;
}

.topimg{
	width:750px;
}


#topimgarea{
	text-align: center;
		padding-top: 10px;
}


#footer{
	padding-top: 30px;
	text-align: center;
	clear: left;

}

.coachlist table{
	text-align: center;
	width: 600px;
	margin: 0 auto;
	border-collapse: collapse;

}

fb-page{
	z-index: 5;
}



.textright{
 text-align: right;
}


/* トップ２カラム */

#underarea{
	width: 750px;
	height: 500px;
	padding-top: 10px;
	margin:0 auto;
}

#leftcolumn{
	width: 350px;
	float: left;

}

#news{
	border: 1px solid #999;
	margin-top: :30px;
}

#rightcolumn{
	width: 350px;
	float: right;
}



/* 準備中 */
#preparation{
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

/* パンくず */
#pan{
	padding: 10px
}


.centerimg{
	margin-top: 30px;
	text-align: center;
}

.commentarea{
	width: 95%;
	padding: 10px;
	margin:0 auto;
	border: 1px solid #999;  
	background-color: #eee;
}



.uniforml{
	width: 300px;
	float: left;
}


.uniformr{
	width: 400px;
	float: left;
}

.clerint{
	clear: both;
}


.coachlist{
	width: 80%;
	margin:20px auto;
	border-collapse: collapse;
}


.coachlist td {
	border: solid 1px black;
}
.coachlist th{
	border: solid 1px black;
}



/* スケジュール表 */
#scheduletabe{
	width: 80%;
	margin-top: 20px;
	 border-collapse: collapse;
}

#scheduletabe td{
	border: solid 1px black;
}



/* テキスト中央揃え用 */
.textCenter{
	text-align: center;
}



/* コーチ紹介 */
#comenttop{
	width: 100%;
	height: 100%;
	margin-top: :100px;
}




/* 明治招待 */
.rage{
	width: 80%;
	margin:20px auto;
	border-collapse: collapse;
	text-align: center;
}

.rage td {
	border: solid 1px black;
}
.rage th{
	border: solid 1px black;
}

.centelink{
	text-align: center;
	font-size: 2em;
}

.tablemainname{
	text-align: center;
	width:100px;
}

.tebleimg{
	width: 250px;
}




/* 保護者の声 */
.hitokoto{
  background:#D9EEFF;
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#003B83;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "護";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#003B83;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #003B83;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#003B83;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "の";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#003B83;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}



.hitokoto-circle3{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
    margin-left: 80px;
  font-weight: bold;
  color: #fff;
  background-color:#003B83;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}



/* 沿革*/


.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #bfdef5 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #3293d9;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}