.blogItem  {
	margin-bottom : 40px;
}

.innerContainer {
	padding-bottom : 0px !important;
}

#detailShopName{
	margin-bottom: 30px;
	border-top: 3px solid #484848;
	border-bottom: 1px solid #ccc;
}

#detailShopName .shopName{
	display: table;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#detailShopName .shopName > div {
	display: table-cell;
	vertical-align: middle;
}

#detailShopName .shopName > div.n {
	width: 68%;
}

#detailShopName .shopName > div.m {
	width: 32%;
}

#detailShopName .shopName > div.m .intR ul li{
	margin-left: 5px;
	float: right;
	font-size: 1.1rem;
	background-color: #878787;
	padding: 2px 10px 1px 10px;
	color: #fff;
}

#detailShopName .shopName > div.m .intR ul li.ok{
	background-color: #dc0000;
}



#detailShopName .shopName > div.m > .foL {
	clear: both;
	text-align: right;
}
#detailShopName .shopName > div.m > .foL dl {
	display: table;
	float: right;
	margin-top: 10px;
}

#detailShopName .shopName > div.m > .foL dl dt {
	display: table-cell;
	width: 6em;
	text-align: center;
}

#detailShopName .shopName > div.m > .foL dl dd {
	display: table-cell;
}

#detailShopName .shopName > div.m > .foL dl dd span {
	display: inline-block;
	margin-left: 5px;
}

#detailShopName .shopName > div.n .ttl {
	font-size: 2.5rem;
}

#detailShopName .shopName > div.n ul {
	margin-bottom: 10px;
}

#detailShopName .shopName > div.n ul li {
	display: inline-block;
	font-size: 1.1rem;
	margin-right:3px;
	border:1px solid #e2e2e2;
	background-color: #efefef;
	padding: 3px 5px;
}

#detailShopName .shopName > div.n ul li.open {
	color: #fff;
	background-color: #ff871d;
}

#detailShopName .shopName > div.o {
	width: 10%;
}

#detailShopName .shopInfo {
	background-color: #e1f7ff;
	padding: 10px;
	position : relative;
}

#detailShopName .shopInfo > .sw {
	width: 100%;
	display:table;
}
#detailShopName .shopInfo > .sw > .sl {
	display: table-cell;
}
#detailShopName .shopInfo > .sw > .sr {
	width: 460px;
	display: table-cell;
	vertical-align: middle;
}

#detailShopName .shopInfo > .sw > .sr > ul {
	width: 100%;
	display:table;
}

#detailShopName .shopInfo > .sw > .sr > ul > li {
	display: table-cell;
	border-left: 10px solid #e1f7ff;
	background-color: #14cbc9;
	text-align: center;
	padding: 10px 3px;
	color: #fff;
	font-weight:bold;
}

#detailShopName .shopInfo .sns  {
	position : absolute;
	top : 25px;
	right : 10px;
}


#detailShopName .shopInfo .thw > dl{
	display: table;
	float: left;
}

#detailShopName .shopInfo .thw > dl > dt{
	display: table-cell;
	padding-right: 5px;
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}

#detailShopName .shopInfo .thw > dl > dd{
	display: table-cell;
	padding-right: 10px;
}

#detailShopName .shopInfo .thw .time dt{
	background-image: url(/img/common/parts/ic_time.png);
}

#detailShopName .shopInfo .thw .holiday dt{
	background-image: url(/img/common/parts/ic_holiday.png);
}

#detailShopName .shopInfo .tel {
	clear: both;
	width: 100%;
}


#detailShopName .shopInfo .tel > dl{
	display: table;
}

#detailShopName .shopInfo .tel > dl > dt{
	display: table-cell;
	padding-right: 5px;
	vertical-align: middle;
}

#detailShopName .shopInfo .tel > dl > dd{
	display: table-cell;
	padding-right: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	vertical-align: middle;
}
#wrapMain .innerContainer > main {
	width: 710px;
	float: right;
    box-sizing: border-box;
    padding-right: 10px;
	min-height : 600px;
}
#wrapMain .innerContainer > aside {
	width: 240px;
	float: left;
    box-sizing: border-box;
    padding-left: 8px;
}
#wrapMain .innerContainer aside .sideDetailNavi{
	margin-bottom: 30px;
	width : 240px;
}
#wrapMain .innerContainer aside .sideDetailNavi ul{}


#wrapMain .innerContainer aside .sideDetailNavi li{
	border-top: 1px solid #fff;
	position : relative;
}

#wrapMain .innerContainer aside .sideDetailNavi li img {
	position : absolute;
	top : 4px;
	right : 4px;
}

#wrapMain .innerContainer aside .sideDetailNavi li a{
	display: block;
	font-size: 1.6rem;
	padding: 13px 10px 13px 36px;
	background-color: #14cbc9;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-position: 5% center;
	background-repeat: no-repeat;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

#wrapMain .innerContainer aside .sideDetailNavi li a:hover{
	color: #14cbc9;
	background-color: #f2f2f2;
}

.sideDetailNavi li a.icon01  {
	background-image : url(../../img/details/01.png);
}
.sideDetailNavi li a.icon02  {
	background-image : url(../../img/details/02.png);
}
.sideDetailNavi li a.icon03  {
	background-image : url(../../img/details/03.png);
}
.sideDetailNavi li a.icon04  {
	background-image : url(../../img/details/04.png);
}
.sideDetailNavi li a.icon05  {
	background-image : url(../../img/details/05.png);
}
.sideDetailNavi li a.icon06  {
	background-image : url(../../img/details/06.png);
}
.sideDetailNavi li a.icon07  {
	background-image : url(../../img/details/07.png);
}
.sideDetailNavi li a.icon08  {
	background-image : url(../../img/details/08.png);
}
.sideDetailNavi li a.icon09  {
	background-image : url(../../img/details/09.png);
}
.sideDetailNavi li a.icon10  {
	background-image : url(../../img/details/10.png);
}



.sInfoImage {
	margin-bottom: 30px;
}


.sInfoImage .pcw {
	width: 100%;
	display: table;
}

.sInfoImage .pcw .pw {
	display: table-cell;
	width: 48%;
	vertical-align: top;
}

.sInfoImage .pcw .cw {
	display: table-cell;
	width: 52%;
	padding-left: 20px;
	vertical-align: top;
}

.sInfoImage .ppi {
	width: 100%;
	margin-top:10px;
}

.sInfoImage .ppi > div {
	float: left;
	margin-right: 10px;
	width: calc((100% - 30px) / 4);
}

.sInfoImage .ppi > div:last-child {
	margin-right: 0;
}


.sInfoImage .ppi > div > .caption{
	font-size: 1.3rem;
	text-align: center;
}


#news,
#coopon,
#menu  {
	margin-top : -100px;
	padding-top : 100px;
}

.mgt16  {
	margin-top : 16px;
}

.blogImgs table {
	margin : 12px auto 24px auto;
}

.blogImgs table {
	margin : 12px auto 24px auto;
}

.insertimg  {
	text-align : center;
	margin : 16px auto 0 auto;
	max-width : 600px;
	max-height : 600px;
	overflow : hidden;
}

.insertimg img {
	max-width : 600px;
	max-height : 600px;
}

.blogItem .blogTitle  {
	background-color: #e1f7ff;
	padding: 10px;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	margin-bottom : 12px;
}

.blogItem .blogTitle h3 {
	padding: 0 10px;
	font-size: 1.7rem;
}
.blogItem .blogTitle p {
	text-align : right;
}

.pagerWrap ul li {
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 1.1rem;
}

.pagerWrap ul li a {
	display:block;
	padding: 5px 10px;
	color:#1a1a1a;
	text-decoration: none;
	border-radius: 2em; 
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
	background-color: #d7d7d7;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
  }

.pagerWrap ul li a:hover {
	background-color: #14cbc9;
	color:#fff;
}

.sInfoDetails .ttl {
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(/img/common/parts/ttl_line.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sInfoDetails .ttl h2 {
	padding: 0 10px;
	font-size: 1.7rem;
	background-position: left center;
	background-repeat: no-repeat;
}

.sInfoDetails .ttl h2 span {
	display: inline-block;
	margin-left: 20px;
	font-size: 1.3rem;
	color:#666;
}

.sInfoDetails .newsttl h2 {
	padding: 0 10px 0 30px;
	background-image: url(/img/common/parts/ic_news.png);
}

.sInfoDetails .menuTtl h2 {
	padding: 0 10px 0 30px;
	background-image: url(/img/common/parts/ic_menu.png);
}

.sInfoDetails .shopdataTtl h2 {
	padding: 0 10px 0 30px;
	background-image: url(/img/common/parts/ic_shop.png);
}

.sInfoDetails #realTime .rList > .item{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dbdbdb;
}

.sInfoDetails #realTime .rList > .item > .details .data{
	margin-top: 5px;
	color: #333;
}
.sInfoDetails #realTime .rList > .item > .details .txt{
	margin: 5px 0 15px 0;
}

.sInfoDetails #realTime .rList > .item > .details .comm {
	margin: 5px 0 15px 0;
}

.sInfoDetails #realTime .rList > .item > .details .comm .fleft {
	margin: 0 15px 15px 0;
	float : left;
}

.sInfoDetails .lineWrap {
	width: 100%;
}

.wrapCupon{outline:1px dashed #fff;outline-offset:-5px;background-color:#ff9000;width:100%;-webkit-box-shadow:2px 2px 2px #454545;-moz-box-shadow:2px 2px 2px #454545;box-shadow:2px 2px 2px #454545;margin:0 auto;padding:15px}
.wrapCupon .wrapCuponItem{background-color:#fff}
.wrapCupon .wrapCuponItem .cuponTtl{background-color:#fff;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;box-sizing:border-box;text-align:center;padding:30px 10px}
.cuSiteTtl{font-size:130%;font-weight:700}
.cuTtl{font-size:160%;font-weight:700;color:#ff9000}
.wrapCupon .wrapCuponItem .cuponDetail{background-color:rgba(255,144,0,0.1);border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;box-sizing:border-box;padding:20px 50px}
.wrapCupon .wrapCuponItem .cuponDetail2{background-color:rgba(255,144,0,1);color:#fff;text-align:center;padding:10px}

.wrapCupon .telnum {
	font-size: 2.5rem;
	font-weight:bold;
	padding: 10px 0;
}

.wrapShopData > ul {}
.wrapShopData > ul > li {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	display: table;
	background-image: url(/img/common/parts/data_line.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.wrapShopData > ul > li h3 {
	width: 12em;
	display: table-cell;
}

.wrapShopData > ul > li p {
	display: table-cell;
}

.wrapShopData > ul > li ul {
	display: table-cell;
}

.wrapShopData > ul > li ul > li {
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 1.1rem;
}

.wrapShopData > ul > li ul > li span {
	display:block;
	padding: 5px 10px;
	color:#1a1a1a;
	text-decoration: none;
	border-radius: 2em; 
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
	background-color: #d7d7d7;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
  }


.wrapMenu .menuItem {
	margin-top: 15px;
}
.wrapMenu .menuItem h3 {
	font-size: 1.6rem;
	

}


.hyoka input.txt {
	background-color:#CCC;
	width: 100%;
	padding: 5px;
	border: 1px solid #c9caca;
}
.hyoka textarea.txt {
	background-color:#CCC;
	width: 100%;
	height: 200px;
	padding: 5px;
	border: 1px solid #c9caca;
}

.hyoka .selectBtn {
	padding: 20px 10px 50px 10px;
	text-align: center;
}

.selectBtn button {
	font-size : 16px;
	font-weight : bold;
	padding: 10px 60px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top, #dedede 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dedede 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dedede 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #a6a6a6;
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
}
.selectBtn input[type="button"] {
	font-size : 13px;
	padding: 6px 40px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top, #dedede 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dedede 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dedede 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #a6a6a6;
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
}

.app_check  {
	appearance : checkbox !important;
	-moz-appearance : checkbox !important;
	-webkit-appearance : checkbox !important;
}

.rec_rule  {
	height : 200px;
	overflow : auto;
	margin-bottom : 12px;
	border : 1px solid #dddddd;
	padding : 6px;
}

.errorText  {
	font-size : 12px;
	color : red;
}

.formEntry  {
	border: 1px solid #a6a6a6;
	padding : 12px;
}
.rec_step  {
	text-align : center;
}
.galleryImage .ppi {
	width: 100%;
	margin-top:10px;
}

.galleryImage .ppi > div {
	float: left;
	margin-right: 10px;
	margin-bottom : 16px;
	width: calc((100% - 30px) / 4);
}

.galleryImage .ppi > div:nth-child(4n) {
	margin-right: 0;
}


.galleryImage .ppi > div > .caption{
	font-size: 1.3rem;
	text-align: center;
}

.submit-container ul.selectBtn  {
	display : table;
	width : 100%;
}
.submit-container ul.selectBtn li {
	display : table-cell;
	width : 50%;
	text-align : center;
}


.mainImgRec {}

.wrapRec .menuItem {
	margin-top: 15px;
}
.wrapRec .menuItem h3 {
	font-size: 1.6rem;
}

.wrapRec .menuTable table th {
	width:15em !important;
}
.wrapRec .menuTable table td {
	width: calc(100% - 15em) !important;
	text-align: left;
}

.imgRec {
	width: 100%;
	font-size: 1.2rem;
	margin-bottom: 50px;
	text-align: center;
}

.imgRec dl {
	float: left;
	margin-right: 15px;
	width: calc((100% - 30px) / 3);
}

.imgRec dl:nth-child(3n) {
	margin-right: 0 !important;
}


.recInfoNavi {
	border: 10px solid #14cbc9;
	padding: 0px;
}

.recInfoNavi .tel {
	clear: both;
	width: 100%;
	position : relative;
	background-color : #14cbc9;
}
.rec_qrimg  {
	position : absolute;
	top : 5px;
	right : 0px;
}

.recInfoNavi .tel > dl{
	display: table;
	margin: 0 auto;
	width : 100%;
}
.recInfoNavi .tel > dl.pad01 {
	padding : 10px 0 5px 0;
}
.recInfoNavi .tel > dl.pad02 {
	padding : 5px 0 20px 0;
}

.recInfoNavi .tel > dl > dt{
	display: table-cell;
	text-align : left;
	width : 300px;
	padding-left : 32px;
	padding-right: 5px;
	font-size: 2.0rem;
	vertical-align: middle;
	color : #ffffff;
}

.recInfoNavi .tel > dl > dd{
	display: table-cell;
	padding-right: 10px;
	text-align : left;
	font-size: 2.4rem;
	font-weight: bold;
	vertical-align: middle;
	color : #ffffff;
}
.recInfoNavi .tel > dl > dd a {
	color : #ffffff;
}
.recInfoNavi .tel > dl > dd a:hover {
	color : #ffffcc;
}

.recInfoNavi > p.look{
	margin-top: 10px;
	text-align: center;
	color:#14cbc9;
	font-size: 1.6rem;
}

.recInfoNavi > p.look > span{
	display: inline-block;
	color:#ff0000;
	font-weight: bold;
	font-size: 2.0rem;
}

.recInfoNavi > p.no{
	margin-top: 20px;
	text-align: center;
	font-size: 1.4rem;
}

.recInfoNavi > p.count{
	color:#14cbc9;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

.recInfoNavi .oubo  {
	background-color : #14cbc9;
	color : #ffffff;
	font-size : 16px;
	padding-top : 6px;
	text-align : center;
}
.yajirusi  {
	text-align : center;
	margin-top : 0px;
}

a.hpbtn_over  {
	display : inline-block;
	width : 123px;
	height : 26px;
	vertical-align : top;
	text-decoration : none;
	background : url(/img/details/hp.png) no-repeat 0 0;
	transition: background-image .3s;
	-webkit-transition: background-image .3s;
}
a.hpbtn_over:hover  {
	background-image : url(/img/details/hp_o.png);
}

a.blbtn_over  {
	display : inline-block;
	width : 123px;
	height : 26px;
	vertical-align : top;
	text-decoration : none;
	background : url(/img/details/blog.png) no-repeat 0 0;
	transition: background-image .3s;
	-webkit-transition: background-image .3s;
}
a.blbtn_over:hover  {
	background-image : url(/img/details/blog_o.png);
}

.reviewWrap  {
	margin : 0 0 16px 0;
	border-bottom : 1px dotted #aaaaaa;
}
.reviewWrap p {
	padding : 10px;
	font-size : 12px;
	line-height : 24px;
}
.rec_noncomm  {
	padding : 40px 0 60px 16px;
}

