/*
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: #333;
  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: #EE6868;
}

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

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

/* add 2020324 */
#undercolumn ,
#mypagecolumn {
  margin-top: 20px;
}

/* ------------------------------------- */
/*  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 {
  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: #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: #d64541;
  border: 1px solid #d64541;
  position: relative;
}
.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: 6px solid #eee;
  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: #eee;
}
.ui-topbar ul li.login_h_cart a.btn-cart {
  background: #d64541;
  border: 1px solid #d64541;
  padding: 4px 10px 5px;
  border-top: none;
  position: relative;
  color: #fff !important;
  -webkit-border-radius: 0 0 3 3;
  -moz-border-radius: 0 0 3 3;
  border-radius: 0 0 3px 3px;
}
.ui-topbar ul li a:hover {
  text-decoration: underline;
  background-color: #e1e1e1;
}

/* ------------------------------------- */
/*  nav: navのスタイル
/*		- ui-nav
/*		- nav-search
/* ------------------------------------- */
.ui-nav {
  min-height: 0 !important;
  border-radius: 0 !important;
}
.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-toggle {
    float: left;
    margin-left: 160px;
  }
  .navbar-default .navbar-toggle {
    border: 1px solid #fff;
    padding: 6px 10px 5px;
  }
  .ui-nav .navbar-toggle .text-bar {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  .ui-nav .navbar-toggle .icon-bar {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    margin-left: 10px;
  }
  .ui-nav .navbar-toggle.collapsed .icon-bar {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: none;
  }
}
.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 {
    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;*/
    width: 330px;
  }
}
@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: 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: #bfbfbf;
}

/* ------------------------------------- */
/*  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 {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.page-title .title {
  color: #333;
  font-size: 28px;
  font-weight: bold;
}

/**
 *	section-title
 */
.section-title {
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.section-title .title {
  padding-left: 10px;
  border-left: 6px solid #ccc;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.ui-side .section-title {
  margin-bottom: 10px;
  /*padding: 10px;
  border-bottom: 3px solid #ccc;*/
  padding: 10px 10px 8px 10px;
  border: none;
  border-bottom: 2px solid #222;
  background: #fff;
}
.ui-side .section-title .title {
  padding-left: 0;
  border: none;
  font-size: 18px;
}

/* ------------------------------------- */
/*  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: #333;
  font-size: 13px;
}
.ui-box .box-title .title a {
  color: #333;
}
.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;
}
@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: #333;
}
.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: 3px 10px;
  margin-bottom: 0;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .ui-list.list-cart {
    padding: 1px 0px;
    left: 10px;
    top: 5px;
    position: absolute;
  }
}
.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: 15px;
}

/**
 *	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: #333;
  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: #ccc;
  background-color: #ccc;
}
#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: #333;
}
#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: #ccc;
  background-color: #ccc;
}
#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: #333;
  font-size: 28px;
}
.list-products .product-title .title a {
  color: #333;
  font-size: 28px;
  font-weight: bold;
}
.list-products .product-title .title a:hover {
  color: #ccc;
}
.list-products .normal_price,
.list-products .sale_price {
  margin-bottom: 15px;
  color: #333;
  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;
  vertical-align: middle;
}
@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;
    vertical-align: middle;
  }
}
.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: #333;
  font-size: 28px;
  font-weight: bold;
}
#detailarea #detailrightbloc .product-title .title a {
  color: #333;
  font-size: 28px;
  font-weight: bold;
}
#detailarea #detailrightbloc .product-title .title a:hover {
  color: #ccc;
}
#detailarea #detailrightbloc .dl-horizontal {
  margin-bottom: 5px;
}
#detailarea #detailrightbloc .dl-horizontal dt {
  display: inline-block;
  width: 100px;
  color: #333;
  font-size: 12px;
  vertical-align: middle;
  float: none;
  text-align: left;
}
#detailarea #detailrightbloc .price-area dt {
    width: 100px;
    display: inline-block;
    width: 100px;
    font-size: 12px;
    vertical-align: middle;
    float: none;
    text-align: left;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dt ,
  #detailarea #detailrightbloc .price-area dt {
    width: 100px;
  }
}
#detailarea #detailrightbloc .dl-horizontal dd ,
#detailarea #detailrightbloc .price-area dd {
  display: inline-block;
  vertical-align: middle;
}
#detailarea #detailrightbloc .sale_price .price {
  color: inherit !important;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dd ,
  #detailarea #detailrightbloc .price-area 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: #333;
  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 #ccc;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
#customervoice_area .review_bloc .review_btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ccc;
}
@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
 */
.mynavi_list {
  margin-bottom: 20px;
}
.mynavi_list a {
  border: 1px solid #e1e1e1;
  padding: 5px 10px 5px 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #eee;
}
.mynavi_list a:hover {
  color: #333;
  background-color: #e1e1e1;
}
@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;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  #mynavi_area .mynavi_list li:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/* カード情報リンク追加部分 */
.mynavi_list li:last-child a:before {
  content: "\f105";
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* ------------------------------------- */
/*  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: #999;
  line-height: 45px;
  background-color: #ececec;
}
#undercolumn_shopping .shopping-flow li.current {
  color: #fff;
  background-color: #666;
}
#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;
}

/* add 20200318 */
#undercolumn_login .box_caution01 {
  border: 2px solid #ff0000;
  padding:10px 10px 0;
}
#undercolumn_login .box_caution01 p ,
#undercolumn_login .box_caution01 p a {
  font-size:13px;
  font-weight:bold;
}
#undercolumn_login .box_caution01 p a {
  font-size:14px;
  font-weight:bold;
  color:#ff0000;
  text-decoration: underline;
}
#undercolumn_login .box_caution01 p a:hover {
  text-decoration: none;
}

#undercolumn_login .box_caution02 {
  border: 2px solid #035ca2;
  padding:10px 10px 0;
  margin-bottom: 15px;
}
#undercolumn_login .box_caution02 p ,
#undercolumn_login .box_caution02 p a {
  font-size:13px;
  font-weight:bold;
}
#undercolumn_login .box_caution02 p a {
  font-size:14px;
  font-weight:bold;
  color:#ff0000;
  text-decoration: underline;
}
#undercolumn_login .box_caution02 p a:hover {
  text-decoration: none;
}

/**
 *  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: #ccc;
  line-height: 45px;
  background-color: #ececec;
}
#undercolumn_customer .shopping-flow li.current {
  color: #fff;
  background-color: #ccc;
}
#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;
  }
}



/* add */
/* ------------------------------------- */
/*  追加スタイル
/* ------------------------------------- */
.ui-header .logo span ,
.ui-header .logo img {
  display: inline-block;
  vertical-align: middle;
}
.ui-header .logo span {
  font-weight: bold;
  margin-left: 18px;
  padding-top: 5px;
  font-size: 30px;
}
.ui-header .description {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}


.side_login.btn ,
.side_logout.btn ,
.side_search.btn ,
.side_cart.btn {
  display: block;
  width: 100%;
}
.side_login.btn input.btn ,
.side_logout.btn input.btn ,
.side_search.btn input.btn ,
.side_cart.btn input.btn {
  background: url(../img/common/ico_arrow_wh01.png) no-repeat right 8% center #6fba2c !important;
  box-shadow: none;
  border: 1px solid #6fba2c;
  font-size: 14px;
  font-weight: bold;
  width: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: .1em !important;
}
.side_search.btn input.btn {
  border: 1px solid #005ca2;
  background: url(../img/common/ico_arrow_wh01.png) no-repeat right 8% center #005ca2 !important;
}
.side_cart.btn input.btn {
  background: url(../img/common/ico_arrow_wh01.png) no-repeat right 8% center #c0392b !important;
}
.side_cart.btn input.btn span {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #005ca2;
  background: url(../img/common/ico_cart01.png) no-repeat left center;
}

#header_wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header_login_area .block_body ul {
  text-align: right;
}

@media (min-width: 768px) {
  #header_login_area {
    position: relative;
  }
  #header_login_area .block_body {
    position: absolute;
    top:  0;
    right: 0;
    width: 230px;
  }
}

.table-size-01 {
  width: 100%;
}
.table-size-01 thead tr th {
  color: #fff;
  background-color: #4b545b;
  padding: 9px 0 5px;
  text-align: center;
}
.table-size-01 tbody tr th {
  background-color: #f4f4f4;
  border-bottom: 1px solid #b1b1b1;
  width: 75px;
  padding: 3px 0;
  text-align: center;
}
.table-size-01 tbody tr td {
  border-bottom: 1px solid #b1b1b1;
  padding: 3px 0;
  text-align: center;
}
h2.ttl-cmn-02 {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  border-bottom-width: 2px;
}
h2.ttl-cmn-02.type-01 {
  color: #374149;
  border-bottom: 2px solid #374149;
  background-color: #f4f4f4;
  padding: 10px 0 5px 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .ui-header .logo.fixed {
    position: fixed;
    top: 5px;
    left: 0; right: 0;
    margin: auto;
    z-index: 1000;
  }
  .ui-header .logo span {
    margin-left: 8px;
    font-size: 22px;
  }
  .ui-header .logo img {
    max-width: 162px;
  }
  .ui-header .description {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
  }
  .ui-header .description br {
    display: none;
  }
}

.num_on {
  background: #f1a9a0;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -10px;
  color: #d64541;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 1;
  padding: 4px 6px;
  font-weight: bold;
}

/* head 検索バー */
.navbar-default {
  padding-bottom: 0;
  background: #6fba2c;
  border-top:5px solid #005ca2;
}

#gnav_pc ul {
  list-style: none;
  letter-spacing: -.4em;
  margin-top: 34px;
}
#gnav_pc li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 30px;
}
#gnav_pc li a {
  font-size: 16px;
}
@media (max-width: 767px) {
  #gnav_pc {
    display: none;
  }
}

.plg_Tetra_SearchBar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767px) {
  .plg_Tetra_SearchBar.fixed {
    padding-top: 63px;
    background: #fff;
  }
}


#undercolumn_entry ul {
  margin-bottom: 30px;
}
#undercolumn_entry li {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 5px;
}

#undercolumn_entry dl {
  margin-bottom: 25px;
  margin-left: 20px;
}
#undercolumn_entry dt {
  font-size: 14px;
  margin-bottom: 5px;
}
#undercolumn_entry dd {
  font-size: 13px;
  line-height: 160%;
}



/* ===============================================
▼新着商品
=============================================== */
#newitem_area .newitem_area-more_btn{
  display: block;
  background: url(../img/common/ico_arrow_wh01.png) no-repeat right 8% center #005ca2 !important;
  box-shadow: none;
  border: 1px solid #005ca2;
  font-size: 14px;
  font-weight: bold;
  width: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: .1em !important;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  max-width: 320px;
  margin: auto;
}