@charset "utf-8";
/*---------------------commonと同じ---------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color:#FFFFFF;
	text-decoration: none;
}
small{
	font-size:12px;
}
table {
	border-spacing: 0;
	empty-cells: show;
}

body {
	-webkit-text-size-adjust : 100%!important;
	font-size: 14px;
	color:#FFFFFF;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
/*【フッター】*/
footer{
	padding-bottom:10px;
}
.c_copy{
	font-size: 12px;
}
/*デバイスサイト*/
.c_sitebtn{
	margin-bottom:15px;
}
.c_pcsite_btn{
	margin-right:25px;
}
.c_mbsite_btn{
	margin-left:25px;
}

/*電話btn*/
.c_tel_btn{
	width:90%;
	max-width:580px;
	margin:0 auto 30px;
	font-size:10px;
	background:#555555 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#333333));
	background:#555555 linear-gradient(#555555, #333333);
	 border-radius:10px;
	 -webkit-border-radius:10px;
	 -moz-border-radius:10px;
}
.c_tel_btn a{
	width:100%;
	padding:10px 0;
	box-sizing:border-box;
	display:block;
}
.c_tel_btn a span{
	color:#C077F9;
}
.c_tel_btn strong{
	font-size:24px;
	font-weight:normal;
}

/*ページトップへ*/
#page-top {
	position:fixed ;
	right:10px ;
	bottom:0px ;
}
#page-top a {
	position: relative;
	background:rgba(6,175,249,0.7);
	color:#FFFFFF;
	box-sizing:border-box;
	width: 50px;
	height:50px;
	line-height:50px;
	text-align: center;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#page-top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 14px;
	margin: -5px -8px 0 0;
	border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*---------------------commonと同じ---------------------*/


/*---------------------背景画像の指定【index認証ページのみ】---------------------*/
html{
	/*background:url(../image/common/body_bg.jpg) no-repeat center top #000000;*/
	background:url(../../image/common/body_bg.jpg) repeat center top #000000;
	text-align: center;
}
@media screen and (max-width : 767px) {/*768i未満(SP)*/
	html{
		background-size :180%;
	}
}
/*---------------------背景画像の指定【index認証ページのみ】---------------------*/

h1{
	background:rgba(0,0,0,0.60);
	padding:5px 0;
	font-size:10px;
}
.open_time{
	margin-top: 15px;
}
.open_time span{
	display: inline-block;
	font-size: 16px;
	padding: 1px 10px;
	font-weight: bolder;
	background-color: rgba(252,1,255,0.65);
	border-radius: 5px;
	font-weight: bolder;
}
.open_time small{
	font-size: 10px;
	letter-spacing: 0.06em;
	margin-right: 0.8em;
	font-weight: bolder;
}
h2{
	margin-top:-20px;
}


.grandopen{/*OPEN消したら消去*/
	margin:-30px auto 0;
	max-width:600px;
}
.r18{
	font-size:12px;
}
.authentication{
	width:96%;
	max-width:620px;
	margin:20px auto 50px; 
}
.authentication li {
	font-size:16px;
	width:50%;
	box-sizing:border-box;
}
.authentication li.enter{
	float:left;
}
.authentication li.exit{
	float:right;
}
.authentication li a{
	display:block;
	padding:10px 0;
	background:#FF00AA -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF00AA), to(#AD0074));
	background:#FF00AA linear-gradient(#FF00AA, #AD0074);
}
.authentication li.enter a{
	border-right:1px #000000 solid;
	 border-radius:10px 0px 0px 10px;
	 -webkit-border-radius:10px 0px 0px 10px;	
	 -moz-border-radius:10px 0px 0px 10px;
}
.authentication li.exit a{
	border-left:1px #000000 solid;
	 border-radius:0px 10px 10px 0px;
	 -webkit-border-radius:0px 10px 10px 0px;	
	 -moz-border-radius:0px 10px 10px 0px;
}
.authentication li small{
	display:block;
	font-size:10px;
}


/*他サイト読み込み*/
.fujoho_custom_banner,.ranking_deli{
	margin: 0 auto 30px;
}


/*メルマガ募集*/
.mailmagazine{
	width:98%;
	max-width:620px;
	padding:15px;
	box-sizing:border-box;
	margin:0px auto 30px; 
}
.mg_entryadd{
	border:#3BE50C solid 2px;
	margin:0 2% 10px;
	font-size:20px;
}
.mg_entryadd a{
	padding:10px 0;
	display: block;
}
.mg_add{
	color:#FF00AA;
}


/*求人バナー*/
.bnr_recruit{
	width:98%;
	max-width:620px;
	margin:0 auto 30px;
}
.bnr_recruit li{
	width:48%;
}
.cast_recruit{
	float:left;
}
.staff_recruit{
	float:right;
}


/*リンク*/
.link{
	padding:20px 0;
}
.link li{
	max-width:600px;
	margin:0 auto 10px;
	text-align:left;
	font-size:10px;
	border-bottom:#666666 dotted 1px;
	padding:0 5px 3px;
}
.link li:last-child{
	margin-bottom:0px;
}
