@charset "utf-8";
/* CSS Document */

/*__________________________基本項目__________________________*/
html {
    font-size:16px; /* 基準のフォントサイズを16pxとする */
    -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */ 
	height: 100%;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background-color: #c0e1e7;
	color: #282725;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	letter-spacing: normal;
	line-height: 1.8;
}
.clearfix:after {
	 content:"";
	 display:block;
	 clear:both;
	 height:0;
	 visibility:hidden;
}
.md_only {
	display: none;
}
.sm_only {
	display: block;
}
.list_center {
	margin: 0;
	padding: 0;
	text-align: center;
}
h2 {
	font-size: 130%;
	text-decoration: underline;
}

/*__________________________フレーム__________________________*/
#wrapper {
	background-color: #fff;
	margin: 2em auto;
	width: 95%;
}
header #pc_only_header {
	background-color: #3abfae;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 100%;
	font-weight: normal;
	padding: 1rem;
	vertical-align: middle;
}
#mv img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
#gnav {
	color: #fff;
	background-color: #3abfae;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#gnav a {
	border-bottom: 1px dashed #fff;
	color: #fff;
	text-decoration: none;
	padding-bottom: 0.3rem;
}
#gnav li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	width: 100%;
}
#top #gnav li.l1 {	pointer-events: none; }
#top #gnav li.l1 a { border-bottom: none; }
#top #gnav li.l1 a:before { content: "► ";  }
#himemiko #gnav li.l2 {	pointer-events: none; }
#himemiko #gnav li.l2 a { border-bottom: none; }
#himemiko #gnav li.l2 a:before { content: "► ";  }
#prof #gnav li.l3 {	pointer-events: none; }
#prof #gnav li.l3 a { border-bottom: none; }
#prof #gnav li.l3 a:before { content: "► ";  }
#events #gnav li.l4 {	pointer-events: none; }
#events #gnav li.l4 a { border-bottom: none; }
#events #gnav li.l4 a:before { content: "► ";  }


footer {
	border-top: 1px solid #eee;
	font-size: x-small;
	margin: 3rem auto 1rem auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}
footer #copyright {
	color: #990033;
}


/*----------
   PC用 
 -----------*/
@media screen and (min-width : 960px) {
	.sm_only {
		display: none;
	}
	.md_only {
	display: block;
	}
	
	.list_center li{
		display: inline-block;
		padding-left: 1rem;
		padding-right: 1rem;
	}
    html{ font-size:14px; } 
	#wrapper {
		width: 800px;
	}
	#gnav {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	#gnav li {
		border-right: 1px solid #fff;
		width: inherit;
	}
	#gnav li.list_end {
		border-right: none;
	}
}