@charset "euc-jp";

body {
	line-height: 1.75em;
	letter-spacing: 0.1em;
}
.txt-a {
	width: 90%;
	max-width: 450px;
	margin-bottom: 30px !important;
	margin: 0 auto;
}
.txt-a span {
	font-size: 2em;
	display: block;
	padding-bottom: 20px !important;
	text-align: center;
}
.txt-q {
	font-size: 1.25em;
	font-weight: bold;
	width: 90%;
	max-width: 450px;
	margin-bottom: 30px !important;
	margin: 0 auto;
}
.txt-q span {
	font-size: 2em;
	display: block;
	padding-bottom: 20px;
	text-align: center;
}


/*¢¡´ðËÜ¹½Â¤----------------------------------------*/
/*
¥Ú¡¼¥¸ÊÔ½¸¥¨¥ê¥¢¡Ê#page-wrapper¡Ë
	SPÍÑdropdown¥Ê¥Ó¡Ê.header-dropdown¡Ë
	´ðËÜ¥¨¥ê¥¢¡Ê#wrapper¡¢.container¡Ë
		¥Ø¥Ã¥À¡¼¥¨¥ê¥¢¡Ê#header-wrapper¡Ë
			¥¢¥«¥¦¥ó¥È¥Ê¥Ó¥¨¥ê¥¢¡Ê#header-top¡Ë
			¥°¥í¡¼¥Ð¥ë¥Ê¥Ó¡Ê#header-global-nav¡Ë
		¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¥¨¥ê¥¢¡Ê#container¡Ë
		¥Õ¥Ã¥¿¡¼¥¨¥ê¥¢¡Ê#footer-wrapper¡Ë
			¥Õ¥Ã¥È¥Ê¥Ó¡Ê.footer-top¡Ë
			¥³¥Ô¡¼¥é¥¤¥È¡Ê.footer-bottom¡Ë
	PC¥Ú¡¼¥¸¥È¥Ã¥×¥Ü¥¿¥ó¡Ê#pagetop¡Ë
*/

/*¢¦¥Ú¡¼¥¸ÊÔ½¸¥¨¥ê¥¢¢¦*/
#page-wrapper {
	position: relative;
}

/*¢¦SPÍÑdropdown¥Ê¥Ó¢¦*/
.header-dropdown { /*script¤Ç¤â»ÈÍÑ*/
	/*@media (max-width: 768px)¤Ë¤Æ*/
}

/*¢¦´ðËÜ¥¨¥ê¥¢¢¦*/
#wrapper {
}
.container {
	/*kitÆâcss¡Ê¸å½ñ¤ÇÂÇ¾Ã¡Ë
	margin: 0 auto;*/
	/*kit-respoÆâcss¡Ê¸å½ñ¤ÇÂÇ¾Ã¡Ë
	width: 96%;*/
	max-width: 950px; /*¸µ934px*/
}

/*¢¦¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¥¨¥ê¥¢¢¦*/
#container {
	clear: both;
}


/*¢¡formÉôÉÊ----------------------------------------*/
textarea,
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: #fff; /*Çò*/
}
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: #fff;
	background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}

/*¢¦¥ê¥ó¥¯ÀßÄê¢¦*/
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;
}
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; /*°ÅÇ»ÎÐ*/
}

/*¢¦¥¿¥¤¥È¥ë¼þ¤ê¢¦*/
h2 {
	margin: 2em 0;
	text-align: left;
	font-size: 21px; /*¸µ15px*/
	/*background-color: pink; ³ÎÇ§ÍÑ*/
}
.ttl-h2 {
	padding: 0 1.4%;
}
.ttl-h2-s { /*¡úÄÉ²Ã*/
	padding-left: 12px;
	font-size: 14px;
	color: #aaa; /*ÌÀÃæ³¥*/
}

/*¢¦¥ê¥ó¥¯¥Ü¥¿¥ó¢¦*/
.btn-01 {
	border: 1px solid #fff;
	background-color: #fff;
	color: #444;
	*background-color: #fff;
	width: 100%;
	border-radius: 0;
	border-top: 1px #ddd solid; /*ÌÀÇö³¥*/
	border-bottom: 1px #ddd solid; /*ÌÀÇö³¥*/
	margin: 30px 0 0;
	padding: 20px 0;
	display: block;
}
.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: #ddd;
	color: #444;
	*background-color: #ddd;
}

/*¢¦web¥Õ¥©¥ó¥È¢¦*/
.google-font {
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 400;
	font-family: 'Sintony', sans-serif;
}
.google-font.fwb {
	font-weight: 700;
}


/*¢¡¥Ø¥Ã¥À¡¼¥¨¥ê¥¢----------------------------------------*/
#header-wrapper {
	padding: 0 1.4%;
}

/*¢¦¥¢¥«¥¦¥ó¥È¥Ê¥Ó¥¨¥ê¥¢¢¦*/
#header-top{
	padding: 1em 0 4em; /*¾å º¸±¦ ²¼*/
	/*background-color: pink; ³ÎÇ§ÍÑ*/
}
#header-top .col{
	padding: 0;
}
.header-link a {
	color: #aaa; /*ÌÀÃæ³¥*/
}
.header-link a:hover span {
	color: #444; /*¤Û¤Ü¹õ*/
	text-decoration: none;
}
.header-link i {
	vertical-align: middle;
}

/*¡ý¥¢¥«¥¦¥ó¥È¥Ê¥Ó¡ý*/
.header-line-nav {
	text-align: right;
	/*background-color: tan; ³ÎÇ§ÍÑ*/
}
.header-line-nav .inline{
	margin: 0;
}
.header-line-nav .inline li {
	padding: 0;
	margin-left: 25px;
	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: 13px; /*¸µ12px*/
	padding: 0 0 0 3px; /*¸µ0 0 0 7px*/
}

/*¡ý¥«¡¼¥È¾ðÊó¡ý*/
.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;
}
.incart-delivery {
	text-align: left;
	margin: 3.5em 0 0;
}
.incart-delivery ul {
	margin: 0;
	list-style: none;
	font-size: 11px;
}

/*¡ý¥Ø¥Ã¥À¡¼¥í¥´¡ý*/
.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-global-nav {
	padding: 2.4em 0; /*¾å º¸±¦ ²¼¡¢¸µ1.8em 0 1.2em*/
	border-top: 1px solid #ddd; /*ÌÀÇö³¥*/
	border-bottom: 1px solid #ddd; /*ÌÀÇö³¥*/
}
ul#gnavi_wrap { /*¡úÄÉ²Ã*/
	display: flex; /*­¡1¢ä²£ÊÂ&Ãæ¿È¹ç¤»&¶ÑÅù´Ö³Ö*/
	max-width: 100%;
	margin: 0; /*¡úÄÉ²Ã¡¢kitÂÇ¾Ã*/
	list-style: none;
	/*background-color: pink;³ÎÇ§ÍÑ*/
}
ul#gnavi_wrap li { /*¡úÄÉ²Ã*/
	flex: 1 0.1 auto;/*­¡2¢ä¶ÑÅù´Ö³ÖÊ¬¤òÃæ¿ÈÊ¬¤Ë*/
	padding: 0 4px;
	font-size: 15px;
	line-height: 1.2em;
}
ul#gnavi_wrap li a { /*¡úÄÉ²Ã*/
	display: flex; /*¾å²¼º¸±¦Ãæ±û3ÅÀset*/
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #aaa; /*ÌÀÃæ³¥*/
}
ul#gnavi_wrap li a:hover { /*¡úÄÉ²Ã*/
	color: #444; /*¤Û¤Ü¹õ*/
}


/*¢¡¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¥¨¥ê¥¢Æâ---------------------------------------*/
/*¢¦°ìÍ÷É½¼¨¥¨¥ê¥¢¢¦*/
.prd-lst {
}
/*¡ý¾¦ÉÊ°ìÍ÷´ØÏ¢¡ý*/
.prd-lst-unit {
	/*cursor: pointer; ­¡*/
	text-align: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 3.4%; /*¾å º¸±¦ ²¼*/
}
.prd-lst-link{
	display: block;
	/*color: #fff; ­¡*/
	max-width: 100%;
	padding: 0 3.2%;
}
.unit-inner{
	width: 100%;
	height: 100%;
	/*position: relative; ­¡*/
	clear: both;
}
.prd-lst-cap {
	/*¥Û¥Ð¡¼¤Ç¤Î¥­¥ã¥×¥·¥ç¥óÉ½¼¨¤ä¤á­¡
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;*/
}
.prd-lst-cap-inner{
	padding: 12px 4px 15px 4px; /*­¡¡¢¸µ15px*/
}
/*kit²èÁüÀßÄê¡Ê¸å½ñ¤ÇÂÇ¾Ã¡Ë*//*
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
.col img {
	max-width: 100%;
	height: auto;
}
.thumbnail > img { ¡ÊÄ¾²¼img¡Ë
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}*/
.prd-lst-img {
	display: block;
	width: 100%; /*¡úÄÉ²Ã¡Êµì¾®²èÁü¤¢¤ë°Ù¡Ë*/
}
.unit-inner:hover .prd-lst-img,
.unit-inner:hover .prd-lst-cap { /*¡ú­¡¤Î¤¿¤áÄÉ²Ã*/
	transition: 0.5s;
	filter: brightness(0.9); /*¹õ10%Æ©²á¤Ç°Å¤¯*/
	background-color: rgba(0, 0, 0, 0.1); /*¹õ10%Æ©²á*/
}
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: 13px;
	color: #444; /*­¡¡¢¸µ#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;
}
.unit-inner:hover .prd-lst-cap{
	/*­¡
	background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
	background-repeat : repeat;
	background-position: left;*/
}
.unit-inner:hover span.prd-lst-span{
	/*­¡
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: alpha( opacity=100 );
	opacity: 1;
	* display: block;*/
	color: #444;
}
.prd-lst-none {
	padding: 0 2%; /*¡úÄÉ²Ã*/
}

/*¢¦ÊÂ¤ÙÂØ¤¨¥Ü¥¿¥ó¢¦*/
.prd-lst-sort {
	margin: 44px 0; /*¸µ28px 0*/
	color: #444;
	text-align: right;
	font-size: 13px;
	/*background-color: tan; ³ÎÇ§ÍÑ*/
}
.prd-lst-sort a{
	color: #aaa; /*ÌÀÃæ³¥*/
}
.prd-lst-sort a:hover{
	color: #444; /*¤Û¤Ü¹õ*/
}

/*¢¦¥Ú¡¼¥¸¥ã¡¼¥Ü¥¿¥ó¢¦*/
.prd-lst-pager {
	padding: 30px 0 20px;
	text-align: center;
}
.prd-lst-pager .inline li {
	padding: 0 1.4%;
}
.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-pos b {
	font-size: 18px;
	font-weight: normal;
}

/*¢¦¾¦ÉÊ¾ÜºÙ¢¦*/
.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;
}

/*¢¦¥Õ¥ê¡¼¥Ú¡¼¥¸¢¦*/
.freepage {
	word-break: break-all;
	padding: 2em 0;
}
.freepage img {
	max-width: 100%;
	width: inherit;
	height: auto;
}


/*¢¡¥Õ¥Ã¥¿¡¼¥¨¥ê¥¢----------------------------------------*/
#footer-wrapper {
	margin-top: 30px;
	padding: 0 1.4%;
}

/*¢¦¥Õ¥Ã¥È¥Ê¥Ó¢¦*/
.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{
	padding: 2.5em 0 1.5em;
}
.copyright {
	text-align: left;
	font-size: 12px;
	padding: 0;
	word-break: break-word;
}
.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;
}

/*¢¦SNS¥¢¥¤¥³¥ó¢¦*/
.social-nav {
	text-align: right;
	margin: -4px 0 0 0;
	padding: 0;
}
ul.social-nav > li {
	padding-right: 0;
	vertical-align: bottom;
}


/*¢¡¥¹¥é¥¤¥É¥·¥ç¡¼¥¨¥ê¥¢----------------------------------------*/
.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;
}


/*¢¡¤ªÃÎ¤é¤»¥¨¥ê¥¢¡¢¥Õ¥ê¡¼¥¹¥Ú¡¼¥¹¥¨¥ê¥¢----------------------------------------*/
.info {
	margin-top: 2.5em;
	margin-bottom: 3.5em;
}
.free-space {
	margin-top: 1em;
	margin-bottom: 3em;
}
.info,
.free-space {
	/*margin-top: 1.8em;*/
	/*margin-bottom: 1.8em;*/
	padding: 0 1.4%; /*¡úÄÉ²Ã*/
 	font-size: 13px; /*¡úÄÉ²Ã*/
	line-height: 1.4em; /*¡úÄÉ²Ã*/
}
.info .col,
.free-space .col {
	padding: 1.2em 1.5em 0.9em 1.5em; /*¸µ0 1.4%*/
	background-color: #F9F9F9; /*¡úÄ¶Çö³¥¡¢ÄÉ²Ã*/
	box-shadow: 3px 4px 0 #E9E9E9; /*¡úÄ¶Çö³¥+¡¢ÄÉ²Ã*/
}
.info p,
.free-space p { /*¡úÄÉ²Ã*/
	margin: 7px 0;
}


/*¢¡¥Ú¡¼¥¸¥Ø¥Ã¥À¡¼¥¨¥ê¥¢¡Ê°ìÍ÷¡¦¸¡º÷¥Ú¡¼¥¸¡Ë----------------------------------------*/
.srh-header {
	padding: 0 0.5%;
}


/*¢¡PC¥Ú¡¼¥¸¥È¥Ã¥×¥Ü¥¿¥ó----------------------------------------*/
#pagetop {
	position: fixed;
	right: 0;
	bottom: 100px;
	display: none;
}
.btn-pagetop {
	background: #fff;
	display: block;
	text-align: center;
	width: auto;
	padding: 17px;
	border: solid 1px #ddd; /*ÌÀÇö³¥*/
}




/*¢¡¡ÚPCTB¡Û¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­*/
@media (max-width: 980px) {
	#base_gmoWrapp,
	#gmo_CMSPbar {
		overflow: hidden;
		min-width: 100% !important;
		width: 100% !important;
	}
	.container {
		/*kit¡¦kit-respo¤ÎcssÌµ*/
		/*max-width: 900px; ¡úÉÔÍ×¤Ë
		width: 90%;*/
	}
	.col-ex-size{
		width: 48.25%;
	}
}
/*¢¡¡ÚTBSP¡Û¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­*/
@media (max-width: 768px) {
	#wrapper {
		padding: 3em 1.4em 0;
	}
	.container {
		/*kit-respoÆâcss¡Ê¸å½ñ¤ÇÂÇ¾Ã¡Ë
		width: auto;
		padding: 0 20px;*/
		width: auto;
	}
	#header-wrapper{
		padding: 0 .1%;
	}
	#header-top{
		padding: 2em 0 1em; /*¾å º¸±¦ ²¼¡¢PC=1em 0 4em¡¢¸µ2.2em 0 1.5em*/
	}
	.shop-logos{
		margin: 0 0 0 ; /*¾å º¸±¦ ²¼¡¢PC=3.5em 0 0¡¢¸µ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: #fff; /*¸õÊä#f6f6f6*/
	}
	.header-dropdown.affix {
		position: fixed;
	}
	.header-dropdown .dropdown-nav li {
		border-bottom: 1px solid #ddd;
		text-align: center;
		/*background-color: #f6f6f6; ¡ú¸õÊäÍÑÄÉ²Ã*/
	}
	.header-dropdown .dropdown-nav a {
		display: block;
		padding: 12px;
		color: #444; /*¤Û¤Ü¹õ*/
	}
	.header-dropdown .btn-dropdown {
		padding-left: 34px;
		font-size: 15px;
		line-height: 1.6;
	}
	.header-dropdown .btn-dropdown-close {
		background: #ddd; /*ÌÀÇö³¥*/
	}
	.view-cart {
		position: static;
	}
	.view-cart a {
		background-color: #fff; /*¡ú¸õÊä#f6f6f6*/
		color: #444;
	}
	.view-cart span {
		display: block;
		width: 130px;
		argin: 0 auto;
	}
	.incart-delivery {
		margin: 0 0 1em;
	}
	.ttl-h2 {
		padding: 0 1.3%;
	}
	.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;*/
	}
	.unit-inner:hover span.prd-lst-span{
		/*­¡
		color: #444;*/
	}
	.prd-lst-cap-inner {
		/*­¡
		position: static;*/
		padding: 12px 0 15px 0; /*­¡¡¢¸µ15px 0*/
	}
	.prd-lst-sort {
		font-size: 13px;
	}
	.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;
	}
	.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%;
	}
}
/*¢¡¡ÚSP¡Û¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­¢­*/
@media (max-width: 480px) {
	.container {
		/*kit-respoÆâcss¡Ê¸å½ñ¤ÇÂÇ¾Ã¡Ë
		width: auto;
		padding: 0 20px;*/
	}
	.prd-lst-unit {
		margin-bottom: 1.5em; /*¸µ1.4em*/
		height: auto !important;
	}
	.prd-lst-link {
		padding: 0 2.1%;
	}
	.prd-lst-unit .prd-lst-cap{
		display: block;
		top: 0;
		left: 0;
	}
	.prd-lst-sort{
		text-align: left;
		margin: 0 0 3em; /*¾å º¸±¦ ²¼*/
	}
}


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


/*¢¡kit¥¢¥¤¥³¥ó----------------------------------------*/
.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 2px; } /*¸µ:-208px -0px*/
.icon-login { background-position: -48px -78px; } /*¸µ:-48px -80px*/
.icon-adduser { background-position: -240px 2px; } /*¸µ:-240px -0px*/
.icon-logout { background-position: -32px -78px; } /*¸µ:-32px -80px*/
.icon-cart { background-position: -176px -62px; } /*¸µ:-176px -64px*/
.icon-link { background-position: -272px -14px; } /*¡úÄÉ²Ã º¸Ã¼¡§¾åÃ¼¡¢¸µ:-272px -16px*/
.icon-warning { background-position: -320px -78px; } /*¡úÄÉ²Ã º¸Ã¼¡§¾åÃ¼¡¢¸µ:-320px -80px*/
 /*°Ê²¼Ì¤»ÈÍÑ*/
.icon-twitter { background-position: -96px -174px; } /*¸µ:-96px -176px*/
.icon-facebook { background-position: -128px -174px; } /*¸µ:-128px -176px*/
.icon-instagram { background-position: -112px -190px; } /*¸µ:-112px -192px*/
.icon-mail { background-position: -64px 2px; } /*¸µ:-64px -0px*/

.icon-lg-b {
	width: 24px;
	height: 24px;
	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;
	/*ÄÉ²ÃEND*/
	*display: inline;
	*zoom: 1;
}
.icon-lg-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
	opacity: 0.4; /*¡úÄÉ²Ã*/
}
.icon-lg-b.icon-list,
.icon-lg-b.icon-chevron_up { /*¡úÄÉ²Ã*/
	opacity: 1;
}
.hov-li:hover .icon-lg-b { /*¡úÄÉ²Ã*/
	background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
	opacity: 1; /*¡úÄÉ²Ã*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.icon-lg-b {
		-webkit-background-size: 552px 480px;
		background-size: 552px 480px;
	}
	.icon-lg-b {
		background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
		opacity: 0.4; /*¡úÄÉ²Ã*/
	}
	.hov-li:hover .icon-lg-b { /*¡úÄÉ²Ã*/
		background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
		opacity: 1; /*¡úÄÉ²Ã*/
	}
}

.icon-lg-b.icon-user { background-position: -312px -2px; } /*¸µ:-312px -0px*/
.icon-lg-b.icon-login { background-position: -72px -122px; } /*¸µ:-72px -120px*/
.icon-lg-b.icon-adduser { background-position: -360px -2px; } /*¸µ:-360px -0px*/
.icon-lg-b.icon-logout { background-position: -48px -122px; } /*¸µ:-48px -120px*/
.icon-lg-b.icon-cart { background-position: -264px -97px; } /*¸µ:-264px -95px*/
.icon-lg-b.icon-link { background-position: -408px -26px; } /*¸µ:-408px -24px*/
.icon-lg-b.icon-list { background-position: -288px -144px; } /*¸µ:*/
.icon-lg-b.icon-chevron_up { background-position: -0px -218px; } /*¸µ:-288px -144px*/
.icon-lg-b.icon-circled_minus { background-position: -216px -122px; } /*¸µ:-216px -120px*/
.icon-lg-b.icon-paper_plane { background-position: -120px -2px; } /*¸µ:-120px -0px*/
.icon-lg-b.icon-warning { background-position: -480px -117px; } /*¡úÄÉ²Ã¡¢¸µ:-480px -120px*/

.productpage-icon > .icon-lg-b.icon-cart { /*¡úÄ¾²¼¡¢ÄÉ²Ã*/
	background-position: -264px -95px;
	opacity: 1;
}
#order-warning > h3 > i.icon-lg-b.icon-warning,
.def-lst-dt > .icon-lg-b.icon-warning { /*¡úÄ¾²¼¡¢ÄÉ²Ã*/
	background-position: -480px -117px; /*¸µ:-480px -120px*/
	opacity: 1;
}
