@charset "UTF-8";
/*
Theme Name: shop用サイト
Template:  	 	welcart_basic
Author:		 		trendmake
Author URI:		http://www.trendmake.co.jp/
License:		 	GNU General Public License v2 or later
*/
.page-template-uscescart table {
  width: 100%;
  margin-bottom: 1.25rem;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: .875rem;
}
.page-template-uscescart table thead, .page-template-uscescart table tfoot {
  background: #f5f5f5;
}
.page-template-uscescart table thead tr:last-child, .page-template-uscescart table tfoot tr:last-child {
  border-bottom: 1px solid #ddd;
}
.page-template-uscescart .font-awesome {
  font-family: 'FontAwesome';
}

/*配色テクニック
$base:;
$main:;
$accent:;
*/
/*
ボタンの余白の作り方
作り方は上下がフォントサイズの1倍、左がフォントサイズの1.5倍、右がフォントサイズの2倍
*/
.btn {
  font-size: 13px;
  padding: 13px 26px 13px 19.5px;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after {
  clear: both;
}

/* body設定 */
body {
  font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.7;
}
body a {
  color: #000;
  text-decoration: underline;
}
body a:visited {
  color: #000;
}
body a:hover {
  color: #196836;
  text-decoration: none;
}
body a:active {
  color: #196836;
}

/*ページトップへ戻る*/
.rtt {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
}
.rtt a {
  text-decoration: none;
  max-width: 120px;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.rtt a:hover {
  text-decoration: none;
}
.rtt a span {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  line-height: 1;
}

/*************************************
共通パーツ
*************************************/
.wrap .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#site-navigation ul {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#colophon {
  padding-left: 0;
  padding-right: 0;
}
#colophon .guide {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
#colophon .guide:before, #colophon .guide:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#colophon .guide:after {
  clear: both;
}
#colophon .guide .col03 {
  width: 32%;
  margin-right: 2%;
  float: left;
}
#colophon .guide .col03.last {
  margin-right: 0;
}
#colophon .guide .col03 dl dt, #colophon .guide .col03 dl dd {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}

.cat-il.type-grid {
  letter-spacing: inherit;
}
.cat-il.type-grid article {
  margin-right: 1%;
  margin-left: 1%;
}
.cat-il.type-grid article:nth-of-type(even) {
  margin-right: 1%;
  margin-left: 1%;
}

@media (min-width: 768px) {
  #main {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main #primary {
    width: 78%;
  }
  #main #primary #content {
    width: 100%;
  }
  #main #secondary {
    width: 20%;
  }
}
/*************************************
     header
*************************************/
h1 .site-title, div .site-title {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}

.snav {
  float: right;
}
.snav .membership {
  float: none;
}

/*************************************
     footer
*************************************/
/*************************************
nav
*************************************/
/*************************************
     クライアント専用部分
*************************************/
/*商品詳細ページ*/
body.single .skuform {
  border: solid 1px #000;
  padding: 10px;
  margin-bottom: 10px;
}
body.single input[type="text"], body.single input[type="password"], body.single input[type="email"], body.single input[type="tel"], body.single input[type="search"], body.single input[type="url"] {
  max-width: 60px;
  text-align: center;
}

.font-awesome {
  font-family: 'FontAwesome';
}

/*mediaquery*/
@media screen and (max-width: 768px) {
  .site-header {
    padding-top: 10px;
  }
  .site-header .inner {
    min-height: 40px;
  }

  .snav {
    float: right;
    margin: 0;
    padding-top: 0;
  }
  .snav .membership, .snav .incart-btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    float: none;
  }

  #site-navigation {
    background: #000;
  }
  #site-navigation label {
    position: static;
  }

  #colophon .guide .col03 {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0 2% 10px 2%;
  }
}
.wpcf7-form dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.wpcf7-form dt span {
  margin-left: 5px;
  color: #980203;
}
.wpcf7-form dd {
  margin-bottom: 10px;
}
.wpcf7-form input {
  background-color: #fff;
}

/*ナビゲーション用CSS*/
/*追加CSS*/
