@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: 560px;
	float: left;
	text-align: left;
}

.shop_info_left {
	width: 460px;
	float: left;
}

.shop_info_label {
	width: 70px;
	float: left;
}

.shop_info_comment {
	width: 390px;
	float: left;	
}

.shop_info_right {
	width: 100px;
	float: left;
}

.shop_right {
	width: 310px;
	float: left;
	text-align: right;
}

.shop_right_02 {
	width: 150px;
	float: left;
	text-align: right;
}

.shop_photo {
	margin-bottom: 10px;
}

/*パスワード紛失*/
.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;
}
