@charset "UTF-8";
/*---------------------------------------------------------------------------------
common
---------------------------------------------------------------------------------*/

/*
float解除
---------------------------------------------------------------------------------*/
.clear:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.clear{ min-height: 1px; }

* html .clear{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*
全体
---------------------------------------------------------------------------------*/
*{ font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif; }

html{
	/*ロールオーバー画像のちらつき解消（IEのみ）*/
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-x: hidden;
}

body{
	margin: 0px;
	padding: 0px;
	background: #E6E6E6;
}

hr{
	display: none;
	margin: 0px;
	padding: 0px;
}

textarea{ font-size: 100%; }

a img{ border: none; }

form{
	margin: 0px;
	padding: 0px;
}

/*
大枠
---------------------------------------------------------------------------------*/
div#all{
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	position: relative;
	background: url(../images/cmn/bg_wrap.jpg) repeat-y #E6E6E6;
}

/*
ヘッダー
---------------------------------------------------------------------------------*/
div#header{
	width: 930px;
	margin: 0px auto;
	border-top: 15px solid #0066FF;
}

div#header h1{
	margin: 1px 0px 0px 10px;
	padding: 0px;
    font-size: 10px;
	font-weight: normal;
    text-align: left;
    position: absolute;
    top: 0;
	left: 10px;
    color: #FFFFFF;
}

div#head_left{
	float: left;
	width: 500px;
	margin: 0px;
}

div#head_left p{
	float: right;
	width: 270px;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

div#head_left h2{
	float: left;
	margin: 0px;
	padding: 12px 10px;
}

div#head_right{
	float: right;
	width: 360px;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	text-align: right;
}

div#head_right ul{
	margin: 0px;
	padding: 0px;
}

div#head_right li{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

ul#mn_site{
	float: right;
	width: 335px;
	margin: 0px 0px 0px 10px;
}

ul#mn_site li{
	float: left;
	padding: 0px 0px 5px 10px;
	display: block;
}

/* IE8 hack */
html>/**/body ul#mn_site li{ padding: 0px 0px 10px 10px\9; }

ul#mn_sub{
	clear: right;
	font-size: 12px;
	color: #666666;
}

ul#mn_sub li.ssl{
	padding: 0px 0px 0px 12px;
	background: url(../images/cmn/img_ssl.gif) no-repeat left;
}

ul#mn_sub li.ssl a{
	margin: 0px;
	color: #666666;
}

ul#mn_sub a{
	margin: 0px 5px;
	color: #666666;
}

/* 100118追加 ToolTip用 */
img.cursor{ cursor: pointer; }

div.tooltip{
	width: 160px;
	position: absolute;
	left: -9999px;
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #0066FF;
}

div.tooltip p{
	margin: 0px;
	color: #0066FF;
	font-size: 75%;
	text-align: left;
}

/*
ナビゲーション
---------------------------------------------------------------------------------*/
div#navigation{
	width: 910px;
	height: 40px;
	margin: 5px auto 10px;
	padding: 0px;
	background: url(../images/cmn/bg_menu.jpg) repeat-x;
}

div#navigation ul{
	float: left;
	margin: 0px;
	padding: 0px;
}

div#navigation li{
	float: left;
	list-style-type: none;
}

div#navigation p{
	float: right;
	margin: 0px;
	padding: 15px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

/*
メイン表示
---------------------------------------------------------------------------------*/
div#main{
	width: 910px;
	margin: 0px auto;
	padding: 0px;
	position: static;
}

/*
エラー表示
---------------------------------------------------------------------------------*/
div.error{
	width: 708px;
	margin: 0px auto 15px;
	text-align: left;
	border: 1px solid #CC0000;
	background-color: #FFEDED;
}

div.error ul{
	margin: 10px;
	padding: 0px;
}

div.error li{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 8px 0px 10px 30px;
	list-style-type: none;
	background: url(../images/mypage/icon_warning.gif) no-repeat left 0.1em;
}

p#txt_error{
	margin: 0px auto 30px;
	line-height: 160%;
	font-size: 75%;
}

/*
ボタン指定
---------------------------------------------------------------------------------*/
div.wrap_btn{
	margin: 10px auto 0px;
	font-size: 75%;
	text-align: center;
}

div.wrap_btn input{	margin: 0px 15px; }

/*
共通
---------------------------------------------------------------------------------*/
div.wrap_cnt{ margin: 0px 0px 10px; }

/* バナーマージン用 */
img.spc_bnr{ margin: 0px 0px 10px; }

/* 背景クリア用 */
div#main div.wrap_cnt .bg_clear{ background: none; }

div#main div.wrap_cnt .spc_top{ margin-top: 10px; }

div.wrap_btn{
	margin: 0px auto;
	text-align: center;
}

/*
左
---------------------------------------------------------------------------------*/
div#left{
	float: left;
	width: 710px;
	position: static;
}

/*
右
---------------------------------------------------------------------------------*/
div#right{
	float: right;
	width: 190px;
}

div#right div.wrap_cnt{
	width: 188px;
	padding: 0px 0px 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #F2F2F2;
}

div#right div.wrap_cnt h3,
div#right div.wrap_cnt h3 a{
	width: 188px;
	height: 25px;
	margin: 0px 0px 10px;
	display: block;
	/*\*/overflow: hidden;/**/
}


div#right div.wrap_cnt h5,
div#right div.wrap_cnt h5 a{
	width: 188px;
	height: 25px;
	margin: 0px 0px 10px;
	display: block;
	/*\*/overflow: hidden;/**/
}

div#right img{ display: block; }

/*
MYページ
---------------------------------------------------------------------------------*/
div#mypage p{
	margin: 5px 15px 10px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

div#mypage a{ color: #FF6600; }

div#mypage p#state{
	margin: 0px auto;
	text-align: center;
	color: #666666;
}

div#state_mail{
	width: 168px;
	margin: 10px auto;
	font-size: 12px;
	border: 1px solid #CC0000;
	background: #FFFFCC;
}

div#state_mail table{ margin: 10px; }

div#state_mail td{ padding: 2px 0px; }

div#state_mail a{ color: #666666; }

div#state_mail a.not_read{
	font-weight: bold;
	color: #CC0000;
}

div#mypage input{
	width: 160px;
	height: 30px;
	margin: 0px auto;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

/* 設定条件で求人を検索 */
div#mypage input#btn_search{ background: url(../images/right/mypage/btn_search.gif) no-repeat; }

/* ログアウト */
div#mypage input#btn_logout{ background: url(../images/right/mypage/btn_logout.gif) no-repeat; }

/*
ログイン
---------------------------------------------------------------------------------*/
div#login dl{
	margin: 0px 10px 10px;
	font-size: 12px;
}

div#login dt{
	margin: 0px;
	color: #333333;
}

div#login dd{
	margin: 2px 0px 5px 0px;
	text-align: left;
}

div#login input{ width: 160px; }

div#login dd img{ display: inline; }

div#login span.ssl input{
	width: auto;
	margin: 0px;
	vertical-align: middle;
}

div#login a{
	margin: 5px 0px;
	font-size: 10px;
	color: #FF0000;
}

/* ログイン */
div#login input#btn_login{
	width: 160px;
	height: 30px;
	margin: 0px auto;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/right/login/btn_login.gif) no-repeat;
}

/*
会員登録
---------------------------------------------------------------------------------*/
h5#title_entry{
	width: 190px;
	height: 35px;
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

div#entry{
	width: 188px;
	margin: 0px 0px 10px;
	padding: 5px 0px 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	border-top: none;
	background: #F2F2F2;
}

div#entry p{
	margin: 10px;
	font-size: 10px;
	line-height: 140%;
}

div#entry span{ color: #FF0000; }

/* 会員登録すると～テキスト */
div#entry p.caption{
	width: 170px;
	height: 25px;
	margin: 0px 8px;
	display: block;
	text-indent: -9999px;
}

/* 会員登録 */
div#entry a#btn_entry{
	width: 160px;
	height: 30px;
	margin: 0px auto;
	display: block;
	/*\*/overflow: hidden;/**/
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/right/entry/btn_entry.gif) no-repeat;
}

/*
最新号
---------------------------------------------------------------------------------*/
div#magazine h4{
	margin: 10px;
	font-size: 12px;
	line-height: 140%;
}

div#magazine table{ margin: 0px 10px }

div#magazine table p{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

div#magazine td.caption img{ margin: 5px 0px 0px; }

div#magazine img{ display: block; }

div#magazine h6{ margin: 10px 0px 5px 10px; }

div#magazine ul{
	margin: 0px 10px 0px 25px;
	padding: 0px;
	font-size: 12px;
}

div#magazine li{ line-height: 120%; }

div#magazine a{
	text-decoration: none;
	color: #000000;
}

div#magazine a:hover{ text-decoration: underline; }

/*
RSS
---------------------------------------------------------------------------------*/
div#rss{
	width: 188px;
	margin: 0px 0px 10px;
	padding: 5px 0px 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	border-top: none;
	background: #F2F2F2;
}

div#rss p{
	margin: 10px;
	font-size: 10px;
	line-height: 140%;
}

/* 効率的な～テキスト */
div#rss p.caption{
	width: 170px;
	height: 12px;
	margin: 0px 8px;
	display: block;
	text-indent: -9999px;
}

/* RSS一覧へ */
div#rss a#btn_rss{
	width: 160px;
	height: 30px;
	margin: 0px auto;
	display: block;
	/*\*/overflow: hidden;/**/
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/right/rss/btn_rss.gif) no-repeat;
}

/*
モバイル
---------------------------------------------------------------------------------*/
div#mobile h4{
	margin: 10px;
	font-size: 12px;
	line-height: 140%;
}

div#mobile img#qr{
	margin: 0px 10px 0px 0px;
	border: 1px solid #000000;
}

div#mobile table{ margin: 0px 8px; }

div#mobile table p{
	margin: 0px;
	text-align: left;
	font-size: 75%;
	line-height: 110%;
}

div#mobile p.posi_center{
	margin: 10px auto 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

div#mobile a{
	margin: 2px auto;
	display: block;
}

/*
店舗オーナー様へ
---------------------------------------------------------------------------------*/
div#owner{ margin: 0px 0px 10px; }

div#owner div{
	margin: 0px 10px;
	padding: 10px 0px 0px;
	text-align: center;
}

div#owner div#gourmet{
	padding: 0px 0px 5px;
	background: url(../images/cmn/bdr_gray.gif) repeat-x bottom;
}

div#owner img{
	margin: 0px auto;
	display: block;
}

div#owner ul{
	margin: 10px 0px 5px 15px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
}

div#owner li{ margin: 8px 0px 0px; }

div#owner a{ color: #000000; }

/*
バナー
---------------------------------------------------------------------------------*/
div#right p.txt_bnr{
	margin: 5px 0px;
	font-size: 75%;
	text-align: left;
}

div#right p.spc_no{ margin: 5px 0px 0px; }

div#right p.txt_bnr a{ color: #000000; }
div#right p.txt_bnr a:hover{ text-decoration: underline; }

/*
プレゼント
---------------------------------------------------------------------------------*/
div#presentbnr{ margin: 0px 0px 10px; }

div#presentbnr h5{
	width: 190px;
	height: 20px;
	margin: 0px;
	display: block;
	text-indent: -9999px;
	/*\*/overflow: hidden;/**/
}

div#presentbnr img{ border: 1px solid #CCCCCC; }

/*
フッター
---------------------------------------------------------------------------------*/
div#footer{
	width: 960px;
	margin: 0px auto;
	padding: 25px 0px 0px;
	font-size: 10px;
	text-align: center;
	background: url(../images/cmn/bg_footer.jpg) no-repeat top #E6E6E6;
}

div#footer ul{
	margin: 5px auto;
	padding: 0px;
}

div#footer li{
	display: inline;
	list-style-type: none;
}

div#footer ul a{
	margin: 0px 5px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
}

address{
	margin: 15px auto;
	font-style: normal;
}

/*
区分値の自動設定用レイアウト
---------------------------------------------------------------------------------*/
.autoDispWrap2 span,
.autoDispWrap3 span,
.autoDispWrap4 span,
.autoDispWrap5 span,
.autoDispWrap6 span,
.autoDispWrap7 span{
	/* height: 38px; */
	display: block;
	float: left;
}
.autoDispWrap2 span { width: 50%; }
.autoDispWrap3 span { width: 33%; }
.autoDispWrap4 span { width: 25%; }
.autoDispWrap5 span { width: 20%; }
.autoDispWrap6 span { width: 16%; }
.autoDispWrap7 span { width: 14%; }

.heightAuto span { height:auto;}
.heightResearch span { height:24px; }
