@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	background: #FFF;
	color: #212121;
	margin-top: 65px;
	position: relative;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.hiddenBox {
	display: none;
}
.caution {
	color: #BF2000;
}
/*------HEADER------*/
header#mainHeader {
	width: 100%;
	border-top: 5px solid #009;
	background: url(../img/bg_header.png) #FFF repeat-x left top;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	z-index: 10010;
}
#mainHeader h1 {
	padding-top: 10px;
}
#menu {
	width: 50px;
	height: 60px;
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	margin-top: -25px;
}
#menu span {
	height: 2px;
	width: 26px;
	background: #009;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
#menu span:before, #menu span:after {
	content: '';
	height: 2px;
	width: 26px;
	background: #009;
	display: block;
	position: absolute;
	transition: all .5s;
}
#menu span:before {
	top: -7px;
}
#menu span:after {
	top: 7px;
}
#menu.active span {
	background: transparent;
}
#menu.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 0;
}
#menu.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: 0;
}
/*------ GLOBAL NAVI ------*/
#globalNav {
	width: 250px;
	background: #FFF;
	position: fixed;
	right: -255px;
	top: 0;
	bottom: 0;
	overflow: hidden;
	border-left: 5px solid #2A2BAB;
}
#globalNav .scrollWrapper {
	overflow: auto;
	height: 100%;
}
#globalNav li a {
	width: 100%;
	padding: 10px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: 1px dotted #DDD;
	background: url(../img/ico_arrow_right.png) no-repeat 95% center;
	background-size: 6px auto;
}
/*------ GLOBAL ------*/
.mainWrapper {
	width: 96%;
	margin: 0 2%;
	position: relative;
}
article {
	padding-top: 1px;
	position: relative;
}
article h2 {
	background: url(../img/bg_blue.jpg) repeat left top;
	background-size: 2px 2px;
	padding: 10px;
	color: #FFF;
	margin: 15px 0;
	font-weight: normal;
}
article h3 {
	margin: 10px 0;
	color: #000099;
	font-weight: normal;
	border-bottom: 1px solid #000099;
	padding-left: 20px;
	position: relative;
}
article h3:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000099;
	position: absolute;
	left: 5px;
	top: 7px;
}
article div.bluebg {
	background: #E7E7FE;
	padding: 10px;
	margin: 10px 0;
}
article div.yellowbg {
	background: #FFFFDD;
	padding: 10px;
	margin: 10px 0;
}
article table {
	width: 100%;
}
article table th {
	background: #E7E7FE;
	padding: 5px 0;
	border: 1px solid #FFF;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}
article table td {
	background: #FFFFDD;
	padding: 5px 0;
	border: 1px solid #FFF;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
}
/*----- MEETING -----*/
#meeting .yellowbg {
	text-align: center;
}
#meeting .yellowbg p {
	text-align: left;
}
#meeting .yellowbg img {
	margin: 10px 0 0;
}
/*----- DANCE -----*/
#dance div.center img {
	margin: 10px 0 0;
}
/*----- FOOTER -----*/


footer#mainFooter {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
#mainFooter ul {
	display: inline-block;
	margin: 20px 0;
}
#mainFooter li {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #666;
	height: 15px;
	line-height: 15px;
}
#mainFooter li:first-child {
	float: left;
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
#mainFooter #btmBlock {
	margin-top: 5px;
	padding: 10px 0;
	background: url(../img/bg_blue.jpg) repeat left top;
	background-size: 2px 2px;
	color: #FFF;
}
