 body {
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
   -webkit-text-size-adjust: none;
 }
 
  p { /* android用hack */
  background: #fff;
  font-size: 88%;
  }
 
 dl,ul,ol { font-size: 88%; }
 
 a { -webkit-touch-callout: none; }
 
 #whole {
   width: 96%;
   margin: 0 auto;
}

/*___ スタートページ ___*/
#index h1 {
  margin: 0;
}

#index h1 img {
  width: 100%;
  height: auto;
}

#index h2 {
  color: #fff;
  border: none !important;
  padding: 0;
  font-size: 100%;
}

#index h2 a { 
  display: block;
  color: #333;
  background: #9ccc65 url(../images/icon_arrow.gif) no-repeat 10px 50%;
  padding: 8px 8px 8px 28px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}

/* sns　*/

.pageHeader_sns {
}

.pageHeader_sns > div {
  display: inline-block;
  vertical-align: top;
}

#headline { text-align: center; margin-bottom: 20px;}
#header img {
  margin-top: 8px;
  width: 80%;
  height: auto;
}

/*______ 共通 _________*/
h1 {
  background:#fff3dd;  
  border-top:1px solid #8c6d63;  
  border-right:1px solid #8c6d63;  
  border-left:7px solid #8c6d63;  
  border-bottom:1px solid #8c6d63;  
  padding:.4em;
  font-size: 100%;
}
	
h2 {
  border-top: 4px solid #8c6d63; 
  border-bottom: 2px solid #f4a928;  
  padding:.6em 0;
  font-size: 100%;
  margin-top: 2em;
  background: #fff;
}

h3 {
  background: url(../images/dot.jpg) no-repeat 0 2px;
  margin: 2em 0 0 0;
  padding: 0 0 0 30px;
  font-size: 100%;
  min-height: 24px;
  line-height: 24px;
}
  
h3 a {
  background: url(../images/download.gif) no-repeat right top;
  padding-right: 34px;
}

.foruse {
  margin: 1em 0;
  border: 3px solid #7AA6E6;
  padding: 0.5em 1em;
  font-size: 88%;
}
	
.foruse h2 {
  border-left: 10px solid #7AA6E6;
  border-top: none;
  border-bottom: none;
  padding: 0 0 0 0.2em;
  margin-top: 0;
}

/* 概要　ステージ紹介 */
.colright img { width: 100%; height: auto; }

/* 教材 */

.kaitei {
	margin: 1em 0;
	border: 1px solid #323232;
	padding: 0 1em;
}

.ol-hajimeni {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 1em;
}

.ol-hajimeni li {
  counter-increment: my-counter;
}

.ol-hajimeni li::before {
  content: counter(my-counter) " ";
  margin-right: 0.8em;
}


/* サイトについて */

table.commitee td {
  display: list-item;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 88%;
}

table.commitee td.post {
  margin: 0 0 0.5em 3em;
}

dl.mark dd {
  margin: 0 0 1em 0;
}

.chara img {
  width: 100%;
  height: auto;
}

 /* 戻る */
.backbtn {
  clear: both;
  margin: 2em 0 1em 0;
  padding: 4px 10px;
  background: #8c6d63;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 88%;
  text-align: center;
}

.backbtn span {
  display: block;
}
  
  .backbtn a {
  color: #fff;
  text-decoration: none;
  width: 580px;
  }

/* 受賞バナー */
.bnr_area img {
  width: 100%;
  height: auto;
  margin: 2ex auto;
}

/* 他コンテンツへのリンク　*/
div#conlink {
  clear: both;
  margin: 1em 0; 
  text-align:right;
  line-height:130%;
  font-size: 88%;
}

.clear { clear: both; }

/* cleafix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
  
  .clearfix {
  min-height: 1px;
  }
  
/*____ footer ____*/
#footer {
  border-top: 1px solid #999;
  padding: 10px 0;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
  }
  
#footer p {
  font-size: 80%;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 100px;
  padding-bottom: 1em;
}

#footer .imgleft {
  width: 100%;
}

#footer .imgright {
  position: absolute;
  top: 40px;
  text-align: center;
  width: 100%;
  margin-top: 6px;
}
  
#footer img { margin: 8px 0;}