@charset "euc-jp";

@import url("https://www.ari-thailand.com/css/reset.css");
@import url("https://www.ari-thailand.com/css/style_ari_2023.css");
.col-lg-2 {
	width: 10.5%;
}
.col-lg-6 {
	width: 33.3%;
}
@media (max-width: 768px) {
	.col-lg-6 {
		width: 50%;
	}
}

.google-font {
	font-family: Palatino, "Palatino Linotype", "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","MS 明朝", 'Baskerville',serif;
}



.SP {
	display: none;
}
.PC {
	display: block;
}
	@media screen and (max-width: 768px){
		.SP {
			display: block;
		}
		.PC {
			display: none;
		}
		
	}


.ERR_BOX {
	width: 80% !important;
}

#page-wrapper {
  position: relative;
}
#wrapper {
	width: 1200px;
}
#mainContent {
  clear: both;
}
.container {
  max-width: 1200px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fafafa;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #444;
  background-color: #fafafa;
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}
#siteOnlineshop {
	width: 100%;
	overflow: hidden;
}
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3d9ddd;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}
#navMain li a,
#header-global-nav li a {
  transition: unset;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
img {
	vertical-align: inherit;
}
h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}


.ttl-h2 {
}

	/** メインサイトからの引き継ぎ **/

.boxContents h2.ttl-h2,
.boxContents h3.ttl-h2 {
	color: #e5da13 !important;
	margin: 0;
	margin: 0 0 50px;
}
.boxContents .recommend-items h2.ttl-h2,
.boxContents .seller-items h2.ttl-h2,
.boxContents h2.ttl-h2,
.boxContents h3.ttl-h3 {
	color: #e5da13 !important;
	margin: 0 0 50px;
}

.boxContents h2,
.boxContents h3 {
	width: 100%;
	font-family: Palatino, "Palatino Linotype", "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","MS 明朝", 'Baskerville',serif;
	font-size: 239%;
	text-align: center;
	line-height: 1.2em;
	color: #444443;
}
.boxContents h4{
	font-size: 123%;
	margin-bottom: 1.5em;
}
.recommend-items,
.seller-items {
	width: 80%;
	margin: 0 auto 100px;
}

.section-history {
	width: 95%;
	margin: 100px auto 100px;
}

.btn-01 {
  background-color: #ded97b;
  color: #444;
  width: 100%;
  border: none;
  border-radius: 2px;
  margin: 30px 0 0;
  padding: 14px 0;
  display: block;
  text-align: center;
}
.btn-01 span span {
	font-size: 71%;
	margin-bottom: 0.8em;
	display: inline-block;
}
.btn-01 span span.JP {
	font-size: 82.3%;
	margin-bottom: 0;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #e5da13;
  color:#000>;
  *background-color: #e5da13;
}

.btn-base a:hover,
.btn-base a:focus,
.btn-base a:active,
.btn-base a.active,
.btn-base a.disabled,
.btn-base a[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #e5da13;
  color:#000>;
  *background-color: #e5da13;
}
.btn-pagelink a {
	display: block;
	width: 40%;
	margin: 30px auto 0;
	padding: 14px 0;
	border: none;
	border-radius: 2px;
	background-color: #ded97b;
	color: #444;
	text-align: center;
}


/*
 * web font
 */

/*
 * header
 */
#header-top{
  padding: 1em 0 4.5em;
}
#header-top .col{
  padding: 0;
}
.header-link a {
  color: rgb(68, 68, 67);
}
  .header-link a:hover span {
    color: #444;
    text-decoration: none;
  }
.header-link i {
  vertical-align: middle;
}

#header-top .announce {
	text-align: center;
	line-height: 1.6em;
	padding: 4px 0 2px;
}

/*１行お知らせ欄 */
.now_login #header-top .announce {
/*	background-color: #e1ecf5; */
}





						@media (max-width: 768px) {
							.sectionColor .boxContents h3 {
								font-size: 146%;
							}
							#header-top .col{
							  text-align: center;
							}
							#header-top .announce {
								margin-top: 2em;
								font-size: 95%;
							}
						}
/* header-line-nav */

.header-line-nav {
	text-align: center;
}
.header-line-nav .inline{
	margin: 0;
}
  
	/** アコーディオン **/
	.inline li {
		position: relative;
	}
	.inline li a {
		transition: 0.5s;
	}
	.inline li ul {
		position: absolute;
		left: 50%;
	}
	.inline li ul li {
		width: 135px;
		left: -50%;
		overflow: hidden;
		height: 0;
		transition: 0.2s;
		background-color: rgba(229, 218, 19, 0.8);
	
    }
	.inline li ul li a {
		display: block;
		height: 30px;
		border-top: 1px solid #eee;
	}
	.inline li:hover > ul > li {
		overflow: visible;
		height: 40px;
	}
	
	/** アコーディオン **/



  .header-line-nav .inline li {
    padding: 0;
    margin-right: 1.5em;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    padding: 0 0 0 3px;
  }

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */

.shop-logos {
  margin: 3.5em 0 0;
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
}
  .shop-name a{
    color: #444;
    text-decoration: none;
    display: block;
  }
    .shop-name a:hover{
      color: #aaa;
    }
.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header common nav */


/* header global nav */

#header-global-nav {
  padding: 2em 0 2em;
  text-align: center;
  font-size: 15px;
  clear: both;
}
#header-global-nav .inline > li {
	padding: 0 2.8em 0;
}
#header-global-nav .inline > li.liIcon {
	padding: 10px 2.8em 10px;
}

#header-global-nav .inline a {
	padding-top: 10px;
	text-decoration: none;
	color: rgb(68, 68, 67);
}
#header-global-nav .inline a:hover {
	text-decoration: none;
	color: #444;
}
#header-global-nav ul.inline li img{
	height: 10px;
}




/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.seller-items .prd-lst.row .prd-lst-unit,
.recommend-items .prd-lst.row .prd-lst-unit,
.product-srh .prd-lst.row .prd-lst-unit{
	min-height: 399px;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 15.2%;
  margin-bottom: 50px;
}
.unit-inner{
	width: 100%;
	height: 100%;
	position: relative;
	clear: both;
	border-radius: 2px;
	overflow: hidden;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 115.4%;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}

.discount_rate_all {
	background-color: #ded97b;
	padding: 0.4em 0.2em 0.2em;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	width: 36%;
	border-radius: 2px;
	text-align: center;
}
.discount_rate_all span{
	font-size: 80%;
}

.unit-inner:hover .prd-lst-cap{
}
.unit-inner:hover span.prd-lst-span,
.history-unit:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}
.unit-inner:hover img,
.history-unit:hover img {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.unit-inner:hover,
.history-unit:hover {
  background-color: #e5da13;
}
/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

						@media (max-width: 768px) {

							.discount_rate_all {
								padding: 0.3em 0 0.05em;
								width: 100%;
								text-align: center;
							}
							.discount_rate_all span{
							    font-size: 70%;
							    margin-bottom: 0.4em;
							        line-height: 1.2em;
							}
						}



/* prduct list pager */
.prd-lst-pager {
	width: 50%;
	float: left;
	padding: 44px 0 20px;
}
.prd-lst-pager .inline li {
	padding: 0 1.4%;
	font-size: 115%;
}
.prd-lst-pager .inline li span {
	color: #ddd;
}
.prd-lst-pager .inline li a {
	color: #444
}
.prd-lst-pager .inline li a:hover {
	color: #aaa;
}
.prd-lst-pager .inline li.current {
    color: #ded97b;
}
.prd-lst-pos b {
	font-size: 18px;
	font-weight: normal;
}
.prd-lst-pager.footer-pager {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 1em;
}
						@media (max-width: 768px) {
							.prd-lst-pager.footer-pager {
								margin-bottom: 4em;
							}
							}


/*
 * 閲覧リスト
 */


.section-history li{
	width: 17.2%;
	margin:0 1.4% 20px;
	float: left;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}


.product-contents .announce {
	width: 47.2%;
	margin: 3em 1.4%;
	float: left;
}
.product-contents .announce {
	width: 90%;
	margin: 1.5em 0;
	padding: 0.5em 4.5%;
	float: none;
}
.product-cart .announce {
	background-color: #eff4f6;	
}

.product-contents #breadcrumbs .announce span{
	display: block;
	text-align: center;
	margin: 0.8em 0;
}
.product-contents .announce p{
	margin-bottom: 1em;
}
.product-contents #breadcrumbs .announce p{
	font-size: 90%;
}

.product-contents .announce img{
 object-fit: cover;
 width: 190px;
 height: 190px;
}
.product-contents .announce .photoframe01{
	float: left;
	width: 190px;
	height: 190px;
	margin:0 2.3% 1em 0;
	display: flex;
	align-items: center;
/**	overflow: hidden; **/
}




/* freepage */
.freepage {
  word-break: break-all;
  padding: 2em 0;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/*
 * footer
 */

#footer-wrapper {
  margin-top: 30px;
  padding: 0 1.4%;
}

/* footer nav */
.footer-top{
  border-top: 1px solid #ddd;
}
.footer-nav {
  list-style: none;
  margin: 0;
}
  ul.footer-nav > li {
    margin: 1em 2.5% 1em 0;
    padding-left: 0 ;
  }
.footer-primary {
  padding-top: 16px;
}
  .footer-primary a {
    color: #444;
  }
    .footer-primary a:hover {
      color: #aaa;
    }
.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}
.footer-secondary {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
  .footer-secondary li {
    margin-right: 2.5%;
  }
  .footer-secondary a {
    color: #aaa;
  }
    .footer-secondary a:hover {
      color: #444;
    }

/* footer-bottom */
.footer-bottom{
    padding: 2.5em 0 1.5em;
}

/* social icon */
.social-nav {
  text-align: right;
  margin: -4px 0 0 0;
  padding: 0;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

/* copyright */
.copyright {
  text-align: center;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
}
.copyright-sub {
	color: #ccc;
  font-size: 10px;
}

  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
  .copyright span{
    float: left;
    margin: 0 15px 0 0;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}
.footer-announce {
	clear: both;
	width: 75%;
	margin: 8em auto;
	padding: 1em;
}

						@media (max-width: 768px) {
							.footer-announce {
							}
						}
/*
 * slider
 */
.slider {
  margin-top: 2em;
  padding: 0 1.4%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}



/*
 * トップページエントリー（導入）
 */
							


.entry {
	width: 67%;
	margin: 0 auto 200px;	
}
.entry_title {
	width: 39%;
	float: right;
}
.entry_title img {
	float: none;
	display: block;
}
.entry_title img.title01 {
    width: 65px;
    margin: 51px auto 66px;
}
.entry_title img.title02 {
    width: 72px;
    margin: 0 auto 9px;
}
.entry_title img.title03 {
    width: 203px;
    margin: 10px auto 100px;
}

.entry_pic {
	width: 55%;
	margin-left: 6%;
	height: 100%;
	float: left;
}
.entry ul,
.ently_banner {
	margin-bottom: 13px;
	width: 39%;
	float: left;
}
.entry ul.gallery-thumbs {
	margin-left: 6%;
    margin-bottom: 93px;
}

.entry ul.gallery-thumbs li {
    width: 42px;
    float: left;
    margin: 0 5px;
}
ul.entry_category {
}
.banners ul.entry_category {
	margin-top: 80px;
	width: 39%;
	float: right;
}
ul.entry_category li{
	text-align: center;
}
ul.entry_category li a{
	padding: 0 0 8px;
	display: block;
	color: #000;
	}
ul.entry_category li a:hover{
	background-color: #e5da13;

}

			@media (max-width: 768px) {
			.entry {
				width: 100%;
				margin: 0 auto 50px;	
			}
			.entry_title {
				width: 100%;
				float: none;
			}
			.entry_title img.title01 {
				width: 49px;
				margin: 51px auto 38px;
   			}
			.entry_title img.title02 {
				width: 68px;
				margin: 0 auto 9px;
			}
			.entry_title img.title03 {
				width: 203px;
				margin: 10px auto 38px;
			}
			
			.entry_pic {
				width: 94%;
				float: none;
				margin: 0 3% 5px;
			}
			.entry ul{
				width: 47%;
				float: right;
				margin: 0 3% 0 0;
				
			}
			
			.entry ul.gallery-thumbs {
				width: 94%;
				float: none;
			    margin:0 3% 43px 2.9%;
			}
			.entry ul.gallery-thumbs li {
				width: 16.46%;
				float: left;
				margin: 0 0.1%;
   			}
			ul.entry_category {
				width: 94%;
				float: none;
				margin: 0 3% 5px;
			}
			ul.entry_category li a{
				padding: 18px 0;
			}
			.ently_banner {
				width: 100%;
				float: none;
				margin: 0;
			}
			.banners ul.entry_category {
				margin: 0;
				width: 100%;
				float: none;
			}
			.banners ul.entry_category li{
				width: 50%;
				float: left;
			}
		}


/*
 * フッターカテゴリー（バナー付き）
 */
							
.navFooter {
	max-width: 768px;
	margin: 0 auto 90px;
}
.navFooter ul.entry_category {
	width: 47%;
	margin: 26px 3% 0 0;
	border-top: 1px solid #cccccc;
	float: right;
}
.navFooter ul.entry_category li a{
	padding: 18px 0;
}
.navFooter .ently_banner {
	margin: 0 1% 0 3%;
	float: left;
}

			
						@media (max-width: 768px) {
							.navFooter .ently_banner {
								width: 46%;
								float: left;
							}
						}



/*
 * info & freespace
 */
.info, .free-space{
	margin-bottom: 50px;
}
  .info .col, .free-space .col {
    padding: 0 1.4%;
  }
  .free-space-info {
	  text-align: center;
	  width:max-content;
	  margin: 0 auto;
  }
.free-space-info .freespaceTitle {
	margin-bottom: 0.3em;
	border-bottom: 1px solid gray;
}
.free-space-info p{
	font-size: 84.6%;
}

/*
 * freespace (category & group)
 */
 .category_banner {
	 width: 62%;
	 margin: 0 auto;
 }
 .category_banner img {
	width:83%;
	margin: 0 8.5%;
 }
 .category_banner p {
    text-align: center;
    margin: 0 0 2em;
}

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #ded97b;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


						@media (max-width: 980px) {
						  #base_gmoWrapp,
						  #gmo_CMSPbar {
						    overflow: hidden;
						    min-width: 100% !important;
						    width: 100% !important;
						  }
/**							#page-wrapper {
								width: 100%;
							}
						  .container {
							max-width: 90%;
							width: 90%;
						  }
**/						  .col-ex-size{
						    width: 48.25%;
						  }
						}



				@media (max-width: 768px) {
				.prd-lst-unit {
				}
.seller-items .prd-lst.row .prd-lst-unit,
.recommend-items .prd-lst.row .prd-lst-unit,
.product-srh .prd-lst.row .prd-lst-unit{
	min-height: 299px;
}
				
				.btn-01 span span.JP {
					font-size: 75%;
					margin-bottom: 0;
				}
				
				.prd-lst-name {
					height: 3.4em;
					overflow: hidden;
				}
				#wrapper {
					padding: 1em 0 0;
					width: 100%;
				}
				.container {
					width: auto;
				}
				#header-top{
					padding: 0 0 33px;
				}
				.shop-logos{
					margin: 2.5em 0 0 ;
				}
				.shop-name{
					padding: 0 1%;
					text-align: center
				}
				.header-dropdown {
					/**    position: absolute; **/
					top: 0;
					z-index: 200;
					width: 100%;
					border-bottom: 1px solid #dbdbdb;
					background-color: #fafafa;
				}
				.header-dropdown.affix {
					position: fixed;
				}
				.header-dropdown .dropdown-nav ul.highlight,
				li.highlight {
					background-color: #d8e5ee;
				}
				.header-dropdown .dropdown-nav li {
					border-bottom: 1px solid #ddd;
					text-align: center;
					min-height: 44px;
				}
				.header-dropdown .dropdown-nav a {
					display: block;
					padding: 12px;
					color: #444;
				}
				.header-dropdown .dropdown-nav .footer-announce a {
					display: inline;
					padding: 0;
				}
				.header-dropdown .dropdown-nav li.view-cart a img {
					height: 14px;
					margin: 3px 0;
					opacity: 0.8;
				}
				.header-dropdown .dropdown-nav li.contact a img {
					height: 13px;
					margin: 3px 0;
				}
				.header-dropdown .dropdown-nav li.nav_push {
					font-size: 171%;
					letter-spacing: 0.4em;
					margin-top: 11px;
					border-top: 1px solid #ddd;
				}					
				.phone-nav-category li {
					width: 50%;
					float: left;
				}
				.phone-nav-category li.li_title {
					width: 100%;
					float: none;
					color: white;
					padding: 12px 0 0;
					height: 32px;
					min-height: 0;
					font-size: 120%;
				}
				.header-dropdown .btn-dropdown {
					padding: 0 10px 5px 34px;
					font-size: 15px;
					line-height: 1.6;
				}
				.header-dropdown .btn-dropdown-close {
					background: #ddd;
				}
				.view-cart {
					position: static;
				}
				.view-cart a {
					background-color: #ded97b;
					color: #444;
				}
				.view-cart span {
					display: block;
					width: 130px;
					margin: 0 auto;
				}
				.incart-delivery {
					margin: 0 0 1em;
				}
				.ttl-h2 {
					padding: 0 1.3%;
				}
				.category_banner{
					width:100%;
				}
				.category_banner img {
					width:100%;
					margin: 0%;
				}
					
					/** メインサイトからの引き継ぎ **/
						.boxContents .recommend-items h2.ttl-h2 {
							margin: 10px 0 20px;
						}
				
					.prd-lst-pager,
					.prd-lst-sort {
						width: 48%;
						float: left;
						margin: 0;
						padding: 2em 1% 1em;
					    font-size: 13px;
					}
					.prd-lst-sort .visible-phone {
					    display: inline-block !important;
					}
				
				
				  .prd-lst-cap{
				    position: static;
				    background: transparent;
				    background-image: none;
				  }
				    .unit-inner:hover .prd-lst-cap{
				      background: transparent;
				      background-image: none;
				    }
				    span.prd-lst-span{
				       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
				      filter: alpha( opacity=100 );
				      opacity: 1;
				      * display: block;
				      color: #444;
				      -webkit-backface-visibility: visible;
				      backface-visibility: visible;
				      font-size: 86%;
				    }
				    .unit-inner:hover span.prd-lst-span{
				      color: #444;
				    }
				  .prd-lst-cap-inner {
				    position: static;
				    padding: 15px 0;
				    height: 100px;
				  }
					.product-contents .announce .photoframe01{
						width: 100%;
						height: auto;
						margin:0 0 1em 0;
					}
				
				  .footer-primary,
				  .footer-secondary {
				    padding: 0;
				    border: none;
				  }
				  .freepage-nav{
				    border-bottom: none;
				  }
				  .footer-nav {
				    margin: 0;
				    padding: 0;
				  }
				    .footer-nav li {
				      margin: 0;
				      font-size: 13px;
				      border-bottom: 1px solid #ddd;
				    }
				    ul.footer-nav > li{
				      margin: 0;
				    }
				      .footer-nav li:before {
				        display: none;
				      }
				    .footer-nav a {
				      display: block;
				      padding: 1em 0;
				      font-size: 13px;
				    }
				      .footer-nav a:hover {
				        text-decoration: none;
				      }
					#navCategory ul {
						margin-top: 16px;
					}
				
					#navCategory ul li {
						width: 50%;
						float: left;
						text-align: center;
					}
					#navCategory ul li:first-child,
					#navCategory ul li:nth-child(2) {
						border-top: 1px solid #ddd;
					}
					#navCategory ul.footer-nav li a {
						font-size: 123.2%;
					}
				
				  .footer-bottom{
				     padding: 1em 0 1.5em;
				   }
				  .copyright{
				    text-align: center;
				    margin: 0;
				  }
				  .copyright span{
				    float: none;
				  }
				  .powered{
				    float: none;
				    margin: 1em auto 0;
				  }
				  .social-nav{
				    text-align: center;
				    margin: 1.5em 0 0 ;
				  }
				  ul.social-nav > li{
				    padding: 0 1%;
				  }
				  .slider {
				    padding: 0 .1%;
				  }
				}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
  }
  .prd-lst-link {
     padding: 0 7%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
}

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }



