/*
Theme Name: CubeMart
Version: 1.0
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/* ------------------------------------- */
/*  bootstrap-theme: Bootstrap用テーマ
/*		- body
/*		- link
/*		- headline
/*		- form
/*		- thumbnail
/* ------------------------------------- */
/*  eccube style  */
/*--------------------------------- */
.attention,
.point {
  color: #E64E4E;
}

.message {
  color: #31708f;
  font-size: 14px;
}

.box60 {
  width: 60px;
}
@media (max-width: 767px) {
  .box60 {
    width: 50px;
  }
}

.box80 {
  width: 80px;
}

.box120 {
  width: 100%;
}
@media (min-width: 768px) {
  .box120 {
    width: 120px;
  }
}

.box300 {
  width: 100%;
}
@media (min-width: 768px) {
  .box300 {
    width: 300px;
  }
}

.box380 {
  width: 100%;
}
@media (min-width: 768px) {
  .box380 {
    width: 380px;
  }
}

/**
 *	body
 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  font-size: 12px;
  background-color: #fff;
}

/**
 *	link
 */
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #337ab7;
}
.logo a{
  color: #fff;
  font-style: oblique;
}
/**
 *	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;
}

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

/**
 *	well
 */
.well {
  margin-bottom: 30px;
  border-radius: 0;
  color: #444;
  background-color: #f4f4f4;
}
.well p {
  margin-bottom: 0;
}

/* ------------------------------------- */
/*   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;
    background: #337ab7;
}

.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;
}

/**
 *	font
 */
.link-reverse {
  color: #fff;
}
.link-reverse a {
  color: #fff;
}

/* ------------------------------------- */
/*  slider: sliderのスタイル
/*		- ui-slider
/* ------------------------------------- */
.ui-slider.carousel-indicators li {
  border: 1px solid #337ab7;
}
.ui-slider.carousel-indicators li.active {
  background-color: #337ab7;
}
.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: #337ab7;
}
@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: #337ab7;
}
.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 {
  border-radius: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 1px;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 8px 12px;
  }
}

div.btn,
li.btn,
p.btn {
  padding: 0;
  border: none;
  cursor: none;
}
div.btn:active,
li.btn:active,
p.btn:active {
  box-shadow: none;
}

/**
 *	btn-styled
 */
.btn-styled {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 18px;
  text-decoration: none;
}
.btn-styled:hover, .btn-styled:focus {
  color: #ffffff;
  text-decoration: none;
}

/**
 *	btn-default
 */
.btn-default {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #333;
}
.btn-default:hover {
  color: #333;
}

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

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

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

/* ------------------------------------- */
/*  header: ヘッダーのスタイル
/*		- ui-header
/*		- ui-topbar
/* ------------------------------------- */
.ui-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-header .logo {
  display: inline-block;
  margin: 0;
  float: left;
}
@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: 6px solid #337ab7;*/
  color: #555 !important;
  margin: 8px 0px;
}
.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 #a6b2e6;
  border-top: none;
  color: #fff !important;
  background-color: #337ab7;
}
.ui-topbar ul li a:hover {
  text-decoration: underline;
  background-color: #a6b2e6;
}

/* ------------------------------------- */
/*  nav: navのスタイル
/*		- ui-nav
/*		- nav-search
/* ------------------------------------- */
.ui-nav {
  min-height: 0 !important;
  border-radius: 0 !important;
  background: #337ab7 !important;
  border: 1px solid #31708f  !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 {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .ui-nav.nav-search .navbar-form .input-group-btn .btn {
    padding: 6px 12px;
  }
}
.ui-nav.nav-search .navbar-form select {
  width: 200px;
}
@media (max-width: 991px) {
  .ui-nav.nav-search .navbar-form select {
    width: 140px;
  }
}
@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 #337ab7;
}
.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: #337ab7;
}
.ui-footer .page-top .link:hover {
  background-color: #a6b2e6;
}
.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: 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: #827463;
}

/* ------------------------------------- */
/*  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: #31708f;
}

/**
 *	page-title
 */
.page-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.page-title .title {
  color: #31708f;
  font-size: 28px;
  font-weight: bold;
}

/**
 *	section-title
 */
.section-title {
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  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 #337ab7;
  color: #31708f;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
}

.ui-side .section-title {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #337ab7;
}
.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: #31708f;
  font-size: 13px;
}
.ui-box .box-title .title a {
  color: #31708f;
}
.ui-box .box-title .title a:hover {
  color: #337ab7;
}
.ui-box .box-image {
  margin-bottom: 10px;
}
.ui-box .description {
  margin-bottom: 10px;
}
.ui-box .more-link {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ui-box .col-left-fit {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .ui-box .col-left-sm {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .ui-box .col-left-lg {
    padding-right: 30px;
  }
}

/**
 *	item-card
 */
.ui-box.item-card .review {
  color: #ffbd30;
}
.ui-box.item-card .review .count {
  color: #31708f;
}
.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 {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.ui-list.list-category li {
  padding: 5px 0;
}
.ui-list.list-category a {
  font-size: 14px;
  font-weight: bold;
}
.ui-list.list-category ul {
  list-style: disc;
  padding-left: 26px;
}

/**
 *	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;
}

/**
 *	calendar
 */
.ui-side .ui-table caption {
  text-align: center;
}
@media (min-width: 768px) {
  .ui-side .ui-table > thead > tr > th {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .ui-side .ui-table > thead > tr > th {
    padding: 6px;
  }
}
.ui-side .ui-table > tbody > tr > td {
  border: none;
}
.ui-side .ui-table > tbody > tr > td.off {
  background-color: #FFCFCF;
}
@media (min-width: 768px) {
  .ui-side .ui-table > tbody > tr > td {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .ui-side .ui-table > tbody > tr > td {
    padding: 6px;
  }
}

/* ------------------------------------- */
/*  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%;
}

/* ------------------------------------- */
/*   Cart: カートページのスタイル
/* ------------------------------------- */
#undercolumn_cart .point_announce {
  margin-bottom: 20px;
}
#undercolumn_cart .point_announce .price {
  color: #f00;
  font-weight: bold;
  padding: 0 5px;
}
#undercolumn_cart .totalmoney_area {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #undercolumn_cart .form_area table #quantity_level li {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#undercolumn_cart .form_area table #quantity_level li a i {
  font-size: 18px;
}

/* ------------------------------------- */
/*  products: 商品ページのスタイル
/*    - page-navi
/*    - product-list
/*    - product-detail
/* ------------------------------------- */
/**
 *	page-navi
 */
#undercolumn #page_navi_top,
#undercolumn #page_navi_bottom {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top,
  #undercolumn #page_navi_bottom {
    margin-top: 20px;
  }
}
#undercolumn #page_navi_top .item_num,
#undercolumn #page_navi_bottom .item_num {
  margin-bottom: 15px;
  color: #31708f;
  font-weight: bold;
}
#undercolumn #page_navi_top .change,
#undercolumn #page_navi_bottom .change {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top .change,
  #undercolumn #page_navi_bottom .change {
    text-align: center;
  }
}
#undercolumn #page_navi_top .change a,
#undercolumn #page_navi_bottom .change a {
  margin-right: 5px;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-size: 12px;
}
#undercolumn #page_navi_top .change a:hover,
#undercolumn #page_navi_bottom .change a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #337ab7;
  background-color: #337ab7;
}
#undercolumn #page_navi_top .change select,
#undercolumn #page_navi_bottom .change select {
  width: 80px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top .change select,
  #undercolumn #page_navi_bottom .change select {
    width: 100%;
    margin-top: 20px;
  }
}
#undercolumn #page_navi_top .navi,
#undercolumn #page_navi_bottom .navi {
  text-align: center;
  color: #31708f;
}
#undercolumn #page_navi_top .navi a,
#undercolumn #page_navi_bottom .navi a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-size: 12px;
}
#undercolumn #page_navi_top .navi a:hover,
#undercolumn #page_navi_bottom .navi a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #337ab7;
  background-color: #337ab7;
}
#undercolumn #page_navi_bottom .change {
  display: none;
}

/**
 *	product-list
 */
.list-products {
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.list-products .status_icon li {
  padding-right: 0;
}
.list-products .product-title {
  margin-bottom: 20px;
}
.list-products .product-title .title {
  color: #31708f;
  font-size: 28px;
}
.list-products .product-title .title a {
  color: #31708f;
  font-size: 28px;
  font-weight: bold;
}
.list-products .product-title .title a:hover {
  color: #337ab7;
}
.list-products .normal_price,
.list-products .sale_price {
  margin-bottom: 15px;
  color: #31708f;
  font-weight: bold;
}
.list-products .normal_price .price,
.list-products .sale_price .price {
  font-size: 22px;
}
.list-products .listcomment {
  margin-bottom: 15px;
}
.list-products .cart_area {
  padding-top: 15px;
  border-top: 2px solid #ddd;
}
@media (min-width: 768px) {
  .list-products .cart_area select {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .list-products .cart_area input[type="text"] {
    width: 100px;
    margin-left: 6px;
  }
}
.list-products .cart_area dl {
  margin-bottom: 10px;
}
.list-products .cart_area dl:last-child {
  margin-bottom: 15px;
}
.list-products .cart_area dl dt {
  display: inline-block;
  width: auto;
  color: #555;
}
.list-products .cart_area dl dd {
  display: inline-block;
}
.list-products .cart_area .cartin {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
.list-products .cart_area .cartin input[type="text"] {
  width: 130px;
}
.list-products .cart_area .cartin .quantity {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .list-products .cart_area .cartin .quantity {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .list-products .cart_area .cartin .cartin_btn {
    display: inline-block;
  }
}
.list-products .cart_area .cartin .cartin_btn .btn {
  width: 150px;
}
@media (max-width: 767px) {
  .list-products .cart_area .cartin .cartin_btn .btn {
    width: 100%;
    padding: 8px 12px;
  }
}
.list-products .description {
  margin-bottom: 15px;
}
.list-products .detail_btn .btn {
  margin-bottom: 15px;
}

/**
 *	product-detail
 */
#detailarea #detailphotobloc {
  margin-bottom: 20px;
}
#detailarea #detailphotobloc img {
  margin-bottom: 5px;
}
#detailarea #detailrightbloc .status_icon li {
  padding-right: 0;
}
#detailarea #detailrightbloc .product-title {
  margin-bottom: 30px;
}
#detailarea #detailrightbloc .product-title .title {
  color: #31708f;
  font-size: 28px;
  font-weight: bold;
}
#detailarea #detailrightbloc .product-title .title a {
  color: #31708f;
  font-size: 28px;
  font-weight: bold;
}
#detailarea #detailrightbloc .product-title .title a:hover {
  color: #337ab7;
}
#detailarea #detailrightbloc .dl-horizontal {
  margin-bottom: 5px;
}
#detailarea #detailrightbloc .dl-horizontal dt {
  display: inline-block;
  width: 100px;
  color: #31708f;
  font-size: 12px;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dt {
    width: 100px;
  }
}
#detailarea #detailrightbloc .dl-horizontal dd {
  display: inline-block;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dd {
    margin-left: 0;
  }
}
#detailarea #detailrightbloc .price-area,
#detailarea #detailrightbloc .spec-area,
#detailarea #detailrightbloc .main_comment {
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .normal_price .price,
#detailarea #detailrightbloc .sale_price .price {
  color: #31708f;
  font-size: 22px;
  font-weight: bold;
}
#detailarea #detailrightbloc .cart_area {
  padding-top: 15px;
  border-top: 2px solid #ddd;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area select {
    width: 130px;
  }
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area input[type="text"] {
    width: 100px;
    margin-left: 6px;
  }
}
#detailarea #detailrightbloc .cart_area .cartin {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
#detailarea #detailrightbloc .cart_area .cartin input[type="text"] {
  width: 130px;
}
#detailarea #detailrightbloc .cart_area .cartin .quantity {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .cart_area .cartin .quantity dt {
  width: auto;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area .cartin .cartin_btn {
    display: inline-block;
  }
}
#detailarea #detailrightbloc .cart_area .cartin .cartin_btn .btn {
  width: 250px;
}
@media (max-width: 767px) {
  #detailarea #detailrightbloc .cart_area .cartin .cartin_btn .btn {
    width: 100%;
    padding: 8px 12px;
  }
}

#subcomment_area {
  margin-bottom: 60px;
}
#subcomment_area .sub_area {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#subcomment_area .sub-title {
  margin-bottom: 15px;
  font-size: 16px;
}
#subcomment_area .sub-title .title {
  font-size: 16px;
  font-weight: bold;
}
#subcomment_area .mini {
  display: inline-block;
  margin-top: 5px;
}

#customervoice_area {
  margin-bottom: 40px;
}
#customervoice_area .review_bloc {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#customervoice_area .review_bloc p {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
#customervoice_area .review_bloc .review_btn {
  display: inline-block;
  float: right;
  color: #fff;
}
@media (max-width: 767px) {
  #customervoice_area .review_bloc .review_btn {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
#customervoice_area .review_bloc .review_btn a {
  padding: 4px 8px;
  border: 1px solid #337ab7;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
#customervoice_area .review_bloc .review_btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #337ab7;
}
@media (max-width: 767px) {
  #customervoice_area .review_bloc .review_btn a {
    width: 100%;
    font-size: 14px;
  }
}
#customervoice_area ul {
  list-style: none;
  padding: 15px;
  font-size: 12px;
}
#customervoice_area ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#customervoice_area ul li .recommend_level {
  color: #ffbd30;
}

@media (max-width: 767px) {
  #cboxOverlay {
    max-width: 100% !important;
  }

  #colorbox,
  #cboxWrapper,
  #cboxContent {
    max-width: 100% !important;
    background-color: transparent;
  }

  #cboxLoadedContent {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }

  .cboxPhoto {
    max-width: 100% !important;
    height: auto !important;
    border: 1px solid #333;
  }
}
/* ------------------------------------- */
/*  mypage: マイページのスタイル
/*    - mynavi_area
/* ------------------------------------- */
/**
 *  index
 */
@media (max-width: 767px) {
  #mynavi_area .mynavi_list li {
    display: block;
  }
  #mynavi_area .mynavi_list li a {
    display: block;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #f4f4f4;
  }
  #mynavi_area .mynavi_list li:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/* ------------------------------------- */
/*  shopping: 購入ページのスタイル
/*    - shopping
/*    - login
/*    - customer
/* ------------------------------------- */
/**
 *  shopping
 */
#undercolumn_shopping .shopping-flow {
  padding-left: 0;
  margin-bottom: 30px;
}
#undercolumn_shopping .shopping-flow li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  height: 45px;
  margin-left: -4px;
  color: #337ab7;
  line-height: 45px;
  background-color: #ececec;
}
#undercolumn_shopping .shopping-flow li.current {
  color: #fff;
  background-color: #337ab7;
}
#undercolumn_shopping .shopping-flow li.row2 {
  line-height: 14px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #undercolumn_shopping .shopping-flow li {
    width: 100%;
  }
}
#undercolumn_shopping .pay_area,
#undercolumn_shopping .pay_area02,
#undercolumn_shopping .point_area {
  margin-bottom: 40px;
}
#undercolumn_shopping .delivdate select {
  display: inline-block;
  width: 150px;
}
#undercolumn_shopping .radio-button li {
  margin-bottom: 15px;
}
#undercolumn_shopping .radio-button li input {
  margin-right: 5px;
}
#undercolumn_shopping .btn_area {
  text-align: center;
}
#undercolumn_shopping textarea {
  width: 100%;
}

/**
 *  login
 */
#undercolumn_login .login_area {
  margin-top: 40px;
}
#undercolumn_login .login_area .inputbox {
  margin: 30px 0;
}
#undercolumn_login .login_area .inputbox .btn_area {
  text-align: center;
}
#undercolumn_login .login_area .inputbox .btn_area ul {
  margin-bottom: 0;
}

/**
 *  customer
 */
#undercolumn_customer .shopping-flow {
  padding-left: 0;
}
#undercolumn_customer .shopping-flow li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  height: 45px;
  margin-left: -4px;
  color: #337ab7;
  line-height: 45px;
  background-color: #ececec;
}
#undercolumn_customer .shopping-flow li.current {
  color: #fff;
  background-color: #337ab7;
}
#undercolumn_customer .shopping-flow li.row2 {
  line-height: 14px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #undercolumn_customer .shopping-flow li {
    width: 100%;
  }
}
#undercolumn_customer form table select {
  margin: 5px 0;
}
#undercolumn_customer form table select[name="order_year"],
#undercolumn_customer form table select[name="order_month"],
#undercolumn_customer form table select[name="order_day"] {
  width: 60px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #undercolumn_customer form table select[name="order_year"],
  #undercolumn_customer form table select[name="order_month"],
  #undercolumn_customer form table select[name="order_day"] {
    width: 110px;
  }
}
#undercolumn_customer form table td select {
  width: 130px;
}
#undercolumn_customer .btn_area {
  text-align: center;
}

/* ------------------------------------- */
/*  windowcolumn: ポップアップページのスタイル
/* ------------------------------------- */
#windowcolumn #forgot {
  padding: 10px;
}
#windowcolumn #forgot .name {
  margin-left: 49px;
}
@media (max-width: 767px) {
  #windowcolumn #forgot .name {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #windowcolumn table {
    widows: 300px;
  }
  #windowcolumn table textarea {
    width: 200px;
  }
}




.ui-topbar ul li .text-dark{
  background-color: #428c44;
    border: none;
}

 .LC_Page_Abouts #main_column h2,.LC_Page_Contact #main_column h2,.LC_Page_User #main_column h2  {
    border: 1px solid #ccc;
    border-top: 2px solid #45b2d3;
    padding: 15px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#fff));
    background: -moz-linear-gradient(#e5e5e5, #fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#e5e5e5, EndColorStr=#ffffff)";
    width: 100%;
}

.LC_Page_Abouts #main_column h3,.LC_Page_Contact #main_column h3,.LC_Page_User #main_column h3,.LC_Page_Products_List #main_column h3 {
    margin: 0px 0px 9px;
  line-height: 120%;
  font-size: 16px;
  padding-left: 10px;
  clear: both;
    font-size: 18px;
    margin: 30px 0px 25px;
    padding: 2px 0px 0px 15px;
    border-left: 3px solid #45b2d3;
    color: #333;
}

.u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  color: #333 !important;
  padding: 5px;

}
.u-accordion-color-white .u-accordion__header [aria-expanded="true"] {
    color: #333 !important;
}

.g-bg-gray-light-v4 {
    background-color: #eee !important;
    padding: 15px;
    border-radius: 20px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}


.u-accordion-color-white .u-accordion__header [aria-expanded="true"] {
    color: #fff !important;
}


.u-accordion__control-icon i:nth-child(1) {
    display: inline;
}
.u-accordion__control-icon i:nth-child(2) {
    display: none;
}
.fa-angle-up:before {
    content: "\f106";
}
.listphoto {
  height: 150px;
}

.listphoto a{
  padding: 10px;
}
.listphoto img{
  max-height: 100%;
}
.cartin_btn{
  text-align: center;
}
.cartin_btn input{
  margin-top: 10px;
}

.newlistfont{
  font-size: 14px;
  margin-top: 0;
  color: #222;
  height: 65px;
}





.g-navi .g-navi__list {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 34px;
  float: left;
}
.g-navi .g-navi__item {
  display: table-cell;
  text-align: center;
  height: 100%;
  border-left: 1px solid #5c5b5b;
  border: 1px solid #D7D7D7;
  border-radius: 7px;
  /* height: 50px; */
  padding: 5px 7px 10px 0px;
  margin: 0px 0px 0px 0px;
  text-shadow: 0 1px 1px #f3f2f2;
  /* border-right: 1px solid #D7D7D7; */
  background: linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);
}
.g-navi .g-navi__link {
    text-decoration: none;
    color: #0d4d6d;
    padding: 0;
    height: 100%;
    display: block;
    position: relative;
}
.g-navi .g-navi__link:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -1px;
    right: -1px;
    height: 0;
    bottom: -14px;
    background: #0054a7;
    transition-property: width,left,height;
    transition-duration: .4s;
}
.g-navi .g-navi__jp {
  display: block;
  line-height: 1.2;
  font-size: 11.9px;
  font-weight: 400;
  padding: 7px 0 0px 0;
}

.ui-header .logo{
    margin-top: 0px;
}
.site-header__menu{
    float: left;
    margin-top: 23px;
}

.aaa{
  border: 2px solid #f52d2d;
    display: flow-root;
    padding: 10px;
    float: left;
    height: 150px;
    font-size: 20px;
}

.aaa a{
    font-size: 26px;
}
