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%;*/
	background-attachment: fixed;/*背景固定 css*/
}

img{
	border:none;
	vertical-align:top;
	/*-ms-interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;*/
}

#entry {
     border:solid 1px #ccc;
     padding:4px;
}
#gaku {
	padding:20px;
	background-image: url(../../img/gaku.png);	/*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, #FF99CC 1%, #FF99CC 50%, #FF99CC 99%, #FF59AC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF99CC), color-stop(0.01, #FF99CC), color-stop(0.5, #FF99CC), color-stop(0.99, #FF59AC), to(#FF59AC));
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	color:#FFF;
}
.prof1 button:hover, .prof1 input[type=button]:hover,
.prof1 input[type=reset]:hover, .prof1 input[type=submit]:hover	{
	background: -moz-linear-gradient(top, #fff, #FF99CC 1%, #FF99CC 50%, #FF99CC 99%, #FF59AC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF99CC), color-stop(0.01, #FF99CC), color-stop(0.5, #FF99CC), color-stop(0.99, #FF59AC), to(#FF59AC));
}
.prof1 button:active, .prof1 input[type=button]:active,
.prof1 input[type=reset]:active, .prof1 input[type=submit]:active	{
	background: #FF99CC;
	padding: 6px 20px 4px;
}
/*ボタン*/

/*topスライド*/
.slider {
	position: relative;
	width: 100%;
	height:auto;
	overflow: hidden;
	margin:0 0 5px 0;
	background-image:url(../../img/back6.png);
	background-repeat:repeat;
	border-top:4px #967C30 solid;
	border-bottom:4px #967C30 solid;
	
}
.slides {
  height: 100%;
  overflow: hidden;
  zoom: 1;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide img {
　width: 100%;
  margin:5px 0 5px 0;
}
/*topスライド*/


/*認証*/
#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-image:url(../../img/n.png);
	border-top:solid 3px #967C30;
	border-bottom:solid 2px #967C30;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat;
}

#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;
	color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AF9345;	
}

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

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


#nav_icon a {
	color: #963;
	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: #fff;
    opacity: 0.95;
	border:#ccc 1px solid;
	color:#666;
}

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

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





/* フッター　*/
footer {
	margin: 0 5px;
	padding-top:5px;
	background: #E1C66A;
}

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

footer .address {
	margin: 0 auto;
	padding: 0 0 30px;
	color:#963;
	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:#963;
}

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: #777
}

footer .to-top {
  display: none;
}




/* グループ店舗　*/

#group-information {
	clear: both;
	/*border: 1px solid #1c1309;*/
	border-bottom: 1px dotted #7D5328;
	/*background-color: #432D23;*/
	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: #7D5328;
}

#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 #B99842;
	background-color: #C19F39;
}

#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:322px;
	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;
	border:#ccc 1px solid;
}


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

	
/*キャスト一覧*/


/*画像スライド*/
#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;
	border:1px #7E7EBE 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(#C7C7E2),
		color-stop(0.50, #C7C7E2),
		color-stop(0.50, #9999CC),
		to(#9999CC));
}


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:#666;
	border-bottom:dotted 1px #D1D1D1;
}

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



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

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 #bbb;
	/*border-right:1px solid #333;*/
	background: #fff;
	color: #963;
	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:#F5EFD8;
	color:#C2874B;
	margin-left: 1px;
}

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

div.tabSet1 div.content{
	border: 0px solid #ccc;
	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: #F99;
	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:#fff;	
	
}

.message_box2_text{
	margin: 5px;
	padding:5px;
	display: block;
	background-color:#F8F8F3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #eee;
}

a.message_box2_text{
	color:#666;
	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: #990;
	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;
}


