@charset "utf-8";



/*
width: 1200px

アクセントカラー #3e31e9
*/

/*
##########################################################################
タグ初期設定
##########################################################################*/
*{
	margin:0;
	padding:0;
}
html{
	height: 100%;
}
body {
	position: relative;
	text-align:left;
	padding:0;
	margin:0;
	background:url(../images/common/bg.png) center;
	font-size:100%;
	color:#202020;
	overflow-x:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


p,ul,li{
	margin:0; 
	padding:0;
}
li{
	list-style:none;
}
img{
	border:0;
}

/*リンクカラー*/

body a{
	color:#0033cc;
}
body a:hover{
	color:#0033cc;
	text-decoration:none;
}


/*タイトルタグ*/

h1,h2,h3{
	margin:0;
	padding:0;
}
h1{
	float:left; 
	margin:0 20px 0 0;
	font-weight:100; 
	font-size:11px;
	color:#968f8a;
	letter-spacing:1px;
}
h2{
	height:30px;
	margin:0 0 5px;
	padding:12px 0 0 39px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/title_icon.jpg) no-repeat left center;
	font-size:16px;
}
p.title_summary{
	font-size:11px;
	margin:0 0 20px;
}

h3{
	font-size:14px;
	color:#303;
}

/*
##########################################################################
ユーティリティタグ設定
##########################################################################*/

/*【clearfix決定版】*/
.clearfix:after,
.section:after,
ul:after,
#container:after,
#navi:after,
#pageNavi:after,
#subNavi:after,
.inner:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
.clearfix_for_ie7{
	zoom: 1;}
	

.section{width:auto;}    /*囲み*/
.box{float:left;}　     /*float用小枠*/
.left{float:left;}　　 /*左寄せ*/
.right{float:right;}　/*右寄せ*/
.clear{clear:both;}　/*解除*/


/*
##########################################################################
レイアウト
##########################################################################
*/
*{}

#wrapper{
	width:100%;
	position:relative;
	text-align:left;
	background:url(../images/common/wrapper_bg.png) repeat-y center top;
}
#container_outer{
	width:100%;
}
#container{
	width:1160px;
	margin:0 auto 0px;
	padding:20px 35px;
	
}

.contents{ 
	float:left;
	width:880px;
}
#side{ 
	float:right;
	width:240px;
}
#contents .inner{ 
	width:100%;
}


/*
##########################################################################
ヘッダー
##########################################################################
*/
#upperArea{
	height:16px;
	padding:1px 3px;
	background:#222;
}
#upperArea h1{
	height:1em;
	font-size:11px;
	color:#fff;
}
/*header*/
#headerArea{
	width:96%;	
	height:110px;
	margin:0 auto 0px;
	padding:0 2%;
}
#header{
	width:1200px;
	margin:auto;
}
/**/
#header #logo{
	float:left;
	width:300px;
	padding:8px 0 0;
}
/**/
#header #catch{
	float:left;
	width:340px;
	padding:25px 0 0;
	margin:0 0 0 50px;
	text-align:center;
}

#header #catch p.meisho{
	margin:0 0 0px;
	font-size:11px;
	line-height:1.1;
	font-weight:bold;
}
#header #catch p.meisho span{
	display:block;
	color:#FF338B;
	font-size:1.8em;
	line-height:1;
}

#header #catch strong{
	display:block;
	margin:0 0 5px;
	font-size:17px;
	line-height:1.0;
	font-weight:bold;
}
#header #catch span.little{
	font-size:0.9em;
}
#header #catch span.phrase{
	display:block;
	font-size:12px;
	font-weight:bold;
}

/**/
#header #info{
	float:right;
	width:340px;
}
#header #info .tel{
}
#header #info .tel span.limit{
	font-size:13px;
	margin-left:12px;
}
/**/
#header #anv{
	float:right;
	width:60px;
	height:60px;
	padding:6px;
	margin-left:20px;
	margin-top:20px;
	text-align:center;
	font-size:17px;
	-webkit-border-radius: 40px;/* width,heightの半分 */
	   -moz-border-radius: 40px;
			border-radius: 40px;
	background:#ee8cec;
	border:4px solid #f9d6f8;
	color:#FFFFFF;
	font-weight:bold;
}
#header #anv span.little{
	display:block;
	margin:10px 0 0px;
	font-size:10px;
}

/*
##########################################################################
ナビゲーション
##########################################################################*/

/*メインナビ*/
#navi{
	width:100%;
	margin:0 auto 12px;
}

/*メインナビ上段*/
#navi #mainNavi{
	width:100%;
	margin-bottom:5px;
	padding:1px 0 4px;
	background:url(../images/common/navi/bg.png) repeat-x ;
}
#navi #mainNavi ul{
	width:1200px;
	margin:auto;
}
#navi #mainNavi li{
	position: relative;	
	float:left;
	display:table-cell;
	width:150px;
	height:36px;
	margin:0 ;
	vertical-align:middle;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#navi #mainNavi li:nth-last-child{
	border-right:1px solid #aaa;
}
#navi #mainNavi li a{
	display:block;
	width:100%;
	height:25px;
	padding-top:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
#navi #mainNavi li a:hover{
	border-bottom:1px solid #f3b0a5;
}
/*HMB*/
#navi #mainNavi li.hmb{
	width:145px;
}
/*求人用*/
#navi #mainNavi li.recruit{
	background: #1b10ad;
}
#navi #mainNavi li.recruit a{
	height:25px;
	color:#FFF;
	border-left:none;
	border-bottom:none;
}
#navi #mainNavi li.recruit a:hover{
	border-bottom:3px solid #8b50bd;
}



/*サブナビ上段*/
#navi #subNavi{
	width:100%;
	margin-bottom:5px;
}
#navi #subNavi ul{
	width:1200px;
	margin:auto;
}
#navi #subNavi li{
	position: relative;	
	float:left;
	display:block;
	margin:0 1px 0 0;
	padding:0 0 0 0px; 
	/*border-right:2px solid #f0f0f0;*/
}
#navi #subNavi li:nth-last-child(1){
/*	border-right:1px solid #ddd;*/
}
#navi #subNavi li a{
	display:block;
	height:18px;
	padding:14px 12px 8px 22px;
	text-decoration:none;
	color:#4A4A4A;
	background:url(../images/common/navi/icon.png) no-repeat 3px center ;
	font-weight:bold;
	font-size:13px;
}
#navi #subNavi li a:hover{
	background:url(../images/common/navi/icon2.png) no-repeat 3px center ;
}

/*予約用*/
#navi #subNavi li.reserve{
	width:200px;
	height:40px;
	margin-right:25px;
}
#navi #subNavi li.reserve a{
	padding:0;
	border-left:none;
	border-bottom:none;
	background:none;
}

/*
##########################################################################
サイド
##########################################################################*/
#side{
	
}
#side h3{
	background:url(../images/side/title_bg.png) no-repeat;
	padding:10px 15px 30px;
	margin:0 0 ;	
	font-size:12px;
	color:#909090;
	text-align:center;
	
}
#side p.summary{
	margin:0 0 12px;
	font-size:11px;
	line-height:1.4;	
}
/*event*/
#side #side_event{
	margin:0 0 25px;
}
#side #side_event .section{
	margin:0 0 6px;
}
#side #side_event a{
	display:block;
}


/*newface*/
#side_newface{
	margin:0 0 25px;
}
#side_newface ul{
}
#side_newface li{
	display:block;
	margin:0 0 5px;
	padding:6px;
	background:#FFF;
}
#side_newface li .img{
	float:left;
	width:80px;
	height:80px;
}
#side_newface li .cont{
	float:right;
	width:135px;
}
#side_newface li .entry{
	margin:0 0 15px;
	padding:4px 4px;
	color:#484848;
	background:url(../images/side/newface/entry_bg.png) ;
	font-size:11px;
}
#side_newface li .entry strong{
}
#side_newface li .name{
	font-size:16px;
}
#side_newface li .name a{
	text-decoration:none;
	color:#333;
}
#side_newface li .name a span{
	font-size:11px;
	font-weight:100;
}
#side_newface li .name a:hover{
	text-decoration:underline;
}

#side #side_recruit{
	margin:0 0 20px;
	
}
#side #side_banner a{
	display:block;
	margin:0 0 8px;
}

/*
##########################################################################
フッター
##########################################################################*/
#footer{
	clear:both;
	width:100%;
	color:#484848;
	background:url(../images/common/footer/footer_image.png) repeat-x bottom #f4f1e9;
}
#footer #footMenu{
	width:800px;
	margin:0 auto 40px;
	padding:30px 0 0;
	text-align:center;
}
/*home icon*/
#footer #footMenu #f_home{
	margin:0 0 15px;
	background:url(../images/common/footer/home.png) no-repeat left center;
	padding-left:28px;
	text-align:left;
}
#footer #footMenu #f_home a{
	font-size:14px; 
}

/**/
#footer #footMenu ul{
	float:left;
	width:170px;
	text-align:left;
	margin-right:22px;
}
#footer #footMenu li{
	line-height:3;
	font-size:11px;
}
#footer #footMenu a{
	color:#484848;
}
#footer #footMenu a:visited{
	text-decoration:none;
}
#footer #footMenu a:link{
	text-decoration:none;
}
#footer #footMenu a:hover{
	text-decoration:underline;
}

#footer hr{
	margin:0 0 17px;
	height:1px;
	border-top:1px solid #e1ded6;
	border-bottom:1px solid #FFF;
}

/*copyright*/
#footer .copyright{
	width:1200px;
	margin:0 auto 10px;
	padding:10px 0 80px;
	text-align:center;
	line-height:1.8;
	color:#484848;
}
#footer .copyright strong{
	margin-right:5px;
	font-weight:100;
	font-size:11px;
}
#footer .copyright p{
	font-size:small;
}

/*
##########################################################################
その他
##########################################################################*/
.shinobi{
	position:absolute;
	top:-200px;
}