body {
	font-family: "Lucida Sans","CI", Meiryo, sans-serif;
}
a {
	text-decoration: none;
}
.bind {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
	z-index: 0;
}
.drop {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.29);
}
.bui {
	background-color: #b0f7a3;
	border-radius: 4px;
}
.shadow-frame {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 6;
	top: 0px;
	box-shadow: inset 0px 2px 6px rgba(38, 117, 50, 0.68);
}
.bind h2 {
	margin-bottom: 14px;
}
#general {
	background-image: url(bg_stage.png);
	background-repeat: repeat;
	color: #377c3c;
}
header {
	position: relative;
	z-index: 50;
	margin-bottom: 20px;
}
header .bind {
	
}
header .lgm {
	display: block;
	background-image: url(lgm_head.png);
	background-repeat: no-repeat;
	background-position: left 24px;
	width: 210px;
	height: 62px;
	padding-top: 24px;
}
header .guide {
	position: fixed;
	z-index: 50;
	top: 0px;
	margin-left: 488px;
}
header .order {
	background-image: url(ui_head-order.png);
	background-repeat: no-repeat;
	display: block;
	width: 146px;
	height: 128px;
	float: left;
}
header .contact {
	display: block;
	float: left;
	background-color: #9fe993;
	padding: 10px;
	padding-bottom: 6px;
	border: solid 2px #b9f4ae;
	box-shadow: 0px 1px 4px rgba(58, 157, 65, 0.4);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 16px;
	min-width: 320px;
	box-sizing: border-box;
}
header .phone {
	background-image: url(ty_head-tel.png);
	background-repeat: no-repeat;
	background-position: 62px 13px;
	display: block;
	height: 28px;
	padding-top: 6px;
	padding-bottom: 14px;
	color: #fff;
	font-weight: bold;
}
header .shops .label {
	color: #4ba34d;
	font-weight: bold;
	font-size: 10px;
	line-height: 1em;
	margin-right: 0.4em;
	display: inline-block;
}
header .shops a {
	display: inline-block;
	padding: 0.6em;
	background-color: rgb(64, 200, 81);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-right: 1px;
	box-shadow: 0px 1px 2px rgba(51, 150, 62, 0.6);
	line-height: 1em;
	border: solid 1px #98e8a0;
	text-shadow: 0px 1px 2px rgba(57, 146, 64, 1);
}
header .shops a:hover,
header .shops a:nth-child(even):hover {
	background-color: rgba(46, 167, 62, 1);
}
header .shops a:nth-child(even){
	background-color: rgb(104, 206, 107);
}
header .shops a.first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
header .shops a:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
/*cm-pager*/
.cm-pager {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	white-space: nowrap;
	line-height: 0em;
	padding: 0;
}
.cm-pager a {
	display: inline-block;
	background-color: #33ca39;
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	padding: 15px 24px;
	border: solid 3px #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	border-left: none;
	border-right: none;
	background-image: url(../../frameworks/ui_shade.png);
	background-repeat: repeat-x;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.cm-pager a.first-child {
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	border-left: solid 3px #fff;
}
.cm-pager a:last-child {
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	border-right: solid 3px #fff;
}
.cm-pager a.recom {
	background-color: #ffae05;
}
.cm-pager a.choice {
	background-color: #ff6d79;
}
/*footer*/
footer {
	display: block;
	background-color: #b0f7a3;
	background-image: url(../../frameworks/ui_shade-L.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: solid 1px #cbffba;
	text-align: center;
	padding: 0;
	line-height: 0;
	white-space: nowrap;
	margin-bottom: 26px;
	box-shadow: 0px 1px 4px rgba(51, 154, 57, 0.48);
}
footer a.lgm {
	background-image: url(lgm_footer.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 138px;
	margin-top: 18px;
	display: inline-block;
}
