@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg"); }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
  background: url(../img/bg.png) repeat-y 0 0; }

.aside:after, .aside-min:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg.png);
  background-repeat: repeat-y; }

/*
 * target: IE6,7
 * Validator: Valid
 */
a{
	color:#1c54a9;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*-------------------------------------*/
body{
	background:#fff;
}
img{
	width:100%;
	height:auto;
}
.restaurantContent{
	
}

/*----------------------------------------------------------------------------------------------TOP*/
#spHeader img{
	vertical-align:bottom;
}
.restaurantContent.top .restauranHeader{
	margin-bottom:30px;
	background:#ffa13d url(../img/bg_zigzag.png) repeat-x left bottom;
	background-size:contain;
}
.restaurantContent.top .restauranHeader h2{
}
.restaurantContent.top .restauranHeader img{
	width:100%;
	height:auto;
}
.restaurantContent.top .restauranHeader h2:after{
	content:"";
	background:url(../img/ico_comment_top.png) no-repeat right top;
	background-size:100%;
	width:12px;
	height:8px;
	display:block;
	margin-left:85%;
}
.restaurantContent.top .restauranHeader p{
	margin:0 20px 10px;
	background:#fff;
	border-radius:5px;
	padding:30px;
	box-shadow:0 2px 0 rgba(0,0,0,0.2);
	
}
.restaurantContent.top .restauranHeader p span{
	color:#cc0000;
}
.restaurantContent.top .restauranHeader .btn{
	margin:0 20px;
	text-align:right;
	padding-bottom:5%;
}
.restaurantContent.top .restauranHeader .btn img{
	width:52.8125%;/*338/640*/
}


.restaurantContent.top .restaurantMain{
	
}
.restaurantContent.top .restaurantMain .block{
	
}
.restaurantContent.top .restaurantMain .block .box{
	margin:0 20px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	border:4px solid #ffa13d;
	border-radius:5px;
	padding:20px;
	margin-bottom:15px;
}
.restaurantContent.top .restaurantMain .block .box img{
	width:100%;
	height:auto;
}

.restaurantContent.top .restaurantMain .block .box h3{
	font-size:170%;/*24/14*/
	font-weight:bold;
	margin-bottom:5px;
	line-height: 1.2em;
	background-color: #fff;
}
.restaurantContent.top .restaurantMain .block .box h3 span{
	font-size:80%;
	color:#f00;
	padding-left:5px;
}

.restaurantContent.top .restaurantMain .block .box h3 + p{
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../img/line_dott.png) repeat-x left bottom;
}
.restaurantContent.top .restaurantMain .block .box h3 img{
	vertical-align:middle;
	width:25%;
	height:auto;
	margin-right:10px;
}
.restaurantContent.top .restaurantMain .block .box .col{
	display:table;
	width:100%;
}

.restaurantContent.top .restaurantMain .block .box .img{
	display:table-cell;
	width:40%;
	vertical-align:top;
}
.restaurantContent.top .restaurantMain .block .box .img img{
	width:95%;
	height:auto;
}

.restaurantContent.top .restaurantMain .block .box .txt{
	display:table-cell;
	padding-top:10px;
	vertical-align:top;
	word-break:break-all;
}
.restaurantContent.top .restaurantMain .block .box .txt h4{
	color:#993333;
	font-size:143%;/*20/14*/
	font-weight:bold;
	margin-bottom:10px;
}
.restaurantContent.top .restaurantMain .block .box .txt dl{
	margin-bottom:20px;
}
.restaurantContent.top .restaurantMain .block .box .txt dl dt{
	float:left;
	clear:both;
	width:60px;
	font-weight:bold;
}
.restaurantContent.top .restaurantMain .block .box .txt dl dd{
	padding-left:60px;
}
.restaurantContent.top .restaurantMain .block .box .txt dl dt.longTxt{
	width:100px;
}
.restaurantContent.top .restaurantMain .block .box .txt dl dd.longTxt{
	padding-left:100px;
}
.restaurantContent.top .restaurantMain .block .box .txt .btn{
	
}
.restaurantContent.top .restaurantMain .block .box .txt .btn img{
	width:80%;
	
}



/*----------------------------------------------------------------------------------------------PROFILE*/
.restaurantContent.profile .restaurantMain{
	
}
.restaurantContent.profile .restaurantMain .block{
	padding:20px;
}
.restaurantContent.profile .restaurantMain .block img{
	margin:0 5% 5% 0;
	float:left;
	width:auto;
	height:auto;
}
.restaurantContent.profile .restaurantMain .block h3{
	font-weight:bold;
	margin-bottom:10px;
	font-size:170%;/*24/14*/
	line-height: 1.5;
	background-color: #fff;
}
.restaurantContent.profile .restaurantMain .block h3 + p{
	margin-bottom:20px;
}
.restaurantContent.profile .restaurantMain .block p{
	background:url(../img/spacer.gif) no-repeat left top;
}
.restaurantContent.profile .restaurantMain .btn{
	text-align:right;
	padding:0 20px 20px;
}




/*----------------------------------------------------------------------------------------------DETAIL NORMAL*/
.restaurantContent.detailNormal .restauranHeader{
	background:#ffa23e ;
}
.restaurantContent.detailNormal .restauranHeader:after{
	content:"";
	background:url(../img/ico_comment_top.png) no-repeat right top;
	background-size:100%;
	width:12px;
	height:8px;
	display:block;
	margin-left:85%;
}
.restaurantContent.detailNormal .restauranHeader img{
	width:100%;
	height:auto;
}


.restaurantContent.detailNormal .restaurantMain{
	background:#ffa23e ;
}
.restaurantContent.detailNormal .restaurantMain .block{
	font-size:100%;
	margin:0 0 10px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 0 rgba(0,0,0,0.2);
	padding:20px 0;
}
.restaurantContent.detailNormal .restaurantMain .block h3{
	color:#993333;
	font-size:170%;/*24/14*/
	line-height:1.2;
	margin-bottom:15px;
	padding:0 20px;
	font-weight:bold;
	background:url(../img/spacer.gif) no-repeat left top;

}
.restaurantContent.detailNormal .restaurantMain .block > p{
	margin-bottom:10px;
	padding:0 20px;
	background:url(../img/spacer.gif) no-repeat left top;
}
.restaurantContent.detailNormal .restaurantMain .block > p img{
	width:100%;
	height:auto;
}

.restaurantContent.detailNormal .restaurantMain .block p span{
	color:#cc0000;
}

.restaurantContent.detailNormal .restaurantMain .block p .menu{
	color:#0099ff;
}

.restaurantContent.detailNormal .restaurantMain .block .shopInfo{
background: #fff8f0;
padding:10px;
margin-bottom:10px;

}
.restaurantContent.detailNormal .restaurantMain .block .shopInfo .col{
	display:table;
	width:100%;
}

.restaurantContent.detailNormal .restaurantMain .block .shopInfo .img{
	display:table-cell;
	width:40%;
	vertical-align:top;
}
.restaurantContent.detailNormal .restaurantMain .block .shopInfo .img img{
	width:100%;
	height:auto;
}
.restaurantContent.detailNormal .restaurantMain .block .shopInfo .txt{
	display:table-cell;
	width:55%;
	padding-left:5%;
	padding-top:10px;
	vertical-align:top;
}
.restaurantContent.detailNormal .restaurantMain .block .shopInfo .txt h4{
	color:#993333;
	font-size:143%;/*20/14*/
	font-weight:bold;
	margin-bottom:20px;
}
.restaurantContent.detailNormal .restaurantMain .block .shopInfo .txt dl{
	
}
.restaurantContent.detailNormal .restaurantMain .block .shopInfo .txt dl dt{
	float:left;
	clear:both;
	width:60px;
	font-weight:bold;
}
.restaurantContent.detailNormal .restaurantMain .block .shopInfo .txt dl dd{
	padding-left:60px;
}

.restaurantContent.detailNormal .restaurantMain .block .btn{
	text-align:right;
	padding:0 20px;
	
}
.restaurantContent.detailNormal .restaurantMain .block .btn img{
	width:50%;
	height:auto;
}

.restaurantContent.detailNormal .restaurantMain .block + .btn{
	text-align:right;
	padding:20px 20px 40px;
	background:url(../img/bg_zigzag.png) no-repeat left bottom;
	background-size:contain;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList + .btn{
	text-align:right;
	padding:20px 20px 20px;
}
.restaurantContent.detailNormal .restaurantMain .block + .btn img,
.restaurantContent.detailNormal .restaurantMain .restaurantList + .btn img{
	width:55%;
	height:auto;
}


.restaurantContent.detailNormal .restaurantMain .restaurantList{
	background:#fff url(../img/bg_zigzag_btm.png) no-repeat left bottom;
	background-size:contain;
	padding-bottom:40px;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList h3{
	font-size:170%;/*24/14*/
	
	font-weight:bold;
	padding:2% 20px;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList h3 img{
	vertical-align:middle;
	width:auto;
	height:auto;
	margin-right:10px;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul{
	border-top:1px solid #cccccc;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li{
	border-bottom:1px solid #cccccc;
	vertical-align:top;
	padding:3% 20px;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a{
	text-decoration:none;
	display:table;
	width:100%;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a .img{
	
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a  .img{
	display:table-cell;
	width:40%;
	vertical-align:top;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a .img img{
	width:95%;
	height:auto;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li  .txt{
	display:table-cell;
	padding-right:10%;
	vertical-align:top;
	word-wrap: break-word;
	background:url(../img/ico_arrow.png) no-repeat 95% center;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a .txt h4{
	color:#993333;
	font-size:143%;/*20/14*/
	font-weight:bold;
	margin-bottom:20px;
	text-decoration:none;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a .txt dl{
	color:#000;
	text-decoration:none;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a .txt dl dt{
	float:left;
	clear:both;
	width:60px;
	font-weight:bold;
	text-decoration:none;
}
.restaurantContent.detailNormal .restaurantMain .restaurantList ul li a .txt dl dd{
	padding-left:60px;
	text-decoration:none;
}






/*----------------------------------------------------------------------------------------------DETAIL AAA*/
.restaurantContent.detailAAA .restauranHeader{
	background:#002789 ;
}
.restaurantContent.detailAAA .restauranHeader h3 {
	color:#fff;
	padding:10px 20px;
	font-weight:bold;
	font-size:143%;/*20/14*/
	background:url(../img/spacer.gif) no-repeat left top;
}
.restaurantContent.detailAAA .restauranHeader h3 img{
	width:auto;
	height:auto;
	vertical-align:middle;
	padding-left:5px;
}
.restaurantContent.detailAAA .restauranHeader img{
	width:100%;
	height:auto;
}

.restaurantContent.detailAAA .restaurantMain{
	background:#43c2f3 ;
}
.restaurantContent.detailAAA .restaurantMain .block{
	margin:0 0 10px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 0 rgba(0,0,0,0.2);
	padding:20px 0;
}
.restaurantContent.detailAAA .restaurantMain .block h3{
	color:#f00480;
	font-size:170%;/*24/14*/
	line-height:1.2;
	font-weight:bold;
	margin-bottom:15px;
	padding:0 20px;
	background:url(../img/spacer.gif) no-repeat left top;

}
.restaurantContent.detailAAA .restaurantMain .block > p{
	margin-bottom:10px;
	padding:0 20px;
	background:url(../img/spacer.gif) no-repeat left top;

}
.restaurantContent.detailAAA .restaurantMain .block > p img{
	width:100%;
	height:auto;
}

.restaurantContent.detailAAA .restaurantMain .block p span{
	color:#cc0000;
}

.restaurantContent.detailAAA .restaurantMain .block p .menu{
	color:#0099ff;
}

.restaurantContent.detailAAA .restaurantMain .block .shopInfo{
background: #f0faff;
padding:10px 20px;
margin-bottom:10px;
}
.restaurantContent.detailAAA .restaurantMain .block .shopInfo .col{
display:table;
width:100%;
}

.restaurantContent.detailAAA .restaurantMain .block .shopInfo .img{
	display:table-cell;
	width:40%;
	vertical-align:top;
}
.restaurantContent.detailAAA .restaurantMain .block .shopInfo .img img{
	width:95%;
	height:auto;
}
.restaurantContent.detailAAA .restaurantMain .block .shopInfo .txt{
	display:table-cell;
	padding-top:10px;
	vertical-align:top;
}
.restaurantContent.detailAAA .restaurantMain .block .shopInfo .txt h4{
	color:#f00480;
	font-size:143%;/*20/14*/
	font-weight:bold;
	margin-bottom:20px;
}
.restaurantContent.detailAAA .restaurantMain .block .shopInfo .txt dl{
	
}
.restaurantContent.detailAAA .restaurantMain .block .shopInfo .txt dl dt{
	float:left;
	clear:both;
	width:60px;
	font-weight:bold;
}
.restaurantContent.detailAAA .restaurantMain .block .shopInfo .txt dl dd{
	padding-left:60px;
}

.restaurantContent.detailAAA .restaurantMain .block .btn{
	text-align:right;
	padding:0 20px;
	
}
.restaurantContent.detailAAA .restaurantMain .block .btn img{
	width:50%;
	height:auto;
}

.restaurantContent.detailAAA .restaurantMain .block + .btn{
	text-align:right;
	padding:20px 20px 40px;
	background:url(../img/bg_aaa_zigzag.png) no-repeat left bottom;
	background-size:contain;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList + .btn{
	text-align:right;
	padding:20px 20px 20px;
}
.restaurantContent.detailAAA .restaurantMain .block + .btn img,
.restaurantContent.detailAAA .restaurantMain .restaurantList + .btn img{
	width:55%;
	height:auto;
}


.restaurantContent.detailAAA .restaurantMain .restaurantList{
	background:#fff url(../img/bg_aaa_zigzag_btm.png) no-repeat left bottom;
	background-size:contain;
	padding-bottom:40px;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList h3{
	font-size:170%;/*24/14*/
	font-weight:bold;
	padding:2% 20px;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList h3 img{
	vertical-align:middle;
	width:auto;
	height:auto;
	margin-right:10px;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul{
	border-top:1px solid #cccccc;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul li{
	border-bottom:1px solid #cccccc;
	vertical-align:top;
	padding:3% 20px;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul li a{
	display:table;
	text-decoration:none;
	width:100%;
}

.restaurantContent.detailAAA .restaurantMain .restaurantList ul li a  .img{
	display:table-cell;
	width:40%;
	vertical-align:top;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul li a .img img{
	width:95%;
	height:auto;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul li a  .txt{
	display:table-cell;
	vertical-align:top;
	padding-right:10%;
	vertical-align:top;
	word-wrap: break-word;
	background:url(../img/ico_arrow.png) no-repeat 95% center;
}

.restaurantContent.detailAAA .restaurantMain .restaurantList ul li a .txt h4{
	color:#f00480;
	font-size:143%;/*20/14*/
	font-weight:bold;
	margin-bottom:20px;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul li a .txt dl{
	color:#000;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul li .txt dl dt{
	float:left;
	clear:both;
	width:60px;
	font-weight:bold;
}
.restaurantContent.detailAAA .restaurantMain .restaurantList ul li .txt dl dd{
	padding:0 20% 0 25% ;
}
