@charset "UTF-8";
/*==============================================
global
==============================================*/

/*Logirlバナー*/
#headerOnair,
#topLogirl {
	display: block!important;
}


html {
	margin:0;
	padding:0;
	background: #fca3c2;
}

body{
	margin:0;
	padding:10px 0 0 0;
	line-height:1.6;
	color:#222;
	font-size: 15px;
	background:#fff url(../_img/common/common_bg_hougan.png);
	font-family: 'Roboto','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	-webkit-text-size-adjust:none;
	/*-webkit-font-smoothing: antialiased;*/
	text-rendering: optimizeLegibility;
}

#BGil {
	background:url(../_img/common/common_bg_il.png);
	/*background-size: cover;*/
}


article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, button {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

button {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
em { font-style:normal;}
li { list-style-type:none; }
img { border:none; vertical-align:top!important;}
.txtL { text-align:left!important;}
.txtC { text-align:center!important;}
.txtR { text-align:right!important;}

ul.disc li {
	list-style-type:disc;
	margin-left:1.5em;
}

ol.dec li {
	list-style-type:decimal;
	margin-left:1.5em;
}

em { font-style:italic;}

.chu {
	text-indent: -1em;
	padding-left: 1em;
}

#headerSPmenu { display: none;}

.spON { display: none;}


/*==============================================
img
==============================================*/
#headerL img {
	width:100%;
	height: auto;
	}

/*==============================================
a
==============================================*/
a {
	color: #e62488;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}

a:visited {
	color: #bf2178;
	text-decoration: underline;
	 }

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

a:active { color: #f25fb0; }

a.btn,
a.btn:visited
 {
	background: #ff64a7;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	display: inline-block;
	font-weight:bold;
	position:relative;
	text-align: center;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	clear: both;
}

a.btn:hover {
	color:#ff64a7;
	background:#fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btnBack {
	text-align: center;
}


/*==============================================
fontsize
==============================================*/
.f9 {font-size:9px!important;}
.f10 {font-size:10px!important;}
.f11 {font-size:11px!important;}
.f12 {font-size:12px!important;}
.f13 {font-size:13px!important;}
.f14 {font-size:14px!important;}
.f15 {font-size:15px!important;}
.f16 {font-size:16px!important;}
.f18 {font-size:18px!important;}
.f20 {font-size:20px!important;}
.f22 {font-size:22px!important;}
.f24 {font-size:24px!important;}
.f26 {font-size:26px!important;}
.f28 {font-size:28px!important;}
.f30 {font-size:30px!important;}


/*==============================================
header
==============================================*/
#headerBGA {
	border-top:4px solid #fca3c2;
	border-bottom: 6px solid #e62488;
	position: relative;
}

#headerBGB {
	border-top:2px solid #fca3c2;
	margin-top: 5px;
}

#header {
	width:1000px;
	margin:0 auto;
	padding:20px 0;
}

#headerL {
	width:27%;
	float: left;
}

#headerR {
	width:68%;
	float: right;
}

#headerOnair {
	position: absolute;
	top:-14px;
	left:0;
	z-index: 9999;
	width:225px;
}

#headerOnair img {
	width:100%;
	height: auto;
}

#headerOnair a:hover {
	opacity: 0.7;
}


/*==============================================
nav
==============================================*/
#nav ul li a,
#nav ul li a:visited
 {
	display: block;
	float: left;
	color:#fff;
	width:14.1%;
	text-align: center;
	font-size: 13px;
	padding: 9px 0;
	line-height: 1.4;
	text-decoration: none;
	background: #002f34;
	margin: 0 1px 1px 0;
	box-sizing: border-box!important;
}

#nav ul li a.current,
#nav ul li a:hover {
	color:#002f34;
	background: #e1f1f3;
}

#nav ul li.disabled a,
#nav ul li.disabled a:visited,
#nav ul li.disabled a:hover
{
	background: #999;
	color: #ccc;
	cursor:default!important;
}



/*==============================================
contents
==============================================*/
#contents {
	width:1000px;
	margin:0 auto;
	padding: 50px 0;
}

ul.pager {
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	clear: both;
}

ul.pager li {
	display: inline-block;
	padding: 0 10px;
}

ul.pager li a.current {
	background:#e62488;
	color:#fff;
	padding: 5px 10px;
}


/*==============================================
footer
==============================================*/
#footer {
	background: #fca3c2;
	color:#fff;
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
}

#footer a,
#footer a visited {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#footer a:hover {
	text-decoration: none;
}



/*==============================================
pagetop
==============================================*/
#pageTopBox {
	position: fixed;
	_position:absolute;
	bottom: 20px;
	right: 0px;
	line-height:1;
	font-size:16px;
	z-index:99999;
}

#pageTopBox a {
	background:#e62488;
	color:#fff!important;
	text-decoration: none;
	padding:20px;
	text-align: center;
	display: block;
	opacity:0.9;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#pageTopBox a:hover {
	text-decoration: none;
	background:#f25fb0;
	color:#fff;
}



/*==============================================
clearfix
==============================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* End hide from IE mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* End hide from IE mac */

/*==============================================
PADDINGS MARIGNS
==============================================*/
.mt0 {margin-top:0px!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;}
.mt50 {margin-top:50px!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;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}
.mr35 {margin-right:35px!important;}
.mr40 {margin-right:40px!important;}

.mb0 {margin-bottom:0px!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;}

.ml0 {margin-left:0px!important;}
.ml5 {margin-left:5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!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;}

.pr5 {padding-right:5px!important;}
.pr10 {padding-right:10px!important;}
.pr15 {padding-right:15px!important;}
.pr20 {padding-right:20px!important;}
.pr25 {padding-right:25px!important;}
.pr30 {padding-right:30px!important;}
.pr35 {padding-right:35px!important;}
.pr40 {padding-right:40px!important;}

.pb5 {padding-bottom:5px!important;}
.pb10 {padding-bottom:10px!important;}
.pb15 {padding-bottom:15px!important;}
.pb20 {padding-bottom:20px!important;}
.pb25 {padding-bottom:25px!important;}
.pb30 {padding-bottom:30px!important;}
.pb35 {padding-bottom:35px!important;}
.pb40 {padding-bottom:40px!important;}

.pl5 {padding-left:5px!important;}
.pl10 {padding-left:10px!important;}
.pl15 {padding-left:15px!important;}
.pl20 {padding-left:20px!important;}
.pl25 {padding-left:25px!important;}
.pl30 {padding-left:30px!important;}
.pl35 {padding-left:35px!important;}
.pl40 {padding-left:40px!important;}