/*
Theme Name: ColorMart-white
Version: 1.0
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/**
TABLE OF CONTENTS
- Global
	- bootstrap-theme
	- utility
- UI
	- slider
	- button
	- header
	- nav
	- headline
	- box
	- list
	- form
	- table
	- shopping-guide
- Page
	- product-detail
	- product-list
	- 
*/
/* ------------------------------------- */
/*  bootstrap-theme: Bootstrap用テーマ
/*		- body
/*		- link
/*		- headline
/*		- form
/*		- thumbnail
/* ------------------------------------- */
/**
 *	body
 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #555 !important;
  font-size: 12px !important;
  background-color: #fff;
}

/**
 *	link
 */
a {
  color: #333 !important;
}
a:hover {
  text-decoration: none !important;
  color: #DF8383 !important;
}

/**
 *	headline
 */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/**
 *	form
 */
@media (min-width: 768px) {
  .input-group {
    display: inline-block;
  }
  .input-group .form-control {
    width: 100px;
  }
  .input-group .input-group-btn {
    width: auto;
  }
}

/**
 *	thumbnail
 */
.thumbnail {
  margin-bottom: 0 !important;
}

/**
 *	img
 */
.img-responsive {
  margin-left: auto !important;
  margin-right: auto !important;
}

/**
 *	breadcrumb
 */
.breadcrumb {
  padding: 5px 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}

/**
 *	well
 */
.well {
  padding: 15px !important;
  border-radius: 0 !important;
}

/* ------------------------------------- */
/*   utility: global class   */
/*		- display
/*		- position
/*		- padding
/*		- margin
/*		- border
/*		- font
/*		- background
/* ------------------------------------- */
/**
 *	display
 */
.div-inline > div {
  display: inline-block;
}

/**
 *	col gutter
 */
.col-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-gutter-10 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.col-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-gutter-5 > div {
  padding-left: 5px;
  padding-right: 5px;
}

/**
 *	position
 */
.position-relative {
  position: relative;
}

.top-left {
  position: absolute;
  top: 15px;
  left: 15px;
}

.top-left-fit {
  position: absolute;
  top: 0;
  left: 0;
}

.top-left-xs {
  position: absolute;
  top: 5px;
  left: 5px;
}

.top-left-sm {
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-left-lg {
  position: absolute;
  top: 30px;
  left: 30px;
}

.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.top-right-fit {
  position: absolute;
  top: 0;
  right: 0;
}

.top-right-xs {
  position: absolute;
  top: 5px;
  right: 5px;
}

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

.top-right-lg {
  position: absolute;
  top: 30px;
  right: 30px;
}

.bottom-left {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.bottom-left-fit {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom-left-xs {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.bottom-left-sm {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.bottom-left-lg {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.bottom-right-fit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom-right-xs {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.bottom-right-sm {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.bottom-right-lg {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/**
 *	padding
 */
.padding-none {
  padding: 0;
}

.padding-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-row.ui-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-row-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-row-xs.ui-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-row-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-row-sm.ui-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-row-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-row-lg.ui-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-row-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-box {
  padding: 15px;
}
.padding-box.ui-section {
  padding: 60px;
}

.padding-box-xs {
  padding: 5px;
}
.padding-box-xs.ui-section {
  padding: 20px;
}

.padding-box-sm {
  padding: 10px;
}
.padding-box-sm.ui-section {
  padding: 30px;
}

.padding-box-lg {
  padding: 30px;
}
.padding-box-lg.ui-section {
  padding: 120px;
}

.padding-box-none {
  padding: 0;
}

.padding-gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-gutter.row {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.padding-gutter.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-gutter-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-gutter-xs.row {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.padding-gutter-xs.row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-gutter-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-gutter-sm.row {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.padding-gutter-sm.row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-gutter-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-gutter-lg.row {
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.padding-gutter-lg.row > div {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-gutter-none {
  padding-left: 0;
  padding-right: 0;
}
.padding-gutter-none.row {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.padding-gutter-none.row > div {
  padding-left: 0;
  padding-right: 0;
}

/**
 *	margin
 */
.margin-none {
  margin: 0;
}

.margin-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-row.ui-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-row-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-row-xs.ui-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-row-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-row-sm.ui-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-row-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-row-lg.ui-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-row-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-section {
  margin-bottom: 60px;
}

.margin-section-xs {
  margin-bottom: 20px;
}

.margin-section-sm {
  margin-bottom: 30px;
}

.margin-section-lg {
  margin-bottom: 120px;
}

.margin-section-none {
  margin-bottom: 0;
}

.margin-content {
  margin-bottom: 15px;
}

.margin-content-xs {
  margin-bottom: 5px;
}

.margin-content-sm {
  margin-bottom: 10px;
}

.margin-content-lg {
  margin-bottom: 30px;
}

.margin-content-none {
  margin-bottom: 0;
}

/**
 *	border
 */
.border-none {
  border: none;
}

.border-box {
  border: 1px solid #ddd;
}

.divider {
  border-bottom: 1px solid #ddd;
}

.divider-dotted {
  border-bottom: 1px dotted #ddd;
}

.border-radius {
  border-radius: 2px;
}

.border-radiusp-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.border-radiusp-bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.border-radiusp-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.border-radiusp-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* ------------------------------------- */
/*  slider: sliderのスタイル
/*		- ui-slider
/* ------------------------------------- */
.ui-slider.carousel-indicators li {
  border: 1px solid #ccc;
}
.ui-slider.carousel-indicators li.active {
  background-color: #ccc;
}
.ui-slider .carousel-inner .item {
  text-align: center;
}
.ui-slider .carousel-inner .item img {
  display: inline-block;
}
.ui-slider .carousel-control {
  opacity: 1;
  width: 6%;
  height: 42px;
  top: 43%;
  text-shadow: none;
  background-color: #ccc;
}
@media (max-width: 991px) {
  .ui-slider .carousel-control {
    width: 7%;
  }
}
@media (max-width: 767px) {
  .ui-slider .carousel-control {
    width: 10%;
    height: 40px;
    top: 40%;
  }
}
.ui-slider .carousel-control .glyphicon {
  opacity: 1;
  top: 23px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  .ui-slider .carousel-control .glyphicon {
    top: 10px;
    font-size: 18px;
  }
}
.ui-slider .carousel-control:hover {
  background-color: #EE6868;
}
.ui-slider .carousel-control:hover .glyphicon {
  opacity: 1;
}
.ui-slider .carousel-control.left {
  filter: none;
  background-image: none;
}
.ui-slider .carousel-control.right {
  filter: none;
  right: 0;
  background-image: none;
}

/* ------------------------------------- */
/*  button: ボタンのスタイル
/*    - btn-styled
/*    - btn-main
/*    - btn-key
/*    - btn-cart
/* ------------------------------------- */
/**
 *	btn-styled
 */
.btn-styled {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 12px;
  padding: 6px 18px;
  text-decoration: none;
}
.btn-styled:hover, .btn-styled:focus {
  color: #ffffff !important;
  text-decoration: none;
}

/**
 *	btn-main
 */
.btn-main {
  background: #ccc;
  background-image: -webkit-linear-gradient(top, #ccc, #b3b3b3) !important;
  background-image: -moz-linear-gradient(top, #ccc, #b3b3b3) !important;
  background-image: -ms-linear-gradient(top, #ccc, #b3b3b3) !important;
  background-image: -o-linear-gradient(top, #ccc, #b3b3b3) !important;
  background-image: linear-gradient(to bottom, #ccc, #b3b3b3) !important;
  border: 1px solid #b3b3b3;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.btn-main:hover {
  background: #ccc !important;
}

/**
 *	btn-key
 */
.btn-key {
  background: #EE6868;
  background-image: -webkit-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: -moz-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: -ms-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: -o-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: linear-gradient(to bottom, #EE6868, #e93a3a) !important;
  border: 1px solid #e93a3a;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.btn-key:hover {
  background: #EE6868 !important;
}

/**
 *	btn-cart
 */
.btn-cart {
  background: #EE6868;
  background-image: -webkit-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: -moz-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: -ms-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: -o-linear-gradient(top, #EE6868, #e93a3a) !important;
  background-image: linear-gradient(to bottom, #EE6868, #e93a3a) !important;
  border: 1px solid #e93a3a;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.btn-cart:hover {
  background: #EE6868 !important;
}

/* ------------------------------------- */
/*  header: ヘッダーのスタイル
/*		- ui-header
/*		- ui-topbar
/* ------------------------------------- */
.ui-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-header .logo {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .ui-header .logo {
    display: block;
    text-align: center;
    width: 100%;
  }
  .ui-header .logo img {
    display: inline-block;
  }
}
.ui-header .header-content {
  display: inline-block;
}
@media (max-width: 767px) {
  .ui-header .header-content {
    display: block;
    text-align: center;
    width: 100%;
  }
  .ui-header .header-content img {
    display: inline-block;
  }
}

/**
 *	topbar
 */
.ui-topbar {
  border-top: 4px solid #7F0E0E;
  color: #555 !important;
}
.ui-topbar .description {
  padding-top: 5px;
}
.ui-topbar ul {
  margin-bottom: 0;
}
.ui-topbar ul li {
  padding-left: 2px;
  padding-right: 2px;
}
.ui-topbar ul li a {
  display: inline-block;
  padding: 5px 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #e1e1e1;
  border-top: none;
  color: #555 !important;
  background-color: #f4f4f4;
}
.ui-topbar ul li a:hover {
  text-decoration: underline;
  background-color: #923736;
}

/* ------------------------------------- */
/*  nav: navのスタイル
/*		- ui-nav
/*		- nav-search
/* ------------------------------------- */
.ui-nav {
  min-height: 0 !important;
  border-radius: 0 !important;
}
.ui-nav .navbar-brand {
  font-size: 16px;
  color: #555 !important;
}
.ui-nav .navbar-brand:hover {
  color: #555 !important;
  text-decoration: none;
}
.ui-nav .navbar-collapse {
  padding: 0;
}
.ui-nav .navbar-toggle {
  border: none;
}
.ui-nav .navbar-toggle:hover, .ui-nav .navbar-toggle:active, .ui-nav .navbar-toggle:focus {
  background-color: transparent !important;
}
.ui-nav .navbar-toggle .icon-bar {
  background-color: #555 !important;
}
.ui-nav .navbar-form {
  border-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .ui-nav .navbar-form {
    margin: 0 !important;
  }
}
.ui-nav .navbar-nav > li > a {
  color: #555 !important;
}

/**
 *	nav-search
 */
@media (min-width: 768px) {
  .ui-nav.nav-search .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.ui-nav.nav-search .navbar-form select {
  width: 200px;
}
@media (max-width: 991px) {
  .ui-nav.nav-search .navbar-form select {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .ui-nav.nav-search .navbar-form select {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ui-nav.nav-search .navbar-form input[type="text"] {
  width: 400px;
}
@media (max-width: 991px) {
  .ui-nav.nav-search .navbar-form input[type="text"] {
    width: 495px;
  }
}
@media (max-width: 767px) {
  .ui-nav.nav-search .navbar-form input[type="text"] {
    width: 100%;
  }
}

/* ------------------------------------- */
/*  footer: フッターのスタイル
/*		- ui-footer
/* ------------------------------------- */
.ui-footer .page-top {
  border-bottom: 6px solid #eee;
}
.ui-footer .page-top .link {
  display: inline-block;
  padding: 5px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #555 !important;
  background-color: #eee;
}
.ui-footer .page-top .link:hover {
  background-color: #e1e1e1;
}
.ui-footer .ui-section {
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .ui-footer .footer-content {
    margin-bottom: 15px;
  }
}
.ui-footer .footer-content .footer-title .title {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ui-footer .footer-content .footer-title .title {
    font-size: 16px;
    font-weight: bold;
  }
}
.ui-footer .footer-content .footer-list {
  margin: 0;
  padding-left: 0;
}
.ui-footer .footer-content .footer-list li {
  padding: 2px 0;
}
.ui-footer .footer-content .footer-list li a {
  font-size: 12px;
}
.ui-footer .footer-content .footer-list li .fa {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.ui-footer .copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555;
  background-color: #262626;
}

/* ------------------------------------- */
/*  headline: 見出しタイトルのスタイル
/*		- page-title
/*		- section-title
/* ------------------------------------- */
.page-title,
.section-title {
  position: relative;
  border-radius: 2px;
}
.page-title .title,
.section-title .title {
  display: inline-block;
  margin: 0;
  color: #333;
}

/**
 *	page-title
 */
.page-title {
  margin-bottom: 15px;
}
.page-title .title {
  font-size: 28px;
  font-weight: bold;
}

/**
 *	section-title
 */
.section-title {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #DCD8CC;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #F3F2EB);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #F3F2EB);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #F3F2EB);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #F3F2EB);
  /* Standard syntax */
}
.section-title .title {
  padding-left: 10px;
  border-left: 6px solid #DCD8CC;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}

.ui-side .section-title {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #DCD8CC;
}
.ui-side .section-title .title {
  padding-left: 0;
  border: none;
  font-size: 14px;
}

/* ------------------------------------- */
/*  content box: コンテンツボックスのスタイル
/*		- ui-box
/*		- item-card
/*		- box-list
/* ------------------------------------- */
.ui-box {
  margin-bottom: 30px;
}
.ui-box .box-title {
  margin-bottom: 5px;
}
.ui-box .box-title .title {
  margin: 0;
  color: #ccc;
  font-size: 13px;
}
.ui-box .box-title .title a {
  color: #ccc;
}
.ui-box .box-title .title a:hover {
  color: #EE6868;
}
.ui-box .box-image {
  margin-bottom: 10px;
}
.ui-box .description {
  margin-bottom: 10px;
}
.ui-box .more-link {
  margin-bottom: 10px;
}
.ui-box .col-left-fit {
  padding-right: 0;
}
.ui-box .col-left-sm {
  padding-right: 10px;
}
.ui-box .col-left-lg {
  padding-right: 30px;
}

/**
 *	item-card
 */
.ui-box.item-card .price {
  display: inline-block;
  margin-bottom: 0;
  color: #BF0707;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -1px;
}
.ui-box.item-card .price span {
  font-size: 12px;
}

/**
 *	box-table
 */
.ui-box.box-list {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #DCD8CC;
}

/* ------------------------------------- */
/*  list: ulリストのスタイル
/*		- ui-list
/*		- ui-cart
/*		- list-headline
/*		- list-category
/*		- list-scroll
/* ------------------------------------- */
.ui-list li {
  font-size: 12px;
}
.ui-list li span {
  margin-right: 5px;
}
.ui-list li a {
  font-size: 12px;
}

/**
 *	list-cart
 */
.ui-list.list-cart {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 0;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 991px) {
  .ui-list.list-cart {
    padding: 8px 10px;
  }
}
.ui-list.list-cart .num {
  color: red;
}

/**
 *	list-headline
 */
.ui-list.list-headline li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.ui-list.list-headline li span {
  margin-right: 5px;
}
.ui-list.list-headline li a {
  font-size: 12px;
}

/**
 *	list-category
 */
.ui-list.list-category .category-level1 {
  margin-bottom: 10px;
}
.ui-list.list-category .category-level1 > a {
  display: block;
  padding: 5px;
  border: 1px solid #DCD8CC;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #F3F2EB);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #F3F2EB);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #F3F2EB);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #F3F2EB);
  /* Standard syntax */
}
.ui-list.list-category .category-level1 > a .category-img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.ui-list.list-category .category-group {
  padding: 5px;
}
.ui-list.list-category .category-level2 {
  border-bottom: 1px dotted #DCD8CC;
}
.ui-list.list-category .category-level2 > a {
  display: inline-block;
  padding: 5px 0;
}

/**
 *	list-scroll
 */
.ui-list.list-scroll {
  height: 150px;
  overflow-y: scroll;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* ------------------------------------- */
/*  form: formのスタイル
/*		- ui-form
/*		- search-form
/* ------------------------------------- */
/**
 *	search-form
 */
/* ------------------------------------- */
/*  table: tableのスタイル
/*		- ui-table
/*		- tbl_calendar
/* ------------------------------------- */
.ui-table tbody tr th {
  background-color: #f4f4f4;
}
.ui-table tbody tr td {
  padding: 10px;
}

/**
 *	tbl_calendar
 */
.tbl_calendar {
  margin-bottom: 10px;
}
.tbl_calendar caption {
  padding: 4px 0;
  font-size: 14px;
}
.tbl_calendar tbody th {
  text-align: center;
  padding: 4px 12px;
  background-color: #eee;
}
.tbl_calendar tbody td {
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #eee;
}
@media (max-width: 1199px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 2px 6px;
  }
}
@media (max-width: 991px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 1px 2px;
  }
}
@media (max-width: 767px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 4px 12px;
  }
}

/* ------------------------------------- */
/*  shoppingu guide: ガイドのスタイル
/*    - shopping_guide
/* ------------------------------------- */
#shopping-guide {
  margin-bottom: 40px;
  font-size: 12px;
}
#shopping-guide .section-title {
  margin-bottom: 0px;
}
#shopping-guide .section-body {
  padding: 15px;
  border: 1px solid #ddd;
}
#shopping-guide .guide-title {
  padding: 6px 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  #shopping-guide .guide-title {
    margin-top: 20px;
  }
}
#shopping-guide .guide-body ul li {
  margin-bottom: 5px;
}
#shopping-guide .guide-body img {
  max-width: 100%;
  max-height: 100%;
}

/* ------------------------------------- */
/*  product product: 商品詳細ページのスタイル
/*		- product
/* ------------------------------------- */
/**
 *	page-list
 */
#page-detail .product-title {
  margin: 0;
}
@media (max-width: 767px) {
  #page-detail .product-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-detail .product-title .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
#page-detail .photo-column {
  margin-bottom: 40px;
}
#page-detail .photo-column .thumb-src {
  padding: 5px;
  border: 1px solid #ddd;
}
#page-detail dl dt {
  width: 60px;
  text-align: left;
}
@media (min-width: 768px) {
  #page-detail dl dd {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  #page-detail dl dt {
    display: inline-block;
  }
  #page-detail dl dd {
    display: inline-block;
  }
}
#page-detail .price-area,
#page-detail .option-area,
#page-detail .cart-area,
#page-detail .guide-area,
#page-detail .sns-area {
  margin-bottom: 15px;
}
#page-detail .price-area dl {
  margin-bottom: 5px;
}
#page-detail .price-area .price {
  font-size: 18px;
  font-weight: bold;
}
#page-detail .price-area .sale-price {
  color: #BF0707;
  font-size: 18px;
  font-weight: bold;
}
#page-detail .option-table table {
  border: 1px solid #ddd;
}
#page-detail .option-table table th {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
#page-detail .option-table table td {
  padding: 10px;
  border: 1px solid #ddd;
}
#page-detail .option-table table td.none {
  background-color: #f4f4f4;
}
#page-detail .cart-area {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
#page-detail .cart-area input[type="text"] {
  width: 130px;
}
#page-detail .description-body {
  color: #333;
}
#page-detail .description-body h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
}
#page-detail .description-body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
}
#page-detail .description-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
#page-detail .description-body p, #page-detail .description-body ul {
  font-size: 14px;
}
#page-detail .description-body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#page-detail .description-body table thead > tr > th,
#page-detail .description-body table tbody > tr > th,
#page-detail .description-body table tfoot > tr > th,
#page-detail .description-body table thead > tr > td,
#page-detail .description-body table tbody > tr > td,
#page-detail .description-body table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
  #page-detail .description-body table thead > tr > th,
  #page-detail .description-body table tbody > tr > th,
  #page-detail .description-body table tfoot > tr > th,
  #page-detail .description-body table thead > tr > td,
  #page-detail .description-body table tbody > tr > td,
  #page-detail .description-body table tfoot > tr > td {
    padding: 4px;
  }
}
#page-detail .description-body table th {
  background-color: #f4f4f4;
}

/* ------------------------------------- */
/*  product list: 商品一覧、検索結果ページのスタイル
/*		- list
/* ------------------------------------- */
/**
 *	page-list
 */
#page-list .list-pager {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#page-list .list-pager ul {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #page-list .list-pager ul .sort {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-list .list-pager ul .sort select {
    width: 100%;
  }
}
#page-list .list-pager.bottom {
  margin-bottom: 30px;
}

/* ------------------------------------- */
/*  privacy: プライバシーポリシーページのスタイル
/* ------------------------------------- */
/**
 *	privacy
 */
#privacy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
/* ------------------------------------- */
/*トップイメージ
/* ------------------------------------- */
.main-img{
  margin:0 0 15px 0;
  }
ul{
  margin-left:0;
}
/* ------------------------------------- */
/*ヘッダーメニュー
/* ------------------------------------- */
.ui-topbar ul li a{
    background-color:#7F0E0E;
    border-color: -moz-use-text-color #7F0E0E #7F0E0E;
    color: #fff !important;
  }
.ui-header .logo{
  margin-bottom:10px;
  }
.ui-nav .container ul{
  list-style: outside none none;
  }
.ui-nav .container li{
  display: inline-block;
  }
.navbar-default{
    background-color:#7F0E0E !important;
    border-color:#7F0E0E !important;
  }
.navbar-default a{
  color:#FFF !important;
  }
/* ------------------------------------- */
/*お買い物ガイド
/* ------------------------------------- */
#shopping-guide .section-body{
    background-color:#F3F2EB !important;
    border:none;
    margin-top:30px;
}
#main-bottom{
  background-color:#F3F2EB !important;
  border-top:#DCD8CC 6px solid;
  }
#shopping-guide .guide-title{
  border:none;
  padding:0;
  font-weight:bold;
  font-size:14px;
  }
#shopping-guide .guide-body{
  margin-bottom:10px;
  }
#shopping-guide .guide-body span{
  font-size:18px;
  font-weight:bold;
  padding-left:5px;
  }
/* ------------------------------------- */
/*ページトップ戻るボタン
/* ------------------------------------- */
.page-top{
    background-color:#F3F2EB !important;
}
.ui-footer .page-top .link {
    background-color:#7F0E0E;
    color:#FFF !important;
}
.ui-footer .page-top .link:hover{
  background-color:#923736;
  color:#FFF !important;
  }
.ui-footer .page-top {
    border-bottom: 6px solid #7F0E0E;
}
/* ------------------------------------- */
/*フッター
/* ------------------------------------- */
#footer .ui-section {
    background-color:#7F0E0E !important;
    color:#FFF !important;
}
#footer .ui-section a {
  color:#FFF !important;
}
/* ------------------------------------- */
/*ナビ*/
/* ------------------------------------- */
.ui-nav li{
  margin-right:20px;
  }
#menulist{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#menulist li{
  display: block;
  float: left;
  width:;
  margin: 0;
  padding: 0;
  }
#menulist li a{
  display: block;
  padding: 12px 15px 10px;
  background: #7F0E0E;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
#menulist li a:hover{
  color: #E9D7D7;
  background-color: #923736;
}
#togglelist{ 
 display: none;
}
@media only screen and (max-width: 768px) {
    #menulist li{
    width: 33%;
    border-bottom: none;
    margin:0;
  }
    #menulist li a{
  text-align:center;
  }
}
@media only screen and (max-width: 480px) {
  #menulist{
    display: none;
  }
  #menulist li{
    width: 100%;
  }
#menulist li a{
    border-top:#A65757 solid 1px;
}
#menulist li a:hover {
    background-color: #923736;
}
  #togglelist{
    display: block;
    position: relative;
    width: 100%;
    background: #7F0E0E;
  }
  #togglelist a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom:none;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #togglelist:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #togglelist a:before, #togglelist a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #7F0E0E;
  }
  #togglelist a:before{
    margin-top: -6px;
  }
  #togglelist a:after{
    margin-top: 2px;
  }
}
/* ------------------------------------- */
/* 見出し
/* ------------------------------------- */
#content h3.h301{
  font-size:18px;
  padding-bottom:10px;
  border-bottom:#CCC 2px solid;
  display: block;
  font-weight:bold;
  margin-bottom:15px;
  margin-top:30px;
  }
#content h4{
  font-size:16px;
  font-weight:bold;
  }
#content h4.h401{
  color:#7F0E0E;
  font-size:16px;
  font-weight:bold;
  }
/* ------------------------------------- */
/* リスト
/* ------------------------------------- */
#content ul{
  list-style: outside none none;
  }
#content li{
  list-style: outside none none;
  }
/* ------------------------------------- */
/* マージン
/* ------------------------------------- */
#content .mgb10{
  margin-bottom:10px;
  }
#content .mgb20{
  margin-bottom:20px;
  }
#content .mgb30{
  margin-bottom:30px;
  }
#content .mgb50{
  margin-bottom:50px;
  }
#content .mgb70{
  margin-bottom:70px;
  }
/* ------------------------------------- */
/* テーブル
/* ------------------------------------- */
#content .tbl_main{
    width:100%;
    border-collapse:collapse;
    color: #333;
    margin: 0 0 30px 0;
    position: relative;
  }
#content .tbl_main th,
#content .tbl_main td{
    border: 1px solid #C6C2AE;
    padding: 9px 8px 8px 14px;
    text-align: left;
    vertical-align: middle;
}
#content .tbl_main th.thin_color,
#content .tbl_main td.thin_color{
  background:#DDDAC8 !important;
  }
#content .tbl_main th {
    background-color: #f3f2eb;
}
#content .tbl_main_in{
    width:100%;
    border-collapse:collapse;
    color: #333;
    margin: 0;
    position: relative;
  }
#content .tbl_main th.center,
#content .tbl_main td.center{
  text-align:center;
  }
#content .tbl_main_in th,
#content .tbl_main_in td{
    border:none;
    padding:5px 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #f3f2eb;
}
#content .tbl_main_in p{
  margin:0;
  padding:0;
}
/* ------------------------------------- */
/* 個人情報保護方針
/* ------------------------------------- */
#privacy{
  margin-bottom:50px;
  }
#privacy .clearfix{
  overflow:hidden;
  border: 3px solid #e6e5da;
  padding-right: 9px;  
  }
#privacy .floatL{
  float:left;
  width:50%;
  } 
#privacy .inner {
    float: right;
    width:50%;
}
#privacy .inner p{
  padding:20px 20px 0 20px;
}
/* ------------------------------------- */
/* よくあるご質問
/* ------------------------------------- */
.page-f10 dt{
  color:#7F0E0E;
  font-size:16px;
  margin-bottom:5px;
  margin-top:15px;
  }
.page-f10 dt i{
  font-size:18px;
  }
/* ------------------------------------- */
/* お支払い方法
/* ------------------------------------- */
.page-f9 .tbl_main ul{
  list-style: outside none none;
  }
.page-f9 .tbl_main li{
  list-style: outside none none;
  margin-right:5px;
  margin-bottom:5px;
  float: left;
  }
.page-f9 .f9time ul{
  list-style: outside none none;
  }
.page-f9 .f9time li{
  list-style: outside none none;
  margin-right:0;
  float: none;
  }
.page-f9 span{
  color:#A2A29B;
  }
.page-f9 span.red{
  color:#bf0707;
  font-weight:bold;
  }
.page-f9 span.blue{
  color:#0E5C7E;
  font-weight:bold;
  }
.page-f9 .center{
  text-align:center;
  }
.page-f9 .col-xs-6 img{
  margin-bottom:10px;
  }
.page-f9 .col-xs-6 p{
  margin-bottom:20px;
  }
.page-f9 .li01 {
  overflow:hidden;
}
.page-f9 .col-xs-6_in {
    float: left;
    margin-right: 3px;
    padding-bottom: 15px;
    width:46%;
}
/* ------------------------------------- */
/* 原料原産地情報・生菌調査結果
/* ------------------------------------- */
.page-f8 dt{
  color:#7F0E0E;
  font-size:16px;
  margin-bottom:5px;
  margin-top:15px;
  }
.page-f8 dt i{
  font-size:18px;
  }
.page-f8 .textright{
  text-align:right;
  }
.page-f8  .bg_color{
  background:#EFEFEF;
  padding:15px 15px 5px 15px;
  margin-bottom:20px;
  }
.page-f8 table{
  margin-bottom:5px !important;
  }
/* ------------------------------------- */
/* 製品情報
/* ------------------------------------- */ 
.page-f6 .list01{
  font-size:16px;
  margin-bottom:30px;
  }
/* ------------------------------------- */
/* 品質管理
/* ------------------------------------- */ 
.page-f5 .col-xs-6{
  overflow:hidden;
  }
.page-f5 .photoBox{
  float:left;
  margin-right:10px; 
  }
.page-f5 .clearfix::after{
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.page-f5 ul.photoBox{
    float: left;
    padding-top: 5px;
    width: 205px;
}
.page-f5 ul.photoBox li{
    float: left;
}
/* ------------------------------------- */
/* 製造設備
/* ------------------------------------- */
.page-f4 .col-xs-6{
  overflow:hidden;
  }
.page-f4 .photoBox{
  float:left;
  margin-right:10px; 
  }
.page-f4 .photoBox ul{

  }
.page-f4 h4{
  font-size:16px;
  }
.page-f4 .clearfix::after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/*--------------------------*/
/*-------全体のリスト-------*/
/*--------------------------*/
#content ul{
  padding:0 !important;
}

.map img{
    width: 100%;
}