
/*----- ショップページ関連 -----*/
div.box_shop_list{
	margin:0 auto 0 auto;
	width:400px;
	text-align:left;
}
	div.box_shop_list th{
		background:#696;
		border:1px solid #ccc;
		padding:5px;
		color:#fff;
	}
	div.box_shop_list td{
		line-height:120%;
		border:1px solid #ccc;
		padding:5px 0 5px 20px;
	}

#shop_menu{
	padding: 0;
	margin: 0;
	width:100%;
/*	height:30px;*/
	text-align: left;
	border-bottom:10px solid #9c9;
}
	#shop_menu ul{
		margin:0;
		padding:0;
		overflow:hidden;
		height:25px;
		list-style-type:none;
	}
	#shop_menu li{
		margin: 0 0px 0 0;
		float:left;
	}
	#shop_menu a{
		display: block;
		height:30px;
		width:110px;
		border-right: 1px solid #999;
		padding: 8px 0 20px 0;
		/* height=8(padding)+20(padding)+12(font)=40 >= 30(ul height)*/

		background: #9c9;

		text-align: center;
		text-decoration: none;
		font-size: 12px;
		line-height:100%;
	}
	#shop_menu .last a{
		border-right: 0px;
	}
	#shop_menu a.nostay
	{
		background:#f3f3f3;
	}

	#shop_menu a:hover.nostay
	{
		background: #fdb;
	}

.box_shoppage_info{
	text-align:left;
	width:500px;
	margin:20px auto 20px auto;
}
	.box_shoppage_info th,
	.box_shoppage_info td{
		padding:5px;
		border:1px solid #ccc;
	}
	.box_shoppage_info th{
		font-weight:normal;
		background:#f0f0f0;
	}

.box_page_num_shoppage{
	width:615px;
	padding:3px 0 3px 0;
	margin:0 0 0 0;
	background: #fff;
	text-align:left;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
}

.box_shoppage_pdt{
	text-align:center;
	width:615px;
	margin:5px auto 0px auto;
}
	.box_shoppage_pdt th{
		background:#9c9;
		border:1px solid #ccc;
		text-align:center;
/*		font-size:11px;*/
		padding:3px 0;
		height:20px;
		color:#fff;
	}
	.box_shoppage_pdt td{
		border:1px solid #ccc;
		text-align:center;
		padding:5px;
		height:30px;
	}
	.box_shoppage_pdt td.t_left{
		text-align:left;
	}

/*----- サイトマップ -----*/
div.box_sitemap{
	margin:0 auto 0 auto;
	width:200px;
	text-align:left;
	line-height:150%;
}

/*----- 規約・メールマガジン・出店お問合わせ -----*/
div.box_mailmagazine{
	margin:0 auto 0 auto;
	width:500px;
	text-align:center;
}

div.box_askme,
div.box_application,
div.box_rule{
	margin:0 auto 0 auto;
	width:500px;
	text-align:left;
}

div.box_application_form{
	margin:0 auto 0 auto;
	padding:0;
	width:400px;
	text-align:center;
}
	div.box_application_form th{
		padding:5px;
		background:#696;
		color:#fff;
		border:1px solid #ccc;
		font-size:14px;
	}
	div.box_application_form td{
		padding:3px;
		border:1px solid #ccc;
		text-align:left;
	}
	div.box_application_form .title{
		background:#f0f0f0;
	}
	div.box_application_form .button_area{
		text-align:center;
	}

/*----- 共通 -----*/
p.right_page_title{
	padding:30px 0 30px 0;
	text-align:center;
	font-size:16px;
	color:#f00;
}
