@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
	
theme color #448CBC
color #333
link color #0CBACD
	
	
----------------------------------------------------*/


body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #333;
	line-height: 100%;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:link {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #666;
	text-decoration: none;
	outline: none;
}

#contents p {
	text-align: left;
	line-height: 1.7;
}

ul,
ol {
	list-style-type: none;
}

ul li,
ol li,
dl {
	line-height: 1.7;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.7;
}

::selection {
	background-color: #000;
	color: #FFF;
	/* Safari */
}

::-moz-selection {
	background-color: #000;
	color: #FFF;
	/* Firefox */
}


h1,
h2,
h3,
h4,
h5,
h6,
pre,
li,
dt,
dd,
th,
td,
p {
	/*font-size:100%;*/
}

img {
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}

.fw {
	font-weight: bold;
}




/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie,
div.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	br.clear_noie {
		display: block !important;
		content: " ";
	}
}


/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol {
	z-index: 1000 !important;
}

#topcontrol a {
	background: url(../cmn_js/scrolltop/scrollup.png) left top no-repeat;
	background: url(../cmn_js/scrolltop/scrollup.gif) left top no-repeat\9;
	/* IE8 and below */
	*background: url(../cmn_js/scrolltop/scrollup.gif) left top no-repeat;
	/* IE7 and below */
	_background: url(../cmn_js/scrolltop/scrollup.gif) left top no-repeat;
	/* IE6 */
	display: block;
	height: 60px;
	width: 60px;
}



/*----------------------------------------------------
	☆opacity Hack
----------------------------------------------------*/

img.roBtn {
	display: inline-block !important;
	backface-visibility: hidden !important;
}


/*----*/
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}


/*----------------------------------------------------
	☆menu
----------------------------------------------------*/

#menu-box nav {
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ff0000), color-stop(0.00, #ff0000));
	background: -webkit-linear-gradient(top, #ff0000 0%, #ff0000 88%);
	background: -moz-linear-gradient(top, #ff0000 0%, #ff0000 88%);
	background: -o-linear-gradient(top, #ff0000 0%, #ff0000 88%);
	background: -ms-linear-gradient(top, #ff0000 0%, #ff0000 88%);
	background: linear-gradient(to bottom, #ff0000 0%, #ff0000 88%);
	*/
	background: #000;
	width: 100%;
}

#menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;

	clear: both;
	overflow: hidden;
}

#menu li {
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	padding: 17px 0 15px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover {
	background: #880000;
}

#toggle {
	display: none;
}

@media only screen and (max-width:640px) {
	#menu-box {
		position: fixed;
		z-index: 10000;
		width: 100%;
		top: 0;
	}

	#menu {
		display: none;
	}

	#menu li {
		border-bottom: dotted 1px rgba(255, 255, 255, 1.00);
		width: 100%;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		-moz-box-shadow: inset 0px 0px 1px #ffffff;
		-webkit-box-shadow: inset 0px 0px 1px #ffffff;
		/*Inner elements should not cover inner shadows*/
		/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff0000');
		/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#ff0000')";
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		background-image: -moz-linear-gradient(top, #ff0000, #ff0000);
		background-image: -ms-linear-gradient(top, #ff0000, #ff0000);
		background-image: -o-linear-gradient(top, #ff0000, #ff0000);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#ff0000));
		background-image: -webkit-linear-gradient(top, #ff0000, #ff0000);
		background-image: linear-gradient(top, #ff0000, #ff0000);
		/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

		background: #000;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 3px;
		text-align: center;
		text-decoration: none;
	}

	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}

	#toggle a:before,
	#toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		-moz-box-shadow: inset 0px 0px 1px #1d2588;
		-webkit-box-shadow: inset 0px 0px 1px #1d2588;
		box-shadow: inset 0px 0px 1px #ffffff;
		/*Inner elements should not cover inner shadows*/
		/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff0000');
		/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#ffe40ff00000')";
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		background-image: -moz-linear-gradient(top, #ff0000, #ff0000);
		background-image: -ms-linear-gradient(top, #ff0000, #ff0000);
		background-image: -o-linear-gradient(top, #ff0000, #ff0000);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#ff0000));
		background-image: -webkit-linear-gradient(top, #ff0000, #ff0000);
		background-image: linear-gradient(top, #ff0000, #ff0000);
		/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
		background: #000;
	}

	#toggle a:before {
		margin-top: -6px;
	}

	#toggle a:after {
		margin-top: 2px;
	}
}


/*----------------------------------------------------
	☆contents
----------------------------------------------------*/
#contents .title {
	text-align: center;
	padding-bottom: 30px;
}

#contents .ti_01 {
	color: #000;
	font-weight: bold;
	padding: 1rem 1rem;
	border-left: 4px double #000;
	font-size: 128% !important
}

#contents .ti_01_en {
	color: #000;
	font-weight: bold;
	padding: .2rem 1rem;
	border-left: 4px double #000;
	font-size: 200% !important;

}

#contents .txt01 {
	color: #1d3f7c;
	font-weight: bold;
	font-size: 128% !important
}

#contents .block01 {
	background: #9effd9;
	color: #1d3f7c;
}

#contents .block02 {
	background: #fff;
}

#contents .block03 {
	background: #9effd9;
}

#contents .block04 {
	background: #FFF;
}

#contents .recruit {
	background: #fff255 none repeat scroll 0 0;
	border: 6px solid #f7de0f;
}

#contents .recruit span {
	background: #b2e1f7;
}

#contents .thanks {
	color: #ef2110;
	font-size: 120% !important;
	font-weight: bold;
}

#contents .coming {
	color: #2b5697;
	font-size: 120% !important;
	font-weight: bold;
}


/*---------------------------------------------------
 list
--------------------------------------------------*/
#contents ul.li01 {
	padding-left: 25px;
}

#contents ul.li01 {
	list-style-position: outside;
	list-style-type: disc;

}

#contents ul.li0n {
	padding-left: 25px;
}

#contents ul.li0n {
	list-style-position: outside;
	list-style-type: none;

}

/*---------------------------------------------------
 float
--------------------------------------------------*/

#contents .img_r {
	float: right;
	margin: 0;
	padding: 0 0 0 30px;
}

#contents .img_l {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}

#contents .text_r {
	overflow: hidden;
	margin: 0;
}

#contents .text_l {
	overflow: hidden;
	margin: 0;
}

#contents .f_l {
	float: left;
}

#contents .f_r {
	float: right;
}





/*---------------------------------------------------
 footer
--------------------------------------------------*/
#footer {
	background: #000;
	/*background:#efefef;*/
	color:#fff;
}




/*---------------------------------------------------
 締め切り
--------------------------------------------------*/
.shimekiri td {
	position: relative;
}

.shimekiri td::after {
	content: "";
	height: 80%;
	width: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../cmn_img/shimekiri.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}

.shimekiri a {
	pointer-events: none;
}

@media screen and (max-width:640px) {
	.shimekiri td::after {
		content: "";
		height: 100%;
		width: 80%;
	}
}



/*　_margin
--------------------------------------------------------------- */
.mt0 {
    margin-top:0 !important;
}

.mt5 {
    margin-top:5px !important;
}

.mt10 {
    margin-top:10px !important;
}

.mt15 {
    margin-top:15px !important;
}

.mt20 {
    margin-top:20px !important;
}

.mt25 {
    margin-top:25px !important;
}

.mt30 {
    margin-top:30px !important;
}

.mt35 {
    margin-top:35px !important;
}

.mt40 {
    margin-top:40px !important;
}

.mt45 {
    margin-top:45px !important;
}

.mt50 {
    margin-top:50px !important;
}

.mt55 {
    margin-top:55px !important;
}

.mt60 {
    margin-top:60px !important;
}

.mt65 {
    margin-top:65px !important;
}

.mt70 {
    margin-top:70px !important;
}

.mt75 {
    margin-top:75px !important;
}

.mt80 {
    margin-top:80px !important;
}

.mt85 {
    margin-top:85px !important;
}

.mt90 {
    margin-top:90px !important;
}

.mt95 {
    margin-top:95px !important;
}

.mb0 {
    margin-bottom:0 !important;
}

.mb5 {
    margin-bottom:5px !important;
}

.mb10 {
    margin-bottom:10px !important;
}

.mb15 {
    margin-bottom:15px !important;
}

.mb20 {
    margin-bottom:20px !important;
}

.mb25 {
    margin-bottom:25px !important;
}

.mb30 {
    margin-bottom:30px !important;
}

.mb35 {
    margin-bottom:35px !important;
}

.mb40 {
    margin-bottom:40px !important;
}

.mb45 {
    margin-bottom:45px !important;
}

.mb50 {
    margin-bottom:50px !important;
}

.mb55 {
    margin-bottom:55px !important;
}

.mb60 {
    margin-bottom:60px !important;
}

.mb65 {
    margin-bottom:65px !important;
}

.mb70 {
    margin-bottom:70px !important;
}

.mb75 {
    margin-bottom:75px !important;
}

.mb80 {
    margin-bottom:80px !important;
}

.mb85 {
    margin-bottom:85px !important;
}

.mb90 {
    margin-bottom:90px !important;
}

.mb95 {
    margin-bottom:90px !important;
}

.ml0 {
    margin-left:0 !important;
}

.ml5 {
    margin-left:5px !important;
}

.ml10 {
    margin-left:10px !important;
}

.ml15 {
    margin-left:15px !important;
}

.ml20 {
    margin-left:20px !important;
}

.mr0 {
    margin-right:0 !important;
}

.mr5 {
    margin-right:5px !important;
}

.mr10 {
    margin-right:10px !important;
}

.mr15 {
    margin-right:15px !important;
}

.mr20 {
    margin-right:20px !important;
}

/*　_padding
--------------------------------------------------------------- */
.pT0 {
    padding-top:0 !important;
}

.pT5 {
    padding-top:5px !important;
}

.pT10 {
    padding-top:10px !important;
}

.pT15 {
    padding-top:15px !important;
}

.pT20 {
    padding-top:20px !important;
}

.pT25 {
    padding-top:25px !important;
}

.pT30 {
    padding-top:30px !important;
}

.pT35 {
    padding-top:35px !important;
}

.pT40 {
    padding-top:40px !important;
}

.pT45 {
    padding-top:45px !important;
}

.pB0 {
    padding-bottom:0 !important;
}

.pB5 {
    padding-bottom:5px !important;
}

.pB10 {
    padding-bottom:10px !important;
}

.pB15 {
    padding-bottom:15px !important;
}

.pB20 {
    padding-bottom:20px !important;
}

/*　_text
--------------------------------------------------------------- */
.center {
    text-align:center !important;
}

.left {
    text-align:left !important;
}

.right {
    text-align:right !important;
}

.vAT {
    vertical-align:top !important;
}

.vAM {
    vertical-align:middle !important;
}

.vAB {
    vertical-align:bottom !important;
}

/*　_width
--------------------------------------------------------------- */
.w5 {
    width:5% !important;
}

.w10 {
    width:10% !important;
}

.w15 {
    width:15% !important;
}

.w18 {
    width:18% !important;
}

.w20 {
    width:20% !important;
}

.w25 {
    width:25% !important;
}

.w30 {
    width:30% !important;
}

.w35 {
    width:35% !important;
}

.w40 {
    width:40% !important;
}

.w45 {
    width:45% !important;
}

.w50 {
    width:50% !important;
}

.w55 {
    width:55% !important;
}

.w60 {
    width:60% !important;
}

.w65 {
    width:65% !important;
}

.w70 {
    width:70% !important;
}

.w75 {
    width:75% !important;
}

.w80 {
    width:80% !important;
}

.w85 {
    width:85% !important;
}

.w90 {
    width:90% !important;
}

.w95 {
    width:95% !important;
}

.wFull {
    width:100% !important;
    height:auto;
}
