@charset "utf-8";

/* フォント */
/* IE */
@font-face {
	font-family: font_type01;
	src: url("../font/HuiFont109.eot");
}
/* Firefox,Opera,Safari */
@font-face {
	font-family: font_type01;
	src: url("../font/HuiFont109.ttf") format("truetype");
}
/* IE */
@font-face {
	font-family: font_type02;
	src: url("../font/mplus-2p-heavy.eot");
}
/* Firefox,Opera,Safari */
@font-face {
	font-family: font_type02;
	src: url("../font/mplus-2p-heavy.ttf") format("truetype");
}

/* clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* 共通設定 */
* {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 62.5%;
}
/*
a {
}
a::before,
a::after {
	position: absolute;
	z-index: -1;
	content: '';
}
a,
a::before,
a::after {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
*/
a,
label {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover,
label:hover {
	opacity: 0.5;
}
optgroup {
	padding: 2px;
	margin-bottom: 5px;
}
option {
	padding: 2px;
	font-size: 1.0rem;
}

/* ページ設定 */
#page {
	width: 100%;
}
#page h1 {
	background: #333;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 3em;
	display: block;
	padding: 5px 0;
	font-family: font_type02;
	text-align: center;
}
#contentBox {
	width: 1000px;
	margin: 0 auto;
}
#col_left {
	display: table-cell;
	width: 240px;
	vertical-align: top;
	padding-right: 20px;
}
#col_main {
	display: table-cell;
	width: 760px;
	vertical-align: top;
}
footer {
	background: #333;
	display: block;
	height: 200px;
	color: #FFF;
}
#back_bt {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 48px;
	font-size: 40px;
	border: solid 6px #000000;
	border-radius: 30px;
	text-align: center;
	opacity: 0.3;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #000;
}
#back_bt:hover {
	opacity: 0.8;
}


/* 左カラム */
#col_left .contents {
	border-top: solid 2px #000000;
	padding: 10px 0 0 0;
}
#menu {
}
#menu h2 {
	display: block;
	font-size: 1.6em;
	border-left: solid 6px #0099FF;
	padding: 5px;
	margin-bottom: 5px;
	font-family: font_type02;
}
#menu label {
	display: block;
	margin: 0;
	font-size: 1.4em;
	cursor: pointer;
	padding: 5px 5px;
	margin: 0px 0px 10px 5px;
	border-left: solid 3px #0099FF;
	font-weight: bold;
	box-shadow: 1px 1px 1px 1px #999;
}
#menu input[type="radio"].on-off:checked + label {
	border-left: solid 3px #FF0099;
}
#menu input[type="radio"].on-off + label:hover {
	margin: 0px 0px 10px 10px;
	box-shadow: none;
}
#menu input[type="radio"].on-off {
	display: none;
}
#menu .menu {
	/*
	position: relative;
	z-index: 1;
	*/
}
#menu ul {
	/*
	position: absolute;
	z-index: 2;
	left: 240px;
	top: 0px;
	display: table-cell;
	*/
	width: 100%;
	padding: 0px 0px 0px 15px;
	/*
	border-radius: 5px;
	background: rgba(0,180,255,0.5);
	*/
}
#menu li {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu input[type="radio"].on-off + label + ul li {
	height: 0;
	overflow: hidden;
	color: #FFF;
}
#menu input[type="radio"].on-off:checked + label + ul li {
	height:20px;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 20px;
	color: #000;
}
#menu input[type="radio"].on-off:checked + label + ul li:last-child {
	margin-bottom: 10px;
}



/* メインカラム */
#col_main .contents {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#col_main .contents h2 {
	font-family: font_type02;
	font-size: 2em;
	display: block;
}
