@charset "euc-jp";

body {
  background-color: #f6eadc;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}
a:hover {
  color: #aaa;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

a:hover img {
  opacity: 0.65;
}

.bold {
  font-weight:bold;
}


/*
 * layout
 */
.wrapper {
  position: relative;
  overflow:hidden;
}
.container {
  width:100%;
  max-width: 1200px;
  background:#fff;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  background-color: #333;
  width: 100%;
  min-height: 40px;
}

.promo {
  background: #333;
}

.promo__text {
  color: #fff;
  font-size:.75em;
  text-align: left;
  margin-top:2px;
  margin-bottom:-0px;
  padding: 12px 0 6px 10px;
  letter-spacing: .8;
  font-weight: normal;
  background: #333;
}
.promo__5off {
  text-align: center;
  background: #e61212;
}
.promo__5off img { max-width:900px; }

.card_logo {
  float:right;
  margin-right:10px;
  margin-top:-4px;
}


.header__section {
  text-align: center;
  margin-bottom: 0px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 14px;
  width: 286px;
}
.header-search i {
  position: absolute;
  top: 11px;
  left: 20px;
}

.header-search__box {
  min-width: 170px;
  padding: 9px 14px 7px 18px;
  border: 1px solid #999;
  font-weight: normal;
  border-radius: 2px;
  color: #333;
}
.header-search__box:focus {
  padding: 9px 14px 7px 18px;
  background: #fff;
  border: 1px solid #ccc;
}
.button {
  border:1px solid #999;
  padding:7px 6px 1px;
  border-radius:2px;
}

.header-tools {
  float: right;
  margin: 20px 20px 0;
  width: 400px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 5.625em 0;
}

.header__logo {
  margin: 1.2em 0 2em;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
  padding-bottom:4px;  
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1120px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 19px;
  background: #f4f4f4;
  z-index: 50;
  text-align: center;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 16%;
  display: inline-block;
  vertical-align: top;
}
.mega-navi__unit-2 {
  padding: 10px 6px;
  text-align: left;
  width: 18%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}


/* slider */
#slider div {
  max-width: 1200px !important;
  padding:20px 0px;
}

.slider {
position:rerative;
  margin: 0 auto;
  max-width: 1200px;
}
.slider img {
  width:1180px;
  margin:0 auto;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-pager {
		padding: 5px 0 2.25em;
} 
.slider .bx-pager-item {
		padding: 0 4px;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 0 0 0 60px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

.price_bana {
	text-align:center;
    margin:0 auto ;
    padding:1em 0;
    background:#fff;
	width:100%;
    max-width:1200px;
}


/* main */
.main__section {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 0px;
  padding: 60px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}


/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

#pagetop a {
    width: 60px;
    height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background:#444;
    line-height:1.2;
}
#pagetop a:hover {
    color: #ffbabb;
}

/* sidebar */
.sidebar__section {
  float: left;
  max-width: 200px;
  width:/*16.67*/16.67%;
  margin:0 2.5% 0 1.67%;
}

.menu__section_cate {
  margin: 2.5em 0 1.25em !important;
  overflow:hidden;
}
.menu__section {
  margin-bottom: 30px;
}

.more-prd span {
  cursor: pointer;
}

.bottom-line{
  border-bottom:1px solid #999;
  padding-bottom:8px;
}


/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 40px;
  margin-left:255px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: -10px;
  right: 0;
}

.sort--sub-layer {
  min-width: 190px;
  width: 100%;
}

.recommend_shop {
	border:solid 1px #999999;
　　　　margin-bottom:20px;
	padding:4px;
        font-size:0.9em;
	text-align:center;
}
.recommend_shop a,
.recommend_shop a:link {
        text-decoration:underline;
}


/* contents */
.contents__section {
  float: left;
  max-width: 920px;
  width:79%;
  /*margin-right:20px;*/
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 26px;
}
.recommend__section {
  margin-top:4.75em;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 30px;
}

.sub-list {
  padding-bottom: .357em;
  font-size: 0;

}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 22%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
	width:96%;
	margin:0 0 26px 10px;
	border-bottom:1px solid #999;
	padding:6px;
	background-color:#ffffff;
        line-height:1.7em;
}

.info a,
.info a:link {
        color:#0f1a8f;
        text-decoration:underline;  
}

.info a:hover {
        color:#cccccc;
        text-decoration:none;  
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

p.sp {
	background:none;
	padding:2px 0 -2px;
	border-bottom:1px #ff9900 dotted;
	margin-bottom:3px;
}


/* history */
.history__section {
  clear: both;
  border-top: 1px solid #acacac;
  padding-top: 18px;
  text-align:center;
  background:#fff;
  width:1000px;
  margin:0 auto;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #acacac;
}

.footer__guide {
  padding-bottom: 10px;
  padding-left:20px;
  margin-bottom: 30px;
  /*border-bottom: 1px solid #ddd;*/
}

#footer_menu {
    font-size:.75em;
	margin:4px auto 10px;
	padding-top:4px;
	text-align:center;
}

.guide__col {
  display: inline-block;
  margin: 0 10px 10px;
  vertical-align: top;
}


.guide__col--one-third {
  width: 30%;
}

.guide__col--half {
  width: 540px;
}

.guide__h2 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.guide__list {
  margin: 0 0 14px;
}
.guide__list dd {
  font-weight:normal !important;
}

.guide__name {
  padding-bottom: 12px;
}

.guide__other {
  margin: 0;
  padding: 0;
  color: #666;
}

.footer__navi {
  margin-bottom: 30px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 180px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 240px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 40px;
  float: right;
}
/*
@media screen and (min-width: 640px) {
	.only_sp {display:none ;}
}*/

/* copyright */
.copyright__section {
  padding: 10px 0;
  font-size: 10px;
  text-align:center;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 2px 0 14px;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  /*padding-left: 4px;*/
  vertical-align: top;
  width: 94%;
  float:left;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: top;
  padding-top:5px;
  width: 6%;
  text-align: center;
}
.menu-list__icon-2 {
  display: table-cell;
  vertical-align: top;
  padding-top:1px;
  width: 6%;
  text-align: center;
}

.category-list__unit {
  position: relative;
}

/* calender */
.calender_area {
  margin: 10px 0 30px;
  text-align: center;
  max-width:190px;
  width:100%;
  height:13.2em;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 5px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px 14px;
  vertical-align: top;
  position: relative;
  text-align: left;
  overflow:hidden;
}

.product-list__unit-sm {
  width: 72.3px;
}

.product-list__unit-md {
  width: 120px;
  margin:0 12px 20px 12px;
}
.product-list__unit-lgw {
  width:176px;
  height:360px;
  padding:0 3px !important;
  box-sizing:border-box;
}
/* 商品一覧ページ下部のお薦め */
.product-list__unit-lgr {
  width:176px;
  height:340px;
  padding:0 3px !important;
  box-sizing:border-box;
}
.product-list__unit-lg {
  width:160px;
  height:330px;
  padding:0 3px !important;
  box-sizing:border-box;
}
.product-list__unit-lg_slick {
  width:160px;
  height:330px !important;
  padding:0 3px !important;
  box-sizing:border-box;
}

.product-list__unit-lg-3 {
  width:280px;
  /*height:314px;*/
  padding:0 14px !important;
  box-sizing:border-box;
}
.product-list__unit-lg-3 img {
  width:280px; 
}  
.product-list__unit-lg_seller {
  width:176px;
  height:300px;
}

.list_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.65;
}

.product-list__image--sm {
  max-width: 75px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: normal;
  margin-top: 16px;
  text-align: left !important;
}

.product-list__name--sidebar {
  margin-top: 2px;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 14px;
  text-align: left;
}

.product-list__prices {
  font-size:15px !important;
  margin-top: 4px;
  text-align: center;
}

.product-list__prices--sidebar {
  margin-top:-2px;
  margin-left: 10px;
}

.list_teika_side {
  color:#2f2f2f;
  font-size:11px;
  margin:-12px 0 8px !important;
  display:block;
}
.product-list__price_side {
    margin-top:-10px;
    font-size:15px;
}

.product-list__price-regular {
  text-decoration: line-through;
  margin-top:-2px;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

span.red,p.red {
	color:#ff6600;
}

.rank-box {
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 36px;
  height: 28px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 20px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}



/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  padding-bottom:2.5em;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 80px;
}
.product__section h2,.product__section h1 {
  border-bottom: none;
  font-size: 16px;
}

.product__explain {
  padding-top: 30px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__imag {
  margin-bottom:-50px;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0px 0 10px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
　color:#e20a16;
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 10px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0px 0 10px;
}

.option-list__name, .init-list__name {
  padding-bottom: 6px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 120px;
  height: 40px;
  border: 1px solid #999;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 6px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 20px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 30px 0 20px;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

.type_box {
  width:100%;
  border-top:1px solid #222;
  border-bottom:1px solid #222;
  padding:5px 2px;
}


/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}


/* ************************************************ 
	フリーページ
   ************************************************ */

#free_wrapper {
	font:1.1em/1.4em "メイリオ","Osaka",sans-serif;
	width:100%;
    max-width:840px;
    padding:0 1%;
    box-sizing:border-box;
}


h1 img.faggio_header {
	text-align:center;
	margin:8px auto 28px auto;
}
p.faggio_header {
	text-align:center;
	margin-bottom:30px;
}
p.faggio_sound-image {
	text-align:center;
	margin-top:12px;
	margin-bottom:14px;
}
p.faggio_sound-exp {
	margin-bottom:20px;
}
div img.photo_left {
	float:left;
	margin-right:10px;
}
div.faggio_sound-exp h2 {
	font-size:110%;
	border-left:solid 8px #ff9900;	
	margin-bottom:3px;
	margin-left:380px;
	padding-left:6px;
	vertical-align:bottom;	
}

div.faggio_design-exp h2 {
	font-size:110%;
	border-left:solid 8px #ff9900;	
	margin-bottom:3px;
	padding-left:6px;
	vertical-align:bottom;
}
p.faggio_design-exp {
	text-align:center;
	margin:36px auto 16px;
}
p.space {
	margin-top:8px;
}
p.space2 {
	margin-top:20px;
}
p.space3 {
	margin-top:4px;
}
p.space4 {
	margin-top:2px;
}
div img.photo_right {
	float:right;
	margin-left:10px;
}

div img.photo_center {
	text-align:center;
	margin:20px auto 30px;
}
div.faggio_return {
	margin:10px auto 14px;
	float:right;
}
div.faggio_return table td {
	text-align:center;
}


/******* 初音ミクページ *******/

p.hatune_header {
	text-align:center;
	margin:18px auto 20px auto;	
}
p.hatune_topbanner {
	text-align:center;
	margin-bottom:34px;
}
div.hatune-exp {
        overflow:hidden;
	margin:40px auto 30px 20px;
}
div.hatune-exp ul {
	list-style-position:inside;
}
div.hatune-exp li {
	margin-left:20px;
} 
div.hatune_leftphoto {
	background-color:#fff0f5;
	width:840px;
	padding:5px;
	margin:50px auto 30px auto;
}
div.hatune_leftphoto img {
	float:left;
	margin-right:10px;
}
div.hatune-exp h2 {
	font-size:110%;
	border-left:solid 8px #ff9900;	
	margin=top:20px;
	margin-bottom:3px;
	padding-left:6px;
	vertical-align:bottom;	
}
div.hatune-exp2 h2 {
	font-size:110%;
	border-left:solid 8px #ff9900;	
	margin-bottom:3px;
	margin-left:321px;
	padding-left:6px;
	vertical-align:bottom;	
}



.center {
	text-align:center;
}
.right {
	text-align:right; 
}
div.hatune_rightphoto {
        width:840px;
	margin:40px auto 20px auto;
}


div.hatune_rightphoto img {
	float:right;
	margin-left:12px;
	margin-bottom:10px;
}
p.hatune_notice {
	margin-left:200px;
}
div.hatune_return {
        overflow:hidden;
	margin:10px auto 10px;
	float:right;
}
div.hatune_return table td {
	text-align:center;
}
p.hatune_subtitle {
	font-size:120%;
	margin:18px auto 12px 18px; 
	padding:18px auto 14px;
}

/*  フリーページ・ブナコの製造工程  */

h2.center {
	text-align:center;
	margin:20px auto 15px auto;
	font:150% /1.5em "HGP明朝E","Osaka",serif;
	border:none;
}
h3.miryoku_h3 {
	font-size:110%;
	border-left:solid 8px #ff9900;	
	margin-left:4px;
	padding-left:6px;
	vertical-align:bottom;	
	margin-bottom:-18px;
}
img.miryoku_img {
	margin:14px auto 38px;
}
div img.photo_right2 {
	float:right;
	margin-top:12px;
	margin-left:12px;
}
div.exp_end {
	margin:15px auto auto 48px;
}
div.shop_img {
	margin-top:34px;
}



/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #ddd;
  font-size: 15px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.65;
  -moz-opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=65)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  zoom: 1;
}

.btn__addcart, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__soldout span,.btn__addcart_y span {
  vertical-align: middle;
}

.btn__addcart_y {
  padding: 16px 0 16px 0;  
}

.btn__quick {
  display:none;
}


.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt__md14 {
  font-size: 14px;  
}

.txt--lg {
  font-size: 16px;
}
.txt--lg_y {
  font-size: 18px;
}

.txt--lg_seller {
  font-size: 14px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}
.mar-t--10 {
  margin-top: 10px;
}
.mar-t--20 {
  margin-top: 20px;
}
.mar-t--30 {
  margin-top: 30px;
}
.mar-R--20 {
  margin-right: 20px;
}
.mar-R--30 {
  margin-right: 30px;
}

.mar-b--10 {
  margin-bottom: 10px;
}
.mar-b--16 {
  margin-bottom: 16px;
}
.mar-b--20 {
  margin-bottom: 20px;
}
.mar-b--30 {
  margin-bottom: 30px;
}
.mar-b--40 {
  margin-bottom: 40px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.pad-l--20 {
  padding-left:20px;
}
.pad-l--30 {
  padding-left:30px;
}
.pad-b--20 {
  padding-bottom:20px;
}
.pad-b--30 {
  padding-bottom:30px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
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 {
  outline: none;
}

/*********************
****     float    ****
**********************/
.fl_L {
  float:left
}
.fl_R {
  float:right
}
.clear {
  clear:both
}


.over {
  overflow:hidden;
}
.bold { font-weight:bold; }
.red { color:#e20a16; }


