/* QuuuPON! layout css */


/*======================================================================*
 *  [ page-title ]
 *======================================================================*/

h2.page-title {
	margin: 0;
	padding: 5px 0 10px 17px;
	background: url(../img/page-title_bg.gif) left bottom no-repeat;
	color: #904300;
	font-size: 139%;
}


/*======================================================================*
 *  [ search-box ]
 *======================================================================*/

#search-box {
	width: 346px;
	height: 36px;
	margin: 0 0 30px 0;
	padding: 12px 0 0 17px;
	background: url(../img/search-bg.gif) left top no-repeat;
}

#search-box dt {
	width: 35px;
	height: 25px;
	background: url(../img/search-title_txt.gif) left center no-repeat;
	text-indent: -9999px;
	float: left;
}

#search-box input {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

#search-box dd.txt {
	margin: 0;
	padding: 2px 2px 0 12px;
	float: left;
}

#search-box dd.txt input {
	width: 248px;
	padding: 2px 0;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #7c7c7c;
}

#search-box dd.btn input {
	width: 29px;
	height: 25px;
	background: url(../img/search-btn.gif) left top;
	border: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}


/*======================================================================*
 *  [ page-meta ]
 *======================================================================*/

.page-meta {
	padding: 10px 0;
	color: #5c4735;
}

.page-meta a, 
.page-meta a:link, .page-meta a:visited, 
.page-meta a:hover, .page-meta a:active {
	color: #5c4735;
}

.page-meta p {
	margin: 0;
	padding-left: 10px;
}

.page-meta .left {
	float: left;
}

.page-meta .right {
	float: right;
}

.page-meta img {
	padding: 0 2px;
	vertical-align: middle;
}


/*======================================================================*
 *  [ page-number ]
 *======================================================================*/

.page-number {
	margin: 0;
	padding: 15px 0 15px 10px;
}

.page-number {
	color: #904300;
}

.page-number span {
	font-size: 108%;
}


/*======================================================================*
 *  [ shop-list shop-list-box ]
 *======================================================================*/

#shop-list .shop-list-box {
	width: 735px;
	padding: 15px 0;
}


/*======================================================================*
 *  [ shop-list shop-list-box title ]
 *======================================================================*/

#shop-list .shop-list-box .title {
	margin: 0;
	padding: 10px 14px 8px 14px;
	background: url(../img/shoplist-title_bg.gif) left top no-repeat;
	color: #00aeff;
	font-size: 108%;
	line-height: 140%;
	font-weight: bold;
}

#shop-list .shop-list-box .title span {
	padding-left: 7px;
	border-left: 3px solid #00aeff;
	display: block;
}


/*======================================================================*
 *  [ shop-list shop-list-box main-box ]
 *======================================================================*/

#shop-list .shop-list-box .main-box {
	padding: 12px 12px 15px 12px;
	background: url(../img/shoplist-main_bg.gif) left bottom repeat-x #fff;
	border-top: 2px solid #f0ece4;
	border-right: 2px solid #f0ece4;
	border-left: 2px solid #f0ece4;
}

#shop-list .shop-list-box .main-box .info {
	width: 486px;
	float: right;
}

#shop-list .shop-list-box .main-box .info h3 {
	width: auto;
	margin: 0;
	color: #904300;
	font-size: 139%;
	float: left;
}

#shop-list .shop-list-box .main-box .info h3 span {
	color: #afa696;
	font-size: 60%;
	font-weight: normal;
	display: block;
}

#shop-list .shop-list-box .main-box .info .cate {
	margin: 0;
	font-size: 85%;
	text-align: right;
	float: right;
}

#shop-list .shop-list-box .main-box .info .cate a, 
#shop-list .shop-list-box .main-box .info .cate a:link, 
#shop-list .shop-list-box .main-box .info .cate a:visited {
	text-decoration: none;
}

#shop-list .shop-list-box .main-box .info .cate a:hover, 
#shop-list .shop-list-box .main-box .info .cate a:active {
	text-decoration: underline;
}

#shop-list .shop-list-box .main-box .info .place {
	margin: 0;
	padding: 20px 0 5px 0;
	color: #5c4735;
	clear: both;
}

#shop-list .shop-list-box .main-box .info table {
	width: 352px;
	border: 1px solid #e3d9c2;
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
}

#shop-list .shop-list-box .main-box .info th,
#shop-list .shop-list-box .main-box .info td {
	padding: 3px 7px;
	border: 1px solid #e3d9c2;
	border-collapse: collapse;
	border-spacing: 0;
}

#shop-list .shop-list-box .main-box .info th {
	width: 100px;
	background: #fdfaec;
	font-weight: normal;
}

#shop-list .shop-list-box .main-box .info ul {
	width: 126px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#shop-list .shop-list-box .main-box .info li a {
	/*\*/
	overflow: hidden;
	/**/
	width: 126px;
	text-indent: -9999px;
	display: block;
}

#shop-list .shop-list-box .main-box .info li.btn-favorite {
	padding-bottom: 4px;
}

#shop-list .shop-list-box .main-box .info li.btn-favorite a {
	height: 23px;
	background: url(../img/btn-favorite.gif) left top no-repeat;
}

#shop-list .shop-list-box .main-box .info li.btn-shopdetails a {
	height: 43px;
	background: url(../img/btn-shopdetails.gif) left top no-repeat;
}

#shop-list .shop-list-box .main-box .img {
	width: 200px;
	border: 3px solid #e3d9c2;
}


/*======================================================================*
 *  [ shop-list shop-list-box meta ]
 *======================================================================*/

#shop-list .shop-list-box .meta {
	margin: 0;
	padding: 8px 14px 10px 14px;
	background: url(../img/shoplist-meta_bg.gif) left bottom no-repeat;
	list-style-type: none;
}

#shop-list .shop-list-box .meta li {
	width: auto;
	display: inline;
}

#shop-list .shop-list-box .meta li a, 
#shop-list .shop-list-box .meta li a:link, 
#shop-list .shop-list-box .meta li a:visited {
	color: #904300;
	text-decoration: none;
}

#shop-list .shop-list-box .meta li a:hover, 
#shop-list .shop-list-box .meta li a:active {
	color: #904300;
	text-decoration: underline;
}


/*======================================================================*
 *  [ other-cate sub-cate-list ]
 *======================================================================*/

#other-cate {
	padding-top: 10px;
}

#other-cate h3 {
	width: 705px;
	margin: 0;
	padding: 10px 15px;
	background: url(../img/details-title_bg.gif) left top no-repeat #f0ece4;
	color: #894f18;
	font-size: 108%;
}

#other-cate ul {
	margin: 0;
	padding: 10px 20px 0 20px;
	line-height: 140%;
	list-style-type: none;
}

#other-cate li {
	width: auto;
	position: relative;
	white-space: nowrap;
	float: left;
}

#sub-cate-list {
	padding-top: 10px;
}

#sub-cate-list ul {
	margin: 0;
	padding: 10px 20px 0 20px;
	line-height: 140%;
	list-style-type: none;
}

#sub-cate-list li {
	width: auto;
	position: relative;
	white-space: nowrap;
	float: left;
}

/*======================================================================*
 *  [ shop-info ]
 *======================================================================*/

#shop-info {
	/*padding-bottom: 45px;*/
}


/*======================================================================*
 *  [ shop-info h1 ]
 *======================================================================*/

#shop-info h1 {
	width: auto;
	margin: 0;
	padding: 0 0 10px 10px;
	color: #904300;
	font-size: 139%;
	float: left;
}

#shop-info h1 span {
	padding-bottom: 5px;
	color: #afa696;
	font-size: 60%;
	font-weight: normal;
	display: block;
}


/*======================================================================*
 *  [ shop-info place ]
 *======================================================================*/

#shop-info .place {
	width: auto;
	margin: 0;
	padding: 5px 0 10px 0;
	color: #5c4735;
	font-size: 85%;
	line-height: 150%;
	text-align: right;
	float: right;
}


/*======================================================================*
 *  [ shop-info tel ]
 *======================================================================*/

#shop-info .tel {
	width: 715px;
	margin: 0 0 8px 0;
	padding: 5px 10px 6px 10px;
	background: url(../img/tel-line.gif) left top repeat-x #f0ece4;
	clear: both;
}

#shop-info .tel dt {
	width: 27px;
	height: 14px;
	padding-top: 3px;
	float: left;
}

#shop-info .tel dd {
	width: 678px;
	margin: 0;
	padding-left: 10px;
	font-size: 124%;
	line-height: 124%;
	float: left;
}


/*======================================================================*
 *  [ shop-info navi ]
 *======================================================================*/

#shop-info #snavi {
	width: 723px;
	height: 35px;
	margin: 0;
	padding: 0 6px 20px 6px;
	background: url(../img/snavi-bg.gif) left top no-repeat;
	list-style-type: none;
	clear: both;
}

#shop-info #snavi li {
	width: 136px;
	height: 35px;
	float: left;
}

#shop-info #snavi li a {
	/*\*/
	overflow: hidden;
	/**/
	width: 136px;
	height: 35px;
	background: url(../img/snavi-btn.gif);
	text-indent: -9999px;
	display: block;
}

#shop-info #snavi li.basis a {
	background-position: 0px 0px;
}

#shop-info #snavi li.basis a:hover,
#shop-info #snavi li.basis a.active {
	background-position: 0px -35px;
}

#shop-info #snavi li.coupon a {
	background-position: -136px 0px;
}

#shop-info #snavi li.coupon a:hover,
#shop-info #snavi li.coupon a.active {
	background-position: -136px -35px;
}

#shop-info #snavi li.menu a {
	background-position: -272px 0px;
}

#shop-info #snavi li.menu a:hover,
#shop-info #snavi li.menu a.active {
	background-position: -272px -35px;
}

#shop-info #snavi li.blog a {
	background-position: -408px 0px;
}

#shop-info #snavi li.blog a:hover,
#shop-info #snavi li.blog a.active {
	background-position: -408px -35px;
}


/*======================================================================*
 *  [ shop-info info-box ]
 *======================================================================*/

#shop-info #info-box {
	width: 305px;
	float: right;
}


/*======================================================================*
 *  [ shop-info cach ]
 *======================================================================*/
 
#shop-info .catch {
	margin: 0;
	padding-bottom: 30px;
}

#shop-info .catch dt {
	padding: 2px 0 2px 10px;
	color: #00aeff;
	border-left: 3px solid #00aeff;
	font-size: 108%;
	line-height: 140%;
	font-weight: bold;
}

#shop-info .catch dd {
	margin: 0;
	padding: 15px 0 0 10px;
}

#shop-info .catch dd table {
	width: 293px;
	border: 1px solid #e3d9c2;
	border-collapse: collapse;
	border-spacing: 0;
}

#shop-info .catch dd th,
#shop-info .catch dd td {
	padding: 3px 7px;
	border: 1px solid #e3d9c2;
	border-collapse: collapse;
	border-spacing: 0;
}

#shop-info .catch dd th {
	background: #fdfaec;
	font-weight: normal;
	width:28%;
}


/*======================================================================*
 *  [ shop-info recommendation ]
 *======================================================================*/

#shop-info .recommendation h2 {
	margin: 0;
	padding: 0 6px;
	background: url(../img/reco-title_bg.gif) left bottom repeat-x;
	border-bottom: 1px dashed #d0ccc3;
	color: #894f18;
	font-size: 108%;
}

#shop-info .recommendation h2 span {
	padding: 10px 0 10px 30px;
	background: url(../img/reco-title_icon.gif) left center no-repeat;
	display: block;
}

#shop-info .recommendation ul {
	margin: 0;
	padding: 0;
	color: #894f18;
	list-style-type: none;
}

#shop-info .recommendation li {
	padding: 10px 6px;
	border-bottom: 1px dashed #d0ccc3;
	clear: both;
}

#shop-info .recommendation h3 {
	margin: 0;
}

#shop-info .recommendation p {
	margin: 0;
}

#shop-info .recommendation .premium h3,
#shop-info .recommendation .premium p {
	width: 161px;
	float: right;
}

#shop-info .recommendation .premium div {
	width: 120px;
	float: left;
}


/*======================================================================*
 *  [ shop-info photo-box ]
 *======================================================================*/

#shop-info #photo-box {
	width: 420px;
	float: left;
}

#shop-info #photo-box #photo-main {
	width: 420px;
	height: 420px;
	margin: 0;
	padding: 0;
	background: url(../img/photo-bg.gif) left top repeat;
	list-style-type: none;
}

#shop-info #photo-box #photo-main li {
	width: 400px;
	height: 400px;
	padding: 10px;
	background: url(../img/photo-bg.gif) left top repeat;
	position: absolute;
}

#shop-info #photo-box #photo-main table,
#shop-info #photo-box #photo-main td {
	width: 400px;
	height: 400px;
	text-align: center;
}

#shop-info #photo-box #photo-main img {
	border: 1px solid #b3977f;
}

#shop-info #photo-box #photo-navi {
	margin: 0;
	padding: 7px 22px 7px 23px;
	background: #000;
	list-style-type: none;
}

#shop-info #photo-box #photo-navi li {
	width: 60px;
	height: 60px;
	padding: 5px 8px 5px 7px;
	float: left;
}


/*======================================================================*
 *  [ shop-info coupon ]
 *======================================================================*/

#coupon {
	width: 735px;
	padding-top: 35px;
	padding-bottom: 45px;
	clear: both !important;
}

#coupon h2 {
	margin: 0;
	background: url(../img/coupon-title_bg.gif) left bottom repeat-x;
	border-top: 1px solid #894f18;
	border-bottom: 1px solid #894f18;
	color: #894f18;
	font-size: 108%;
}

#coupon h2 span {
	width: 600px;
	padding: 10px 0 10px 57px;
	background: url(../img/coupon-title_icon.gif) 1px center no-repeat;
	line-height: 19px;
	display: block;
	float: left;
}

#coupon h2 span img {
	padding-left: 12px;
	vertical-align: middle;
}

#coupon h2 a {
	width: 68px;
	margin: 12px 10px 0 0;
	display: block;
	float: right;
}

#coupon ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#coupon li {
	padding: 0 25px;
	background: url(../img/coupon-bg.gif) left bottom repeat-x;
}

#coupon li h3 a {
	color: #00aeff;
}

#coupon li h3 {
	margin: 0;
	padding: 20px;
	background: url(../img/coupon-icon.gif) left center no-repeat;
	color: #00aeff;
	font-size: 108%;
}

#coupon li h3 img {
	padding-left: 10px;
	vertical-align: middle;
}

#shop-coupon {
	margin-bottom:30px
}

#shop-coupon .details-box h3 {
	width: 705px;
	margin: 30px 0 10px 0;
	padding: 10px 15px;
	background: url(../img/details-title_bg.gif) left top no-repeat #f0ece4;
	color: #894f18;
	font-size: 108%;
}

#shop-coupon table.coupon-box  {
	margin:20px auto 0;
	width:700px;
	border-top:1px solid #e3d9c2;
	border-bottom:1px solid #e3d9c2;
}

#shop-coupon table.coupon-box-p  {
	margin:0px auto;
	width:700px;
	border-top:0px solid #e3d9c2;
	border-bottom:1px solid #e3d9c2;
}

#shop-coupon table.coupon-box th,#shop-coupon table.coupon-box-p th {
	text-align:left;
	padding-left:20px;
	background-color:#fdfaec;
	width:250px;	
	background: url(../img/coupon-icon.gif) left center no-repeat;
	border-right:1px dashed #e3d9c2;
}

#shop-coupon table.coupon-box td table,#shop-coupon table.coupon-box-p td table  {
	width:420px;
	margin-left:5px;
}

#shop-coupon table.coupon-box td table th,#shop-coupon table.coupon-box-p td table th  {
	width:35%;
	font-weight:normal;
	padding:0px;
	text-align:left;
	background: none;
	border-right:0px solid #fff;
	vertical-align: top;
}


#shop-coupon table.coupon-box td,#shop-coupon table.coupon-box-p td {
	background-color:#ffffff;
}




#shop-coupon .map {
	width: 660px;
	height: 400px;
	padding:auto;
	margin-left:20px;
}

#shop-coupon .maperror {
	color:#ff0000;
	background:none !important;
	padding:10px auto;
}

/*======================================================================*
 *  [ shop-details details-box ]
 *======================================================================*/

#shop-details .details-box {
	padding-bottom: 30px;
}

#shop-details .details-box h3 {
	width: 705px;
	margin: 0;
	padding: 10px 15px;
	background: url(../img/details-title_bg.gif) left top no-repeat #f0ece4;
	color: #894f18;
	font-size: 108%;
}

#shop-details .details-box .con-box {
	padding: 10px 15px 0 15px;
}


/*======================================================================*
 *  [ shop-details details-box con-box table ]
 *======================================================================*/

#shop-details .details-box .con-box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#shop-details .details-box .con-box table a, 
#shop-details .details-box .con-box table a:link, 
#shop-details .details-box .con-box table a:visited {
	text-decoration: underline;
}

#shop-details .details-box .con-box table a:hover, 
#shop-details .details-box .con-box table a:active {
	text-decoration: none;
}

#shop-details .details-box .con-box th,
#shop-details .details-box .con-box td {
	padding: 5px 15px;
	border-bottom: 1px solid #e3d9c2;
	border-collapse: collapse;
	border-spacing: 0;
}

#shop-details .details-box .con-box th {
	width: 150px;
	background: #fdfaec;
	border-right: 1px dashed #e3d9c2;
	font-weight: normal;
}

#shop-details .details-box .con-box td.otherwin {
	padding-left: 40px;
	background: url(../../../shared/img/icon-otherwin.gif) 20px center no-repeat;
}

/*======================================================================*
 *  [ shop-details access ]
 *======================================================================*/

#shop-details .access dl {
	width: 380px;
	margin: 0;
	float: right;
}

#shop-details .access dt {
	padding-left: 20px;
	font-weight: bold;
}

#shop-details .access dt.car {
	background: url(../img/icon-car.gif) left center no-repeat;
}

#shop-details .access dt.train {
	background: url(../img/icon-train.gif) 2px center no-repeat;
}

#shop-details .access dd {
	margin: 0;
	padding: 0 0 20px 20px;
}

#shop-details .access .map {
	width: 300px;
	height: 200px;
	float: left;
}

#shop-details .access .maperror {
	color:#ff0000;
	background:none !important;
}
/*======================================================================*
 *  [ shop-details link ]
 *======================================================================*/

#shop-details .link ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#shop-details .link li {
	padding: 3px 0 3px 15px;
	background: url(../../../shared/img/icon-otherwin.gif) left center no-repeat;
}

#shop-details .link li span {
	padding-left: 10px;
	font-size: 85%;
}
/*======================================================================*
 *  [ shop-search ]
 *======================================================================*/

#search-count {
	margin-top:10px
}

#search-count span {
	font-size:150%;
	color:#0095DA;
	font-weight:bold;
}

.current-page {
	float:right;
}

.current-page a {
	color:#00AEFF;
}

.content-nav { 
	margin-top:10px
}


.content-nav a {
	color:#00AEFF;
}	

/*======================================================================*
 *  [ category-list ]
 *======================================================================*/

.category-list li ul li span {
	font-size:80%;
	color:#AFA696;
}

#container #right-column .category-list div {
	width: 50px;
	padding-right: 5px;
	float: left;
}


.category-list {
	margin-bottom: 15px;
	background: #fdfaec;
	border: 1px solid #f0ece4;
	overflow: hidden;
	padding:0 5px;
}

#container #right-column .category-list h3 {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	color: #0095da;
}

#container #right-column .category-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#container #right-column .category-list ul li {
line-height:180%;
font-weight:bold;

}
#container #right-column .category-list ul li ul li {
line-height:160%;
font-weight:normal;
}

#container #right-column .category-list li {
	margin: 0 !important;
	padding: 5px 0px;
	clear:both;
	border-top: 1px solid #f0ece4;
	border-bottom: 1px solid #fff;
	float: left;
	width:100%;
}


/*======================================================================*
 *  [ PREMIUM MENU ]
 *======================================================================*/

#menu_body h3 {
	width: 705px;
	margin: 10px 0;
	padding: 10px 15px;
	background: url(../img/details-title_bg.gif) left top no-repeat #f0ece4;
	color: #894f18;
	font-size: 108%;
	border-bottom:1px dashed #CFCBC8;
}

#menu_body table {
width:695px;
margin-left:10px;
border:0px solid #fff;
border-spacing: 0px;
}

#menu_body table td {
border-bottom:1px solid #E1DAC0;
padding:5px
}

#menu_body table td.price {
width:100px;
color:#45A3CE;
text-align:right;
}

#menu_body table tr.color {
background-color:#FDFAEB;
}

#menu_body img {
border:3px solid #F2EBE1;
}

#menu_body ul{
margin:0px;padding:0px;
height:250px;width:735px;
}

#menu_body ul li {
margin:0px;padding:0px;
display: inline;
float:left;
list-style-type: none;
width:245px;
}

#menu_body li p {
height:40px;
width:236px;
padding:0 3px;
margin:0px;
}

/*======================================================================*
 *  [ clearfix ]
 *======================================================================*/

#search-box:after, .page-meta:after, 
#shop-list .shop-list-box .main-box:after, #shop-list .shop-list-box .meta:after, 
#shop-list .other-cate:after,
#shop-info:after, #shop-info .tel:after,
#shop-info .recommendation li:after,
#coupon h2:after,#coupon li:after, #shop-details .details-box:after,
#shop-details .details-box .con-box:after,
#shop-info #snavi:after, #shop-info #photo-box #photo-navi:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#search-box, .page-meta, 
#shop-list .shop-list-box .main-box, #shop-list .shop-list-box .meta, 
#shop-list .other-cate,
#shop-info, #shop-info .tel,
#shop-info .recommendation li,
#coupon h2, #coupon li, #shop-details .details-box,
#shop-details .details-box .con-box,
#shop-info #snavi, #shop-info #photo-box #photo-navi { display: inline-block; } /* IE7,MacIE */
#search-box, .page-meta, 
#shop-list .shop-list-box .main-box, #shop-list .shop-list-box .meta, 
#shop-list .other-cate,
#shop-info, #shop-info .tel,
#shop-info .recommendation li,
#coupon h2, #coupon li, #shop-details .details-box,
#shop-details .details-box .con-box,
#shop-info #snavi, #shop-info #photo-box #photo-navi { display: block; } /* Opera,Safari */

/* Mac版IEのみに適用 \*//*/
#search-box, .page-meta, 
#shop-list .shop-list-box .main-box, #shop-list .shop-list-box .meta, 
#shop-list .other-cate,
#shop-info, #shop-info .tel,
#shop-info .recommendation li,
#coupon h2, #coupon li, #shop-details .details-box,
#shop-details .details-box .con-box,
#shop-info #snavi, #shop-info #photo-box #photo-navi { overflow: hidden; }
/* */
