@charset "utf-8";

/* ==========================================================================
   base
   ========================================================================== */
   @font-face {
     font-family: 'liberation_sansregular';
     src: url('../font/LiberationSans-Regular-webfont.eot');
     src: url('../font/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('../font/LiberationSans-Regular-webfont.woff') format('woff'),
     url('../font/LiberationSans-Regular-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
   }
   @font-face {
     font-family: 'liberation_sansbold';
     src: url('../font/LiberationSans-Bold-webfont.eot');
     src: url('../font/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
     url('../font/LiberationSans-Bold-webfont.woff') format('woff'),
     url('../font/LiberationSans-Bold-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
   }
   body {
     font-family : 'liberation_sansregular',Helvetica,ArialMT,sans-serif;
     color: #333;
     font-size : 14px;
     line-height :1.3;
     -webkit-text-size-adjust :none;
   }
   a,a:visited {
     color: #333;
     text-decoration: none;
   }
   a:hover {
     color: #be003f;
   }
   input[type="text"],
   input[type="search"],
   input[type="email"],
   input[type="tel"],
   input[type="password"],
   input[type="url"],
   input[type="number"] {
     width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     border: #ddd 1px solid;
     padding: 8px;
     border-radius: 3px;
     background: #ffffff;
     box-shadow: none;
   }
   textarea {
     width: 100%;
     height: 50px;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     padding: 8px;
     border: #ddd 1px solid;
     border-radius: 3px;
     background: #ffffff;
     box-shadow: none;
   }
   input[type="submit"],
   input[type="button"] {
     display: block;
     width: 100%;
     margin: 0;
     padding: 10px 0;
     border: none;
     border-radius: 3px;
     text-align: center;
     color: #fff;
     font-size: 13px;
     background: #be003f;
   }
   input[type="submit"]:hover,
   input[type="button"]:hover {
     background: #950031;
   }

/* common
========================================================================== */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
#page {
	padding-top: 100px;
}
#contents {
	position: relative;
}
.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
.inner:after {
	content: '';
	display: block;
	clear: both;
}
.topicpath {
	min-width: 1000px;
	padding: 10px 0;
	border-bottom: #ddd 1px solid;
}
.topicpath li {
	list-style: none;
	display: inline-block;
}
.topicpath li:after {
	margin: 0 0.3em 0 0.8em;
	content: '>';
}
.topicpath li:last-child:after {
	content: '';
}
.wp-pagenavi,
.pager {
	font-size: 21px;
	text-align: center;
}
.wp-pagenavi a,
.pager a{
	display: inline-block;
	margin: 0 5px;
	padding-left: 25px;
}
.wp-pagenavi .nextLink, {
	display: inline-block;
}
.wp-pagenavi .nextLink a {
	position: relative;
}
.wp-pagenavi .nextLink a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-right: #B6B6B6 2px solid;
	border-top: #B6B6B6 2px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.btn {
	width: 140px;
}
.btn a,
.btn span {
	display: block;
	border-radius: 3px;
	padding: 12px 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	background: #be003f;
	box-shadow: 0 3px #8a002d;
}
.btn a:hover,
.btn span:hover {
	background: #950031;
}
.omit {
	margin-left: 5px;
}
.icon-arrow-right {
	position: relative;
	padding-left: 14px;
}
.icon-arrow-right:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-right: #B6B6B6 2px solid;
	border-top: #B6B6B6 2px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.supplier-catchcopy {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'liberation_sansbold';
}
.supplier-description {
	margin: 0 0 15px;
	color: #878787;
	font-weight: bold;
	line-height: 1.5;
	font-size: 15px;
}
.suppliers-list article {
	width: 460px;
	float: left;
	margin: 0 0 60px 60px;
	padding-bottom: 5px;
}
.suppliers-list .youtube-box,
.suppliers-list .img-box  {
	margin-bottom: 10px;
}
.suppliers-list .youtube-box img{
	width: 300px;
	height: auto;
}
.suppliers-list .supplier-name {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: normal;
	font-family: 'liberation_sansbold';
}
.suppliers-list .supplier-name:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background: #ccc;
}
.suppliers-list article > a {
	display: block;
}
.suppliers-list article > a:hover .btn span {
	background: #950031;
}
.suppliers-list .supplier-message {
	position: relative;
	margin: 0 20px 18px 0;
	border-radius: 14px;
	padding: 12px 20px;
	color: #fff;
	background: #aaa;
}
.suppliers-list .supplier-message:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #aaa;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.search-unit {
	display: table;
}
.search-unit .category-select,
.search-unit .keyword-wrap {
	display: table-cell;
	vertical-align: middle;
}
.search-unit .keyword-wrap {
	width: 480px;
}
.search-unit .keyword-wrap form {
	width: 100%;
}
.search-unit .category-select {
	width: 480px;
	padding-right: 20px;
}
.search-unit .category-select select {
	width: 100%;
	padding: 8px;
}
.search-unit .input-keyword {
	float: left;
	width: 335px;
}
.search-unit .input-keyword input {
	margin-top: 1px;
}
.search-unit .search-btn {
	float: right;
	width: 140px;
}
.tag-unit {
	margin: 0;
	padding-top: 20px;
	padding-left: 0;
}
.tag-unit li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 10px 0;
	font-size: 15px;
}
.tag-unit a {
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	color: #785657;
	text-decoration: none;
	background: #e4dddd;
}
.tag-unit a:hover {
	color: #be003f;
}
.sec-title {
	margin: 0 0 50px;
	font-size: 34px;
	font-family: 'liberation_sansbold';
	text-align: center;
}
.dtl-title,
.under-title {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 20px;
	font-size: 34px;
	text-align: center;
}
.dtl-title:after,
.under-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 1px;
	margin-left: -50px;
	background: #ccc;
}
.column3 {
	width: 1020px;
	overflow: hidden;
	margin: 0 0 0 -40px;
	padding-left: 0;
}
.column3 li {
	float: left;
	width: 300px;
	margin-left: 40px;
	list-style: none;
}
.youtube-box,
.img-box {
	position: relative;
	width: 100%;
	padding-top: 50.6%;
}
.youtube-box iframe,
.img-box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.under-title {
	padding-top: 50px;
	margin-bottom: 50px;
	font-family: 'liberation_sansbold';
}
.layout-imgL {
	width: 100%;
}
.layout-imgL:after {
	content: '';
	display: block;
	clear: both;
}
.layout-imgL .image {
	float: left;
	margin-right: 20px;
}
.layout-imgL .sentence {
	overflow: hidden;
}
.layout-table {
	margin-bottom: 30px;
	border-radius: 3px;
	padding: 10px 0;
	background: #f8f5f5;
}
.layout-table table {
	width: 100%;
	font-size: 12px;
}
.layout-table dl {
	width: 100%;
	display: table;
	margin: 0;
	font-size: 12px;
}
.layout-table dl dt,
.layout-table dl dd,
.layout-table td {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.layout-table dl dt,
.layout-table .column-1 {
	width: 200px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
}
.layout-table dl dd {
	margin-left: 0;
}
.layout-form {
	border-radius: 3px;
	padding: 50px 50px 30px;
	background: #F8F5F5;
}
.layout-form dl {
	margin: 0 0 20px;
}
.layout-form dt {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
.layout-form dl.necessity dt:after {
	content: " (required) ";
	font-weight: normal;
}
.layout-form dd {
	margin-left: 0;
}
.layout-form dd input,
.layout-form dd textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 17px;
}
.layout-form dd select {
	width: 480px;
}
.layout-form dd textarea {
	height: 140px;
}
.layout-form .btn {
	margin: 0 auto;
}
.layout-form .btn input {
	padding-bottom: 8px;
	box-shadow: 0 3px #8a002d;
}
.layout-form .btn input:hover {
	background: #950031;
}
.layout-complete {
	font-size: 15px;
}
.layout-complete .message {
	margin: 0 0 15px;
	font-weight: bold;
}
.layout-complete .mailto {
	margin: 0 0 10px;
}
.layout-complete .mailto a {
	color: #be003f;
	text-decoration: none;
}
.layout-complete .mailto a:hover {
	text-decoration: underline;
}
.layout-complete .phone {
	margin: 0 0 90px;
	color:#000;
}
.layout-complete .btn {
	max-width: 320px;
	width: 90%;
	margin: 0 auto;
}
.sns-group {
}
.sns-group:after {
	content: '';
	display: block;
	clear: both;
}
.sns-group .facebook,
.sns-group .google,
.sns-group .linkedin {
	float: left;
	margin-right: 20px;
}
.sns-group a:hover {
	opacity: 0.5;
}

@media(max-width:640px) {
  #page {
   padding-top: 50px;
 }
 .inner {
   width: auto;
   padding: 0;
 }
 .topicpath {
   display: none;
 }
 .btn {
   margin-left: auto;
   margin-right: auto;
 }
 .supplier-catchcopy {
   width: 300px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
 }
 .supplier-description {
   width: 300px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 30px;
   text-align: center;
   font-size: 14px;
   line-height: 1.3;
 }
 .suppliers-list article {
   float: none;
   width: auto;
   margin: 0 auto 15px;
   border-bottom: #ddd 1px solid;
   padding: 0 10px 15px;
 }
 .suppliers-list .supplier-name {
   width: 300px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
 }
 .suppliers-list .supplier-name:after {
   left: 100px;
 }
 .suppliers-list .supplier-message {
   width: 240px;
   margin-left: auto;
   margin-right: auto;
 }
 .search-unit {
   display: block;
   background: #f8f8f8;
 }
 .search-unit .category-select {
   display: block;
   width: auto;
   margin-bottom: 20px;
   padding: 0 10px;
 }
 .search-unit .keyword-wrap {
   display: table;
   width: 100%;
 }
 .search-unit .input-keyword {
   display: table-cell;
   float: none;
   width: auto;
   padding-left: 10px;
   vertical-align: middle;
 }
 .search-unit .search-btn {
   display: table-cell;
   float: none;
   width: 85px;
   padding: 0 10px;
   vertical-align: middle;
 }
 .tag-unit {
   padding-left: 10px;
   padding-bottom: 20px;
 }
 .sec-title {
   margin-bottom: 25px;
   font-size: 32px;
 }
 .dtl-title {
   margin-bottom: 20px;
   padding-bottom: 10px;
   font-size: 32px;
 }
 .column3 {
   width: auto;
   margin-left: 0;
 }
 .column3 li {
   float: none;
   width: auto;
   margin: 0 10px;
 }
 .under-title {
   margin-bottom: 30px;
 }
 .layout-imgL .image {
   float: none;
   margin-right: 0;
   margin-bottom: 10px;
   text-align: center;
 }
 .layout-table {
   margin: 0 10px 15px;
   padding: 10px;
 }
 .layout-table dl,
 .layout-table tr {
   display: block;
   margin-bottom: 15px;
 }
 .layout-table dl:last-child,
 .layout-table tr:last-child {
   margin-bottom: 0;
 }
 .layout-table dl dt,
 .layout-table dl dd,
 .layout-table tr td,
 .layout-table .column-1 {
   display: block;
   padding: 0;
 }
 .layout-table dl dt,
 .layout-table .column-1 {
   width: auto;
   margin-bottom: 3px;
 }
 .layout-form {
   padding: 0;
   background: transparent;
 }
 .layout-form-inner {
   margin-bottom: 15px;
   border-radius: 3px;
   padding: 25px 25px 5px;
   background: #F8F5F5;
 }
 .layout-form dl {
   margin-bottom: 15px;
 }
 .layout-form dd input,
 .layout-form dd textarea {
   padding-top: 4px;
   padding-bottom: 4px;
 }
 .layout-form dd select {
   width: 100%;
 }
 .layout-form dd textarea {
   height: 80px;
 }
 .layout-complete {
   padding-top: 20px;
 }
 .layout-complete .phone {
   margin-bottom: 20px;
 }
 }/* max-width:640px END */

/* header
========================================================================== */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 70px;
	padding-top: 30px;
	border-bottom: #ddd 1px solid;
	background: #fff;
}
#header #header-logo {
	float: left;
	margin: 0;
}
#header #header-logo a:hover {
	opacity: 0.5;
}
#header #gnav {
	float: right;
	padding-top: 10px;
}
#gnav #gnav-btn-sp {
	display: none;
}
#gnav ul {
	margin: 0;
	padding-left: 0;
	padding-right: 110px;
}
#gnav li {
	float: left;
	list-style: none;
	margin-right: 35px;
	font-weight: bold;
}
#gnav a {
	color: #888;
	font-size: 15px;
	text-decoration: none;
}
#gnav a:hover {
	color: #333;
}
#gnav li.current a {
	color: #333;
}
#header #header-cart-btn{
	display: none;
}
#header #header-cart-btn-pc{
	position: absolute;
	top: 0;
	right: 10px;
	text-align: center;
	width: 27px;
	height: 70px;
	cursor: pointer;
}
#header #header-cart-btn-pc .widgettitle{
	position: absolute;
	top: 0;
	right:0;
	text-align: center;
	width: 27px;
	height: 40px;
}
#header #header-cart-btn-pc .widget_shopping_cart_content{
	position: absolute;
	top: 71px;
	right: 0;
	background-color: #000000;
	padding: 20px 20px 10px 20px;
	width: 200px;	
  color:#cccccc;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	visibility: hidden;
	opacity: 0;
}
#header #header-cart-btn-pc:hover .widget_shopping_cart_content{
	visibility: visible;
  opacity: 1;
}
#header #header-cart-btn-pc .widget_shopping_cart_content ul{
	-webkit-padding-start: 0;
}
#header #header-cart-btn-pc .widget_shopping_cart_content li{
	list-style: none;
}
#header #header-cart-btn-pc .widget_shopping_cart_content .empty{
  list-style:none;
  text-align: center;
  padding-bottom: 6px;
}
#header #header-cart-btn-pc .widget_shopping_cart_content a{
  color:#cccccc;
  display: inline;
}
#header #header-cart-btn-pc .widget_shopping_cart_content .quantity{
	display: block;
}
#header #header-cart-btn-pc .widget_shopping_cart_content a img{
	width: 40px;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
  margin-left: 4px;
}
#header #header-cart-btn-pc .widget_shopping_cart_content a.remove{
	background-color: #ff0000;
  color:#000 !important;
  font-size: 1em;
  display: inline-block;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
}
#header #header-cart-btn-pc .widget_shopping_cart_content .buttons a{
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom:10px;
	color: #be003e;
	text-align: center;
	border: 2px solid #be003e;
	background-color: #ffffff;
	padding: .618em 1em;
	font-weight: bold;
}
#header #header-cart-btn-pc .widget_shopping_cart_content .buttons a.checkout{
	background-color: #be003e;
	color: #ffffff;
}
#header #header-cart-btn-pc .total{
	text-align: center;
}
#header #header-login-btn {
	position: absolute;
	top: 0;
	right: 55px;
	text-align: center;
}
#header #header-myaccount-btn a{
	position: absolute;
	top: 11px;
	right: 55px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}
#header #header-cart-btn a:hover,
#header #header-login-btn a:hover {
	opacity: 0.5;
}
#header #header-cart-btn-pc .widgettitle:before{
	content: url("../img/header_cart_btn_pc.png");
}
#header #header-login-btn a:before {
	content: url("../img/header_login_btn_pc.png");
}
#header #header-login-btn a img {
	display: none;
}
#header #header-login-btn span,
#header #header-cart-btn-pc .widgettitle{
	display: block;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #878787;
}
@media(max-width:640px) {
  #header {
   height: 36px;
   padding-top: 13px;
 }
 #header #header-logo {
   padding-left: 10px;
 }
 #header #header-logo img {
   width: 119px;
   height: auto;
 }
 #header #gnav {
   clear: both;
   float: none;
   padding-top: 0;
 }
 #gnav #gnav-btn-sp {
   display: block;
   position: absolute;
   top: 0;
   right: 10px;
   width: 22px;
   height: 20px;
 }
 #gnav #gnav-btn-sp span {
   display: block;
   position: absolute;
   top: 8px;
   left: 0;
   width: 22px;
   height: 4px;
   background: #be003f;
   opacity: 1;
   transition: 0.3s linear;
   -webkit-transition: 0.3s linear;
   -moz-transition: 0.3s linear;
 }
 #gnav #gnav-btn-sp:before,
 #gnav #gnav-btn-sp:after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   width: 22px;
   height: 4px;
   background: #be003f;
   transition: 0.3s linear;
   -webkit-transition: 0.3s linear;
   -moz-transition: 0.3s linear;
   transition: top 0.3s linear 0, width 0.3s linear 0, transform 0.3s linear 0;
   -webkit-transition: 0.3s linear;
   -moz-transition: 0.3s linear;
 }
 #gnav #gnav-btn-sp:before {
   top: 0;
 }
 #gnav #gnav-btn-sp:after {
   top: 16px;
 }
 #gnav #gnav-btn-sp.open span {
   opacity: 0;
 }
 #gnav #gnav-btn-sp.open:before {
   top: 8px;
   width: 25px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
 }
 #gnav #gnav-btn-sp.open:after {
   top: 8px;
   width: 25px;
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
 }
 #gnav ul {
   display: none;
   padding-right: 0;
   background: #f8f8f8;
 }
 #gnav li {
   float: none;
   margin-right: 0;
   border-bottom: #ddd 1px solid;
 }
 #gnav li a {
   display: block;
   padding: 8px 10px;
 }
 #gnav li.current a {
   color: #888;
 }
 #gnav li.current a:hover {
   color: #333;
 }
  #header #header-cart-btn{
  	display: block;
  	position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
  }
	 #header #header-cart-btn-pc{
	 	display: none;
	 }
 #header #header-cart-btn a:before,
 #header #header-login-btn a:before  {
   content: '';
 }
 #header #header-cart-btn a img,
 #header #header-login-btn a img {
   display: block;
   margin: 0 auto;
 }
 #header #header-cart-btn {
   top: -5px;
   right: 55px;
 }
 #header #header-login-btn {
   top: -5px;
   right: 90px;
 }
 #header #header-myaccount-btn a{
   top: 2px;
   right: 100px;
   font-size: 13px;
 }

 }/* max-width:640px END */

/* footer
========================================================================== */
#pagetop a {
	position: relative;
	float: right;
	width: 60px;
	height: 50px;
	margin-bottom: -1px;
	border-radius: 3px 3px 0 0;
	background: #333;
}
#pagetop a:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
	height: 20px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#btn-contact{
	position: fixed;
	right: 0;
	top: 230px;
	z-index: 10;
}
#footer {
	position: relative;
	min-width: 1000px;
	padding: 50px 0 55px;
	color: #fff;
	background: #333;
}
#footer #footer-sns-btn{
	text-align: center;
	margin-bottom: 30px;
}
#footer #footer-sns-btn div{
	display: inline-block;
	margin: 0 7px;
}
#footer #fnav {
	width: 240px;
	margin: 0 auto 30px auto;
}
#footer #fnav ul{
	width: 120px;
	margin: 0;
	padding: 0;
	float: left;
}
#footer #fnav li {
	list-style: none;
	text-align: center;
}
#footer #fnav a {
	color: #fff;
	font-size: 12px;
}
#footer #fnav a:hover {
	opacity: 0.5;
}
#footer #copyright {
	display: block;
	text-align: center;
	font-size: 12px;
}

@media(max-width:640px) {
  #footer {
   min-width: 0;
   padding: 60px 0 40px;
   text-align: center;
 }
 #footer #fnav {
   float: none;
 }
 #footer #fnav li {
   float: none;
   list-style: none;
   margin: 0 5px 15px 5px;
 }
 #btn-contact{
   display: none;
 }

 }/* max-width:640px END */

/* ==========================================================================
   top
   ========================================================================== */

/* detail-search-area
========================================================================== */
#top-keyword-search {
	min-width: 1000px;
	padding: 10px 0;
	background: #fBf8f8;
}
#top-keyword-search .keyword-wrap {
	display: table;
}
#top-keyword-search .input-keyword,
#top-keyword-search .search-btn,
#top-keyword-search .advanced-search-btn {
	display: table-cell;
	vertical-align: middle;
}
#top-keyword-search .input-keyword {
	width: 490px;
	padding-right: 5px;
}
#top-keyword-search .search-btn {
	width: 140px;
	padding-right: 30px;
}

@media(max-width:640px) {
  #top-keyword-search {
   display: none;
 }
 }/* max-width:640px END */

/* top-visual
========================================================================== */
#top-visual {
	min-width: 1000px;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-bottom: 50px;
}
#top-visual #visual-main {
	position: relative;
	margin: 0;
	padding-left: 0;
}
#visual-main li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	list-style: none;
}
#visual-main li:first-child {
	display: block;
}
#visual-main li .lead-space {
	z-index: 10;
	padding-top: 50px;
	color: #fff;
}
#visual-main li .lead {
	line-height: 1.1;
	margin: 0 0 10px;
	font-size: 67px;
	font-family: 'liberation_sansbold';
}
#visual-main li .sub-lead {
	margin: 0;
	font-size: 20px;
}
#visual-main li .pc-visual {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	width: 1280px;
	height: auto;
	margin-left: -640px;
}
#visual-main li .sp-visual {
	display: none;
}
#top-visual #visual-thumb {
	position: absolute;
	bottom: 20px;
	z-index: 300;
	width: 100%;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
#visual-thumb li {
	display: inline-block;
	margin: 0 5px;
}
#visual-thumb a {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #fff;
}
#visual-thumb .selected a {
	background: #333;
}
#top-visual .visual-prev-btn,
#top-visual .visual-next-btn {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 200;
	width: 17px;
	height: 30px;
	margin-top: -15px;
}
#top-visual .visual-prev-btn {
	left: 10px;
	background: url(../img/visual_prev_pc.png) center center no-repeat;
}
#top-visual .visual-next-btn {
	right: 10px;
	background: url(../img/visual_next_pc.png) center center no-repeat;
}

@media(max-width:640px) {
  #top-visual {
   min-width: 0;
   height: 190px;
   margin-bottom: 45px;
 }
 #visual-main li {
   height: 190px;
 }
 #visual-main li .lead-space {
   padding: 10px;
 }
 #visual-main li .lead {
   font-size: 24px;
 }
 #visual-main li .sub-lead {
   font-size: 14px;
 }
 #visual-main li .pc-visual {
   display: none;
 }
 #visual-main li .sp-visual {
   display: block;
   position: absolute;
   top: 0;
   left: 50%;
   z-index: 5;
   width: 640px;
   height: auto;
   margin-left: -320px;
 }
 #top-visual #visual-thumb {
   display: none;
 }
 #top-visual .visual-prev-btn,
 #top-visual .visual-next-btn {
   top: auto;
   bottom: 10px;
   width: 13px;
   height: 20px;
   margin-top: 0;
 }
 #top-visual .visual-prev-btn {
   left: auto;
   right: 60px;
   background: url(../img/visual_prev_sp.png) center center no-repeat;
   background-size: 13px 20px;
 }
 #top-visual .visual-next-btn {
   right: 10px;
   background: url(../img/visual_next_sp.png) center center no-repeat;
   background-size: 13px 20px;
 }
 }/* max-width:640px END */

/* top-feature
========================================================================== */
#top-feature {
	margin-bottom: 60px;
}
#top-feature .suppliers-list {
	width: 1040px;
	overflow: hidden;
	margin-left: -60px;
}

@media(max-width:640px) {
  #top-feature {
   margin-bottom: 30px;
 }
 #top-feature .suppliers-list {
   width: auto;
   margin-left: 0;
 }
 #top-feature .suppliers-list article:last-child {
   border-bottom: none;
 }
 }/* max-width:640px END */

/* top-category-search
========================================================================== */
#top-category-search {
	min-width: 1000px;
	margin-bottom: 60px;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	padding: 60px 0;
	background: #fBf8f8;
}
#top-category-search #category-search-list {
	width: 1020px;
	overflow: hidden;
	margin: 0 0 20px -40px;
	padding-left: 0;
}
#category-search-list li {
	float: left;
	width: 300px;
	margin-left: 40px;
	list-style: none;
}
#category-search-list li a {
	display: block;
	position: relative;
	padding: 25px 0;
	font-size: 20px;
	font-family: 'liberation_sansbold';
}
#category-search-list li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background: #de7f9f;
}
#top-category-search .search-unit {
	display: none;
}

@media(max-width:640px) {
  #top-category-search {
   min-width: 0;
   padding: 45px 0 30px;
   margin-bottom: 45px;
 }
 #top-category-search #category-search-list {
   display: none;
 }
 #top-category-search .wp-pagenavi {
   display: none;
 }
 #top-category-search .search-unit {
   display: block;
 }
 }/* max-width:640px END */

/* top-why-japand
========================================================================== */
#top-why-japand {
	margin-bottom: 40px;
}
#top-why-japand #top-why-item {
	display: table;
	margin: 0 0 80px;
	padding-left: 0;
}
#top-why-japand #top-why-item li {
	display: table-cell;
	list-style: none;
	vertical-align: middle;
	background: url(../img/why_arrow.png) left center no-repeat;
}
#top-why-japand #top-why-item li:first-child {
	padding: 0 60px 0 70px;
	background: none;
}
#top-why-japand #top-why-item li:nth-child(2) {
	padding: 0 60px 0 115px;
}
#top-why-japand #top-why-item li:last-child {
	padding: 0 80px 0 100px;
}
#top-why-japand #top-why-list {
	width: 1020px;
	overflow: hidden;
	margin: 0 0 50px -40px;
}
#top-why-japand #top-why-list ul {
	float: left;
	width: 300px;
	margin: 0 0 0 40px;
	padding-left: 0;
}
#top-why-japand #top-why-list li {
	position: relative;
	list-style: none;
	padding: 20px 0 20px 20px;
	font-size: 20px;
	font-family: 'liberation_sansbold';
	text-indent: -20px;
}
#top-why-japand #top-why-list li:before {
	content: url("../img/why_check.png");
	margin-right: 8px;
}
#top-why-japand #top-why-list li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background: #ccc;
}

@media(max-width:640px) {
  #top-why-japand #top-why-item {
   width: 300px;
   margin: 0 auto 35px;
 }
 #top-why-japand #top-why-item li {
   background-size: 19px 18px;
 }
 #top-why-japand #top-why-item li:first-child {
   padding: 0 10px;
 }
 #top-why-japand #top-why-item li:first-child img {
   width: 46px;
   height: auto;
 }
 #top-why-japand #top-why-item li:nth-child(2) {
   padding: 0 15px 0 30px;
 }
 #top-why-japand #top-why-item li:nth-child(2) img {
   width: 118px;
   height: auto;
 }
 #top-why-japand #top-why-item li:last-child {
   padding: 0 10px 0 30px;
 }
 #top-why-japand #top-why-item li:last-child img {
   width: 50px;
   height: auto;
 }
 #top-why-japand #top-why-list {
   width: auto;
   margin: 0 0 25px;
   padding: 0 10px;
   text-align: center;
 }
 #top-why-japand #top-why-list ul {
   float: none;
   width: auto;
   margin-left: 0;
 }
 #top-why-japand #top-why-list li {
   padding-left: 0;
   text-indent: 0;
 }
 #top-why-japand #top-why-list li:after {
   left: 50%;
   margin-left: -50px;
 }
 }/* max-width:640px END */

/* ==========================================================================
   suppliers_list
   ========================================================================== */

/* detail-search-area
========================================================================== */
#detail-search-area {
	min-width: 1000px;
	margin-bottom: 60px;
	padding: 55px 0 20px;
	background: #f8f8f8;
}

@media(max-width:640px) {
  #detail-search-area {
   min-width: 0;
   margin-bottom: 30px;
   padding-top: 40px;
   padding-bottom: 0;
   background: #fff;
 }
 #detail-search-area .tag-unit {
   background: #f8f8f8;
 }
 }/* max-width:640px END */

/* result
========================================================================== */
#result {
	width: 710px;
	float: right;
}
#result .result-count {
	margin: 0 0 30px;
	padding: 5px 10px;
	color: #878787;
	background: #f8f5f5;
}
#result .suppliers-list {
	width: 750px;
	overflow: hidden;
	margin-left: -40px;
}
#result .suppliers-list article {
	width: 335px;
	margin-left: 40px;
}

@media(max-width:640px) {
  #result {
   float: none;
   width: auto;
 }
 #result .result-count {
   margin-bottom: 15px;
   padding: 5px 15px;
 }
 #result .suppliers-list {
   width: auto;
   margin-left: 0;
 }
 #result .suppliers-list article {
   width: auto;
   margin-left: auto;
 }
 }/* max-width:640px END */

/* category-list
========================================================================== */
#category-list {
	position: absolute;
	top: 0;
	width: 210px;
	border-radius: 3px;
	background: #f9e8ee;
}
#category-list h2 {
	margin: 0;
	padding: 18px 15px;
	color: #be003f;
	font-size: 15px;
}
#category-list ul {
	margin: 0;
	padding: 0 0 8px 15px;
}
#category-list li {
	list-style: none;
	margin-bottom: 10px;
}

@media(max-width:640px) {
  #category-list {
   display: none;
 }
 }/* max-width:640px END */

/* ==========================================================================
   suppliers_list
   ========================================================================== */
   #basic-data,
   #product-list,
   #company-overview,
   .free-space,
   #similar-suppliers,
   #under-search-area {
     min-width: 1000px;
     border-top: #ddd 1px solid;
     padding: 60px 0 60px;
   }
   .dtl-line2 {
     background: #fBf8f8;
   }
   .dtl-line1.btn-bef {
     margin-bottom: 60px !important;
     padding-bottom: 0 !important;
   }
   .dtl-line2.btn-bef {
     margin-bottom: 60px !important;
   }
   .btn-area {
     width: 320px;
     margin: 60px auto;
   }
   .btn-area .btn {
     width: 320px;
   }
   .btn-area .sns-group {
     width: 154px;
     margin: 0 auto;
     padding-top: 60px;
   }
   .btn-area .sns-group .linkedin {
     margin-right: 0;
   }

   @media(max-width:640px) {
    #basic-data,
    #product-list,
    #company-overview,
    .free-space,
    #similar-suppliers,
    #under-search-area {
     min-width: 0;
     padding: 40px 0 10px;
   }
   .dtl-line1.btn-bef {
     margin-bottom: 20px !important;
   }
   .dtl-line2.btn-bef {
     margin-bottom: 20px !important;
   }
   .inquiry-btn {
     width: auto;
     margin: 30px 10px;
   }
   }/* max-width:640px END */

/* basic-data
========================================================================== */
#basic-data {
	border-top: none;
}
#basic-data h2 {
	margin-bottom: 5px;
}
#basic-data .tag-unit {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
}
#basic-data .tag-unit:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 1px;
	margin-left: -50px;
	background: #ccc;
}
#basic-data .youtube-box-wrap {
	width: 100%;
	max-width: 756px;
	margin: 0 auto 20px;
}
#basic-data .youtube-box{
	position: relative;
	width: 100%;
	padding: 50.6% 0 0 0;
}
#basic-data .img-box  {
	position: relative;
	width: 100%;
	padding: 50.6% 0 0 0;
	overflow: hidden;
}
#basic-data .youtube-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#basic-data .img-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#basic-data .supplier-catchcopy {
	width: 756px;
	margin: 0 auto 20px;
	font-size: 22px;
}
#basic-data .supplier-description {
	width: 756px;
	margin: 0 auto 35px;
}
#basic-data .supplier-message {
	position: relative;
	max-width: 500px;
	width: auto;
	margin: 0 auto -20px;
	border-radius: 14px;
	padding: 12px 20px;
	color: #fff;
	background: #aaa;
}
#basic-data .supplier-message:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	right: 50%;
	width: 10px;
	height: 10px;
	margin-right: -5px;
	background: #aaa;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

@media(max-width:640px) {
  #basic-data h2 {
   margin-bottom: 0;
 }
 #basic-data .tag-unit {
   margin-bottom: 20px;
   padding-bottom: 10px;
 }
 #basic-data .youtube-box-wrap {
   width: auto;
   padding: 0 10px;
 }
 #basic-data .supplier-catchcopy {
   width: auto;
   padding: 0 10px;
 }
 #basic-data .supplier-description {
   width: auto;
   padding: 0 10px;
 }
 #basic-data .supplier-message {
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 0;
 }
 #basic-data .supplier-message:after {
   right: 25px;
   margin-right: 0;
 }
 }/* max-width:640px END */

/* product-list
========================================================================== */
#product-list .product-photo {
	margin: 0 0 15px;
}
#product-list .product-catchcopy{
	margin: 0 0 15px;
	font-size: 20px;
	font-family: 'liberation_sansbold';
}
#product-list .product-description {
	line-height: 1.5;
	margin: 0;
	color: #868686;
	padding-bottom: 20px;
}
#product-list .woocommerce.columns-3 .products li:nth-of-type(7){
	display: none;
}
#product-list .product-list-more{
	text-align: center;
}
#product-list .product-list-more span{
	border: 1px solid #333333;
	font-weight: bold;
	background-color: #ffffff;
	display: inline-block;
	padding: 16px 50px;
	cursor: pointer;
}
#product-list ul.products li.product{
	width: 30.05% !important;
}

@media(max-width:640px) {
  #product-list ul.products{
   margin: 0 10px !important;
 }
 #product-list ul.products li.product{
   width:48% !important;
 }
 #product-list .product a.button{
   width: 100%;
   padding:14px 0;
   font-weight: bold;
 }
 #product-list .product-photo img {
   width: 100%;
   height: auto;
 }
 #product-item-list li {
   margin-bottom: 14px;
   border-bottom: #ddd 1px solid;
   padding-bottom: 10px;
 }
 #product-item-list li:last-child {
   margin-bottom: 0;
   border-bottom: none;
   padding-bottom: 0;
 }
 #product-list .product-description {
   padding-bottom: 0;
 }
 #product-list .product-list-more span{
   margin-bottom: 40px;
   padding: 14px 50px;
 }
 }/* max-width:640px END */

/* company-overview
========================================================================== */
#company-overview .company-photo {
	margin:0 auto 30px auto;
	width:100%;
	max-width: 756px;
}
#company-overview .company-photo img{
	width:100%;
}
@media(max-width:640px) {
#company-overview .company-photo {
	margin-bottom: 10px;
	width:auto;
}
#company-overview .company-photo img {
	width: 100%;
	height: auto;
}
 #company-relation li {
   margin-bottom: 5px;
 }
 #company-relation li:last-child {
   margin-bottom: 0;
 }
 #company-relation img {
   width: 100%;
   height: auto;
 }
 }/* max-width:640px END */

/* free-space
========================================================================== */
.free-space .free-photo {
	margin:0 auto 15px auto;
	width:100%;
	max-width: 756px;
}
.free-space .free-photo  img{
	width:100%;
}
.free-space .free-description {
	margin: 0;
	line-height: 1.8;
	font-size: 20px;
}
.free-space .free-description.product-list-description{
  margin-bottom:30px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
.free-space.dtl-line2 .free-description {
	color: #888;
}

@media(max-width:640px) {
.free-space .free-photo {
	margin-bottom: 10px;
	width:auto;
}
.free-space .free-photo img {
	width: 100%;
	height: auto;
}
 .free-space .free-description {
   padding: 0 10px;
  font-size: 14px;
 }
 }/* max-width:640px END */

/* similar-suppliers
========================================================================== */
#similar-suppliers {
	padding-bottom: 0;
}
#similar-suppliers #similar-suppliers-list {
	width: 1020px;
	overflow: hidden;
	margin-left: -40px;
}
#similar-suppliers #similar-suppliers-list article {
	width: 300px;
	margin-left: 40px;
}

@media(max-width:640px) {
  #similar-suppliers #similar-suppliers-list {
   width: auto;
   margin-left: 0;
 }
 #similar-suppliers #similar-suppliers-list article {
   width: auto;
   margin-left: auto;
 }
 #similar-suppliers-list article:last-child {
   border-bottom: none;
 }
 }/* max-width:640px END */

/* under-search-area
========================================================================== */
#under-search-area {
	padding-bottom: 100px;
}
@media(max-width:640px) {
  #under-search-area {
   padding-bottom: 30px;
 }
 }/* max-width:640px END */

/* ==========================================================================
   blog
   ========================================================================== */
   #blogList {
   }

/* blog-sub
========================================================================== */
#blog-sub {
	float: right;
	width: 250px;
}
#blog-sub h3 {
	margin: 0 0 20px;
	font-size: 18px;
}
#blog-sub ul {
	margin: 0 0 25px;
	border-bottom: #BE003F 1px solid;
	padding: 0 0 15px 0;
}
#blog-sub ul:last-child {
	margin-bottom: 45px;
	border-bottom: none;
	padding-bottom: 0;
}
#blog-sub li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 15px;
}
#blog-sub .metadata {
	color: #868686;
	font-size: 14px;
}
@media(max-width:640px) {
  #blog-sub {
   float: none;
   width: auto;
   padding: 0 10px;
 }
 #blog-sub ul {
   margin-bottom: 30px;
 }
 #blog-sub li {
   margin-bottom: 15px;
 }
 }/* max-width:640px END */

/* blogList-main
========================================================================== */
#blogList-main {
	float: left;
	width: 640px;
}
#blogList-main article {
	margin-bottom: 25px;
	border-bottom: #BE003F 1px solid;
	padding-bottom: 25px;
}
#blogList-main h3 {
	margin: 0 0 5px;
	font-size: 30px;
}
#blogList-main .metadata {
	margin: 0 0 20px;
	color: #868686;
}
#blogList-main .sentence {
	padding-bottom: 3px;
}
#blogList-main .sentence p {
	line-height: 1.8;
	margin: 0;
	color: #858585;
}
#blogList-main .sentence .btn {
	margin-top: 25px;
}
#blogList-main .wp-pagenavi {
	padding: 15px 0;
	color: #BE003F;
	font-size: 14px;
	text-align: left;
}
#blogList-main .wp-pagenavi a,
#blogList-main .wp-pagenavi span.current {
	display: inline-block;
	margin-right: 7px;
	padding-left: 0;
	color: #BE003F;
}
#blogList-main .wp-pagenavi a:hover {
	text-decoration: underline;
}
@media(max-width:640px) {
  #blogList-main {
   width: auto;
   float: none;
   margin-bottom: 30px;
 }
 #blogList-main article {
   margin: 0 10px 30px;
   padding-bottom: 20px;
 }
 #blogList-main h3 {
   margin-bottom: 10px;
 }
 #blogList-main .image img {
   width: 100%;
   max-width: 300px;
   height: auto;
 }
 #blogList-main .sentence .btn {
   margin-top: 20px;
 }
 #blogList-main .wp-pagenavi {
   margin-top: -10px;
   padding: 0 10px;
 }
 }/* max-width:640px END */

/* blogDetail-main
========================================================================== */
#blogDetail-main {
	float: left;
	width: 640px;
	margin-bottom: 40px;
}
#blogDetail-main h3 {
	margin: 0 0 5px;
	font-size: 22px;
}
#blogDetail-main .metadata {
	margin: 0 0 20px;
	color: #868686;
}
#blogDetail-main p {
	line-height: 1.8;
	color: #858585;
}
#blogDetail-main .sns-group {
	margin: 50px 0;
}
#blogDetail-main .article-pager {
	border-bottom: #BE003F 1px solid;
	padding: 10px 0 30px;
}
#blogDetail-main .article-pager:after {
	content: '';
	display: block;
	clear: both;
}
#blogDetail-main .article-pager div.prev {
	float: left;
}
#blogDetail-main .article-pager div.next {
	float: right;
}
#blogDetail-main .article-pager a:hover {
	opacity: 0.5;
}
@media(max-width:640px) {
  #blogDetail-main {
   float: none;
   width: auto;
   margin-bottom: 30px;
   padding: 0 10px;
 }
 #blogDetail-main p img {
   width: 100%;
   max-width: 640px;
   height: auto;
 }
 #blogDetail-main .sns-group {
   margin: 30px 0;
 }
 }/* max-width:640px END */

/* ==========================================================================
   about
   ========================================================================== */
   .about-section {
     margin-bottom: 60px;
     border-bottom: #eee 1px solid;
     padding-bottom: 60px;
   }
   .about-section:last-child {
     border-bottom: none;
     padding-bottom: 0;
   }
   .about-section h3 {
     margin: 0 0 20px;
     font-size: 34px;
     font-weight: normal;
     text-align: center;
   }
   .about-section p {
     line-height: 1.8;
     margin: 0;
     color: #878787;
     font-size: 20px;
   }
   @media(max-width:640px) {
    .about-section {
     margin: 0 10px 40px;
     padding-bottom: 40px;
   }
   .about-section:last-child {
     padding-bottom: 0;
   }
   }/* max-width:640px END */

/* ==========================================================================
   contact
   ========================================================================== */
   #contact {
     width: 756px;
     margin: 0 auto 60px;
   }
   #contact .contact-lead {
     margin-bottom: 50px;
   }
   #contact .contact-lead .caption {
     margin: 0 0 15px;
     font-size: 22px;
     font-weight: bold;
   }
   #contact .contact-lead .description {
     line-height: 1.8;
     margin: 0;
     color: #858585;
   }
   #contact .contact-lead .description a {
     color: #858585;
     text-decoration: underline;
   }
   #contact .contact-lead .description a:hover {
     text-decoration: none;
   }
   #contact .check input{
     margin-right:5px;
   }
   #contact .check a{
     text-decoration:underline;
   }
   #contact .error-txt{
     display:block;
     padding:3px;
     color:#be003f;
     font-weight:bold;
   }
   #contact .btn-wrap{
    text-align: center;
  }
  #contact .btn-wrap .btn{
    display: inline-block;
    margin: 0 4px;
  }
  #contact .btn-wrap .back input{
    background: #cccccc;
    color: #333333;
    box-shadow:0 3px #666666;
  }
  #contact .btn-wrap .back input:hover{
    background: #dddddd;
  }
  @media(max-width:640px) {
    #contact {
     width: auto;
     margin: 0 10px 15px;
   }
   #contact .contact-lead .caption {
     margin-bottom: 5px;
   }
   #contact .contact-lead {
     margin-bottom: 10px;
   }
   }/* max-width:640px END */

/* ==========================================================================
   privacy
   ========================================================================== */
   .privacy-section {
     margin-bottom: 60px;
   }
   .privacy-section h3 {
     margin-bottom: 20px;
     font-size: 20px;
   }
   .privacy-section h4 {
     margin-bottom: 10px;
     font-size: 15px;
   }
   .privacy-section p {
     line-height: 1.8;
     margin: 0 0 20px;
     color: #878787;
   }
   .privacy-section p a {
     color: #be003f;
     text-decoration: none;
   }
   .privacy-section p a:hover {
     text-decoration: underline;
   }
   .privacy-section .btn {
     max-width: 320px;
     width: 90%;
     margin: 0 auto;
   }
   @media(max-width:640px) {
    .privacy-section {
     margin-bottom: 30px;
     padding: 0 10px;
   }
   .privacy-section h3 {
     margin-bottom: 10px;
   }
   .privacy-section h4 {
     margin-bottom: 5px;
   }
   .privacy-section p {
     margin-bottom: 10px;
   }
   }/* max-width:640px END */

/* ==========================================================================
   faq
   ========================================================================== */
#faq {
 width: 756px;
 margin: 0 auto 60px;
}
#faq .faq-cat-link{
  display: flex;
  justify-content: center;
  margin: 0 0 60px 0;
  padding: 0;
}
#faq .faq-cat-link li{
  list-style: none;
  text-align: center;
  background-color: #eeeeee;
  margin-right: 10px;
  cursor: pointer;
}
#faq .faq-cat-link li span{
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
  width: 130px;
  height: 40px;
}
#faq .faq-cat-link li.current-cat span{
  background-color: #BE003F;
  color: #ffffff;
}
#faq .faq-content{
  margin: 0;
  padding: 0;
  display: none;
}
#faq .faq-content li{
  margin: 0 0 0 1.1em;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
}
#faq .faq-content .faq-q{
  margin: 0 0 25px 0;
  padding: 0;
}
#faq .faq-content .faq-a{
  margin:0 0 45px -1.9em;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
#faq .faq-content .faq-a p{
  margin: 0;
  padding: 0;  
}
#faq .faq-content .faq-a a{
  color: #BE003F;
  text-decoration: underline;
}
@media(max-width:640px) {
  #faq{
    width: auto;
    margin: 0 10px;
  }
  #faq .faq-cat-link{
    flex-wrap:wrap;
    justify-content:flex-start;
    margin: 0;
  }
  #faq .faq-cat-link li{
    width: 48%;
    margin-bottom: 10px;
  }
  #faq .faq-cat-link li:nth-child(even){
    margin-right: 0;
  }
  #faq .faq-cat-link li span{
    width: auto;
  }
  #faq .faq-content{
    border-top:1px solid #eeeeee;    
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    margin-bottom: 50px;
  }
  #faq .faq-content li{
    color: #BE003F;
    font-size: 20px;
    margin: 0 0 0 30px;
    padding: 0 25px 0 10px;
  }
  #faq .faq-content .faq-q{
    margin: 0 -25px 0 -40px;
    border-bottom:1px solid #eeeeee;
    padding:15px 25px 15px 30px;
    position: relative;
  }
  #faq .faq-content .faq-q:after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #BE003F;
    border-right: solid 2px #BE003F;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
  }
  #faq .faq-content .faq-q.open:after{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #faq .faq-content .faq-a{
    display: none;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin:0 -25px 0 -40px; 
    background-color: #F6F6F6;
    padding: 10px;
    border-bottom:1px solid #eeeeee;
  }
}

/* ==========================================================================
   404
   ========================================================================== */
   #notfound {
     padding-top: 120px;
     margin-bottom: -50px;
   }
   #notfound .notfound-title {
     margin: 0 0 30px;
     color: #BE003F;
     font-size: 95px;
     font-family: 'liberation_sansbold';
     text-align: center;
   }
   #notfound .notfound-lead {
     margin-bottom: 20px;
     font-size: 20px;
     font-weight: bold;
     text-align: center;
   }
   #notfound .notfound-description {
     line-height: 1.8;
     margin-bottom: 50px;
     color: #858585;
     text-align: center;
   }
   #notfound .select-btn {
     width: 756px;
     margin: 0 auto 70px;
     padding-left: 0;
     text-align: center;
   }
   #notfound .select-btn:after {
     content: '';
     display: block;
     clear: both;
   }
   #notfound .select-btn li {
     list-style: none;
   }
   #notfound .select-btn li:first-child {
     float: left;
   }
   #notfound .select-btn li:last-child {
     float: right;
   }
   #notfound .select-btn li a {
     display: block;
     width: 360px;
     padding: 20px 0;
     color: #fff;
     font-size: 20px;
     font-weight: bold;
     /*	background: #BE003F;*/
     background: #D14C78;
   }
  #notfound #under-search-area {
   background: #FBF8F8;
 }
 @media(max-width:640px) {
  #notfound {
   padding: 60px 10px 0;
 }
 #notfound .notfound-title {
   margin-bottom: 15px;
   font-size: 50px;
 }
 #notfound .notfound-lead {
   margin-bottom: 10px;
 }
 #notfound .notfound-description {
   margin-bottom: 25px;
 }
 #notfound .select-btn {
   width: 100%;
   margin-bottom: 35px;
 }
 #notfound .select-btn li {
   width: 100%;
   max-width: 360px;
   margin: 0 auto 20px;
 }
 #notfound .select-btn li:first-child {
   float: none;
 }
 #notfound .select-btn li:last-child {
   float: none;
 }
 #notfound .select-btn li a {
   width: 100%;
   padding: 15px 0;
 }
/*#notfound .select-btn li a:hover {
	opacity: 0.7;
  }*/
  #notfound #under-search-area {
   background: #FBF8F8;
 }
 }/* max-width:640px END */

/* ==========================================================================
   product
   ========================================================================== */
   /* product list */
   .woocommerce .product a.button{
     background-color: #BE003F;
     text-align: center;
     color: #ffffff;
     font-weight: 500;
     border-radius:0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0; 
   }
   .woocommerce .product a.button:hover{
     background-color: #950031;
     color: #ffffff;
   }
   .woocommerce ul.products li.product h3{
     margin: 0 0 15px;
     font-size: 16px !important;
     font-weight: 500;
   }
   .woocommerce .product .woocs_price_code{
     color: #333333;
     font-size: 18px;
   }
   .woocommerce ul.products li.product .price{
     margin-bottom: 0 !important;
   }
   .woocommerce ul.products li.product .price del{
     display: inline !important;
   }
   .woocommerce .product ins {
     text-decoration: none;
     font-weight: 500;
   }
   .woocommerce .product ins .woocommerce-Price-amount{
     color: #BE003F;
     font-weight: 500;
   }
   .woocommerce ul.products li.product .sale{
     color: #BE003F;
     border: 1px solid #BE003F;
     display: inline-block;
     padding: 3px 10px;
     margin: 0.5em 0;
     font-weight: 700;
     font-size: 12px;
   }
   .woocommerce ul.products li.product .onsale{
     display: none;
   }
   .woocommerce ul.products li.product .star-rating{
     color: #FFBF00;
     margin: 0.5em 0;
   }
   .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .short_description{
     font-size: 14px;
     color: #858585;
     word-wrap: break-word;
   }


   /* product page */
   .woocommerce-page .woocommerce-product-title{
     padding: 70px 0 0 0;
     margin: 0;
     font-size: 34px;
     font-weight: 700;
     text-align: center;
   }
   .woocommerce-page .product-link-supplier{
     float:right;	
   }
   .woocommerce-page .product-link-supplier a{
     text-decoration: underline;
   }
   .woocommerce .woocommerce-result-count{
     margin-bottom: 30px !important;
   }
   .woocommerce-page .woocommerce-ordering{
     float: left !important;
     margin:-0.2em 0 0 10px !important;
   }
   .woocommerce-page .woocommerce-title{
     font-size: 40px;
     margin: 30px 0 20px 0;
     padding: 0;
   }
   .woocommerce-page .woocommerce table.shop_table{
     border: none;
     background-color: #FDFDFD;
   }
   .woocommerce-page .woocommerce table.shop_table th{
     background-color: #F8F8F8;
     font-size: 14px;
     font-weight: 700;
     padding: 30px;
     border-top: 0;
   }
   .woocommerce-page .woocommerce table.shop_table td{
     border-top: 0;
     padding: 30px;
   }
   .woocommerce-page .woocommerce table.shop_table td.actions{
     background-color: #FFFFFF;	
   }
   .woocommerce-page .woocommerce table.shop_table td.product-name a{
     color: #BE003F;
     font-weight: 700;
   }
   .woocommerce-page .woocommerce table.shop_table img{
     width: 60px;
     max-width: 60px;
   }
   .woocommerce-page .woocommerce table.shop_table td dl.variation{

   }
   .woocommerce-page .woocommerce table.shop_table td dl.variation dt,
   .woocommerce-page .woocommerce table.shop_table td dl.variation dd{
     float: none;
     display: block;
     margin: 0;
     padding: 0;
   }
   .woocommerce-page .woocommerce table.shop_table td dl.variation dd p{
     margin: 0 0 10px 0;	
   }
   .woocommerce-page .woocommerce table.shop_table td input{
     border-radius:0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0; 
     padding: 12px 15px !important;
     font-size: 16px;
     background-color: #ffffff;
   }
   .woocommerce-page .woocommerce table.shop_table td input.qty{
     padding: 10px 5px !important;
   }
   .woocommerce-page .woocommerce table.shop_table td .coupon input.input-text{
     width: 225px;	
     background-color: #F6F6F6;
     border: 1px solid #eeeeee !important;
     padding: 10px 15px !important;
   }
   .woocommerce-page .woocommerce table.shop_table td .coupon input.button{
     width: 160px;	
     border: 1px solid #BE003F !important;
     color: #BE003F;
   }
   .woocommerce-page .woocommerce table.shop_table td .button{
     width: 140px;	
     border: 1px solid #BE003F !important;
     color: #BE003F;
   }
   .woocommerce-page .woocommerce .cart-collaterals .cart_totals tr th,
   .woocommerce-page .woocommerce .cart-collaterals .cart_totals tr td{
     border: none;	
   }

   @media(max-width:640px) {
     .woocommerce-page .woocommerce-product-title{
      padding: 30px 0 0 0;
      font-size: 26px;
    }
    .woocommerce-page ul.products{
      margin: 0 10px !important;
    }
    .woocommerce-page ul.products li.product{
      width: 48% !important;
    }
    .woocommerce-page .inner h1{
      margin: 20px 10px;
    }
    .woocommerce-page .woocommerce-result-count{
      float: none !important;
      margin: 0 10px !important;
    }
    .woocommerce-page .woocommerce-ordering{
      margin: 15px 10px !important;
    }
    .woocommerce-cart .product-list-menu{
      display: none;
    }
    .woocommerce-page .woocommerce-title{
      margin: 30px 10px 15px 10px;
      font-size: 35px;
    }
    .woocommerce-page .woocommerce table.shop_table td{
      padding: 10px;
    }
    .woocommerce-page .woocommerce table.shop_table td.product-thumbnail{
      display: block;
      text-align: center !important;
    }
    .woocommerce-page .woocommerce table.shop_table td.product-thumbnail:before{
      content: none;
    }
    .woocommerce-page .woocommerce table.shop_table img{
      width: 60px;
      height: 60px;
    }
    .woocommerce-page .woocommerce table.shop_table td .coupon input.input-text,
    .woocommerce-page .woocommerce table.shop_table td .coupon input.button{
      width: 100%;
      margin-bottom: 10px;
    }
    .woocommerce-page .woocommerce table.shop_table td .coupon{
      margin-bottom: 20px;
      padding-bottom: 10px !important;
      border-bottom: 1px solid #eeeeee;
    }
    .woocommerce-page .woocommerce .cart_totals,
    .woocommerce-page .woocommerce .return-to-shop,
    .woocommerce-page .woocommerce .cart-empty{
      margin: 0 10px;
      width: auto !important;
    }
  }
  /* product single */
  .product-head-cat-tag{
   margin-bottom: 40px;	
 }
 .product-head-cat{
   border: 1px solid #333333;
   border-radius:3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   padding: 10px 15px;
   display: inline-block;
   font-weight: bold;
   margin-right: 20px;
 }
 .product-head-tag a{
   text-decoration: underline;
   color: #999999;
 }
 .product-head-tag a:hover{
   color: #be003f;
 }
 .single-product .type-product .onsale{
   display: none;
 }
 .single-product .summary a,
 .single-product #tab-description a{
   text-decoration: underline;
 }
 .single-product .summary .sale{
   color: #BE003F;
   border: 1px solid #BE003F;
   display: inline-block;
   padding: 3px 10px;
   margin: 0.5em 0 20px 0;
   font-weight: 700;
   font-size: 12px;
 }
 .single-product .woocommerce-product-rating{
   color: #FFBF00;
   float: right;
 }
 .single-product .woocommerce-review-link{
   text-decoration: underline;
   color: #999999;
 }
 .single-product .woocommerce-review-link:hover{
   color: #be003f;
 }
 .single-product .summary .price{
   border-bottom: 1px solid #eeeeee;
   padding-bottom: 30px;
   margin-bottom: 30px;
 }
 .single-product div.product form.cart{
   text-align: center;
   margin-bottom: 30px;
   padding-top: 30px;
   margin-top: 30px;
   border-top: 1px solid #eeeeee;
 }
 .single-product div.product form.cart td{
   text-align: left;
 }
 .single-product div.product form.cart .quantity{
   float: none !important;
   display: inline-block !important;
 }
 .single-product div.product form.cart .button{
   background-color: #be003f;
   color: #ffffff;
   font-weight: 500;
   border-radius:0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0; 	
   padding: 10px 70px;
   float: none !important;
   display: inline-block !important;
 }
 .single-product div.product form.cart .button:hover{
   background-color: #950031 !important;
 }
 .single-product .woo-social-buttons{
   border-top: 1px solid #eeeeee;
   border-bottom: 1px solid #eeeeee;
   text-align: center;
   padding: 20px 0;
 }
 .single-product .woo-social-buttons span.custom{
   float: none;
   margin: 0 15px;
 }
 .single-product .woo-social-buttons img{
   width: 28px;
   height: auto;
 }
 .single-product .woo-social-buttons img:hover{
   opacity: 0.5;
 }
 .single-product .product_meta{
   padding-top: 10px;
 }
 .single-product .product_meta span{
   display: block;
   line-height: 1.5;
   font-size: 12px;
   color: #858585;
 }
 .single-product .product_meta span.sku{
   display: inline-block;
 }
 .single-product .product_meta span a{
   color: #858585;	
 }
 .single-product .product_meta span a:hover{
   color: #be003f;
 }
 .single-product .wc-tabs-wrapper:after{
   content: '';
   display: block;
   clear: both;
 }
 .single-product .wc-tabs{
   float: left;
   width: 240px;
 }
 .single-product .woocommerce-tabs ul.tabs:before{
   border-bottom:none !important;	
 }
 .single-product .woocommerce-tabs ul.tabs{
   border-bottom: 1px solid #eeeeee !important;	
 }
 .single-product .woocommerce-tabs ul.tabs li{
   display: block !important;
   border: 0 !important;
   border-top: 1px solid #eeeeee !important;
   background-color: #ffffff !important;
 }
 .single-product .woocommerce-tabs ul.tabs li:before,
 .single-product .woocommerce-tabs ul.tabs li:after{
   content: none !important;
 }
 .single-product .woocommerce-tabs ul.tabs li a{
   padding: 25px 0 !important;
   color: #BE003F !important;
   display: block !important;
 }
 .single-product .woocommerce-tabs ul.tabs li a:hover{
   opacity: 0.5;
 }
 .single-product .woocommerce-tabs ul.tabs li.active a{
   color: #333333 !important;
   position: relative;
 }
 .single-product .woocommerce-tabs ul.tabs li.active a:before{
   content: '';
   width: 6px;
   height: 6px;
   border: 0px;
   border-top: solid 2px #333333;
   border-right: solid 2px #333333;
   -ms-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   position: absolute;
   top: 50%;
   right: 2px;
   margin-top: -4px;
 }
 .single-product .woocommerce-Tabs-panel{
   float: right;
   width: 690px;
 }
 .single-product .woocommerce-Tabs-panel h2{
   margin: 0 0 25px 0;
   font-size: 24px;
 }
 .single-product .woocommerce-Tabs-panel p{
   line-height: 1.5;
 }
 .single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist{
   padding: 0;
 }
 .single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist img.avatar{
   display: none;
 }
 .single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment-text{
   margin: 0;	
 }
 .single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .star-rating,
 .single-product .woocommerce p.stars a.active:before,
 .single-product .woocommerce p.stars.selected a:not(.active):before{
   color: #FFBF00 !important;
 }
 .single-product .woocommerce p.stars.selected a.active~a:before{
   color: #d3ced2 !important;
 }
 .single-product .related.products{
   margin-top:50px;
 }
 .single-product .related.products h2{
   margin: 0 0 30px 0;
   padding-bottom: 15px;
   font-size: 24px;
   border-bottom: 1px solid #eeeeee;
 }
 .single-product #respond input#submit{
   background-color: #333333 !important;
   color: #ffffff !important;
   font-weight: 500 !important;
   border-radius:0 !important;
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   width: 150px;
 }
 .single-product #respond .form-submit{
   text-align: center;
 }
 @media(max-width:640px) {
   .product-head-cat-tag{
    text-align: center;
  }
  .product-head-cat{
   display: inline-block;
 }
 .product-head-tag{
  display: block;
  margin-top: 10px;
}
.single-product div.product h1{
  margin: 0 !important;
}
.single-product div.product div.images{
  margin: 0 10px;
  width: auto !important;
}
.single-product div.product div.images iframe{
  width: 100%;
  height: auto;
}
.single-product .entry-summary{
  margin: 0 10px;
  width: auto !important;		
}
.single-product .summary .sale{
  margin:0 0 10px 0;
}
.single-product .summary .price{
  padding-bottom: 20px;
}
.single-product .woocommerce-product-rating{
  float: none;
}
.single-product #respond input#submit{
  width: 50%;
}
.single-product div.product form.cart{
  padding-top: 20px;
  margin: 20px 0 0 0;
}
.single-product div.product form.cart .variations{
  width: 80% !important;
  margin: 0 auto;
}
.single-product div.product form.cart .variations select{
  width: 85%;
  max-width: 85% !important;
  min-width: 85% !important;
  margin-right: 0 !important;
}
.single-product .wc-tabs{
  margin:0 10px !important;
  padding: 0 !important;
  width: auto;
  float: none;
}
.single-product .woocommerce-Tabs-panel{
  margin:0 10px !important;
  padding: 30px 0 !important;
  width: auto;
  float: none;		
}
.single-product .related.products{
  margin: 0 10px !important;
}
.single-product .woocommerce-tabs ul.tabs li.active a:before{
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.single-product div.product form.cart .button{
  font-size: 18px;
}
.single-product div.product form.cart .qty{
  padding: 10px 0;
}
}
/* product list-menu */
.single-product .product-list-menu,
.woocommerce-page .product-list-menu{
	padding-top: 30px;
	border-bottom:none;
}
.product-list-menu{
	width:980px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.product-list-menu .woocommerce-currency-switcher-form,
.product-list-menu .product-list-pulldown{
	width: 225px;
	float: left;
	margin-right: 25px;
}
.product-list-menu .product-list-pulldown select{
	width: 225px;
}
.product-list-menu .woocommerce-product-search{
	width: 225px;
	float: left;
}
.product-list-menu .woocommerce-product-search input{
	background:url('../img/ico_search.png') no-repeat 5px center #F6F6F6;
	background-size: 13px 12px;
	padding-left: 25px;	
}
.product-list-menu select{
	position: relative;
	width: 100%;
	padding: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	color: #999999;
}
.product-list-menu .product-list-pulldown{
	position: relative;
}
.product-list-menu .product-list-pulldown:after{
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -6px;
}

.product-list-menu select.woocommerce-currency-switcher{
	border: 2px solid #dddddd;
	padding: 7px;
}
@media(max-width:640px) {
	.product-list-menu{
		width: auto;
		margin: 0 10px;
		padding-bottom:35px;
	}
	.product-list-menu .woocommerce-currency-switcher-form,
	.product-list-menu .product-list-pulldown{
		width: 100%;
		float: none;
		margin:0 0 10px 0;
	}
	.product-list-menu .product-list-pulldown select{
		width: 100%;
	}		
	.product-list-menu .woocommerce-product-search{
		width: 100%;
		float: none;		
	}
	.product-list-menu .woocommerce-product-search input{
   background:url('../img/ico_search.png') no-repeat 10px center #F6F6F6;
   background-size: 13px 12px;
   padding-left: 30px;	
 }
}
/* woocommerce-message */
.woocommerce-message,
.woocommerce-info{
	border-top-color: #950031 !important;
}
.woocommerce-message a.button,
.woocommerce-message a.button:hover,
.woocommerce-info a.button,
.woocommerce-info a.button:hover{
	background-color: #333333 !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	border-radius:0 !important;
	-webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important; 
}
.woocommerce-message:before,
.woocommerce-info:before{
  color: #950031 !important;
}
.woocommerce-checkout .woocommerce-info{
	border-top:none !important;
	border-left: 10px solid #3E83B5;
	background-color: #499AD5 !important;
	color: #ffffff !important;
	padding: 20px 30px !important;
}
.woocommerce-checkout .woocommerce-info:before{
	content: none !important;
}
.woocommerce-checkout .woocommerce-info a{
	font-weight: bold;
	color: #ffffff !important;
}
.woocommerce-checkout .woocommerce-info a:hover{
	text-decoration: underline;
}

/* cart */
.woocommerce-checkout #checkout_timeline{
	margin: 0;
}
#checkout_timeline{
	height:auto !important;
}
.woocommerce-checkout #checkout_timeline li{
	font-size: 18px;
	margin: 30px 0 50px 0;
}
.woocommerce-checkout h3{
	font-size: 24px;
	margin: 0 0 50px 0;	
}
.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout h3#payment_heading{
	margin: 0 0 20px 0;		
}
.woocommerce-checkout h3.woocommerce-sub-title{
	margin: 0 0 25px 0;
	padding-left: 20px;
	position: relative;
}
.woocommerce-checkout h3.woocommerce-sub-title:before{
	position: absolute;
	top:9px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	font-size: 0px;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #333333;
}
.woocommerce-checkout form label{
	font-weight: bold;
	font-size: 16px;
}
.woocommerce-checkout form input,
.woocommerce-checkout form textarea{
	border-radius:0 !important;
	-webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border: 1px solid #eeeeee;
  border-top: 1px solid #dddddd;
  background-color: #f6f6f6;
}
.woocommerce-checkout form .select2-choice{
	border-radius:0 !important;
	-webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.woocommerce-checkout form .form-row-last{
	float: none !important;
}
.woocommerce-cart .woocommerce .button.alt,
.woocommerce-checkout .woocommerce .button.alt{
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0; 
  background-color: #BE003F;
  font-size: 22px;
  padding: 18px 0;
}
.woocommerce-cart .woocommerce .return-to-shop .button,
.woocommerce-checkout .woocommerce .return-to-shop .button{
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0; 
  background-color: #BE003F;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px;
}
.woocommerce-cart .woocommerce .button.alt:hover,
.woocommerce-cart .woocommerce .return-to-shop .button:hover,
.woocommerce-checkout .woocommerce .button.alt:hover,
.woocommerce-checkout .woocommerce .return-to-shop .button:hover{
	background-color: #950031;
}
.woocommerce-checkout #form_actions .button.alt{
	width: 180px;
	margin: 0 !important;
}
.woocommerce-checkout #form_actions .button.alt.next{
	margin-left: 20px; !important;
}
.woocommerce-checkout #form_actions{
	margin: 40px 0 100px 0;
	text-align: right;
}
.woocommerce-checkout #payment{
	background-color: #ffffff !important;
}
.woocommerce-checkout #payment ul.payment_methods{
	border-bottom: none !important;
	padding: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li{
	background-color: #e8e8e8 !important;
	padding: 30px 0;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-error li{
	background-color:transparent !important;
	padding:0;
}
.woocommerce-checkout #payment ul.payment_methods .about_paypal{
	padding-right:30px;	
}
.woocommerce-checkout #payment ul.payment_methods li input{
	margin-left: 30px !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box{
	background-color: #ffffff !important;	
	padding: 30px !important;
	margin:30px 0 -30px 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box:before{
	content: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li input{
	width: auto;
}
.woocommerce-checkout #payment .form-row{
	padding: 0 !important;
	margin: 10px 0 -20px 0;
}
.woocommerce-thankyou-order-details{
	margin: 0 0 50px 0 !important;
	padding:0;
	background-color: #f8f8f8;
}
.woocommerce-thankyou-order-details:before{
	padding:1em;
 background:
 linear-gradient(135deg, #fff 10px, transparent 0) 0 10px,
 linear-gradient(-135deg, #fff 10px, #f8f8f8 0) 0 10px;
 background-position: left top !important;
 background-repeat: repeat-x !important;
 background-size: 20px 20px;
 display: block !important;
}
.woocommerce-thankyou-order-details:after{
	padding:1em;
 background:
 linear-gradient(-135deg, #f8f8f8 10px, transparent 0) 0 10px,
 linear-gradient(135deg, #f8f8f8 10px, #fff 0) 0 10px;
 background-position: left bottom !important;
 background-repeat: repeat-x !important;
 background-size: 20px 20px;
 display: block !important;
}
.woocommerce-thankyou-order-details li{
	margin: 0 !important;
	padding: 20px !important;
	list-style: none;
	float: none !important;
	font-size: 14px !important;
	border-right: none !important;
	border-bottom: 1px solid #eeeeee;
}
.woocommerce-thankyou-order-details li strong{
	display: block;
	font-size: 18px;
}
.woocommerce-thankyou-order-details table.shop_table{
	width: 100%;
}
.woocommerce-order-received .shop_table{
	margin-bottom: 60px !important;
}
.woocommerce-order-received h3{
	margin-bottom: 30px !important;	
}
.woocommerce-order-received address{
	font-style: normal;
	margin-bottom: 100px;
}
@media(max-width:640px) {
	.woocommerce-checkout .product-list-menu{
		display: none;
	}
	.woocommerce-checkout .woocommerce{
		margin: 0 10px;
	}
	.woocommerce-checkout #checkout_timeline{
		margin: 0 0 30px 0;
	}
	.woocommerce-checkout #checkout_timeline li{
		margin: 0 0 7px 0 !important;
	}
	.woocommerce-checkout h3{
		margin:0 0 25px 0;
	}
	.woocommerce-checkout #form_actions .button.alt{
		width: 49%;
	}
	.woocommerce-checkout #payment{
		margin-bottom: -50px;

	}
}

/* login */
.show_checkout_login_reminder .woocommerce form.login{
	border: none;
	margin: 0;
	padding: 0;
}
.show_checkout_login_reminder .woocommerce form.login:after{
	content: '';
	display: block;
	clear: both;	
}
.show_checkout_login_reminder .woocommerce form.login .form-row-first{
	float: left !important;
}
.show_checkout_login_reminder .woocommerce form.login .form-row-last{
	float: right !important;
}
.show_checkout_login_reminder .woocommerce form.login input.button,
.show_checkout_login_reminder .woocommerce form.register input.button{
	width: 160px;
  border: 1px solid #BE003F !important;
  border-radius:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #BE003F;
  background-color: #ffffff;
  padding: 12px 15px !important;
  font-size: 16px;
}
.show_checkout_login_reminder .woocommerce form.login .inline{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.show_checkout_login_reminder .woocommerce form.login .inline input{
	vertical-align: middle;
}
.show_checkout_login_reminder .woocommerce form.login .lost_password{
	margin:0 6px 75px 6px;
	padding: 0;
}
.show_checkout_login_reminder .woocommerce form.login .lost_password a{
	color: #be003f;
	font-weight: bold;
}
@media(max-width:640px) {
	.show_checkout_login_reminder .woocommerce{
		margin: 0 10px;
	}
	.show_checkout_login_reminder #customer_login .u-column2 h2{
		margin: 50px 0 30px 0;
	}
	.show_checkout_login_reminder .woocommerce form.login .form-row-first,
	.show_checkout_login_reminder .woocommerce form.login .form-row-last{
		float: none;
	}
	.show_checkout_login_reminder .woocommerce form.login .form-row{
		padding: 0;
		margin-bottom: 15px;
	}
}
/* myacount */
.woocommerce-edit-account .under-title,
.woocommerce-edit-address .under-title,
.woocommerce-payment-methods .under-title,
.woocommerce-orders .under-title,
.woocommerce-view-order .under-title{
	display:none;
}
.woocommerce-edit-account .woocommerce,
.woocommerce-edit-address .woocommerce,
.woocommerce-payment-methods .woocommerce,
.woocommerce-orders .woocommerce,
.woocommerce-view-order .woocommerce{
	padding-top: 70px;
}
.show_checkout_login_reminder.woocommerce-account .woocommerce {
	font-size: 16px;
}	
.show_checkout_login_reminder.woocommerce-account .woocommerce form.register {
	border: none;
	margin: 0;
	padding: 0;
}
.show_checkout_login_reminder.woocommerce-account .woocommerce form input.button,
.show_checkout_login_reminder.woocommerce-account .woocommerce form input.woocommerce-Button{
  border: 1px solid #BE003F !important;
  color: #ffffff;
  background-color: #BE003F !important;
  padding: 12px 15px !important;
  width: auto;
  font-size: 22px;
}
.show_checkout_login_reminder.woocommerce-account .woocommerce form.login input.button:hover,
.show_checkout_login_reminder.woocommerce-account .woocommerce form input.woocommerce-Button:hover{
	background-color: #950031 !important;
}

.show_checkout_login_reminder.woocommerce-account .woocommerce form input{
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #eeeeee;
  border: 1px solid #f6f6f6;
  border-top: 1px solid #dddddd;
}
.show_checkout_login_reminder.woocommerce-account .woocommerce form#add_payment_method input:not(#place_order){
  background-color: #f6f6f6;
  border-color: #dddddd #eeeeee #eeeeee !important;
  font-size: 16px !important;
}
.show_checkout_login_reminder.woocommerce-account .select2-container .select2-choice{
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;	
}
.show_checkout_login_reminder.woocommerce-account .woocommerce form.login .inline{
	font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 180px !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 730px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin: 5px 0 0 0;
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	list-style: none;
	margin: 0;
	padding: 13px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	color: #999999;
}
.woocommerce-account .woocommerce-MyAccount-navigation-ttl{
	background: url("../img/myaccount_ttl_bg.png") no-repeat left top;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	padding:0 0 15px 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-menu{
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-ttl{
	margin: 0;
	padding: 0;
	font-size: 34px;
}
.woocommerce-account fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account .edit-account label,
.woocommerce-account .edit-account fieldset legend{
	font-weight: bold;
}
.woocommerce-account .edit-account fieldset legend{
	padding:15px 6px;
}
.woocommerce-account .edit-account fieldset label{
	font-weight: normal;
}
.woocommerce-account .woocommerce-Addresses{
	margin-top: 50px;
}
.woocommerce-account .woocommerce-Addresses h3{
	font-size: 24px;
	margin: 0 0 30px 0;
	padding: 0;
}
.woocommerce-account .woocommerce-Addresses .edit{
	background: url("../img/myaccount_edit_btn.png") no-repeat left top;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.woocommerce-account .woocommerce-Addresses address{
	color: #666666;
	line-height: 1.5;
}
.woocommerce-account .woocommerce-MyAccount-paymentMethods{
	margin-top: 35px !important;
}
.woocommerce-account .woocommerce-Dashboard-nav ul{
	margin: 0;
	padding: 0;
}
.woocommerce-account .woocommerce-Dashboard-nav li{
	list-style: none;
	margin: 20px 20px 20px 0;
	padding: 0;
	float: left;
}
.woocommerce-account .woocommerce-Dashboard-nav li img:hover{
	opacity:0.7; 
}
.woocommerce-account .woocommerce-Dashboard-nav li:last-child{
	margin-right: 0;
}
.woocommerce-payment-methods.woocommerce-account .woocommerce a.button:not(.delete){
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #BE003F !important;
  width: auto;
  font-size: 22px;
  color: #ffffff;
  background-color: #BE003F !important;
  padding: 12px 15px !important;
}
.woocommerce-payment-methods.woocommerce-account .woocommerce a.button.delete{
	border: none !important;
	background-color:transparent;
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
	width: auto;
}
.woocommerce-payment-methods.woocommerce-account .woocommerce a.button.default{
	background-color: transparent !important;
	border-color:#BE003F; 
	color: #BE003F !important;	
	font-size: 14px !important;
	padding: 8px !important;
}
.woocommerce-payment-methods.woocommerce-account .woocommerce .payment-method td{
  font-size: 14px;
  padding: 20px;
}
.woocommerce-payment-methods.woocommerce-account .woocommerce .woocommerce-PaymentMethod--actions{
	width: 157px;
}
.woocommerce-payment-methods .woocommerce table.shop_table tr:nth-child(odd) td{
	background-color: #ffffff;
}
.woocommerce-payment-methods .woocommerce table.shop_table tr td.payment-method-method{
	padding-left: 50px;
}
.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td.payment-method-method{
	border-left: 1px solid #BE003F;	
	background: url("../img/myaccount_payment_btn.png") no-repeat 18px center;
}
.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td.payment-method-actions{
	border-right: 1px solid #BE003F;		
}
.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td{
	border-top: 1px solid #BE003F;
	border-bottom: 1px solid #BE003F;
}
.woocommerce-add-payment-method #add_payment_method #payment{
	background-color: #ffffff !important;	
}
.woocommerce-add-payment-method #add_payment_method #payment ul.payment_methods{
	border-bottom: none;
	padding: 0;	
}
.woocommerce-add-payment-method #add_payment_method #payment .payment_method_stripe label{
	font-weight: bold;

}
.woocommerce-add-payment-method #add_payment_method #payment div.payment_box{
	background-color: #eeeeee !important;
}
.woocommerce-add-payment-method #add_payment_method #payment div.payment_box:before{
	content: none;
}
.woocommerce-add-payment-method #add_payment_method #payment div.payment_box label{
	font-weight: bold;
}
.woocommerce-add-payment-method #add_payment_method #payment div.form-row{
	padding: 0;
	margin-bottom: 50px;
}
.woocommerce-add-payment-method #add_payment_method #payment div.form-row .button{
	font-size: 22px;
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: auto;
  float: none;
}
.woocommerce-orders .my_account_orders{
	margin-top: 35px !important;
}
.woocommerce-orders .woocommerce table.shop_table td .button{
	background: url("../img/myaccount_view_btn.png") no-repeat 12px 9px;
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #ffffff;
  width: auto;
  padding-left: 35px;
  font-weight: normal;
}
.woocommerce-orders .woocommerce table.shop_table td a{
	color: #BE003F;
	font-weight: bold;	
}
.woocommerce-view-order p{
	margin: 0;
}
.woocommerce-view-order h2,
.woocommerce-view-order h3{
	margin-top: 70px;
	font-size: 24px;
}
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content{
	font-size: 14px !important;
	margin-bottom: 50px;
}
.woocommerce-view-order .woocommerce mark{
	font-weight: bold;
	background-color: #ffffff;
}
.woocommerce-view-order .woocommerce address{
	font-style: normal;
}
.woocommerce-view-order .woocommerce .order-again a,
.woocommerce-view-order .woocommerce .order-again a:active,
.woocommerce-view-order .woocommerce .order-again a:visited{
	border-radius:0;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: url("../img/myaccount_again_bg.png") no-repeat 109px 7px #BE003F;
  color: #ffffff;
  font-size: 16px !important;
  padding-right: 40px;
}
@media(max-width:640px) {
	.woocommerce-edit-account .under-title,
	.woocommerce-edit-address .under-title,
	.woocommerce-payment-methods .under-title,
	.woocommerce-orders .under-title,
	.woocommerce-view-order .under-title{
		display:block;
	}
	.woocommerce-edit-account .woocommerce,
	.woocommerce-edit-address .woocommerce,
	.woocommerce-payment-methods .woocommerce,
	.woocommerce-orders .woocommerce,
	.woocommerce-view-order .woocommerce{
		padding-top: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation-ttl{
		display: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		position: relative;
		margin: 0 10px;
		width: auto !important;
	}
	.woocommerce-account .woocommerce-MyAccount-ttl{
		margin-bottom: 20px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation-menu{
		display:block;
		width: auto;
		border: 1px solid #eeeeee;
		padding: 14px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation-menu:after{
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #333333;
		border-right: solid 2px #333333;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -6px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation-menu.active:after{
		width: 10px;
		border-right:none;
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: -8px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		position: absolute;
		top: 51px;
		left: 0;
		margin: 0;
		width: 100%;
		z-index: 5;
		display: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li{
		border-bottom: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		padding: 14px;
		background-color: #ffffff;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
		display: block;
	}
	.woocommerce-account .woocommerce-Dashboard-nav li{
		margin: 20px 0;
		float: none;
	}
	.show_checkout_login_reminder.woocommerce-account .woocommerce form.login input.button,
	.show_checkout_login_reminder.woocommerce-account .woocommerce form.register input.button{
		padding: 12px 60px !important;
		font-size: 16px;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		margin: 30px 10px;
		width: auto !important;
	}
	.woocommerce-account form .form-row-first,
	.woocommerce-account form .form-row-last{
		float: none !important;
		width: auto !important;
	}
	.woocommerce-account .woocommerce-Addresses{
		margin-top: 0;
	}
	.woocommerce-account .woocommerce-Addresses h3{
		float: none !important;
		margin-bottom: 0;
	}
	.woocommerce-account .woocommerce-Addresses .edit{
		float: none !important;
		text-indent: 0;
		background-image: none;
		color:#BE003F;
		font-weight: bold;
		margin: 10px 0 5px 0;
		display: block;
	}
	.woocommerce-account .woocommerce-Addresses address{
		margin-bottom: 35px;
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr td{
		padding: 15px !important;
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr td:last-child{
		width: auto !important;			
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td.payment-method-method{
		background: url("../img/myaccount_payment_btn.png") no-repeat 97% 10px;
		padding-top: 40px !important;
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td.payment-method-actions{
		border: none;
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td{
		border-left: 1px solid #BE003F !important;		
		border-right: 1px solid #BE003F !important;		
		border-top:none;
		border-bottom: none;
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td:first-child{
		border-top: 1px solid #BE003F;				
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method td:last-child{
		border-bottom: 1px solid #BE003F;	
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr.default-payment-method .payment-method-actions{
		padding-right: 0;
	}
	.woocommerce-payment-methods .woocommerce table.shop_table tr td.payment-method-actions:before{
		content: none;
	}
	.woocommerce-payment-methods.woocommerce-account .woocommerce .woocommerce-MyAccount-content > a.button{
		width:auto;
		display: block;
		text-align: center;
	}
	.woocommerce-add-payment-method #add_payment_method #payment div.form-row .button{
		width:100%;
		display: block;
		text-align: center;	
	}
	.woocommerce-orders .woocommerce table.shop_table td.order-actions{
		text-align: right !important;
	}
	.woocommerce-orders .woocommerce table.shop_table{
		background-color: #FBFBFB;
	}
	.woocommerce-orders .woocommerce table.shop_table tr:nth-child(2n) td{
		background-color: #FBFBFB;		
	}
	.woocommerce-orders .woocommerce table.shop_table tr.order td:first-child{
		background-color: #F8F8F8;
	}
	.woocommerce-orders .woocommerce table.shop_table tr.order:not(:first-child)  td:first-child{
		border-top: 20px solid #ffffff;
	}
	.woocommerce-view-order h2, .woocommerce-view-order h3{
		margin: 30px 0 10px 0;
	}
}
/* lost password */
.woocommerce-lost-password .woocommerce-title-lostpassword{
	font-size: 40px;
	margin: 70px 0 30px 0;
	padding: 0;
}
.woocommerce-lost-password .woocommerce-ResetPassword:before{
	content: none;
}
.woocommerce-lost-password .woocommerce-ResetPassword p{
	margin: 0 0 0 3px;
}
.woocommerce-lost-password .woocommerce-ResetPassword label{
	font-weight: bold;
	margin-top: 40px;
}
.woocommerce-lost-password.show_checkout_login_reminder.woocommerce-account .woocommerce form input.button{
	font-size: 16px;
	padding: 12px 60px !important;
}
@media(max-width:640px) {
	.woocommerce-lost-password .woocommerce-title-lostpassword{
		margin: 30px 10px 25px 10px;
	}
	.woocommerce-lost-password .woocommerce-ResetPassword label{
		margin-top: 15px;
	}
	.woocommerce-lost-password.show_checkout_login_reminder.woocommerce-account .woocommerce form input.button{
		font-size: 20px;
		padding: 12px 15px !important;
	}
}
