div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-fdecoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}
sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body{
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	margin:0;
	padding:0;
	color: #0A0A0A;
	background-color:#000;
	background-image: url(../../img/back.png);
	background-repeat: repeat;	
	/*width: 99.5%;*/
}

img{
	border:none;
	vertical-align:top;
}

#entry {
     border:solid 1px #333;
     padding:4px;
}
#gaku {
	padding:20px;
	background-image: url(../../img/gaku.png);
	background-position: bottom;
	background-color: #000;
}

/*ボタン*/
/*ボタンの共通要素
------------------------------------------------------------ */
button, input[type=button],
input[type=reset], input[type=submit] {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 15px 19px;
	font-weight: bold;
	cursor: pointer;
	color: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;*/
}


/*ボタン1 .prof1*/
.prof1 button, .prof1 input[type=button],
.prof1 input[type=reset], .prof1 input[type=submit] {
	padding: 15px 21px;
	background: -moz-linear-gradient(top, #fff, #3D3D3D 1%, #3D3D3D 50%, #3D3D3D 99%, #282828);
	background: -webkit-gradient(linear, left top, left bottom, from(#3D3D3D), color-stop(0.01, #3D3D3D), color-stop(0.5, #3D3D3D), color-stop(0.99, #282828), to(#282828));
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
}
.prof1 button:hover, .prof1 input[type=button]:hover,
.prof1 input[type=reset]:hover, .prof1 input[type=submit]:hover	{
	background: -moz-linear-gradient(top, #fff, #3D3D3D 1%, #3D3D3D 50%, #3D3D3D 99%, #282828);
	background: -webkit-gradient(linear, left top, left bottom, from(#3D3D3D), color-stop(0.01, #3D3D3D), color-stop(0.5, #3D3D3D), color-stop(0.99, #282828), to(#282828));
}
.prof1 button:active, .prof1 input[type=button]:active,
.prof1 input[type=reset]:active, .prof1 input[type=submit]:active	{
	background: #3D3D3D;
	padding: 6px 20px 4px;
}
/*ボタン*/




/*認証*/
#ninsyou_a{
	height: 420px;
	/*border: 1px solid #000000;*/
	/*background-image:url(../images/logo_header.png);*/
	background-repeat: no-repeat;
}

#ninsyou {
	font-weight: none;
	padding-top: 100px;
	height: 100px;
	font-size:12px;
	text-align: center;
	color: #393939;
}

#ninsyou .button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E2E2));
	background: -moz-linear-gradient(top, #fff, #E2E2E2);
	padding: 10.5px 21px;
	margin: 5px 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	/*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
	font-weight: bold;
	color: #808080;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
}
#ninsyou .button:hover {
	border-top-color: #ffffff;
	background: #ffffff;
	color: #ccc;
	display: block;
}
#ninsyou .button:active {
	border-top-color: #A1A1A1;
	background: #A1A1A1;
	display: block;
}



/*　nav アイコンナビ　*/
#nav_icon {
	z-index: 2;
	height: 52px;
	right: 0;
	left: 0;
	top: 0;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, from(#111),color-stop(0.50, #222),color-stop(0.50, #222),to(#111));
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#nav_icon ul {
	list-style:none;
	width: 100%;
	/*border-top: 1px solid #000;*/
}

#nav_icon li {
	text-align: center;
	width: 19.5%;/*3分割なら33%,4分割なら24%;*/
	float: left;
	border-left: 1px solid #333;
	color: #fff;
	
}

#nav_icon li a {
	display: block;
	width: 100%;
	padding: 8px 0 ;
}

#nav_icon li:first-child {
	border: none;
}


#nav_icon a {
	color: #B1A578;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	width: 100%;
	text-align: center;
	font-size:9px;
	
}
/*　nav アイコンナビ*/

#contents{
	margin:5px;
	padding:5px;
	background-color: #000;
    opacity: 0.95;
	border:#222 1px solid;
	color:#999;
}

/* タイトル　*/
.title {
	background-image: url(../../img/bar.png);
	padding:5px;
	margin:5px 5px 0 5px;
	border:solid 1px #222;
}

.title h2 {
  overflow: hidden;
  text-overflow: ellipsis;
}





/* フッター　*/
footer {
   margin: 0 5px;
  background: #000;
 
}

footer h1 {
  padding-bottom: 25px;
  text-align: center;
}

footer .address {
	margin: 0 auto;
	padding: 0 0 30px;
	color: #999;
	font-size: 14px;
	line-height: 35px;
}

footer .tel {
  padding: 0 0 25px;
  text-align: center;
 
}

footer .copyright {
  padding: 0 0 70px;
  text-align: center;
   color: #999;
}

footer .sitemap .nav1 {
  display: none;
}

footer .sitemap .nav2 {
  margin: 0 auto -20px;
  max-width: 320px;
}

footer .sitemap .nav2 li {
  float: left;
  clear: both;
  padding-bottom: 20px;
  font-size: 14px;
}

footer .sitemap .nav2 li:nth-child(2n) {
  float: right;
  clear: none;
}

footer .sitemap .nav2 li a {
  font-size: 14px;
  line-height: 18px;
  color: #eeeeee;
}

footer .to-top {
  display: none;
}




/* グループ店舗　*/

#group-information {
	clear: both;
	border: 1px solid #1c1309;
	background-color: #000000;
	padding-bottom: 22px;
	height:830px;
	margin-top: 0;
	margin-right:auto;
	margin-bottom: 15px;
	margin-left:auto;
	width:350px;
}

#group-information h1 {
  margin: 17px 0 0;
  text-align: center;
}

#group-information h1 img {
  width: 180px;
  height: auto;
  margin: 30px auto 0 auto;
}

#group-information .group-title{
  display: inline-block;
  width: 180px;
  padding: 3px 0 1px;
  margin: 5px 0 7px 30px;
  text-align: center;
  background: #7F99E5;
}

#group-information .group-title.big img{
  width: 160px;
}

#group-information .group-title.middle img{
  width: 96px;

}

#group-information .group-title img{
  width: 42px;
  vertical-align: baseline;
}


#group-information ul {
	margin-bottom: 20px;
	padding: 0 0 0 3px;
	line-height: 0;
	
}

#group-information ul li {
  float: left;
  width: 140px;
  margin: 0 7px 0 22px;
}

#group-information  ul li img {
  width: 140px;
  height: auto;
}

#group-information  ul li a img {
  width: 140px;
  height: auto;
  border: 1px solid #242323;
  background:#111;
}

#group-information  ul li .area {
  width: auto;
  height: 13px;
  margin: 17px 0 3px;
  border: none;
}


/*--- 電話番号／トップへ---*/
.to-top
{
	display: block;
	
}

.page-top
{
	
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 5px ;
	bottom: 5px ;
}
.page-top t
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 60px ;
	bottom: 5px ;
}
.page-top tw
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	left: 5px ;
	bottom: 5px;
}
.page-top f
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	left: 60px;
	bottom: 5px ;
}
.move-page-top
{
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #fff;
	padding: 10px;
	/*line-height: 30px;*/
	text-decoration: none;
	text-align: center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	font-size: 20px;
	opacity: 0.80;
	background-color: #C29745;
}


/*--- 電話番号／トップへ---*/



#main_menu p{
	margin-top: 22px;
}

#main_menu .button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E2E2));
	background: -moz-linear-gradient(top, #fff, #E2E2E2);
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	padding: 17.5px 35px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	/*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
	color: #808080;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
	padding: 5px;
	margin: 0;
	width: 70px;
	height: 70px;
}
#main_menu .button:hover {
	border-top-color: #ffffff;
	background: #ffffff;
	color: #ccc;
	display: block;
}
#main_menu .button:active {
	border-top-color: #E2E2E2;
	background: #E2E2E2;
	display: block;
}
/*メニュー*/




a.i_message_box{
	text-decoration:none;
	color: #333;
}
/*a:hover.p_message_box{
	text-decoration:none;
	background-color:#232323;
	color: #FFBB00;
}

a:active.p_message_box{
	text-decoration:none;
	background-color:#232323;
}*/


/*キャスト一覧*/
.cast {
	margin:auto;
	padding:auto;
	width:340px;
	text-align:center;
}
.cast2 {
	margin:5px auto;
	padding:auto;
	text-align:center;
}
.h_message_box{
	/*height:300px;*/
	margin: 1px;
	padding: 5px 1px 0;
	display: block;
	font-size: 12px;
	float: left;
	color: #FFBB00;
}


a.h_message_box{
	text-decoration:none;
	/*background:#000;*/
	font-size: 11px;
	color: #999;
}


/*キャスト一覧*/


/*画像スライド*/
#item_thum_slide .jCarousel{
	margin: 0 auto;
	width: 320px;
	text-align: center;
}

#item_thum_slide .jCarousel li img {
	padding-top: 10px;
}

#item_thum_slide .jCarouselNavi {
	padding: 3px;
	margin : 0;
	text-align : center;
	background-color: #DFDEE0;
}
/*画像スライド*/


/*写メへのボタン*/
.message_box3{
	/*height: 80px;*/
	/*border-bottom:dashed 1px #111;*/
	margin: 10px;
	padding:5px;
	display: block;
	background-color:#003300;
	
	border:1px #003300 solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 0px 0px inset;
	vertical-align:middle;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f36),
		color-stop(0.50, #f36),
		color-stop(0.50, #f69),
		to(#f69));
}


a.message_box3{
	color:#C641DD;
	text-decoration:none;
}

a:hover.message_box3{
	color:#C641DD;
	text-decoration:none;
	background-color:#fff;
}

a:active.message_box3{
	color:#C641DD;
	text-decoration:none;
	background-color:#fff;
}
/*写メボタン*/





/*タブ*/

#prof_table{
	width: 100%;
}

#prof_table th{
	padding:5px;
	color:#ccc;
	border-bottom:dotted 1px #D1D1D1;
}

#prof_table .prof_td{
	border-bottom:dotted 1px #D1D1D1;
	color:#FFF;
}



div.tabSet1{
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

ul#tabNav1{
	margin: 0 0 0 -1px;
	padding: 0;
	overflow: hidden;
	zoom:1; /* ie */
}

ul#tabNav1:after{
	/* clear float */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

ul#tabNav1 li{
	float:left;
	width: 50%;
	list-style-type:none;
	
}

ul#tabNav1 li a{
	display: block;
	border-top: 1px solid #333;
	background: #222;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 25px;
	padding: 7px 0;
	font-size:14px;
	line-height:23px;
}

ul#tabNav1 li a.on{
	background:#000;
	color:#999;
	margin-left: 1px;
}

div.tabSet1 div.tabContentsGroup{
	background:#000;
	font-size: 13px;
}

div.tabSet1 div.content{
	border: 0px solid #999;
	zoom:1; /* ie */
	padding: 5px 5px 5px;/*上　左右　下*/	
}



div.tabSet1 div.content{
	display:none;
}
/*タブ*/



/*リクルートページの電話ボタン*/

#rec{
	font-weight: bold;
	float: right;
}
#rec .button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E2E2));
	background: -moz-linear-gradient(top, #fff, #E2E2E2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
	color: #f36;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 10px 5px 5px;
	width: 140px;
	float: left;
}

/*リクルートページ*/


/*写メ*/
.message_box2{
	margin: 5px;
	padding:5px;
	display: block;
	background-color:#000;	
	
}

.message_box2_text{
	
	margin: 5px;
	padding:5px;
	display: block;
	background-color:#222;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.message_box2_text{
	color:#fff;
	text-decoration:none;
}


/*写メ*/




/*検索フォーム*/
dl.search2{
	position:relative;
}
dl.search2 dt{
	margin-right:105px;
	padding:3px;
	background-color:#fff;
	border:1px solid #aaa;
}
dl.search2 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
	font-size:14px;
}
dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
	font-weight: bold;	
}
dl.search2 dd button{
	display:block;
	width:100px;
	height:32px;
	color:#fff;
	line-height:29px;
	text-align:center;
	background-color:#f66;
	border:1px solid #c66;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*検索フォーム*/



/*　検索チェックボックス*/
div.check-group {
	width: 100%;
	
}

div.check-group input {
	display: none;
	
}
div.check-group label {
	cursor: pointer;
	padding: 10px 0 5px 0;
	float: left;
	border: solid 1px #aaa;
	background: #eee;
	width: 100%;
	margin: 2px 0 0 0;
	height: 23px;
	text-align: center;
	color:#666;
}
div.check-group input:checked+label {
	color: #fff;
	background-image: url(../sh/che.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F99;
}
/*　検索チェックボックス*/


/*待遇表示*/
.pay_box ul {
    margin: 8px 0 10px 0;
}
.pay_box ul li {
	float: left;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	border: solid 1px #fff;
	box-shadow: 0 0 0 1px #ccc;
	background-color: #7F99E5;
	color: #fff;
	font-size: 11px;
	text-align: center;
	list-style:none;
}
.pay_box ul li a {
	color: #fff;
	text-decoration:none;
}
.pay_box ul .off{
	background-color: #DFDFDF;
}
.pay_box ul .onb{
	background-color: #6AC4FF;
}
/*待遇8つ*/
.pay_box ul.boxj li {
    width: 23.5%;
	margin-left: 4px;
}
.pay_box ul.boxj li:nth-child(n+2) {
    margin-left: 4px;
}
.pay_box ul.boxj li:nth-child(5) {
    margin-left: 4px;
}
.pay_box ul.boxj li:nth-child(n+5) {
    margin-top: 4px;
}

