@charset "UTF-8";

/* 基本設定 */

/*--------------------------------------------------------*/
body {
	background: url(/images/main_bg_01.gif) repeat;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic" ,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color: #FFF;
	font-size: 14px;
	margin: 0 auto;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-align: center;
}

a:link,
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #888;
	text-decoration: none;
}

/* リセット */
p,ul,ol,li,dl,dt,dd,form,input,img {
	margin: 0;
	padding: 0;
}
img,fieldset { border: 0; }
ol,ul { list-style: none; }
address {
	font-style: normal;
	font-weight: normal;
}

/* テーブル */
table {
	font-size: 100%;
	line-height: 150%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}


/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/
.clear { clear: both; }

.c-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.c-fix { display: inline-block; }
* html .c-fix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.c-fix { display: block; }

img { vertical-align: bottom; }
img.t { vertical-align: top; }
img.xb { vertical-align: text-bottom; }

/* 位置調整 */
.left { float: left; }
.right { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/* 表示・非表示 */
.disp { display: block; }
.nodisp { display: none; }


/*--------------------------------------------------------------
テキストスタイル
--------------------------------------------------------------*/
.tb { font-weight: bold; }
.tul { text-decoration: underline; }

/* カラー */
.gray { color: #666666; }
.red { color: #FF0000; }
.blue { color: #0000FF; }

/* フォントサイズ */
.fs { font-size: 10px; }


/*--------------------------------------------------------------
ラップ
--------------------------------------------------------------*/
#wrap {
	background-color: #000;
	width: 910px;
	margin: 0 auto;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	text-align: left;
}


/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/
#header {
	background: #000 url(/images/header_bg.gif) no-repeat;
	width: 910px;
	height: 180px;
	font-size: 12px;
	color: #FFF;
	line-height: 100%;

}
#header .logo {
	float: left;
	padding: 7px 0 0 25px;
}

/* ヘッダー右側 */
#header .hright {
	float: right;
	width: 439px;
	height: 180px;
}

#header h1{
	margin: 12px 0 14px 0;
}

#header .hl {
	float: left;
	width: 316px;
}

/* リコメンド(ファッション・求人・スペシャル) */
#recomend {
	width: 316px;
}
#recomend li {
	float: left;
	height: 100px;
	margin-right: 8px;
}
#recomend li a {
	display: block;
	background: url(/images/header_btn.gif) no-repeat;
	height: 100px;
	text-indent: -999em;
	overflow: hidden;
}
#recomend li.r03 {
	margin-right: 0;
}
/* リコメンド リンク */
#recomend .r01 a { background-position: 0 0;width: 100px; }
#recomend .r02 a { background-position: -100px 0;width: 100px; }
#recomend .r03 a { background-position: -200px 0;width: 100px; }
/* リコメンド リンク オーバー */
#recomend .r01 a:hover, #recomend .r01 a:active { background-position: 0 -100px; }
#recomend .r02 a:hover, #recomend .r02 a:active { background-position: -100px -100px; }
#recomend .r03 a:hover, #recomend .r03 a:active { background-position: -200px -100px; }

/* ユーティリティー(掲載・問い・マップ) */
#utility {
	margin: 16px 0 0 9px;
}
#utility li {
	background: url(/images/li_border.gif) no-repeat 100%;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
}
#utility li.r {
	background: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* QRコード */
#header .mobile {
	float: left;
	margin-left: 15px;
}


/*--------------------------------------------------------------
メニュー
--------------------------------------------------------------*/
#menu {
	width: 910px;
}
#menu li {
	float: left;
}
#menu li a{
	display: block;
	background: url(/images/navi_menu.gif) no-repeat;
	height: 40px;
	text-indent: -999em;
	overflow: hidden;
}
/* メニュー　リンク */
#menu .m01 a { background-position: 0 0;width: 100px; }
#menu .m02 a { background-position: -100px 0;width: 101px; }
#menu .m03 a { background-position: -201px 0;width: 101px; }
#menu .m04 a { background-position: -302px 0;width: 101px; }
#menu .m05 a { background-position: -403px 0;width: 101px; }
#menu .m06 a { background-position: -504px 0;width: 101px; }
#menu .m07 a { background-position: -605px 0;width: 101px; }
#menu .m08 a { background-position: -706px 0;width: 101px; }
#menu .m09 a { background-position: -807px 0;width: 103px; }
/* メニューリンク　オーバー */
#menu .m01 a:hover, #menu .m01 a:active { background-position: 0 -40px; }
#menu .m02 a:hover, #menu .m02 a:active { background-position: -100px -40px; }
#menu .m03 a:hover, #menu .m03 a:active { background-position: -201px -40px; }
#menu .m04 a:hover, #menu .m04 a:active { background-position: -302px -40px; }
#menu .m05 a:hover, #menu .m05 a:active { background-position: -403px -40px; }
#menu .m06 a:hover, #menu .m06 a:active { background-position: -504px -40px; }
#menu .m07 a:hover, #menu .m07 a:active { background-position: -605px -40px; }
#menu .m08 a:hover, #menu .m08 a:active { background-position: -706px -40px; }
#menu .m09 a:hover, #menu .m09 a:active { background-position: -807px -40px; }

/*--------------------------------------------------------------
左ボックス
--------------------------------------------------------------*/
/* 共通 */
#leftBox {
	width: 670px;
	min-height:1030px;
	margin-top: 7px;
	border-right: 1px solid  #666666;
}
#leftBox h2 {
	clear: both;
	background: url(/images/title_bg_01.gif) no-repeat;
	height: 35px;
	font-size: 110%;
	font-weight: bold;
	margin: 2px 0 12px 10px;
	padding-left: 27px;
	line-height: 35px;
	overflow: hidden;
}
.box {
	width: 670px;
}

/* トピックパス */
#content-area {
	width: 670px;
	font-size: 12px;
	padding: 5px 10px 5px 15px;
}
#topic-path li{
	display: inline;
}
#topic-path li a{
	padding-right: 17px;
	background: url(/images/right_arrow.gif) no-repeat right;
}

/* エリアナビゲーション */
#area-navi{
	width: 630px;
	height: 34px;
	background:url(/images/navi_area.gif) no-repeat;
	margin: 0 0 12px 20px;
}
#area-navi li{
	float: left;
}
#area-navi li a{
    width: 120px;
    height: 34px;
    display: block;
    text-indent: -999em;
    background:url(/images/navi_area.gif) no-repeat;
    overflow: hidden;
}

#area-navi li.a01 a, #area-navi li.a01 a { background-position: -150px 0; margin-left:150px;}
#area-navi li.a02 a, #area-navi li.a02 a { background-position: -270px 0; }
#area-navi li.a03 a, #area-navi li.a03 a { background-position: -390px 0; }
#area-navi li.a04 a, #area-navi li.a04 a { background-position: -510px 0; }

#area-navi li.a01 a:hover, #area-navi li.a01 a:active { background-position: -150px -34px; }
#area-navi li.a02 a:hover, #area-navi li.a02 a:active { background-position: -270px -34px; }
#area-navi li.a03 a:hover, #area-navi li.a03 a:active { background-position: -390px -34px; }
#area-navi li.a04 a:hover, #area-navi li.a04 a:active { background-position: -510px -34px; }

/* ワード検索 */
#search {
	margin-bottom: 10px;
	padding-right: 20px;
	text-align: right;
}
#search p{
	padding-top: 5px;
	font-size: 11px;
}
input.ipt-text{
	width: 360px;
}
div.checkbox{
	padding-bottom:5px;
	}

div.fw{
	width: 525px;
	float: left;
}
div.fw label{
	padding-right:10px;
}

#coment {
	font-size: 11px;
	padding: 0 0 8px 20px;
}

/* ページナビ */
#page_navi{
	text-align: center;
	margin-left:10px;
	width: 640px;
    clear: both;
	}
#page_navi ul li{
	display:inline;
	}

#page_top{
	clear:both;
	text-align:right;
	font-size: 11px;
	padding-right:10px;
	}

/*--------------------------------------------------------------
店舗リスト
--------------------------------------------------------------*/
#shoplist ul {
	margin: 0 0 0 10px;
}
#shoplist li {
	float: left;
	display: inline;
	width: 306px;
	margin: 0 0 12px 10px;
	padding-bottom: 12px;
	border: 2px solid  #666;
}
* html #shoplist li { width: 310px; }
#shoplist li .img {
	float: left;
	margin: 15px 0 0 13px;
}
#shoplist li p {
	width: 170px;
	margin-left: 130px;
}
#shoplist li h3 {
	background: url(/images/title_bg_05.gif) no-repeat;
	width: 170px;
	margin: 8px 0 0 128px;
	padding-left: 8px;
	line-height: 23px;
}
#shoplist li p.detail {
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.2em;
}
#shoplist li p.icon img {
	margin-right: 5px;
}

#shoplist2 ul {
    margin: 0 0 0 10px;
}
#shoplist2 li {
    float: left;
    display: inline;
    width: 306px;
    margin: 0 0 12px 10px;
    padding-bottom: 12px;
    border: 2px solid  #666;
}
#shoplist2 li h3 {
    background: url(/images/title_bg_05.gif) no-repeat;
    width: 100px;
    height:50px;
    margin: 38px 13px 0 13px;
    padding-left: 8px;
    float:left;
    line-height: 23px;
}
#shoplist2 li p.detail {
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.2em;
}
#shoplist2 li p.icon img {
    margin-right: 5px;
}

/*--------------------------------------------------------------
右ボックス
--------------------------------------------------------------*/
#rightBox {
	width: 220px;
	padding: 8px 10px 10px 0;
	text-align:left;
}
#rightBox2 {
	width: 220px;
	text-align:left;
}
#rightBox2 H2,
#rightBox H2{
	clear: both;
	background: url(/images/title_bg_01_h.gif) no-repeat;
	height: 35px;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-left: 27px;
	line-height: 35px;
	overflow: hidden;
}
/* ショップ */
#rightBox2 ul.shop-area li,
#rightBox ul.shop-area li {
	display: block;
	margin-bottom: 10px;
}

/* フォトクロック */
#photoclock {
	width: 220px;
	height: 334px;
	margin-bottom: 10px;
	padding: 9px 0 0 0;
	border: 1px solid #525252;
	text-align: center;
}
* html #photoclock { padding-bottom: 9px; }
#photoclock .bgWhite {
	background-color: #FFF;
	width: 146px;
	height: 322px;
	margin: 0 auto;
}
#photoclock span {
	margin-left: -6px;
}

/* バナーエリア */
#rightBox2 ul.banner-area li,
#rightBox ul.banner-area li {
	display: block;
	margin-bottom: 10px;
}

/* 右側メニュー */
#rightBox2 ul.help-area,
#rightBox ul.help-area {
	padding: 7px 0 0 6px;
	font-size: 11px;
}
/* 面接の心得 */
a.int{
	display:block;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/btn_interview_02.gif) no-repeat;
	width:220px;
	height:38px;
}
a.int:hover{ background-position: 0 -38px;}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
#footer-menu {
	clear: both;
	font-size: 11px;
	margin: 0 0 13px 9px;
	padding-top: 10px;
	text-align: center;
}
#footer-menu li {
	float: left;
	margin-left: 11px;
	white-space:nowrap;
}
#footer {
	background: url(/images/footer_bg.gif) no-repeat;
	width: 910px;
	height: 60px;
	text-align: center;
	overflow: hidden;
}
#footer address {
	padding-top: 15px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #FFF;
}

