@charset "utf-8";

/* =================================================================
 * Author : ono
 * Date : 2013-11-05
 * Licensing : e-trust co.,ltd. 
 * ================================================================= */

/*
基本設定の<HEAD>内に記述
<link rel="canonical" href="" />
<link href="{#path}common.css" rel="stylesheet" type="text/css" />
<link href="{#path}index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="{#path}js/common_js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="{#path}js/common_js/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="{#path}js/common_js/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="{#path}js/common_js/function.js"></script>
<link rel="stylesheet" type="text/css" href="{#path}js/common_js/fancybox/jquery.fancybox-1.3.4.css" media="all" />
*/

/* ----------------------------------------------------------

		Reset

---------------------------------------------------------- */
* {
	/*word-break: break-all;*/
}
a img {
	border: none;
}
p, ul, li, ol, h1, h2, h3, h4, h5, h6, hr, dl, dt, dd, pre {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
address {
	font-style: normal;
}
br {
	letter-spacing: 0;
}

/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */
#smap {
	padding: 0;
}
#smap p {
	margin: 0 0 30px;
	padding-left: 15px;
	border-left: 5px solid #552C10;
}
.policy p {
	margin-bottom: 20px;
}
.end {
	display: none;
}
.bannar {
	margin: 0;
	padding: 0;
}
/* link setting */
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #005919;
	text-decoration: underline;
}
a:active, a:hover {
	color: #18a840;
}

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */
body {
	min-width: 1000px;
	line-height: 1.6;
	font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-size: 12px;
	color: #333333;
	background: url(image/common/bg.png) repeat left top;
}
#wrapper {
	width: 100%;
}
#header {
	width: 100%;
}
#contents {
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	width: 1000px;
}
#footermenu {
	width: 100%;
}
#footer {
	display: none;
}
.inner {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
#headerinner {
	background: url(image/common/header_bg.png) repeat-x left top;
	padding: 4px 0 25px;
}
#headerinner a {
	text-decoration: none;
	color: #333333;
}
#headerinner a:hover {
	color: #cccccc;
}
h1{
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0;
}
.primary {
	margin: 5px 0 0;
}
#headerinner .inner {
	text-align: right;
}
#logo {
	margin-right: 12px;
}
.hbtn {
	margin: 25px 0 0 25px;
}


/* メイン画像 */

/* ----------------------------------------------------------

		gnavi

---------------------------------------------------------- */

/*#gnavi {
	height: 56px;
	background: url(image/common/gnavi_bg.png) repeat-x left bottom;
	background-color: none;
	padding: 0;
	z-index: 2;
}
#gnavi ul li {
	float: left;
}
#gnavi ul li a {
	height: 56px;
	display: block;
	text-indent: -9999px;
}
#gnavi ul li.gn01 a { background: url(image/common/gnavi01_off.png) no-repeat left top;width: 140px;margin-left:215px; }
#gnavi ul li.gn01 a:hover { background: url(image/common/gnavi01_on.png) no-repeat left top; }
#gnavi ul li.gn02 a { background: url(image/common/gnavi02_off.png) no-repeat left top;width: 168px; }
#gnavi ul li.gn02 a:hover { background: url(image/common/gnavi02_on.png) no-repeat left top; }
#gnavi ul li.gn03 a { background: url(image/common/gnavi03_off.png) no-repeat left top;width: 140px; }
#gnavi ul li.gn03 a:hover { background: url(image/common/gnavi03_on.png) no-repeat left top; }
#gnavi ul li.gn04 a { background: url(image/common/gnavi04_off.png) no-repeat left top;width: 160px; }
#gnavi ul li.gn04 a:hover { background: url(image/common/gnavi04_on.png) no-repeat left top; }
#gnavi ul li.gn05 a { background: url(image/common/gnavi05_off.png) no-repeat left top;width: 137px; }
#gnavi ul li.gn05 a:hover { background: url(image/common/gnavi05_on.png) no-repeat left top; }*/


/* ----------------------------------------------------------

		Left

---------------------------------------------------------- */

#left {
	width: 240px;
}
#left ul {
	/*display: none;*/
	margin-bottom: 25px;
}
/*#left ul li {
	margin-bottom: 10px;
}
#left ul li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 250px;
	padding: 0!important;
	height: 50px!important;
}
#left ul li a:hover {
	height: 50px;
}*/
#left .sidebox {
	padding: 15px 20px;
	background: url(image/common/sidebox_bg.png) repeat-y left top;
	text-align: left;
	color: #ffffff;
}

/* Right
---------------------------------------------------------- */
#right{
	width: 730px;
	margin: 0 0 0 30px;
	text-align: left;
}

#right p {
	text-align: left;
}

h2.other {
	background: url(image/common/h2_other.png) no-repeat left bottom;
	color: #131313;
	padding: 12px 5px 0 20px;
	font-size: 18px;
	height: 38px;
	font-weight: normal;
}

h3 {
	color: #005919;
	font-size: 20px;
	padding: 2px 0 0 35px;
	background: url(image/common/icon_pizza.jpg) no-repeat left top;
}
h4 {
	background: url(image/common/icon.png) no-repeat left 3px;
	padding: 0 0 0 18px;
	font-size: 100%;
}

#right .double {
	border: 4px double #d3d8ba;
}
.list td {
	padding: 5px 5px 5px 15px!important;
	background: url(image/common/icon_circle.png) no-repeat left 12px;
	font-size: 15px;
}
.border img {
	border: 4px solid #E6362E!important;
}
a.btn {
	background: #4a9bea; /* Old browsers */
background: -moz-linear-gradient(top,  #4a9bea 0%, #1f7be5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a9bea), color-stop(100%,#1f7be5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4a9bea 0%,#1f7be5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4a9bea 0%,#1f7be5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4a9bea 0%,#1f7be5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4a9bea 0%,#1f7be5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bea', endColorstr='#1f7be5',GradientType=0 ); /* IE6-9 */

	/* box shadow */
          -moz-box-shadow: 0 0 5px #8df0ff inset;
          -webkit-box-shadow: 0 0 5px #8df0ff inset;
          -ms-box-shadow: 0 0 5px #8df0ff inset;
          box-shadow: 0 0 5px #8df0ff inset;
     /* end box shadow */
	 border: 1px solid #0051cb;
	 color: #ffffff;
	 padding: 5px 10px;
	 /* border-radius */
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
     /* end border-radius */
	 text-decoration: none;
	 font-weight: bold;
	 margin-top: 5px;
}
a.btn:hover {
	background: #1f7be5; /* Old browsers */
background: -moz-linear-gradient(top,  #1f7be5 0%, #4a9bea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f7be5), color-stop(100%,#4a9bea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1f7be5 0%,#4a9bea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1f7be5 0%,#4a9bea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1f7be5 0%,#4a9bea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1f7be5 0%,#4a9bea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7be5', endColorstr='#4a9bea',GradientType=0 ); /* IE6-9 */
}

/*.bread a {
	color: #F69;
}
.bread a:hover {
	color: #ff9ed3;
}*/


/* Footer
---------------------------------------------------------- */
#footermenu {
	color: #ffffff;
	background: url(image/common/footer_bg.png) repeat-x left top #005919;
}
#footerinner {
	padding: 20px 0;
}
#footerinner .inner {
	position: relative;
	text-align: left;
}
#pagetop {
	/*position: absolute;*/
	right: 0;
	top: 0;
}
#footerinner a {
	color: #ffffff;
	text-decoration: none;
}
#footerinner a:hover {
	color: #8ad7a0;
}
#fmenu {
	margin-bottom: 15px;
}
#footerinner .ColLeft {
	margin-right: 25px;
}
#footermenu .ColRight {
	/*width: 105px;*/
	text-align: right;
}
#credit {
	background: url(image/common/footer_bg.png) repeat left top;
	padding: 10px 0;
}
.credit {
	text-align: right;
	margin-top: 15px;
}
.credit small {
	font-size: 12px;
}

/* COMMON STYLE
---------------------------------------------------------- */
/* frame  */
.frame01{
	border:1px solid #ccc;
	background:url(image/common/) repeat-y;
}
.frame02{
	border:1px solid #ccc;
	background:url(image/common/) repeat-y;
}
.frame03{
	border:1px solid #ccc;
	background:url(image/common/) repeat-y;
}
.frame04{
	border:1px solid #ccc;
	background:url(image/common/) repeat-y;
}

.pic_border01 img{border:3px solid #d14a00 !important;}
.pic_border02 img{padding:1px;background:#fff;border:1px solid #ccc !important;}
.vBorder td{border-bottom:1px dotted #aaa !important;}
.borderB{border-bottom:1px dotted #000;}
.bold{font-weight:bold;}
.line{
	border-width:1px 0 0 0;
	height:1px;
	border-style:dotted;
	border-color:#ccc;
	margin:0px 0;
}
.line hr{display:none;}

.disnone{display:none;}

.ColLeft { float:left;}
.ColRight { float:right;}
.C_clear{clear:both;}
.ofh{overflow:hidden;}

.en{word-wrap: break-word;}/* -- 英文使用時 -- */

.fs10 {font-size:10px;}.fs11 {font-size:11px;}.fs12 {font-size:12px;}.fs13 {font-size:13px;}.fs14 {font-size:14px;}.fs15 {font-size:15px;}.fs16 {font-size:16px;}.fs18 {font-size:18px;}.fs20 {font-size:20px;}.fs21 {font-size:21px;}.fs22 {font-size:22px;}.fs23 {font-size:23px;}.fs24 {font-size:24px;}.fs25 {font-size:25px;}.fs26 {font-size:26px;}.fs27 {font-size:27px;}.fs28 {font-size:28px;}.fs29 {font-size:29px;}.fs30 {font-size:30px;}.fs31 {font-size:31px;}.fs32 {font-size:32px;}.fs33 {font-size:33px;}.fs34 {font-size:34px;}

.lh14{line-height:1.4;}.lh15{line-height:1.5;}.lh16{line-height:1.6;}.lh17{line-height:1.7;}.lh18{line-height:1.8;}.lh19{line-height:1.9;}.lh20{line-height:2;}.lh21{line-height:2.1;}.lh22{line-height:2.2;}

.ls-1{letter-spacing:-1px;}.ls0{letter-spacing:0px;}.ls1{letter-spacing:1px;}.ls2{letter-spacing:2px;}

.pd05{padding:5px;}.pd10{padding:10px;}.pd15{padding:15px;}.pd20{padding:20px;}.pd25{padding:25px;}.pd30{padding:30px;}
.mg05{margin:5px;}.mg10{margin:10px;}.mg15{margin:15px;}.mg20{margin:20px;}.mg25{margin:25px;}.mg30{margin:30px;}
.pdT05{padding-top:5px;}.pdT10{padding-top:10px;}.pdT15{padding-top:15px;}.pdT20{padding-top:20px;}.pdT25{padding-top:25px;}.pdT30{padding-top:30px;}
.pdB05{padding-bottom:5px;}.pdB10{padding-bottom:10px;}.pdB15{padding-bottom:15px;}.pdB20{padding-bottom:20px;}.pdB25{padding-bottom:25px;}.pdB30{padding-bottom:30px;}
.mgT05{margin-top:5px;}.mgT10{margin-top:10px;}.mgT15{margin-top:15px;}.mgT20{margin-top:20px;}.mgT25{margin-top:25px;}.mgT30{margin-top:30px;}
.mgB05{margin-bottom:5px;}.mgB10{margin-bottom:10px;}.mgB15{margin-bottom:15px;}.mgB20{margin-bottom:20px;}.mgB25{margin-bottom:25px;}.mgB30{margin-bottom:30px;}.mgB35{margin-bottom:35px;}.mgB40{margin-bottom:40px;}
.pdTB05{padding-top:5px;padding-bottom:5px;}.pdTB10{padding-top:5px;padding-bottom:5px;}.pdTB15{padding-top:15px;padding-bottom:15px;}
.pdTB20{padding-top:20px;padding-bottom:20px;}.pdTB25{padding-top:25px;padding-bottom:25px;}.pdTB30{padding-top:30px;padding-bottom:30px;}
.mgTB05{margin-top:5px;margin-bottom:5px;}.mgTB10{margin-top:5px;margin-bottom:5px;}.mgTB15{margin-top:15px;margin-bottom:15px;}
.mgTB20{margin-top:20px;margin-bottom:20px;}.mgTB25{margin-top:25px;margin-bottom:25px;}.mgTB30{margin-top:30px;margin-bottom:30px;}
.pdL05{padding-left:5px;}.pdL10{padding-left:10px;}.pdL15{padding-left:15px;}.pdL20{padding-left:20px;}.pdL25{padding-left:25px;}.pdL30{padding-left:30px;}
.pdR05{padding-right:5px;}.pdR10{padding-right:10px;}.pdR15{padding-right:15px;}.pdR20{padding-right:20px;}.pdR25{padding-right:25px;}.pdR30{padding-right:30px;}
.mgL05{margin-left:5px;}.mgL10{margin-left:10px;}.mgL15{margin-left:15px;}.mgL20{margin-left:20px;}.mgL25{margin-left:25px;}.mgL30{margin-left:30px;}
.mgR05{margin-right:5px;}.mgR10{margin-right:10px;}.mgR15{margin-right:15px;}.mgR20{margin-right:20px;}.mgR25{margin-right:25px;}.mgR30{margin-right:30px;}
.pdLR05{padding-left:5px;padding-right:5px;}.pdLR10{padding-left:10px;padding-right:10px;}.pdLR15{padding-left:15px;padding-right:15px;}
.pdLR20{padding-left:20px;padding-right:20px;}.pdLR25{padding-left:25px;padding-right:25px;}.pdLR30{padding-left:30px;padding-right:30px;}
.mgLR05{margin-left:5px;margin-right:5px;}.mgLR10{margin-left:10px;margin-right:10px;}.mgLR15{margin-left:15px;margin-right:15px;}
.mgLR20{margin-left:20px;margin-right:20px;}.mgLR25{margin-left:25px;margin-right:25px;}.mgLR30{margin-left:30px;margin-right:30px;}


/* top */
.osusume_title {
	font-size: 15px;
	font-weight: bold;
	color: #412016;
	padding: 5px 0!important;
	line-height: 1.3;
}
.osusume_price {
	font-size: 15px;
	font-weight: bold;
	color: #e41a0e;
}

.menu td {
	padding: 15px 10px!important;
	border-bottom: 1px dotted #747474!important;
}
.menu td b {
	color: #412016;
	font-size: 14px;
}