@charset "utf-8";
@import url(./base.css);
@import url(./main.css);

/*メインメニュー*/
.mainmenu h3 {
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 128%;
	line-height: 138%;	
}

.mainmenu li {
	width: 160px;
	float: left;
}

.mainmenu li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

/*掲載情報確認*/
.shop_show {
	margin-bottom: 15px;
}

.shop_show h2 {
	font-size: 128%;
}

.shop_show h3 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 10px;	
}

.shop_category {
	font-weight: bold;
	margin-bottom: 10px;
}

.shop_left {
	width: 400px;
	float: left;
}

.shop_left_02 {
	width: 500px;
	float: left;
	text-align: left;
}

.shop_info_left {
	width: 400px;
	float: left;
}

.shop_info_label {
	width: 70px;
	float: left;
}

.shop_info_comment {
	width: 330px;
	float: left;	
}

.shop_info_right {
	width: 100px;
	float: left;
}

.shop_right {
	width: 310px;
	float: left;
	text-align: right;
}

.shop_right_02 {
	width: 210px;
	float: left;
	text-align: right;
}

.shop_photo {
	margin-bottom: 10px;
}

/*フッターメニュー*/
.footer_menu ul li {
	width: 150px;
	float: left;
}

/*パスワード紛失*/
.missing_password h2 {
	font-size: 128%;
	color: #9E5856;
}

/*ログイン*/
.login {
	margin: 0px;
	padding: 0px;
}

.login_left {
	width: 120px;
	float: left;
}

.login_right {
	width: 530px;
	float: left;
}

.login_btn {
	margin-top: 20px;
}

/*共通*/
.shop_edit_box {
	text-align: left;
	color: #1B1310;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.shop_edit_box h2 {
	margin-top: 30px;
	margin-bottom: 15px;
}

.shop_edit_box p{
	margin-bottom: 10px;
}

.centering {
	text-align: center;
}

/*スマートフォン*/
#contents {
	margin:0 ;
}

/*ヘッダ*/
#s_header {
	width: 100%;
	background: #0066ff;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	text-align: center;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color:#ffffff;
}

#s_test {
	border:2px solid #000000;
	width:50px;
	height:50px;
}

