@charset "shift_jis";

/* ログインパネル */
div#login-box {
	border: 1px solid #FECF5B;
	background-color: #FFFFE6;
	margin-bottom: 10px;
}
div#login-box div.ttl{
	background: url('../img/common/bg_login_ttl.gif') repeat-x top left;
	height: 25px;
	padding: 3px 8px;
}
div.ttl a.mymenu {
	font-weight: bold;
	background: url('../img/common/ico_mymenu.gif') no-repeat top left;
	padding-left: 23px;
}
div#login-box div.login-contents {
	text-align: center;
	padding: 0px 8px 10px 8px;
}
div#login-box div.login-contents ul {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #FECF5B;
}
div#login-box div.login-contents ul li {
	margin: 6px 0px;
	padding: 0px;
	font-size: 88%;
}
div#login-box div.login-contents p.fav {
	margin: 10px 0px 0px 10px;
	background: url('../img/common/ico_fav.gif') no-repeat top left;
	padding-left: 20px;
}
div#login-box div.login-contents p.mydata {
	margin: 5px 0px 0px 10px;
	background: url('../img/common/ico_mydata.gif') no-repeat top left;
	padding-left: 20px;
}
div#login-box div.login-contents p.prize {
	margin: 5px 0px 0px 10px;
	background: url('../img/common/ico_prize.gif') no-repeat top left;
	padding-left: 20px;
}
div#login-box div.login-contents p.logout {
	margin: 5px 0px 0px 10px;
	background: url('../img/common/ico_logout.gif') no-repeat top left;
	padding-left: 20px;
}
div.mymenu {
	text-align: left;
}
img.ico_point {
	margin-right: 7px;
	margin-bottom: -10px;
}


/* スタッフランキング */
div.staff_rank {
	margin-bottom: 3px;
}
div.staff_rank div.photo {
	background: url('../img/common/bg_staff_photo.gif') top left;
	padding: 2px;
	width: 60px;
}
div.staff_rank div.comment {
	padding: 3px 2px 0px 15px;
}
div.staff_rank div.comment div {
	line-height: 110%;
	font-size: 10px;
	width: 93px;
}
p.staff_nm {
	font-size: 16px;
	color: #a33;
	font-weight: bold;
	margin-bottom: 5px;
}
table.staff_state {
	width: 100%;
}
table.staff_state th {
	color: #c90;
	width: 25%;
	text-align: center;
	border-bottom: 1px dotted #e3e3e3;
	padding: 10px 0px;
	font-weight: normal;
}
table.staff_state td {
	width: 25%;
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px dotted #e3e3e3;
}
div.staff_rank div.shop_nm {
	font-size: 10px;
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	color: #999;
	line-height: 100%;
}
div.staff_rank div.shop_nm a {
	color: #999;
	text-decoration: underline;
}
div.staff_rank div.shop_nm a:hover {
	color: #666;
	text-decoration: none;
}
div.staff_pr {
	border: 1px solid #fdb;
	padding: 10px;
	color: #666;
	background-color: #FFFFF5;
}


/* オススメPR */
div.osusume_pr {
	margin-bottom: 5px;
	border-bottom: 1px dotted #ace;
	padding-bottom: 5px;
}
div.osusume_pr td.f_10{
	padding-left: 5px;
	line-height: 100%;
}



/* 最新情報 */
dl.news {
	margin: 10px 0px 0px 0px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
dl.news dt.date {
	font-size: 12px;
	font-weight: bold;
	color: #69c;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 10px;
}
dl.news dt {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}
dl.news dd {
	color: #666;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}



/* よくある質問 */
dl.faq {
	margin: 10px 0px 0px 0px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
dl.faq dt {
	background: url(../img/common/ico_question.gif) no-repeat left;
	height: 25px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #33c;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 35px;
}
dl.faq dd {
	background: url(../img/common/ico_answer.gif) no-repeat left;
	color: #999;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 35px;
}

/* 携帯 */
div.bg_orange {
	border: 1px solid #FECF5B;
	background-color: #FFFFE6;
	margin: 10px 0px 30px 0px;
	padding: 15px;
	color: #DE8F0B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


/* 広告バナー */
div.content_bnr {
	width: 100%;
}
div.content_bnr img {
	margin: 4px 0px;
}



/* 新着お店情報 */
table.newshop_tbl {
	width: 98%;
	margin: 0px 5px;
}
table.newshop_tbl th {
	width: 90px;
	padding-top: 5px;
	border-bottom: 1px dotted #ace;
}
table.newshop_tbl td {
	padding-top: 5px;
	width: 220px;
	border-bottom: 1px dotted #ace;
}



/* お気に入りリスト */
div#fav_area {
	width: 680px;
	margin-bottom: 30px;
}
div#fav_menu {
	float: left;
	width: 180px;
}
div#fav_menu table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px #ddc solid;
}
div#fav_menu table th {
	background: url(../img/common/bg_reviewtbl.jpg) repeat-x top left;
	padding: 10px;
	border: 1px #ddc solid;
}
div#fav_menu table th.all {
	padding: 20px 10px;
}
div#fav_menu table td {
	background-color: #fff;
	padding: 10px;
	border: 1px #ddc solid;
}
div#fav_menu table td ul {
	margin: 0;
	padding: 0;
}
div#fav_menu table td ul li {
	background: url(../img/common/ico_lst01.gif) no-repeat left;
	padding-left: 10px;
	margin-bottom: 10px;
}
div#fav_list {
	float: right;
	text-align: left;
	width: 500px;
}
div.bg_fav_list {
	background: url(../img/common/bg_favlist.jpg) repeat-y;
}
div.fav_list {
	margin-left: 42px;
	margin-right: 15px;
}
div.fav_list table {
	width: 100%;
	border-bottom: 2px #e3e3e3 solid;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
div.fav_list table th {
	width: 110px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
div.fav_list table td {
	text-align: center;
	vertical-align: bottom;
}
div.fav_list table td.main {
	width: 230px;
	text-align: left;
}
div.fav_list table td p.dot {
	border-bottom: 1px #ccc dotted;
	padding: 5px 0px;
	margin: 0;
}



/* 全国ジャンル別ランキング */
div.shop_rank div.cleft {
	float: left;
	width: 50%;
}
div.shop_rank div.right {
	float: right;
	width: 50%;
}
div.shop_rank table {
	margin: 5px 0px;
}
div.shop_rank th {
	background-color: #FFFFDD;
	padding: 1px 5px;
}
div.shop_rank td {
	padding-bottom: 10px;
}
div.shop_rank div.ttl {
	border-bottom: 2px solid #ACE;
	padding: 5px 5px 0px 5px;
}
div.shop_rank div.ttl strong {
	font-size: 110%;
	color: #111;
}


/* 店舗検索結果一覧 */
div#result_shoplist {
	width: 680px;
	margin: 3em 0px;
}
div#result_shoplist table.list {
	width: 100%;
	border-bottom: 2px #e3e3e3 solid;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
div#result_shoplist table.list th {
	padding: 10px;
	vertical-align: middle;
}
div#result_shoplist table.list td {
	text-align: center;
	vertical-align: bottom;
}
div#result_shoplist table.list td.main {
	text-align: left;
	vertical-align: top;
}
div#result_shoplist table.list td .dot {
	border-bottom: 1px #ccc dotted;
	padding: 5px 0px;
	margin: 0;
}
div.bg_access {
	background: url(../img/common/ico_access.gif) no-repeat left;
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
}
div.bg_businesshour {
	background: url(../img/common/ico_businesshour.gif) no-repeat left top;
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
}
div.bg_budget {
	background: url(../img/common/ico_budget.gif) no-repeat left;
	padding-left: 25px;
}
div.bg_seats {
	background: url(../img/common/ico_seats.gif) no-repeat left;
	padding-left: 25px;
}
div.result_count {
	font-size: 14px;
}



/* グルメCITY特集CSS */
div.tokushu {
	border: 1px solid #09c;
}
div.tokushu ul {
	margin: 10px 5px;
	padding: 0px;
	padding-top: 10px;
	background: url('../img/common/lin.jpg') repeat-x top left;
}
div.tokushu ul li {
	margin: 5px 0px;
}


/* アンケート */
div.question {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}
div.question table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
div.question table td {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.answer_info {
	background-color: #eee;
	padding: 5px;
	margin-bottom: 10px;
}



/* 懸賞応募 */
div.prize_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: url(../img/prize/common/bg_prize.jpg) no-repeat;
	width: 680px;
	height: 75px;
	padding: 25px 0px 0px 75px;
}

img.prize_img {
	border: 3px solid #e39900;
}


/* ご利用ガイド */
div.help_menu {
}
div.help_ttl {
	
}
.help_menu ul {
	margin: 0px 0px 0px 5px;
	padding: 0;
}
.help_menu ul li {
	background: url(../img/common/ico_folder.gif) no-repeat left;
	padding-left: 12px;
	margin-bottom: 8px;
}
div#quick_menu {
	margin: 5px 10px;
	padding: 0;
}
.accordion_toggle {
	display: block;
	width: 180px;
	height: 25px;
	padding: 0;
	margin-bottom: 2px;
	text-decoration: none;
	cursor: pointer;
	background: url(../img/common/accordion_toggle.jpg) no-repeat top right;
}
.accordion_toggle_active {
	background: url(../img/common/accordion_toggle_active.jpg) no-repeat top right;
}
.accordion_toggle p {
	font-size: 11px;
	padding: 0px 3px 0px 5px;
}
.accordion_toggle_active p {
	font-size: 11px;
	font-weight: bold;
	color: #007df1;
	padding: 0px 3px 0px 5px;
}
.accordion_content {
	margin: 8px 0px 8px 0px;
	overflow: hidden;
}


table.help_tbl {
	margin: 5px 0px 10px 0px;
}
table.help_tbl td {
	width: 350px;
	background: url(../img/common/ico_blue.gif) no-repeat left;
	padding: 5px 0px 5px 15px;
}
img.margin {
	margin-right: 10px;
}
p.image {
}




/* インポート掲載承認エリア */
div.approval_area {
	background-color: #eee;
	padding: 70px 100px;
	margin-top: 30px;
	text-align: center;
}