@charset "utf-8";
/* CSS Document */

@import "../../css/base.css";


#deliveryprice {
	margin:40px 0 0 20px;
}

/* shopinfo
----------------------------------------*/

#shopinfoTitle {
	margin:20px 0 0 20px;
}

#shopinfoBox {
	margin:0 0 0 20px;
	width:500px;
	background-color: #FFFBEB;
	padding:20px;
}

.googlebox {
	border:1px solid #ccc;
}

.shopinfoTable {
	font-size:14px;
	width:500px;
	margin:20px 0 20px 0;
}

.mapButton {
	width: 230px;
}
/*
.mapButton a{
	width: 230px;
	height: 30px;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	display:block;
	background-image:url(../images/button.gif)
}

.mapButton a:hover{
	background-position:0 -30px;
}
*/
/* 注文方法
--------------------------------------*/

#orderRuleTxt {
	margin:0 0 0 20px;
}

#orderRuleBox {
	background-image: url(../images/orderBg04.gif);
	margin:0 0 0 20px;
	width:540px;
}

#orderRuleBox table {
	width:480px;
	margin:0 0 10px 30px;
}

#orderRuleBox th {
	width:3px;
	padding:0 10px 0 0;
	vertical-align:top;
}

.orderRuleBoxTxt1 {
	margin:5px 0 0 0;
	font-size:16px;
	font-weight:bold;
}

.orderRuleBoxTxt1 strong {
	color:#e60012;
}

.orderRuleBoxTxt2 {
	margin:15px 0 0 0;
	font-size:12px;
	color:#999;
}


