/*
///////////////////////////////////////////
CSS FOR Style
Made by Kim Quoc (クック)
/////////////////////////////////////
*/

@charset "UTF-8";
/* CSS Document */
.test {
	border: 1px solid #ff0000;
}


/*-----------------------------------------------------
CLEARFIX
-------------------------------------------------------*/

/* clearfix (Firefox)
------------------------------- */
.cf:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7
------------------------------- */
.cf{
	display:inline-block;
}

/* WinIE6
------------------------------- */
/* Hides from IE-mac \*/
* html .cf{
	height:1px;
}

.cf{
	display:block;
}


body {
	margin: 0px;
	padding: 0px;
	background: url(../images/common/bg.png) repeat;
	color: #333333;
	line-height: 100%;
	line-height: 1.1em;
	font-family: "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/*--------------header---------------*/
#Header {
	margin: 0px;
	padding: 0px;
	height: 109px;
	width: 100%;
	position: relative;
	background-image: url(../images/common/bg_header.png);
	background-repeat: repeat-x;
}
#Header h1 {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 76%;
	line-height: 1.0em;
	color: #fff;
	font-weight: normal;
}
#Logo {
	position: absolute;
	top: 50px;
	left: 0px;
}
.chumon {
	position: absolute;
	top: 40px;
	right: 10px;
}
.chumon li {
	width: 80px;
	height: 50px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background: -moz-linear-gradient(center top, #de6b32, #de6b32 50%, #d7642b 51%, #db5f22);
	background: -webkit-gradient(linear, center top, center bottom, from(#de6b32), color-stop(50%, #de6b32), color-stop(51%, #d7642b), to(#db5f22));
	border-radius: 10px;
	border: 1px #b38c4f solid;
	margin: 8px 0 0 0;
	text-align: center;
	list-style-type: none;
	line-height: 50px;
}
.chumon li a {
	display: block;
	width: 80px;
	height: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 80%;
}
#Key-visual {
	position: relative;
	width: 100%;
}
#Key-visual p {
	width: 50%;
	position: absolute;
	right: 5px;
	top: -10px;
	z-index: 1000;
}
.sub-visual {
	height: 100%;
	margin: 0px 0;
	padding: 0px 0 0 0;
}
.banner {
	text-align: center;
	margin: 0 auto;
	height: 100%;
}
.banner img {
	max-height: 100%;
	max-width: 100%;
}
/*--------------navi---------------*/
#Navi {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/common/bg_nav.png);
	margin: 5px 0 0;
}
#Navi li {
	width: 50%;
	height: 33px;
	float: left;
	list-style: none;
}
#Navi li a {
	text-decoration: none;
	font-size: 100%;
	display: block;
	color: #313131;
	font-weight: bold;
	padding: 7px 0 0px 0px;
	text-shadow: 1px 1px 1px #333;
	height: 26px;
	color: #fff;
	text-align: center;
}
#Navi li:nth-child(even) a {
	background: url(../images/common/line_nav.png) no-repeat left 0;
}
#Navi li span {
	height: 33px;
	display: block;
	letter-spacing: 0.2em;
}
/*--------------key_visual---------------*/


/*--------------footer---------------*/


#SwitchButton {
	clear: both;
	text-align: center;
	font-size: 100%;
	display: block;
	margin: 0px;
	padding: 10px 0 10px;
	color: #FFF;
}
#SwitchButton a {
	color: #fff;
}
#Footer {
	margin: 0px;
	height: 80px;
	width: 100%;
	display: block;
	clear: both;
	font-size: 74%;
	text-align: center;
	position: relative;
	background: #2E0303;
	color: #FFF;
}
/*------------.gotop-----------------*/

.gotop {
	text-align: right;
	margin: 5px;
	margin-top: 20px;
}
.gotop a {
	background: -moz-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feccb1), color-stop(50%, #ff8f00), color-stop(50%, #ff8f00), color-stop(100%, #ffa83f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* W3C */
	padding: 3px 6px 3px 6px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
}
/*------------.tel_btn-----------------*/


#Tel-btn {
	background-color: #FFF;
	padding: 0px;
	height: 70px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-radius: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
	float: right;
	width: 120px;
	display: block;
}
#Tel-btn a {
	font-size: 15px;
	line-height: 70px;
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
}
#Tel-btn2-wrapper {
	background-color: #000;
	padding: 0px;
	height: 40px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
}
#Tel-btn2 {
	margin: 0px;
	padding: 0px;
	height: 40px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#Tel-btn2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 50%;
	background-image: url(../images/common/icon3_or.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
#Tel-btn2 li a {
	text-shadow: 1px 1px 0px #999;
	font-size: 76%;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-shadow: 1px 1px 0px #CCC;
}
#Tel-btn2 li:last-child a {
	background-image: url(../images/common/bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*--------------contents---------------*/
.contents-wrapper {
	margin: 0px;
	height: auto;
	width: 100%;
}
#Main-topic {
	margin: 0px;
	height: auto;
	width: 100%;
	background-image: url(../../images/body_bg.jpg);
	background-repeat: repeat;
}
.inner-contents {
	width: 96%;
	height: auto;
	margin: 0 auto;
	/*	padding:5px 10px 10px 10px;*/
	font-size: 76%;
	line-height: 1.4;
	overflow: auto;
	/*	border: 1px solid #bfbfbf;
	border-top: 1px solid #fff;*/
	margin: 0px auto 0 auto;
	overflow: hidden;
	padding-top: 5px;
}
.m-in {
	margin-top: -8px;
}
h2.long {
	font-size: 100%;
	width: 96%;
	height: 25px;
	padding: 0px 1px 3px 1px;
	margin: 10px auto 0 auto;
	color: #fff;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	position: relative;
	font-family: "Kozuka Mincho Pro";
	font-size: 82%;
	border-bottom: 1px solid #627334;
}
h2.long02 {
	font-size: 100%;
	width: 96%;
	height: 25px;
	padding: 0px 1px 3px 1px;
	margin: 10px auto 5px auto;
	color: #fff;
	line-height: 2em;
	font-weight: bold;
	position: relative;
	font-family: "Kozuka Mincho Pro";
	font-size: 82%;
	border-bottom: 1px solid #627334;
}
h2.long02 span {
	width: 17px;
	float: right;
	margin: 0px 0px 0 0;
}
h2.longbtn {
	font-size: 100%;
	width: 96%;
	height: 45px;
	padding: 0px 1px 0 1px;
	border-radius: 10px;
	margin: 10px auto 0 auto;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	text-align: center;
	background-image: url(../images/common/h2_bg.jpg);
	background-position: center center;
	font-weight: bold;
	background-repeat: repeat;
	position: relative;
	-moz-box-shadow: 1px 1px 5px rgba(000,000,000,0.2), inset 0px 0px 5px rgba(000,000,000,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(000,000,000,0.2), inset 0px 0px 5px rgba(000,000,000,0.5);
	box-shadow: 1px 1px 5px rgba(000,000,000,0.2), inset 0px 0px 5px rgba(000,000,000,0.5);
}
/*h2 img {
	position:absolute;
	bottom:-5px;
	right:-3px;
}
*/


.text dl {
	font-size:109%;
	line-height:20px;	
}
.text dt {
	float:left;	
}
.text dd {
	text-align:right;
	border-bottom:1px dotted #666666;	
}
.text dd.no-bor {
	border-bottom:none;	
}


/*------------.gotop-----------------*/
/*----.scroll_top----*/

.scroll_top {
	height: 45px;
	width: 50px;
	bottom: 5px;
	position: fixed;
	right: 5px;
	z-index: 10;
	background-color: #fff;
	opacity: 0.7;
	border-radius: 8px;
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
}
.scroll_top a {
	font-size: 70%;
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	line-height: 1.3;
}
/*--------------下層使い回し設定---------------*/



/*.inner-contents h3 {
	height: 23px;
	margin: 0px 0;
	clear: both;
	background-repeat: repeat-x;
	background-position: left center;
	padding-right: 0;
	padding-left: 10px;
	color: #760808;
	line-height: 1.9em;
	background-image: url(../images/common/bg_h3.png);
	margin-top: 5px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3";
}
.inner-contents h3 span {
	width: 17px;
	float: right;
	margin: -3px 10px 0 0;
}
.inner-contents h3 strong {
	font-size: 60%;
}*/
.ttlh3 strong {
	font-size: 75%;
}
.inner-contents h4 {
	color: #900;
	font-size: 110%;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #900;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.inner-contents h4 span {
	color: #DA9547;
}
.txt {
	padding: 10px 10px 5px 10px;
	color: #000;
}
.txt02 {
	padding: 10px 10px 5px 10px;
	color: #000;
	background: #e7e6e6;
	border-radius: 5px;
	margin: 10px 0;
}
.txt02 span {
	color: #f57137;
}
.txt03 {
	padding: 10px 10px 5px 10px;
	color: #da0505;
	letter-spacing: -1px;
	font-size: 92%;
}
.txt04 {
	color: #000;
	padding: 5px 0;
}
.txt04 span {
	color: #0c730c;
}
.txt05 {
	color: #f8700c;
	padding: 10px 0px 5px 0px;
}
.txt06 {
	padding: 10px 0px 5px 0px;
	color: #000;
}
.inner-contents02 {
	padding: 10px 10px 5px 10px;
	border-radius: 5px;
	border: 1px solid #0d670f;
	margin: 10px 0;
}
.point {
	width: 94%;
	padding: 3px 5px;
	border-bottom: 3px double #a1863d;
	border-top: 3px double #a1863d;
	margin: 5px auto;
}
.cha {
	color: #733d03;
}
.cream {
	color: #fdecb7;
}
.blue {
	color: #52a7ff;
}
.red {
	color: #e20d03;
}
.yellow {
	color: #ffcc01;
}
.pink {
	color: #e20d03;
}
.pink {
	color: #dd5e61;
}
.m_5 {
	margin-bottom: 5px !important;
}
.m_10 {
	margin-bottom: 10px !important;
}
.m_15 {
	margin-bottom: 15px !important;
}
.m_20 {
	margin-bottom: 20px !important;
}
.m_30 {
	margin-bottom: 30px !important;
}
.m_40 {
	margin-bottom: 40px !important;
}
.m_50 {
	margin-bottom: 50px !important;
}
.m_60 {
	margin-bottom: 60px !important;
}
/*margin*/
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.text10 {
	font-size: 84%;
}
.text11 {
	font-size: 92%;
}
.text12 {
	font-size: 100%;
}
.text13 {
	font-size: 109%;
}
.text14 {
	font-size: 117%;
}
.text15 {
	font-size: 125%;
}
.text16 {
	font-size: 134%;
}
.text17 {
	font-size: 142%;
}
.text18 {
	font-size: 150%;
}
.text19 {
	font-size: 159%;
}
.text20 {
	font-size: 167%;
}
.text21 {
	font-size: 175%;
}
.text22 {
	font-size: 184%;
}
.text23 {
	font-size: 192%;
}
.text24 {
	font-size: 200%;
}
.text25 {
	font-size: 209%;
}
.text26 {
	font-size: 217%;
}
/*ETC*/

.clear {
	clear: both;
}
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
/*---画像はるよ----*/


.gallery-table {
	width: 100%;
	float: left;
	margin: 10px auto 5px auto;
	text-align: center;
}
.gallery-table li {
	float: left;
	width: 40% !important;
	padding: 0 5%;
}
.gallery-table img {
	padding: 2px;
	border: 1px solid #bfbfbf;
	background-image: url(../images/fb_back.jpg);
}
/*
========================================================================
========================================================================
各ページの設定スタート
========================================================================
========================================================================
*/

/*--------------index---------------*/


.concept_img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#Shop-detail {
	width: 94%;
	list-style-type: none;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 96%;
	line-height: 1.4em;
	margin-bottom: 5px;
}
#Shop-detail dt {
	margin: 0px;
	float: left;
	width: 25%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}
#Shop-detail dd {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30%;
}
#Shop-detail dd a {
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-weight:bold;
	background: -moz-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feccb1), color-stop(50%, #ff8f00), color-stop(50%, #ff8f00), color-stop(100%, #ffa83f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* W3C */
}
.addr {
	font-style: normal;
}
.step {
	width: 290px;
	height: 82px;
	margin: 0 auto;
}
.step p {
	width: 165px;
	float: left;
	margin: 45px 0 0 5px;
}
.st01 {
	background: url(../images/common/img_coup01.jpg) no-repeat;
}
.st02 {
	background: url(../images/common/img_coup02.jpg) no-repeat;
}
.st03 {
	background: url(../images/common/img_coup03.jpg) no-repeat;
}
.st04 {
	background: url(../images/common/img_coup04.jpg) no-repeat;
}
.st05 {
	background: url(../images/common/img_coup05.jpg) no-repeat;
}
.arrow-bot {
	width: 80px;
	margin: 5px auto 5px auto;
}
.gmap {
	width: 92%;
	padding: 5px;
	margin: 0 auto;
	background-image: url(../../images/fb_back.jpg);
}
.btn-link {
	width: 95%;
	padding: 5px;
	margin: 0px auto 10px auto;
}
.btn-link ul li {
	margin: 10px 0;
}
.btn-link a {
	padding: 10px 0;
}
.staff_img {
	text-align: center;
}
.img {
	width: 92%;
	margin: 0 auto;
}
#staff-detail {
	width: 94%;
	border-radius: 5px;
	list-style-type: none;
	padding: 0px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 96%;
	line-height: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9c9ae;
	border-right-color: #d9c9ae;
	border-left-color: #d9c9ae;
	margin-bottom: 5px;
	background-image: url(../../images/fb_back.jpg);
}
#staff-detail dt {
	margin: 0px;
	float: left;
	width: 40%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#staff-detail dd {
	margin: 0px;
	width: 59%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 41%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9c9ae;
}
.line {
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfbfbf;
}
/*--------------メニュー---------------*/
	
.table2 {
	list-style-type: none;
	padding: 0px;
	/*	font-size: 13px;*/
	width: 97%;
	font-size: 100%;
	float: left;
	border-bottom: 1px dotted #333;
	padding: 7px 10px 7px 10px;
}
.table2 dt {
	margin: 0px;
	float: left;
	width: 68%;
	background: url(../../images/common/icon_list.png) left 2px no-repeat;
	font-size: 100%;
	letter-spacing: -1px;
}
.table2 dd {
	margin: 0px;
	width: 80px;
	float: right;
	text-align: left;
	font-size: 100%;
}
.table2 dd .icon {
	width: 25px;
	float: left;
	text-align: right;
	color: #000;
	font-weight: normal;
}
.table2 dd .price {
	width: 55px;
	float: left;
	text-align: left;
	color: #000;
}
.table2 p {
	padding: 5px 0 0 0;
}
.menu-txt02 {
	width: 98%;
	font-size: 82%;
	float: left;
	padding: 5px 10px 0 10px;
}
.menu-txt03 {
	width: 98%;
	font-size: 100%;
	float: left;
	padding: 5px 10px 0 10px;
}
.menu-txt03 span {
	color: #FE7201;
}
.menu-txt04 {
	width: 100%;
	float: left;
	padding: 5px 0 0 0;
}
.end-table {
	margin-left: 18px;
}
.table2 .ttl-temp {
	display: block;
	width: 98%;
	background: #333;
	font-size: 13px;
	padding: 5px 0 5px 5px;
	margin: 3px 0px;
}
/*=============================================
Menu
=============================================*/

.menu {
	margin-bottom: 90px;
}
.menu > p {
	font-size: 109%;
	line-height: 20px;
	color: #333;
	margin-left: 5px;
}
.menu-detail {
	margin-left: 0px;
	padding-bottom: 10px;
}
.menu-detail li {
	margin-top: 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #6d6d6d;
}
.m-title {
	font-weight: bold;
	background: url(../images/menu/icon.png) no-repeat left center;
	padding: 0 0 0 30px;
}
.m-des {
	padding: 0px 0 0 30px;
}
.m-price {
	padding: 0px 0 0 30px;
}
.menu-detail dl {
	background: url(../images/menu/boder.png) repeat-x 0 100%;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.menu-detail dt {
	float: left;
	color: #333;
	font-size: 115%;
	font-weight: bold;
	background: url(../images/menu/icon.png) no-repeat;
	padding-left: 30px;
}
.menu-detail dd {
	text-align: right;
	font-size: 107%;
	color: #333;
}
.menu-detail p {
	color: #333;
	font-size: 107%;
	line-height: 20px;
}

.specialimg{
	text-align:center;
	margin:0 0 10px 0;
}

.shopname{
	margin:15px 0 0 15px;
	font-weight:bold;
	color:#4B0406;
}

.shop-article{
	border-bottom:1px dotted #666666;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}

.h3img{
	margin:10px 0 0 0;
	text-align:center;
}

.h3img img{
	width:98%;
}

.image {
	margin:10px;	
	width:95%;
}
.image li {
	width:48%;
	float:left;	
}
.image li + li {
	margin-left:3%;	
}
.image img {
	width:100%;	
}

.note{
	margin-top:10px;
}

.text{
	margin:0 10px;
}
.text dl {
	font-size:110%;
	line-height:20px;	
}
.text dt {
	float:left;	
	font-weight:bold;
	color:#4A0707;
	padding:0;
	margin:5px 0 0 0;
}
.text dd {
	text-align:right;
	border-bottom:1px dotted #666666;	
	padding:0 0 5px 0;
	margin:5px 0 0 0;
}
.text dd.no-bor {
	border-bottom:none;	
}

.cakebox{
	margin:10px 10px 0;
	padding:10px;
	background: url(../images/menu/bg_cakebox.jpg) repeat;
}

.cakebox .cakephoto{
	margin:0;
}

.cakebox .cakephoto img{
	width:100%;
}


.cakebox .caketitle{
	font-size:105%;
	font-weight:bold;
	color:#520B0C;
	margin:0 0 5px 0;
}

.cakebox .cakeprice{
	margin:5px 0 0 0;
	color:#520B0C;
}

.text02 {
	margin:0 10px;
}

.text02 p{
font-weight: bold;
color: #4A0707;
	border-bottom:1px dotted #666666;
	padding:5px 0 5px 0;
}

.image01 {
	margin:10px;	
	width:97%;
}
.image01 li {
	width:97%;
}
.image01 img {
	width:100%;	
}