@charset "UTF-8";

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin:0;
  padding:0;
}
html{
	overflow-y: scroll;
	font-size:62.5%;   /* 10px */
	height: 100%;
}
body {
	color: #030303;
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
	font-family:Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: url(../img/common/main_back.png) repeat-y center top;
	background-size: cover;
	height: 100%;
}
* {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display:block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
table {
	border-collapse:collapse;
	border:0;
}
a{
	border: 0;
	text-decoration: none;
	transition-duration: 0.2s;
	opacity: 1;
}
a:hover{
	transition-duration: 0.5s;
	opacity: 0.5;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}
	
.clearB{
	clear: both;
}
.clearL{
	clear: left;
}
.clearR{
	clear: right;
}

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

/* --------------------
 *	float
 */
 
.floatL{
	float: left;
}
.floatR{
	float: right;
}

/* --------------------
 *	margin
 * padding
 */

.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mb55{
	margin-bottom: 55px;
}
.mb60{
	margin-bottom: 60px;
}
.mb65{
	margin-bottom: 65px;
}
.mb70{
	margin-bottom: 70px;
}
.mb75{
	margin-bottom: 75px;
}
.mb80{
	margin-bottom: 80px;
}
.mb85{
	margin-bottom: 85px;
}
.mb90{
	margin-bottom: 90px;
}
.mb95{
	margin-bottom: 95px;
}
.mb100{
	margin-bottom: 100px;
}
.mb1em{
	margin-bottom: 1em;
}

.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.mt55{
	margin-top: 55px;
}
.mt60{
	margin-top: 60px;
}
.mt65{
	margin-top: 65px;
}
.mt70{
	margin-top: 70px;
}
.mt75{
	margin-top: 75px;
}
.mt80{
	margin-top: 80px;
}
.mt85{
	margin-top: 85px;
}
.mt90{
	margin-top: 90px;
}
.mt95{
	margin-top: 95px;
}
.mt100{
	margin-top: 100px;
}

/* ------------------------------------- */
/*	 三角 共通
/* ------------------------------------- */
.cmn_arr_top_b,
.cmn_arr_top_w,
.cmn_arr_btm_b,
.cmn_arr_btm_w{
	position: relative;
}
.cmn_arr_top_b:before,
.cmn_arr_top_w:before,
.cmn_arr_btm_b:after,
.cmn_arr_btm_w:after{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 15px 0 15px;
	content: "";
	z-index: 10;
}
.cmn_arr_top_b:before{
	top: 0;
	border-color: #008dcf transparent transparent transparent;
}
.cmn_arr_top_w:before{
	top: 0;
	border-color: #fff transparent transparent transparent;
}
.cmn_arr_btm_b:after{
	bottom: -8px;
	border-color: #008dcf transparent transparent transparent;
}
.cmn_arr_btm_w:after{
	bottom: -8px;
	border-color: #fff transparent transparent transparent;
}


/* ------------------------------------- */
/*	 共通ヘッダー
/* ------------------------------------- */
header{
    border-bottom: solid 1px #dfd800;
}
header h1{
    color: #e4e4e4;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    background-color: #030303;
    min-width: 950px;
}
/* グローバルメニュー */
header nav{
    width: 100%;
    height: 40px;
    overflow: visible;
    position: relative;
    text-align: center;
}
header ul {
    width: 686px;
    margin: 0 auto;
}
header ul li{
    display: inline-block;
    height: 40px;
}
header ul li a{
    display: inline-block;
    width:  98px;
    height: 40px;
    margin: 0;
    overflow: hidden;
    text-indent: -999em;
    background: url(../img/common/menu.png) no-repeat;
    background-position: left 0px;
}
header ul li a:hover{
    background-image: url(../img/common/menu_on_b.png);
    opacity: 1;
}
header ul li:nth-of-type(2) a{
    background-position: -100px 0;
}
header ul li:nth-of-type(3) a{
    background-position: -200px 0;
}
header ul li:nth-of-type(4) a{
    background-position: -300px 0;
}
header ul li:nth-of-type(5) a{
    background-position: -400px 0;
}
header ul li:nth-of-type(6) a{
    background-position: -500px 0;
}
header ul li:nth-of-type(7) a{
    background-position: -600px 0;
}

header nav .logo{
    position: relative;
    top: -65px;
    left: -370px;
}
header nav .fb{
    position: relative;
    top: -93px;
    left: 350px;
}
header nav .tw{
    position: relative;
    top: -93px;
    left: 360px;
}


/* パンくず */
.breadcramb{
    width: 950px;
    margin: 0 auto;
    padding: 23px 0 16px;
    font-size: 1.4rem;
    line-height: 1em;
    position: relative;
    z-index: 999;
    color: #fff;
}
.breadcramb li{
    display: inline-block;
    margin-right: 5px;
}
.breadcramb a{
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}
.breadcramb a:visited{
    color: #fff;
}

/* コンテンツ */
main{
    width: 950px;
    min-height: calc(100% - 365px);
    margin: 0 auto;
}
main .container_left{
    float: left;
    width: 700px;
}
main .container_right{
    float: right;
    width: 230px;
}
main:after{
    content: "";
    display: table;
    clear: both;
    height: 55px;
}

/* テキスト読み上げブラウザでのみ表示する要素 */
.leader{
    display: none;
}

/* 共通ボックス */
.basebox_black{
    border: solid 1px rgba(233, 216, 0, 0.5);
    border-radius: 7px;
    background-image: url(../img/common/boxback.png),  url(../img/common/main_back.png);
    background-position: left top, left top;
    background-size: cover, cover;
    background-blend-mode: multiply;
    overflow: hidden;
}
.basebox_white{
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

/* ------------------------------------- */
/*	 共通フッター
/* ------------------------------------- */
footer{
    background-color: #100d10;
}
footer .toplink{
    width: 950px;
    margin: 0 auto;
    padding: 8px 0;
}
footer .bottom_navi{
    padding: 27px 0 19px;
    background-color: #212121;
    border-top: solid 1px #323232;
}
footer .bottom_navi .link1{
    text-align: center;
    margin-bottom: 30px;
}
footer .bottom_navi .link1 li,
footer .bottom_navi .link2 li{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    border-right: solid 1px #ccc;
    padding: 0 5px;
}
footer .bottom_navi .link2 li,
footer .bottom_navi .link1 li:last-child{
    border: none;
}
footer .bottom_navi .link1 li span,
footer .bottom_navi .link2 li span{
    display: inline-block;
    height: 11px;
    background: url(../img/common/footermenu.png) no-repeat top left;
    overflow: hidden;
    text-indent: -999em;
    width: 45px;
}
footer .bottom_navi .link1 li .about{
    background-position: -100px 0;
    width: 55px;
}
footer .bottom_navi .link1 li .member{
    background-position: -200px 0;
    width: 63px;
}
footer .bottom_navi .link1 li .schedule{
    background-position: -300px 0;
    width: 78px;
}
footer .bottom_navi .link1 li .support{
    background-position: -400px 0;
    width: 70px;
}
footer .bottom_navi .link1 li .link{
    background-position: -500px 0;
    width: 35px;
}
footer .bottom_navi .link1 li .fb{
    background-position: -600px 0;
    width: 82px;
}
footer .bottom_navi .link1 li .yt{
    background-position: -700px 0;
    width: 73px;
}
footer .bottom_navi .link1 li .tw{
    background-position: -800px 0;
    width: 73px;
}
footer .bottom_navi .link2{
    width: 950px;
    margin: 0 auto;
    position: relative;
}
footer .bottom_navi .link2 li .contact{
    background-position: -900px 0;
    width: 90px;
}
footer .bottom_navi .link2 li .sitemap{
    background-position: -1000px 0;
    width: 80px;
}
footer .bottom_navi .link2 li .privacy{
    background-position: -1100px 0;
    width: 130px;
}
footer .bottom_navi .link2 .copyright{
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
}














