/*
Theme Name: ColorMart-black
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: #404040 !important;
}
a:hover {
  text-decoration: none !important;
  color: #D8373E !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;
}

img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

/**
 *	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 #404040;
}
.ui-slider.carousel-indicators li.active {
  background-color: #404040;
}
.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: #404040;
}
@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: #D8373E;
}
.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: #404040;
  background-image: -webkit-linear-gradient(top, #404040, #272727) !important;
  background-image: -moz-linear-gradient(top, #404040, #272727) !important;
  background-image: -ms-linear-gradient(top, #404040, #272727) !important;
  background-image: -o-linear-gradient(top, #404040, #272727) !important;
  background-image: linear-gradient(to bottom, #404040, #272727) !important;
  border: 1px solid #272727;
  -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: #404040 !important;
}

/**
 *	btn-key
 */
.btn-key {
  background: #D8373E;
  background-image: -webkit-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: -moz-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: -ms-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: -o-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: linear-gradient(to bottom, #D8373E, #b8242a) !important;
  border: 1px solid #b8242a;
  -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: #D8373E !important;
}

/**
 *	btn-cart
 */
.btn-cart {
  background: #D8373E;
  background-image: -webkit-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: -moz-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: -ms-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: -o-linear-gradient(top, #D8373E, #b8242a) !important;
  background-image: linear-gradient(to bottom, #D8373E, #b8242a) !important;
  border: 1px solid #b8242a;
  -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: #D8373E !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;
    max-width: 100%;
    height: auto;
  }
}
.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: 6px solid #D8373E;
  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 #cd282f;
  border-top: none;
  color: #fff !important;
  background-color: #D8373E;
}
.ui-topbar ul li a:hover {
  text-decoration: underline;
  background-color: #cd282f;
}

/* ------------------------------------- */
/*  nav: navのスタイル
/*		- ui-nav
/*		- nav-search
/* ------------------------------------- */
.ui-nav {
  min-height: 0 !important;
  border-radius: 0 !important;
  -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);
}
.ui-nav .navbar-brand {
  font-size: 16px;
  color: #fff !important;
}
.ui-nav .navbar-brand:hover {
  color: #fff !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: #fff !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: #fff !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 #D8373E;
}
.ui-footer .page-top .link {
  display: inline-block;
  padding: 5px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #fff !important;
  background-color: #D8373E;
}
.ui-footer .page-top .link:hover {
  background-color: #cd282f;
}
.ui-footer .ui-section {
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .ui-footer .footer-content {
    margin-bottom: 15px;
  }
}

.ui-footer .footer-content img{
    max-width: 100%;
  }

.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: 15px;
}
.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: #fff;
  background-color: #333333;
}

/* ------------------------------------- */
/*  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 #ddd;
  background-color: #d8373d;
  /*background: -webkit-linear-gradient(#fff, #f0f0f0);*/
  /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(#fff, #f0f0f0);*/
  /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#fff, #f0f0f0);*/
  /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#fff, #f0f0f0);*/
  /* Standard syntax */
}
.section-title .title {
  padding-left: 10px;
  border-left: 6px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.ui-side .section-title {
  padding: 10px;
  margin-bottom: 10px;
  background: none;
  background-color: #404040;
}
.ui-side .section-title .title {
  padding-left: 0;
  border: none;
  font-size: 14px;
  color: #fff;
}

/* ------------------------------------- */
/*  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: #404040;
  font-size: 13px;
}
.ui-box .box-title .title a {
  color: #404040;
}
.ui-box .box-title .title a:hover {
  color: #D8373E;
}
.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: red;
  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 #ddd;
}

/* ------------------------------------- */
/*  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 #ddd;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #f0f0f0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #f0f0f0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #f0f0f0);
  /* 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 #ddd;
}
.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;
  border-radius: 0;
  border: 1px solid #404040;
}
#shopping-guide .section-body {
  padding: 15px;
  border: 1px solid #404040;
}
#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: #f00;
  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;
}



.breadcrumbs{
  margin-bottom: 20px;
}

.sub_category li{
  display: inline-block;
  width: 24%;
  line-height: 2;
  list-style-type: disc;
  text-decoration: underline;
  margin-bottom: 20px;
}

/* ------------------------------------- */
/*  privacy: プライバシーポリシーページのスタイル
/* ------------------------------------- */
/**
 *	privacy
 */
#privacy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
h4.title {
  font-size: 17px;
}

.mt20{ margin-top:20px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.red{ color:#d8373d}
a img:hover{ opacity:0.8;}
.ui-header{ padding:20px 0 0;}
.ui-header p.regist{ float:right;}
.ui-header div.registPC { float:right; display:block; text-align:right; padding: 20px 0;}
.ui-header div.registPC p{ margin:0;}
.ui-header div.registSP {display:none;}
.main_bn_list ul{ list-style:none; overflow:hidden; margin-left:-44px; }
.main_bn_list ul li{ float:left; margin: 0 0 1% 1%; width: 32%;}
.main_bn_list2 ul{ list-style:none; overflow:hidden; margin-left:-44px; }
.main_bn_list2 ul li{ float:left; margin: 0 0 1% 1%; width: 23.8%;}
.section-title { border: none; background:#333;}
.section-title-top{ background:#FFF; border-bottom:1px solid #333; text-align:center; padding:0; margin:20px auto}
.section-title-top h2 { margin:0; padding:0;}
.ui-side .section-title{ background:#d8373d;}
li.side_img{ margin-bottom:10px; background:#000;}
.ui-list.list-category .category-level1{ margin-bottom: 0px; font-size:16px}
.ui-list.list-category .category-level1:hover{ background-repeat:no-repeat; background-color:#efefef}
.ui-list.list-category .category-level1 > a { background: url(https://file001.shop-pro.jp/PA01339/199/img/bg_side02.png) no-repeat scroll right center; border-bottom: 1px solid #ccc; border-top:none; border-left:none; border-right:none; display: block; font-weight: normal; padding:  10px 25px 10px 10px;}
.ui-list.list-category .category-level1 a:hover{}
ul.list-headline{ overflow:hidden;}
ul.list-headline li{ width:98%; margin-left:2%; }
#manager-area{ background:#5382c6; padding:20px; color:#FFF; text-align:center;}

#shopping-guide .section-body { border:none; padding:0;}
.under_page{ width:100%; }
.under_page h2{ width:100%;margin:20px 0 40px; color:#333; font-weight:bold; border-bottom:1px double #333; padding-bottom:10px; }
.under_page h3{ width:100%; /*font-size:28px;*/ color:#333; font-weight:bold; /*border-bottom:1px double #333;*/ /*margin:0 0 10px 0;*/ padding-bottom:10px;}
/*.under_page h4{ font-size:23px;}*/
.under_box{ margin:30px 0; font-size:15px}
.under_box ul{ list-style:none;}
.under_box ul li{ font-size:15px; margin-bottom:5px;}
.under_box ul li a{ color:#5382C6 !important;; }
.under_box ul li a:hover{ color:#3D6195 !important;;}
.under_box table{ width:100%;}
.under_box table th,.under_box table td{ border:1px solid #CCC; padding:10px;}
.under_box table th{ width:20%; background:#efefef; text-align:center}
.sub_menu_side ul{ list-style:none; overflow:hidden; margin-left: -40px; margin-top: -20px;}
.sub_menu_side ul li{ border-bottom:1px dotted #CCC; padding:5px 0;}
.sub_menu ul{ list-style:none; overflow:hidden;    margin-left: -40px; margin-top: -20px;}
.sub_menu ul li{ float:left; width: 220px; margin: 4px; text-align:center; border-left:3px solid #ccc; }
.sub_menu ul li:last-child{ border-right:3px solid #ccc;}
.sub_menu ul li a{ padding:10px 20px; display:block;}
.sub_menu ul li a:hover{ font-weight:bold}
.tbl_calendar{width: 100%;}

.about{ text-align:center; color:#333;}
.about h3{ font-size:15px; font-weight:bold; margin:30px auto; line-height:25px;}
.about p.about_text{ font-size:13.5px; text-align:left; width:775px; margin:0 auto 30px; }


@media (max-width: 991px) {
.ui-header .logo { width:30%;}
h1.logo a img{ width:100%; height:auto;}
.ui-header div.registPC { width:60%; display:block;}
.ui-header div.registPC img{ width:100%; height:auto;}
.ui-header div.registSP {display:none;}
#manager-area{ padding:2%;}
#manager-area img{ width:100%; height:auto;}
.category-level1 img{ width:95%; height:auto}
li.side_img img{ width:100%; height:auto;}
.about p.about_text{ width:100%;}

}

@media only screen and (max-width: 768px){
.ui-header .logo { width:100%;}
h1.logo a img{ width:100%; height:auto;}
.ui-header p.regist { width:100%;}
.ui-header div.registPC{ display:none;}
.ui-header div.registSP{ display:block; text-align:center;}
.ui-header div.registSP p{ font-size:15px; color:#d8373d; margin-top:10px;}
.ui-header div.registSP p a{ display:block; border:1px solid #333; padding:10px;}
.main_bn_list img{ width:100%; height:auto}
.main_bn_list ul{ width:100%; margin: 10px 20px 10px -20px;}
.main_bn_list ul li{ width:48%; margin:1%;}
.main_bn_list2 img{ width:100%; height:auto}
.main_bn_list2 ul{ width:100%; margin: 10px 20px 10px -20px;}
.main_bn_list2 ul li{ width:48%; margin:1%;}
.margin-section{ margin-bottom:20px;}
li.side_img{ width:100%; text-align:center;}
li.side_img a{ display:block; width:100%; height:}
li.side_img img{ margin:0 auto;}
.sub_menu ul li{ border: 1px solid #ccc; width: 48%;  margin: 1%; font-size:10px;}
.sub_menu ul li:last-child{ width:98%; border: 1px solid #ccc;}
.about h3 br{ display:none;}

  
/**
 *	sidebar2
 */
.ui-sidebar2 {
  border-top: 12px solid #D8373E;
  color: #555 !important;
}
.ui-sidebar2 .description {
  padding-top: 5px;
}
.ui-sidebar2 ul {
  margin-bottom: 0;
}
.ui-sidebar2 ul li {
  padding-left: 2px;
  padding-right: 2px;
}
.ui-sidebar2 ul li a {
  display: inline-block;
  padding: 5px 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #cd282f;
  border-top: none;
  color: #fff !important;
  background-color: #D8373E;
}
.ui-sidebar2 ul li a:hover {
  text-decoration: underline;
  background-color: #cd282f;
}
  
  
}