/*
Theme Name: Bootstrap Basic
Theme URI: http://rundiz.com
Author: Vee Winch
Author URI:
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/Rundiz/bootstrap-basic" target="commits">commits</a> of this theme at Github.
Version: 1.0.13
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

@charset "utf-8";
/* ------------------------------------------------
@import "layout.css";
@import "parts.css";
@import "page.css";
------------------------------------------------ */

/* ------------------------------------------------
 custom css
------------------------------------------------ */

.link-type02 {
    text-decoration: underline;
}
.entry-content-desc{
	margin-bottom: 48px;
}
#main .list-shop{
  overflow: hidden;
  justify-content: flex-start!important;
  margin-right: -2%;
}
#main .list-shop li {
  margin-right: 2%;
}
body.archive #main .list-region{
  justify-content: flex-start!important;
}

/* 20180116 add fujimura */
.mw_wp_form mw_wp_form_complete{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

/* refs #202 法人サービスページのカラー選択の変更 20180227 */
#form-order .type-checkbox input[type="checkbox"][value="ブラック"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-bk.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="キャメルブラウン"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-cb.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ピーコックブルー"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-pb.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="サクラピンク"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-sp.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="トラッドネイビー"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-tn.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ロイヤルグリーン"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-rg.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ダークブラウン"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-db.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ブラックネイビー"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-bn.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ロイヤルレッド"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-rr.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ホワイトベージュ"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-wb.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="マスタードイエロー"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-ms.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ブラックグリーン"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-bg.jpg");
}
#form-order .type-checkbox input[type="checkbox"][value="ダークレッド"] + span {
    background-image: url("https://business-leather.com/wp-content/themes/bootstrap-basic/img/concept/brand-concept-leather-dr.jpg");
}
