body {
	color: #333;
	vertical-align: baseline;
	font-family: 'Roboto',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	height: 100%;
	line-height:150%;
	overflow-x: hidden;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:active,
a:hover {
	opacity: 0.5 ;
	text-decoration:none;
}
a:hover img {
	opacity: 0.7 ;
}
iframe{
    border: none;
}
/* wrapper ******************************************************/
#wrapper {
	width:980px;
	margin:0 auto;
}
/* author *******************************************************/
#author{
    background: #000;
    width: 100%;
}
#author img{
    width: 183px;
    height: 24px;
    vertical-align: bottom;
}
#author ul{
    margin: 0 auto;
    max-width: 980px;
    padding: 15px 0;
    list-style: none;
    display: flex;
}
#author li:nth-of-type(2){
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}
/* header *******************************************************/
#header {
	position:relative;
	width:980px;
	height:90px;
}
#header h1{
	position:absolute;
	left:0;
	top:10px;
}
#header ul{
	margin:0;
	padding:0;
	display:table;
	font-size:12px;
	position:absolute;
	right:0;
	top:10px;
}
#header li{
	display:table-cell;
	list-style:none;
	vertical-align:top;
}
#header li a:hover{
	color:#333;
}
#header li a{
	color:#333;
}
.select_language {
	overflow: hidden;
	display:inline-block;
	margin: 0 auto 0 15px;
	text-align: center;
}
.select_language select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background:url(../images/ic.gif) no-repeat left ;
	padding-left:15px;
	font-family: 'Roboto';
}
.select_language select::-ms-expand {
	display: none;
}
.select_language.lang {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-radius: 2px;
	background: #ffffff;
}
.select_language.lang::before {
	position: absolute;
	top: 0.8em;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	pointer-events: none;
}
.select_language .lang select {
	padding: 8px 38px 8px 8px;
	color: #333;
}
/* stage ********************************************************/
#stage {
	width:950px;
	border-radius: 10px;
	background: linear-gradient(#6bc8f2 30%,#7dcdf4 60%, #39bbea) ;
	background: -moz-linear-gradient(#6bc8f2 30%,#7dcdf4 60%, #39bbea) ;
	background: webkit-linear-gradient(#6bc8f2 30%,#7dcdf4 60%, #39bbea) ;
	padding:30px 0 10px 30px;
}
#stage dl.online-title {
	width:920px;
	border-radius: 3px;
	margin-bottom:1em;
	display:table;
	background-color:#fff;
	border:2px solid #fff;
	padding:0;
	margin-top:0;
}
#stage .online-title dt{
	display:table-cell;
	border-radius: 3px;
	margin:0;
	color:#FFF;
	padding:0.5em;
	font-size:22px;
	background-color:#b41631;
	font-weight:normal;
	text-align:center;
	max-width:55px;
	white-space:nowrap;
	font-family: 'M PLUS 1p', sans-serif;
}
#stage .online-title dd{
	display:table-cell;
	padding:0.5em;
}
#stage .online-title dd h1{
	margin:0;
    padding: 0;
	color:#333;
	font-size:26px;
	font-weight:normal;
	font-family: 'M PLUS 1p', sans-serif;
}
#control {
	display:flex;
	justify-content: space-between;
	margin-top:1em;
	width:720px;
    height: 80px;
}
#stage button {
	border-radius: 40px;
	display:block;
	color:#FFF ;
	padding:16px 20px;
	border-style: none;
	font-size:16px;
	margin-bottom:1em;
	font-weight:normal;
	width:227px;
	text-align:left;
	cursor:pointer;
	border:2px solid #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size:21px;
}
#stage button:hover {
	opacity: 0.7;
}
.stage-inner {
	background:url(../images/stage-bg.png) no-repeat right ;
}
#stage #play1 {
	background: #b9dd57;
	background: -moz-linear-gradient(top, #b9dd57 0%, #78b54b 100%);
	background: -webkit-linear-gradient(top, #b9dd57 0%,#78b54b 100%);
	background: linear-gradient(to bottom, #b9dd57 0%,#78b54b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9dd57', endColorstr='#78b54b',GradientType=0 );
	position:relative;
}
#stage button:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
}
#stage #play1:after{
	content: "";
	position: absolute;
	right:9px;
	top:0;
	bottom:0;
	margin:auto;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 9px solid transparent;
	border-left: 9px solid #B9DD57;
}
#stage #play2 {
	background: #60d2f4;
	background: -moz-linear-gradient(top, #60d2f4 0%, #30a3d1 100%);
	background: -webkit-linear-gradient(top, #60d2f4 0%,#30a3d1 100%);
	background: linear-gradient(to bottom, #60d2f4 0%,#30a3d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60d2f4', endColorstr='#30a3d1',GradientType=0 );
	position:relative;
}
#stage #play2:after{
	content: "";
	position: absolute;
	right:9px;
	top:0;
	bottom:0;
	margin:auto;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 9px solid transparent;
	border-left: 9px solid #60D2F4;
}
#stage #play3 {
	background: #ffba49;
	background: -moz-linear-gradient(top, #ffba49 1%, #f2942d 100%);
	background: -webkit-linear-gradient(top, #ffba49 1%,#f2942d 100%);
	background: linear-gradient(to bottom, #ffba49 1%,#f2942d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba49', endColorstr='#f2942d',GradientType=0 );
	position:relative;
}
#stage #play3:after{
	content: "";
	position: absolute;
	right:9px;
	top:0;
	bottom:0;
	margin:auto;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 9px solid transparent;
	border-left: 9px solid #FFBA49;
}
/* contact ******************************************************/
.contact-panel {
	width:940px;
	background-color:#F7F7F7;
	padding:50px 20px 70px 20px;
	margin:30px 0 40px 0;
	border-radius: 6px;
}
.contact-panel dl{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
.contact-panel dt{
	padding:0;
	margin-bottom:40px;
	font-size:26px;
}
.contact-panel dd a {
	background-color:#66C6DC;
	color:#FFF;
	font-size:26px;
	padding:18px 100px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 40px;
}
.contact-panel dd a span{
}
.contact-panel dd a:hover{
	background-color:#b41631;
	opacity: 1 ;
}
/* section ******************************************************/
section {
	margin:50px 0 0 0;
}
h3{
	font-size:48px;
	text-align:center;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:0;
	font-family: 'M PLUS 1p', sans-serif;
}
h3 span{
	font-size:14px;
	display:inline-block;
	position:relative;
	margin-bottom:30px;
	color:#333;
}
h3 span:before{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #ccc;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
h3 span:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #ccc;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
h3 span:before {left:40px;}
h3 span:after {right: 40px;}
/* テーブル *****************************************************/
table {
	width:100%;
	border-spacing: 8px;
}
table thead{
	width:100%;
}
table thead th{
	font-weight:normal;
	font-size:16px;
	text-align:center;
	background-color:#f9f9f9;
	border:1px solid #ddd;
	border-radius: 3px;
	position:relative;
}
table thead th:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ddd;
	bottom:-8px;
	margin:0 auto;
	left:0;
	right:0;
}
table tbody th{
	padding:8px;
	width:180px;
}
table tbody td{
	padding:8px;
}
.hf {
	border-bottom:none !important;
	position:relative;
	padding-top:30px;
}
.hf:after {
	 content: "";
	 position: absolute;
	 background-color:#F4F9E4;
	 bottom:-13px;
	 height:13px;
	 z-index:2;
	 width:300px;
	 left:-1px;
	 border-left:1px solid #B9DD57;
	 border-right:1px solid #B9DD57;
}
.hf span {
	position:absolute;
	top:30px;
	z-index:999;
	left:0;
	right:0;
	margin:auto;
}
tbody .lv2 a:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
}
tbody .lv2 a{
	position:relative
}
tbody .lv2 span{
	font-size:14px;
	display:block
}
tbody .lv2 a span{
	font-size:14px;
	display:block
}
table td a{
    text-decoration: none;
    color:#fff;  
    display: block;
} 
.no-link {
	text-align:center !important;
	opacity: 0.7 ;
}
/* 環境 *********************************************************/
.envi h3{
	color:#B9DD57;
}
.envi tbody th {
	font-size:18px;
	color:#B9DD57;
	border:1px solid #B9DD57;
	border-radius: 3px;
}
.envi tbody .lv1 {
	width:284px;
	font-size:16px;
	background-color:#F4F9E4;
	border:1px solid #B9DD57;
	border-radius: 3px;
	text-align:center;
}
.envi tbody .lv2 {
	font-size:16px;
	color:#FFF;
	background-color:#B9DD57;
	border-radius: 3px;
	font-weight:bold;
}
.envi tbody .lv2 a:after{
	content: "";
	position: absolute;
	right:9px;
	top:0;
	bottom:0;
	margin:auto;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 9px solid transparent;
	border-left: 9px solid #B9DD57;
}
/* 安全 *********************************************************/
.safe h3{
	color:#60D2F4;
}
.safe tbody th {
	font-size:18px;
	color:#60D2F4;
	border:1px solid #60D2F4;
	border-radius: 3px;
}
.safe tbody .lv1 {
	font-size:16px;
	background-color:#EDFBFC;
	border:1px solid #60D2F4;
	border-radius: 3px;
	text-align:center;
}
.safe tbody .lv2 {
	font-size:16px;
	color:#FFF;
	background-color:#60D2F4;
	border-radius: 3px;
	font-weight:bold;
	width:430px;
}
.safe tbody .lv2 a:after{
	content: "";
	position: absolute;
	right:9px;
	top:0;
	bottom:0;
	margin:auto;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 9px solid transparent;
	border-left: 9px solid #60D2F4;
}
/* 快適 *********************************************************/
.conf h3{
	color:#FFBA49;
}
.conf tbody th {
	font-size:18px;
	color:#FFBA49;
	border:1px solid #FFBA49;
	border-radius: 3px;
}
.conf tbody .lv1 {
	width:284px;
	font-size:16px;
	background-color:#FFF1DC;
	border:1px solid #FFBA49;
	border-radius: 3px;
	text-align:center;
}
.conf tbody .lv2 {
	font-size:16px;
	color:#FFF;
	background-color:#FFBA49;
	border-radius: 3px;
	font-weight:bold;
}
.conf tbody .lv2 a:after{
	content: "";
	position: absolute;
	right:9px;
	top:0;
	bottom:0;
	margin:auto;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 9px solid transparent;
	border-left: 9px solid #FFBA49;
}
#footer {
	text-align:center;
	width:980px;
	margin:80px auto 60px auto;
}
#footer small{
	color:#CCC;
}
/* pageup
================================================== */
.up-bt {
	position:fixed;
	bottom:60px;
	right:0px !important;
    height:60px;
    width:60px;
    background:#66C6DC;
	z-index:900;
}
.up-bt:after {
	position:absolute;
    content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #66C6DC;
	border-left-color: #fff;
	border-top-color: #fff;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	transform: rotate(45deg);
}