@charset "UTF-8";
/*-----商品詳細ページ-----*/
#item{
	width:950px;
	margin:0 auto 60px;
}

/*商品写真*/
#item #slide_item_detail{
	width:620px;
	float:left;
}
#slide_item_detail .bx-wrapper {
	position: relative;
	margin-bottom:15px !important;
}
#slide_item_detail .item_detail_slider li p{
	text-align:center;
}
#slide_item_detail .bx-pager{
	width:620px !important;
}
#slide_item_detail .bx-pager a{
	display:block;
	width:140px;
	height:140px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
#slide_item_detail .bx-pager a:nth-child(4n){
	margin-right:0 !important;
}
#slide_item_detail .bx-pager a img{
	width:100%;
}

/* 商品詳細情報*/
#item_info {
	float: right;
	width: 310px;
}
#item_info ul li.brand_logo{
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
#item_info ul li.item_name_en{
	padding:15px 0 4px;
	font-family:StereoveticaNeue;
	font-size:36px;
	font-weight:700;
  word-wrap: break-word;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info ul li.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info ul li.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info ul li.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#item_info ul li.item_name_ja{
	padding:0 0 15px;
	border-bottom:1px solid #ddd;
	font-size:18px;
}
#item_info ul li.item_price{
	margin-bottom:25px;
	padding:15px 0;
	border-bottom:1px solid #ddd;
	font-size:24px;
}
#item_info ul li.item_price:before{
	font-family:StereoveticaNeue;
	content:'PRICE:';
	margin-right:10px;
	font-size:24px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info ul li.item_price:before{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info ul li.item_price:before{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info ul li.item_price:before{
			font-family: 'Oswald', sans-serif;
		}
	}
	

#item_info ul li.select_color{
	margin-bottom:15px;
	border:1px solid #818181;
	overflow: hidden;
	position: relative;
}
#item_info ul li.select_number{
	width:100%;
	margin-bottom:25px;
	border:1px solid #818181;
	box-sizing:border-box;
	overflow: hidden;
	position: relative;
}

#item_info ul li.select_color select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:100%;
	padding:4px 5%;
	border-radius:0 !important;
	border:none;
	background:none;
	font-family:StereoveticaNeue;
	font-size:14px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info ul li.select_color select{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info ul li.select_color select{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info ul li.select_color select{
			font-family: 'Oswald', sans-serif;
		}
	}
	

#item_info ul li.select_color:before{
  font-family: 'FontAwesome';
  content: "\f078";
  color:#666;
  font-size:12px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  z-index:-1;
}

#item_info ul li.select_number input{
	padding:4px 5%;
	border-radius:0 !important;
	border:none;
	background:#fff;
	font-family:StereoveticaNeue;
	font-size:14px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info ul li.select_number input{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info ul li.select_number input{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info ul li.select_number input{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#item_info ul li.select_number .pur_block{
	width:12px;
	margin-right:10px;
	float:right;
}
#item_info ul li.select_number .pur_block a{
	color:#666;
	font-size:12px;
}
#item_info ul li.select_number select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:130%;
	padding:4px 5%;
	border-radius:0 !important;
	border:none;
	background:#fff;
	font-family:StereoveticaNeue;
	font-size:14px;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info ul li.select_number select{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info ul li.select_number select{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info ul li.select_number select{
			font-family: 'Oswald', sans-serif;
		}
	}
	

#item_info ul li.add_cart input{
	width:100%;
	height:71px;
	margin-bottom:25px;
	cursor:pointer;
	border-style:none;
	background:#888888;
	background:url(https://file002.shop-pro.jp/PA01369/022/img/item_detail/submit_btn.png) 0 0 no-repeat;
	background-size:100%;
}
.btn {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#item_info ul li.description{
	padding:0;
}
#item_info ul li.description h4{
	margin-bottom:16px;
	font-family:StereoveticaNeue;
	color:#000;
	font-size:24px;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info ul li.description h4{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info ul li.description h4{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info ul li.description h4{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#item_info ul li.description h4 span{
	color:#888888;
}

#item_info ul li.description p{
	line-height:1.8;
}

#item_info ul li.description ul.item_spec_detail{
	margin:20px 0 0;
	border-top:1px solid #ddd;
}

#item_info ul li.description ul.item_spec_detail a{
	text-decoration: underline;
}
#item_info ul li.description ul.item_spec_detail a:hover{
	text-decoration: none;
}

#item_info ul li.description ul.item_spec_detail li{
	padding:10px 0;
	line-height:1.8;
	border-bottom:1px solid #ddd;
}

#item_info ul li.description ul.item_spec_detail li p,
#item_info ul li.description ul.item_spec_detail li div.spec_td{
	display:inline-block;
	vertical-align:top;
}
#item_info ul li.description ul.item_spec_detail li p.spec_th{
	width:70px;
}
#item_info ul li.description ul.item_spec_detail li p.spec_td,
#item_info ul li.description ul.item_spec_detail li div.spec_td{
	width:240px;
	word-wrap:break-word;
	margin: 0;
	padding: 0;
}

#item_info ul li.description ul.item_spec_detail li.spec_color p.spec_td,
#item_info ul li.description ul.item_spec_detail li.spec_color div.spec_td{
	letter-spacing:4px;
	margin: 0;
	padding: 0;
}

/*タブ表示 */
#item_info #tab {
	width:100%;
}
#item_info #tab-head {
	width:100%;
	margin:0 auto;
	display:block;
	border-top:1px solid #ddd;
	overflow: hidden;
}
#item_info #tab-head li {
	width: auto;
	margin-right:10px;
	padding:20px 0 !important;
	display:inline-block;
	border-bottom:none !important;
	font-family:StereoveticaNeue;
	color:#000;
	font-size:24px;
	font-weight:700;
	line-height:1.0 !important;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info #tab-head li{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info #tab-head li{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info #tab-head li{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#item_info #tab-head li:last-child{
	margin-right:0 !important;
}
#item_info #tab-body {
	width: 100%;
	position: relative;
	top: -1px;
}

#item_info #tab-body  a{
	text-decoration: underline;
}
#item_info #tab-body  a:hover{
	text-decoration: none;
}

#item_spec, #item_description{
	height: auto;
}

#item_description{
	display: none;
}
#item_description img{
	width:100%;
	margin-top:20px;
}
#item_info #tab-head li a {
	margin-bottom:16px;
	font-family:StereoveticaNeue;
	color:#888;
	font-size:24px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info #tab-head li a{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info #tab-head li a{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info #tab-head li a{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#item_info #tab-head li a.tab2 {
	margin-bottom:16px;
	font-family:StereoveticaNeue;
	color:#000;
	font-size:24px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#item_info #tab-head li a.tab2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#item_info #tab-head li a.tab2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#item_info #tab-head li a.tab2{
			font-family: 'Oswald', sans-serif;
		}
	}
	
	
/* CHECKED ITEM*/
#checked_item #checked_item_head{
	width:940px;
	margin:0 auto 20px;
}
#checked_item #checked_item_head h2{
	margin-right:35px;
	display:inline-block;
	font-family:StereoveticaNeue;
	font-size:38px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#checked_item #checked_item_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#checked_item #checked_item_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#checked_item #checked_item_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#checked_item #checked_item_head p{
	display:inline-block;
	font-size:18px;
	font-weight:500;
}

#checked_item ul{
	width:940px;
	margin:0 auto 50px;
}
#checked_item ul li{
	width:300px;
	height:auto;
	margin-right:20px;
	margin-bottom:20px;
	padding-bottom:6px;
	display:block;
	float:left;
	background:#ddd;
}
#checked_item ul li:nth-child(3n){
	margin-right:0;
}

#checked_item ul li p.item_name_en{
	padding:10px 10px 0;
	color:#000;
	font-family:StereoveticaNeue;
	font-size:26px;
	font-weight:400;
	line-height:1.0 !important;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#checked_item ul li p.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#checked_item ul li p.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#checked_item ul li p.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#checked_item ul li p.item_name_ja{
	padding:6px 10px 0;
	color:#000;
	font-size:18px;
	font-weight:300;
}


/* RECOMMENDED ITEM*/
#recommend_item #recommend_item_head{
	width:940px;
	margin:0 auto 20px;
}
#recommend_item #recommend_item_head h2{
	margin-right:35px;
	display:inline-block;
	font-family:StereoveticaNeue;
	font-size:38px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#recommend_item #recommend_item_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#recommend_item #recommend_item_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#recommend_item #recommend_item_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#recommend_item #recommend_item_head p{
	display:inline-block;
	font-size:18px;
	font-weight:500;
}

#recommend_item ul{
	width:940px;
	margin:0 auto 50px;
}
#recommend_item ul li{
	width:300px;
	height:auto;
	margin-right:20px;
	margin-bottom:20px;
	padding-bottom:6px;
	display:block;
	float:left;
	background:#ddd;
}
#recommend_item ul li:nth-child(3n){
	margin-right:0;
}

#recommend_item ul li p.item_name_en{
	padding:10px 10px 0;
	color:#000;
	font-family:StereoveticaNeue;
	font-size:26px;
	font-weight:400;
	line-height:1.0 !important;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#recommend_item ul li p.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#recommend_item ul li p.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#recommend_item ul li p.item_name_en{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#recommend_item ul li p.item_name_ja{
	padding:6px 10px 0;
	color:#000;
	font-size:18px;
	font-weight:300;
}


/* HOW TO ORDER*/
#howtoorder #howtoorder_head{
	width:940px;
	margin:0 auto 20px;
}
#howtoorder #howtoorder_head h2{
	margin-right:35px;
	display:inline-block;
	font-family:StereoveticaNeue;
	font-size:38px;
	font-weight:700;
}
	
	/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		#howtoorder #howtoorder_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#howtoorder #howtoorder_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		#howtoorder #howtoorder_head h2{
			font-family: 'Oswald', sans-serif;
		}
	}
	
#howtoorder #howtoorder_head p{
	display:inline-block;
	font-size:18px;
	font-weight:500;
}

#howtoorder ul{
	width:940px;
	margin:0 auto 50px;
}
#howtoorder ul li{
	width:260px;
	height:260px;
	margin-right:20px;
	margin-bottom:20px;
	padding:20px;
	display:block;
	float:left;
	color:#fff;
}
#howtoorder ul li:nth-child(3n){
	margin-right:0;
}

#howtoorder ul li h4{
	font-size:56px;
}
#howtoorder ul li p{
	margin-bottom:20px;
	font-size:30px;
	font-weight:700;
}
#howtoorder ul li i{
	font-size:100px;
}
#howtoorder .step01{
	background:#ff9e8c;
}
#howtoorder .step02{
	background:#9fd9b4;
}
#howtoorder .step03{
	background:#e7aa52;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; padding:30px 53px 0 53px;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:0; height:0; background:none;}
    #cboxTopRight{width:0; height:0; background:none;}
    #cboxBottomLeft{width:0; height:0; background:none;}
    #cboxBottomRight{width:0; height:0;background:none;}
    #cboxMiddleLeft{width:0; background:none;}
    #cboxMiddleRight{width:0; background:none;}
    #cboxTopCenter{height:0; background:none;}
    #cboxBottomCenter{height:0; background:none;}
    #cboxContent{background:none; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:none;}
        #cboxLoadedContent{margin-bottom:0;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{ display:none;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		
        #cboxPrevious{position:absolute; top:50%; left:0; margin-top:-43px; background:url(https://file002.shop-pro.jp/PA01369/022/images/control_colorbox.png) no-repeat 0 0; width:43px; height:86px; text-indent:-9999px; border:none;}
        #cboxNext{position:absolute; top:50%; right:0; margin-top:-43px; background:url(https://file002.shop-pro.jp/PA01369/022/images/control_colorbox.png) no-repeat -43px 0; width:43px; height:86px; text-indent:-9999px; border:none;}
        #cboxLoadingOverlay{background:url(https://file002.shop-pro.jp/PA01369/022/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://file002.shop-pro.jp/PA01369/022/images/bx_loader.gif) no-repeat center center;}
        #cboxClose{
			width:66px;
			height:20px;
			display:inline-block;
			background:url(https://file002.shop-pro.jp/PA01369/022/images/close.png) 0 0 no-repeat;
			color:#FFFFFF;
			text-indent:-9999px;
			overflow:hidden;
			border:none;
			position:absolute;
			top:0;
			right:50px;
			}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:#fff;}
.cboxIE6 #cboxTopCenter{background:#fff;}
.cboxIE6 #cboxTopRight{background:#fff;}
.cboxIE6 #cboxBottomLeft{background:#fff;}
.cboxIE6 #cboxBottomCenter{background:#fff;}
.cboxIE6 #cboxBottomRight{background:#fff;}
.cboxIE6 #cboxMiddleLeft{background:#fff;}
.cboxIE6 #cboxMiddleRight{background:#fff;}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


.sold_out{
	text-align: center;	
	font-size: 16px;
	margin: 0 auto 30px;
	color: #fff;
	background: #999;
	padding: 5px;
	width: 200px;
	}

/*カレンダー*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;/*4px*/
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.side_section_cal{
	width: 240px;
}
.side_section_cal .tbl_calendar{
	width: 240px;
}
.side_section_cal .spec_td{
	width: 240px;
}
.side_cal_memo{
	padding: 10px 0 0 0;
	line-height: 1.5em;
	}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 80px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  width:940px;
  margin:0 auto;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}