@charset "UTF-8";
/*
* creafix
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*/
/*
* 左側にアイコンを表示
*/
/*
* 右側にアイコンを表示
*/
/*
* ボタンの右側にarrowを表示
*/
/* reset css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

body {
  line-height: 1.2;
  font-size: 14px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul li {
    list-style: none;
}
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*text-decoration: none;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body, * {
  color: #777777;
  background-color: #ffffff;
}

body {
  min-width: 1000px;
}
input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ----------------------------------------- */
/*****************************************
* 全体の構成・共通
*****************************************/
#tm_body_wrapper {
  display: table;
  width: 1200px;
  margin: 0 auto;
}

#tm_body_wrapper #tm_left_menu {
  display: table-cell;
}

#tm_body_wrapper #tm_main_wrapper {
  display: table-cell;
  position: relative;
  vertical-align: top;
  background-color: #f7f7f7;
}

.tm_shopping h2 {
  line-height: 40px;
  font-size: 1.3rem;
  border-bottom: 5px solid #349665;
  margin-bottom: 15px;
  color: #4b4b4b;
}
.tm_shopping h2 span {
  color: #4b4b4b;
}
.tm_shopping h2 span {
  display: inline-block;
  line-height: 40px;
}
.tm_shopping h3 {
  position: relative;
  padding-left: 10px;
  font-weight: normal;
  font-size: 1rem;
  margin: 20px 0;
  height: 30px;
  line-height: 30px;
  border-left: solid 12px #777;
}
/*
.tm_shopping h3:before {
  content: ".";
  display: block;
  font-size: 0;
  border-left: solid 12px #777;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -8px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
*/
.tm_shopping .goods_footer {
  margin-top: 0px;
  height: 30px;
  background-image: url(/img/common/separator.png);
  background-position-y: center;
  background-repeat: repeat-x;
  margin-bottom: 10px;
}

.tm_shopping .exp_comment {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}
.tm_shopping .exp_comment ul li{
    line-height:20px;
}
.tm_shopping .exp_comment ul.alert li {
    border: dotted 2px #ff1717;
    color: #ff1717;
    padding: 10px;
    margin: 10px 0;
}
.tm_shopping .exp_comment ul li.alert {
    color: #ff1717;
}

.btn-area {
    margin: 40px auto;
}
.btn-area:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.btn-area .btn-box {
    position: relative;
    height: 50px;
    margin: 20px 40px;
}
.btn-area .btn-box:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.btn-area .msg-box {
    position: relative;
    margin: -10px 40px 20px;
    line-height:1.6em;
}
.btn-area .btn-box .half-button {
    width: 45%;
    color: #ffffff;
    background-color: #89b201;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}
.btn-area .btn-box .left {
    position: absolute;
    left: 0;
}
.btn-area .btn-box .right {
    position: absolute;
    right: 0;
}
.btn-area .btn-box .btn-exp {
    position:absolute;
    top: -10px;
    font-size: 0.8rem;
    line-height: 1.1rem;
}
.btn-area .half-button:after {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url("/img/common/btn_arrow.png");
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
a.disabled {
    background-color: #ccc!important;
    cursor: default!important;
}
.bigbtn-area {
    margin: 40px auto;
    width: 400px;
}
h2 .sub-btn-area {
    margin: 0;
    float:right;
    position: relative;
}
h2 .sub-btn-area a.sub-button {
    color: #ffffff;
    background-color: #89b201;
    border: none;
    border-radius: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding: 5px 10px;
    font-weight: normal;
    margin-left: 5px;
}
.bigbtn-area .button {
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
    background-color: #89b201;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}

.button:after {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url("/img/common/btn_arrow.png");
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
span.no_msg {
    font-style: italic;
    color: #afafaf;
}

.bigbtn-area .i-con {
    background-size: 28px;
    background-position: 10% 50%;
}
.cart_btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #eb1d1d;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    padding-left: "0";
}
.cart_btn::after {
    float: right;
    width: 55%;
    content: ".";
    display: block;
    font-size: 0;
    background-image: url("/img/common/btn_arrow.png");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.cart_btn::before {
    content: ".";
    display: block;
    font-size: 0;
    background: url("/img/icon/cart_white64.png") no-repeat 50% 50%;
    background-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: "5px";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.dl_btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #89b201;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    padding-left: "0";
    display: block;
    text-decoration: none;
}
.dl_btn::after {
    float: right;
    width: 55%;
    content: ".";
    display: block;
    font-size: 0;
    background-image: url("/img/common/btn_arrow.png");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.dl_btn::before {
    content: ".";
    display: block;
    font-size: 0;
    background: url("/img/icon/download_white64.png") no-repeat 50% 50%;
    background-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: "5px";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
table.order_list {
    width: 100%;
    margin-bottom: 25px;
}
table.order_list tr{
    border: solid 1px #ccc;
}
table.order_list tr th{
    padding: 10px;
    background-color:#fff;
    color: #00ae51;
    font-weight: normal;
}
table.order_list tr td{
    padding: 10px;
    background-color:#fff;
}
td.l {
    text-align: left;
}
td.c {
    text-align: center;
}
td.r {
    text-align: right;
}

/* ----------------------------------------- */
/*****************************************
* ヘッダーメニュー
*****************************************/
#tm_header_menu {
  width: 1200px;
  margin: 0 auto;
  height: 57px;
  background-color: #ffffff;
}

#tm_header_menu:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_header_menu .tm_logo {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
}
#tm_header_menu .tm_logo span {
  color: #349665;
  font-size: 1.0em;
  padding-left: 10px;
}
#tm_header_menu .header_menu_wrapper {
  float: right;

}

#tm_header_menu .header_menu_wrapper > div {
  float: left;
  margin-right: 10px;
  height: 57px;
}

#tm_header_menu .header_menu_wrapper > div:last-child {
  margin-right: 0px;
}

#tm_header_menu .header_menu_wrapper .disp_user {
  line-height: 57px;
  margin-bottom: -3px;
}

#tm_header_menu .header_menu_wrapper .btn {
  position: relative;
  width: 40px;
}
#tm_header_menu .header_menu_wrapper .btn a {
  display: block;
  position: absolute;
  top: 50%;
  background: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 6px;
}
#tm_header_menu .header_menu_wrapper .btn a:hover {
  /*box-shadow: 0px 0px 2px #777;*/
}
#tm_header_menu .header_menu_wrapper .btn a.cart {
  background: url(/img/icon/cart_white64.png) no-repeat #eb1d1d 50% 50%;
  background-size: 32px auto;
}
#tm_header_menu .header_menu_wrapper .btn a.mypage {
  background: url(/img/icon/person_white64.png) no-repeat #00ae51 50% 50%;
  background-size: 32px auto;
}
#tm_header_menu .header_menu_wrapper .btn a.inquiry {
  background: url(/img/icon/mail_white64.png) no-repeat #0e91cb 50% 50%;
  background-size: 32px auto;
}
#tm_header_menu .header_menu_wrapper .btn a.sales {
  background: url(/img/icon/sales_white64.png) no-repeat #ff751a 50% 50%;
  background-size: 32px auto;
}
#tm_header_menu .header_menu_wrapper .btn a.bill {
  background: url(/img/icon/bill_green64.png) no-repeat #ffffff 50% 35%;
  background-size: 23px auto;
  border: solid 2px #00ae51;
}
#tm_header_menu .header_menu_wrapper .btn a.logout {
  background: url(/img/icon/exit_white64.png) no-repeat #959595 50% 50%;
  background-size: 32px auto;
}
#tm_header_menu .header_menu_wrapper .btn a span {
  color: #fff;
  font-size: 8px;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
#tm_header_menu .header_menu_wrapper .btn a.bill span {
  color: #00ae51;
}
#tm_header_menu .header_menu_wrapper .btn .alert {
  height: 20px;
  width: 20px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  color: #ffffff;
  background-color: #ff0000;
  position: absolute;
  top: 5px;
  right: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tm_header_menu .header_menu_wrapper .btn.category {
  width: 190px;
}
#tm_header_menu .header_menu_wrapper .btn.category a {
  background: #707070;
  width: 100%;
}
#tm_header_menu .header_menu_wrapper .btn.category a span {
  color: #fff;
  font-size: 0.8em;
  padding-top: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 40px;
}


/*
#tm_header_menu .header_menu_wrapper .btn.bill {
  width: 54px;
}

#tm_header_menu .header_menu_wrapper .btn.bill a {
  top: 47px;
}
*/


#tm_header_menu .header_menu_wrapper .search_area {
  position: relative;
  width: 230px;
  height: 57px;
}

#tm_header_menu .header_menu_wrapper .search_area .search_wrapper {
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  border-radius: 8px;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#tm_header_menu .header_menu_wrapper .search_area span {
  display: block;
  position: absolute;
  top: 72%;
  font-size: 0.8em;
  color: #ff8600;
  text-align: center;
}

#tm_header_menu .header_menu_wrapper .search_area .search_wrapper form {
    position: relative;
}
#tm_header_menu .header_menu_wrapper .search_area .search_wrapper input[name="keyword"] {
  background-color: #f5f5f5;
  width: 200px;
  height: 26px;
  border: none;
  margin-top: 2px;
  padding: 0 8px;
  border-right: 1px solid #777777;
  position: absolute;
}

#tm_header_menu .header_menu_wrapper .search_area .search_wrapper .search_btn {
    opacity: 0.7;
    margin-left: 5px;
    width: 30px;
    opacity: 0.7;
    height: 30px;
    background: url(/img/icon/search_gray64.png) no-repeat 50% 50%;
    background-size: 18px;
    border: none;
    margin: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
}


#tm_header_menu .header_menu_wrapper .btn-wide {
    position: relative;
    width: 150px;
}
#tm_header_menu .header_menu_wrapper .btn-wide a {
    display: block;
    position: absolute;
    top: 50%;
    background: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
}
#tm_header_menu .header_menu_wrapper .btn-wide a:hover {
    box-shadow: 0px 0px 2px #777;
}
#tm_header_menu .header_menu_wrapper .btn-wide a span {
    color: #fff;
    line-height: 40px;
    padding-left: 35px;
    font-size: 1.1em;
}
#tm_header_menu .header_menu_wrapper .btn-wide a.login {
    background: url(/img/icon/login_white64.png) no-repeat #eb1d1d 10% 50%;
    background-size: 18px auto;
}
#tm_header_menu .header_menu_wrapper .btn-wide a.inquiry {
    background: url(/img/icon/mail_white64.png) no-repeat #0e91cb 10% 50%;
    background-size: 18px auto;
}
/*****************************************
* サブヘッダーメニュー
*****************************************/
#tm_sub_header_menu {
  padding: 10px 10px;
  border-top: 1px solid #349665;
  border-bottom: 1px solid #349665;
  background-color: #ffffff;
}

#tm_sub_header_menu:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_sub_header_menu a {
  text-decoration: none;
}
#tm_sub_header_menu a:hover {
  text-decoration: underline;
}
#tm_sub_header_menu > div {
  float: left;
  margin-left: 30px;
  position: relative;
}

#tm_sub_header_menu > div:before {
  content: ".";
  display: block;
  font-size: 0;
  background: url(/img/icon/question_green64.png) no-repeat 50% 50%;
  background-size: 18px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm_sub_header_menu > ul {
  float: right;
}

#tm_sub_header_menu > ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_sub_header_menu > ul li {
  float: left;
  list-style: none;
}

#tm_sub_header_menu > ul li:after {
  content: '|';
  margin: 0 10px;
}

#tm_sub_header_menu > ul li:last-child:after {
  display: none;
}

/*****************************************
* 左メニュー
*****************************************/
#tm_left_menu {
  width: 220px;
  min-width: 220px;
  min-height: 100vh;
  background-color: #349665;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

#tm_left_menu section {
  margin-bottom: 10px;
}

#tm_left_menu section:last-child {
  margin-bottom: 80px;
}

#tm_left_menu .menu_list_area .menu_list li {
  position: relative;
  list-style: none;
  margin: 0px 0px 10px;
}

#tm_left_menu .menu_list_area .menu_list li .btn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  background-color: #1ccf70;
  height: 45px;
  border-radius: 10px;
  position: relative;
}
#tm_left_menu .menu_list_area .menu_list li .btn a {
  display: block;
  height: 100%;
}
#tm_left_menu .menu_list_area .menu_list li .btn a span{
  color: #ffffff;
  padding-left: 40px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#tm_left_menu .menu_list_area .menu_list li .btn:before {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url(/img/icon/download_white.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
#tm_left_menu .menu_list_area .menu_list li .btn:after {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url(/img/common/btn_arrow.png);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm_left_menu .menu_list_area .menu_list li .btn.order {
  background-color: #eb1d1d;
}
#tm_left_menu .menu_list_area .menu_list li .btn.order:hover {
  background-color: #ff4242;
}
#tm_left_menu .menu_list_area .menu_list li .btn.order:before {
  background-image: url(/img/icon/cart_white64.png);
  background-size: 20px;
}
#tm_left_menu .menu_list_area .menu_list li .btn.order:after {
  background-image: url(/img/common/btn_arrow.png);
}
#tm_left_menu .menu_list_area .menu_list li .btn.dl {
  background-color: #1ccf70;
}
#tm_left_menu .menu_list_area .menu_list li .btn.dl:hover {
  background-color: #2aea84;
}
#tm_left_menu .menu_list_area .menu_list li .btn.dl:before {
  background-image: url(/img/icon/download_white64.png);
  background-size: 20px;
}
#tm_left_menu .menu_list_area .menu_list li .btn.sell {
  background-color: #1ccf70;
}
#tm_left_menu .menu_list_area .menu_list li .btn.sell:hover {
  background-color: #2aea84;
}
#tm_left_menu .menu_list_area .menu_list li .btn.sell:before {
  background-image: url(/img/icon/sell_white64.png);
  background-size: 20px;
}
#tm_left_menu .menu_list_area .menu_list li .btn.sales {
  background-color: #ff751a;
}
#tm_left_menu .menu_list_area .menu_list li .btn.sales:hover {
  background-color: #ffa366;
}
#tm_left_menu .menu_list_area .menu_list li .btn.sales:before {
  background-image: url(/img/icon/sales_white64.png);
  background-size: 20px;
}

#tm_left_menu .menu_list_area .menu_list li .btn.sales:after {
  background-image: url(/img/common/btn_arrow.png);
}

#tm_left_menu .menu_list_area .menu_list li .link {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  position: relative;
}
#tm_left_menu .menu_list_area .menu_list li .link a {
  display: block;
  height: 100%;
}
#tm_left_menu .menu_list_area .menu_list li .link a:hover {
  background-color: #44b57c
}
#tm_left_menu .menu_list_area .menu_list li .link a span{
  color: #ffffff;
  padding-left: 30px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#tm_left_menu .menu_list_area .menu_list li .link:after {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url(/img/common/btn_arrow.png);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
#tm_left_menu .menu_list_area .menu_list li .count {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  color: #ffffff;
  background-color: #00ad4f;
  position: absolute;
  top: -10px;
  right: -10px;
  border: solid 1px #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#tm_left_menu .banner_area a img {
  width: 100%;
  height: auto;
}

#tm_left_menu .news_area {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  min-width: 160px;
}

#tm_left_menu .news_area h1 {
  color: #00ad4f;
  line-height: 1.5rem;
  text-indent: 10px;
}

#tm_left_menu .news_area h1:after {
  content: ".";
  display: block;
  font-size: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00ad4f;
  margin-bottom: 20px;
}

#tm_left_menu .news_area dl dt {
  color: #00ad4f;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 5px;
}

#tm_left_menu .news_area dl dd {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
}

#tm_left_menu .news_area .more_btn {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 30px;
  text-align: center;
}
#tm_left_menu .news_area .more_btn:hover{
  box-shadow: 0px 0px 2px #ccc;
}
#tm_left_menu .news_area .more_btn a {
  text-decoration: none;
  font-size: 0.7rem;
  line-height: 30px;
  width: 100%;
  height: 100%;
  display: block;
}

#tm_left_menu .imfomation_area {
  padding: 0 30px;
}

#tm_left_menu .imfomation_area dl dt {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

#tm_left_menu .imfomation_area dl dt:before {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url(/img/icon/track_white64.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm_left_menu .imfomation_area dl dt.delivery:before {
  background-image: url(/img/icon/track_white64.png);
  background-size: 20px;
}

#tm_left_menu .imfomation_area dl dt.postage:before {
  background-image: url(/img/icon/postage_white64.png);
  background-size: 20px;
}

#tm_left_menu .imfomation_area dl dt.browser:before {
  background-image: url(/img/icon/browser_white64.png);
  background-size: 20px;
}

#tm_left_menu .imfomation_area dl dd {
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
}

#tm_left_menu .imfomation_area dl dd:after {
  content: ".";
  display: block;
  font-size: 0;
  display: block;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 20px;
  margin: 20px -10px;
}

#tm_left_menu .imfomation_area dl dd:last-child:after {
  display: none;
}

/* アコーディオンメニュー */
#tm_left_menu .genre {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  min-width: 160px;
}
#tm_left_menu .menu__item {
background: #ffffff;
color: #fff;
cursor: pointer;
display: block;
margin-bottom: 1px;
}
#tm_left_menu .menu__item__link {
  color: #00ad4f;
  font-weight:bold;
  display: block;
  position: relative;
  line-height: 1.5rem;
  text-indent: 10px;
  text-decoration: none;
}
#tm_left_menu .menu__item__link:after {
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: 1.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
#tm_left_menu .menu__item__link.on:after {
content: '\f068';
}
#tm_left_menu .submenu {
background: #fff;
display: none;
}
#tm_left_menu .submenu__item {
color: #222;
padding: 8px;
}
#tm_left_menu .submenu__item:first-child {
  border-top: solid 1px #00ad4f;
  padding-top: 20px;
}

/*****************************************
* メインコンテンツ
*****************************************/
#tm_main {
  margin-bottom: 0px;
  padding: 10px;
}
#tm_main li {
  list-style: none;
}
#tm_main .segment {
  margin-bottom: 10px;
}
#tm_main .banner {
  width: 100%;
}
#tm_main .banner img {
  width: 100%;
  height: auto;
}
#tm_main .contents .sales_type {
  padding-left: 10px;
  margin-bottom: 10px;
}
#tm_main .contents .sales_type .goods_group h3 {
  margin-bottom: 15px;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper {
  position: relative;
  width: 100%;
  height: 251px;
  overflow: hidden;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide {
  /*width: 10000px;*/
  width:100%;
  height: 241px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide .goods {
  float: left;
  width: 158px;
  height: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  margin-right: 10px;
  padding: 10px;
  background: #fff;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide .goods a {
  text-decoration: none;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide .goods a:hover {
  text-decoration: underline;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide .goods a .img_area {
  width: 138px;
  height: 138px;
}

#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide .goods a .img_area img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide .goods a .hinnm {
  font-size: 0.8rem;
  line-height: 15px;
  margin-top: 10px;
}
#tm_main .contents .sales_type .goods_group .goods_slide_wrapper .goods_slide .goods a .hincd {
  font-size: 0.7rem;
  position: absolute;
  bottom: 10px;
}
#tm_main .contents .sales_type .goods_group .goods_footer .btn_wrapper {
  float: right;
  width: 218px;
  height: 30px;
  background-color: #f7f7f7;
}

#tm_main .contents .sales_type .goods_group .goods_footer .btn_wrapper .more_btn {
  width: 188px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
  text-align: center;
  float: right;
  background-color: #ffffff;
}

#tm_main .contents .sales_type .goods_group .goods_footer .btn_wrapper .more_btn a {
  text-decoration: none;
  display: block;
}
#tm_main .contents .sales_type .goods_group .goods_footer .btn_wrapper .more_btn:hover{
  box-shadow: 0px 0px 2px #ccc;
}
/*
#tm_main .contents h2:before {
  content: ".";
  display: block;
  font-size: 0;

  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
*/
/*
#tm_main .contents #goods_rank h2:before {
  background: url("/img/icon/crown_gray64.png") no-repeat 50% 50%;
  background-size: 24px;
  opacity: 0.7;
}
#tm_main .contents #goods_rcmd h2:before {
  background: url("/img/icon/heart_gray64.png") no-repeat 50% 50%;
  background-size: 24px;
  opacity: 0.7;
}
*/
#tm_main .contents h2 span {
  position: relative;
}

#tm_main .contents h2 {
  position: relative;
  padding-left: 30px;
}

/* 商品一覧ページ */
#tm_main_wrapper #tm_main .tm_navigation {
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #349665;
}

#tm_main_wrapper #tm_main .tm_navigation .breadcrumb {
  color: #707070;
  border-bottom: 2px solid #707070;
  line-height: 35px;
  margin-bottom: 10px;
  font-size:1.2em;
}

#tm_main_wrapper #tm_main .tm_navigation .breadcrumb a {
  text-decoration: none;
}
#tm_main_wrapper #tm_main .tm_navigation .breadcrumb a:hover {
  text-decoration: underline;
}
#tm_main_wrapper #tm_main .tm_navigation .row {
  margin-top: 5px;
}
#tm_main_wrapper #tm_main .tm_navigation .row:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper #tm_main .tm_navigation .row .left_block {
  float: left;
}

#tm_main_wrapper #tm_main .tm_navigation .row .right_block {
  float: right;
}

#tm_main_wrapper #tm_main .tm_navigation .row .disp_info {
  font-size: 0.8rem;
}
#tm_main_wrapper #tm_main .tm_navigation .row .disp_no {
  line-height: 25px;
  font-size: 0.8rem;
  margin-top: 15px
}

#tm_main_wrapper #tm_main .tm_navigation .row .disp_no span {
  margin: 0 20px;
}

#tm_main_wrapper #tm_main .tm_navigation .row .disp_no span.now_disp {
  border-bottom: 2px solid #349665;
}
#tm_main_wrapper #tm_main .tm_navigation .row .disp_no a {
    text-decoration: none;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list {
  width: 100%;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li {
  float: left;
  width: 310px;
  height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  list-style: none;
  margin: 5px;
  position: relative;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .top_block {
  height: 230px;
  margin-bottom:10px;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .top_block a {
    display:block;
    text-decoration: none;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .top_block a:hover {
  text-decoration: underline;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .row .left_block {
  float: left;
  width: 50%;
  margin-top:5px;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .row .right_block {
  float: left;
  width: 50%;
  margin-top:5px;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .bottom_block {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .img_area {
  width: 152px;
  height: 152px;
  margin: 0px auto 10px;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .img_area img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .hincd {
  font-size: 0.8rem;
  margin: 20px 0 10px;
  font-weight: bold;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .hinnm {
  font-size: 0.9rem;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .sirnm {
  font-size: 0.7rem;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .tankn {
  color: #eb1d1d;
  font-size: 0.8rem;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .tankn span {
  font-size: 0.9rem;
  font-weight: bold;
  color: #eb1d1d;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .zaikomcm {
  font-size: 0.8rem;
  margin-top: 20px;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .caption {
  font-size: 0.8rem;
  margin-left: 10px;
  float: left;
  line-height: 30px;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .num_select {
    float: left;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .num_select select {
  height: 30px;
  padding: 0 20px 0 10px;
  margin-left: 5px;
}
#tm_main_wrapper #tm_main .tm_shopping .goods_list li .cart_btn {
  float: right;
  width: 55%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #eb1d1d;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  padding-left: "0";
  position: relative;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .cart_btn:before {
  content: ".";
  display: block;
  font-size: 0;
  background: url("/img/icon/cart_white64.png") no-repeat 50% 50%;
  background-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: "5px";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm_main_wrapper #tm_main .tm_shopping .goods_list li .cart_btn:after {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url("/img/common/btn_arrow.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

/* 商品詳細ページ */
#tm_main_wrapper .goods_area {
  padding: 20px;
  background-color: #ffffff;
}

#tm_main_wrapper .goods_area .breadcrumb {
  font-size: 0.9rem;
  text-decoration: none;
  margin-bottom: 30px;
}

#tm_main_wrapper .goods_area h2 span {
  color: #eb1d1d;
}

#tm_main_wrapper .goods_area .main_block {
  margin-top: 30px;
  background-color: #ffffff;
  min-width: 900px;
}

#tm_main_wrapper .goods_area .main_block:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper .goods_area .main_block .photo_area {
  float: left;
  padding: 10px;
  margin-right: 10px;
  background-color: #f7f7f7;
}

#tm_main_wrapper .goods_area .main_block .photo_area .main_img_area {
  width: 330px;
  height: 330px;
  border: 2px solid #349665;
  position: relative;
  background-color: #ffffff;
}
#tm_main_wrapper .goods_area .main_block .photo_area .main_img_area img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
}
#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap {
  overflow: hidden;
  position: relative;
  width: 330px;
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .thumnail_list {
  width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .thumnail_list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .thumnail_list .thumnail {
  list-style: none;
  float: left;
  margin: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  border: 1px solid #ccc;
  position: relative;
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .thumnail_list .thumnail.active {
  border: 1px solid #349665;
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .thumnail_list .thumnail img {
  max-width:100%;
  max-height:100%;
  position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .prev_btn, #tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .next_btn {
  background-color: #ffffff;
  cursor: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 15px;
  height: 60px;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .prev_btn.available, #tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .next_btn.available {
  pointer-events: auto;
  opacity: 0.8;
  cursor: pointer;
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .prev_btn {
  left: 0;
  background-image: url(../images/arrow_left.png);
}

#tm_main_wrapper .goods_area .main_block .photo_area .thumnail_area .thumnail_list_wrap .next_btn {
  right: 0;
  background-image: url(../images/arrow_right.png);
}

#tm_main_wrapper .goods_area .main_block .direction_area {
  float: left;
}

#tm_main_wrapper .goods_area .main_block .direction_area ul li {
  list-style: none;
}
#tm_main_wrapper .goods_area .main_block .direction_area ul li dl {
  width: 320px;
}
#tm_main_wrapper .goods_area .main_block .direction_area ul li dl .even {
  background-color: #f7f7f7;
}
#tm_main_wrapper .goods_area .main_block .direction_area ul li dl dt {
  float: left;
  width: 90px;
  min-height: 30px;
  line-height: 30px;
  font-size: 0.8rem;
  padding-left: 10px;
}

#tm_main_wrapper .goods_area .main_block .direction_area ul li dl dd {
  float: left;
  width: 220px;
  min-height: 30px;
  line-height: 30px;
  font-size: 0.8rem;
}

#tm_main_wrapper .goods_area .main_block .order_area {
  float: right;
  background-color: #e8faf0;
  border-radius: 10px;
  padding: 10px;
  width: 200px;
}

#tm_main_wrapper .goods_area .main_block .order_area .title {
  line-height: 30px;
  height: 30px;
  font-size: 0.8rem;
  text-align: center;
}

#tm_main_wrapper .goods_area .main_block .order_area .main {
  padding: 10px;
  background-color: #ffffff;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .reference_price {
  font-size: 0.8rem;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .wholesale_price {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #eb1d1d;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .wholesale_price p {
  color: #eb1d1d;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .wholesale_price p span {
  font-size: 1rem;
  color: #eb1d1d;
  font-weight: bold;
  margin-right: 10px;
}
#tm_main_wrapper .goods_area .main_block .order_area .main .zaikomcm {
  font-size: 0.8rem;
  margin-top: 20px;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .order_num .caption {
  font-size: 0.8rem;
  float: left;
  line-height: 30px;
}
#tm_main_wrapper .goods_area .main_block .order_area .main .order_num .num_select {
    float: left;
}
#tm_main_wrapper .goods_area .main_block .order_area .main .order_num .num_select select {
  height: 30px;
  padding: 0 20px 0 10px;
  margin-left: 5px;
}
#tm_main_wrapper .goods_area .main_block .order_area .main .order_num:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#tm_main_wrapper .goods_area .main_block .order_area .main .order_num {
  margin-top: 20px;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .cart_btn {
  margin-top: 20px;
  color: #ffffff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #eb1d1d;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding-left: "0";
  position: relative;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .cart_btn:before {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url("/img/icon/cart_white64.png");
  background-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: "5px";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm_main_wrapper .goods_area .main_block .order_area .main .cart_btn:after {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url("/img/common/btn_arrow.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
#tm_main_wrapper .goods_area .main_block .order_area .remarks {
  padding: 10px;
  background-color: #ffffff;
  font-size: 0.8em;
}
#tm_main_wrapper .goods_area .goods_detail_area {
  margin-top: 30px;
}

#tm_main_wrapper .goods_area .goods_detail_area .title {
  background-color: #349665;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
  border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
}

#tm_main_wrapper .goods_area .goods_detail_area .goods_detail {
  border: 1px solid #349665;
  background-color: #ffffff;
  padding: 20px;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
/* カート */
#tm_main_wrapper .tm_shopping .process {
  margin: 30px 0;
}
#tm_main_wrapper .tm_shopping .process:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper .tm_shopping .process ul {
  float: right;
}

#tm_main_wrapper .tm_shopping .process ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper .tm_shopping .process ul li {
  float: left;
  margin-left: 60px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background-color: #349665;
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  list-style: none;
  opacity: 0.3;
}

#tm_main_wrapper .tm_shopping .process ul li:before {
  content: ".";
  color: rgba(0, 0, 0, 0);
  background-image: url(/img/common/process.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 30px;
  left: -60px;
}

#tm_main_wrapper .tm_shopping .process ul li:first-child:before {
  display: none;
}

#tm_main_wrapper .tm_shopping .process ul li.complete {
  opacity: 1;
}
#tm_main_wrapper .tm_shopping .process ul li.complete a{
  color: #fff
}
#tm_main_wrapper .tm_shopping .process ul li.current:after {
  content: ".";
  color: rgba(0, 0, 0, 0);
  background-image: url(/img/icon/cart_gray64.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 30px;
  right: -60px;
  top: -20px;
}

#tm_main_wrapper .tm_cart_main {
  margin: 10px;
  background-color: #ffffff;
}

#tm_main_wrapper .tm_cart_main h1 {
  margin-left: 10px;
  padding-top: 10px;
  line-height: 40px;
  font-size: 1.1rem;
}

#tm_main_wrapper .tm_cart_main .main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block {
  width: 100%;
  padding-right: 20px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .attention {
  background-color: #e8faf0;
  color: #eb1d1d;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li {
  list-style: none;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li .goods_img {
  width: 210px;
  height: 210px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li .goods_img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li .goods_info {
  margin: 10px 20px;;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_detail {
  padding-right: 20px;
  width: 100%;
  position: relative;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_detail:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_detail .hinnm {
  margin-bottom: 10px;
  line-height: 1.2rem;
  font-size: 1.2em;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_detail .info {
  float: left;
  width: 70%;
  position: absolute;
  bottom: 0;
}
#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_detail .info p {
  margin-top: 5px;
}
#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_price .order_num {
  position: absolute;
  top: 50%;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_price .order_num .caption {
    font-size: 0.8rem;
    float: left;
    line-height: 40px;
}
#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
  position: relative;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_price .price {
  font-size: 0.8rem;
  position: absolute;
  bottom: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_price .price span {
  font-size: 1.3em;
  margin-right: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .goods_info .info_price .price span.epex {
  font-size: 0.8rem;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.goods_confirm .delete_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(/img/icon/trash_gray64.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 40px;
  height: 50px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info {
  padding-right: 40px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info .item_name {
  margin-bottom: 10px;
  line-height: 1.2rem;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info .item_no {
  font-size: 0.8rem;
  margin-top: 5px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info .order_no {
  font-size: 0.7rem;
  margin-top: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info .order_no span {
  color: #00ad4f;
  margin-left: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info .order_no span a {
  text-decoration: none;
  color: #00ad4f;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info .price {
  color: #eb1d1d;
  font-size: 0.8rem;
  margin-top: 20px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .cart_list li.order_confirm .goods_info .price span {
  color: #eb1d1d;
  margin-right: 20px;
  font-size: 1rem;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .customer_info h3 {
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .customer_info h3:before {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url("../images/icon_track.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .customer_info .customer_info_detail {
  padding: 30px;
  border: 1px dashed #777777;
  border-radius: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .left_block .customer_info .customer_info_detail p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  margin-bottom: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  min-height: 200px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .order_area {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .order_area .price {
  line-height: 30px;
  border-bottom: 1px solid #349665;
  font-size: 0.8rem;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .order_area .price span {
  font-size: 1.3rem;
  color: #eb1d1d;
  margin-left: 40px;
  position: absolute;
  right: 0;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .order_area .price span.epex {
  margin-left: 0px;
  font-size: 0.8rem;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .caption {
  width: 100%;
  margin-top: 20px;
  line-height: 25px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .caption:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .caption dt {
  float: left;
  width: 40%;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .caption dd {
  float: left;
  width: 60%;
}
#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .remarks_area {
  margin-top: 20px;
  padding: 0 15px;
}
#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .caption_message {
  font-size: 0.9em;
  margin-top: 20px;
  line-height: 1.4em;
}
#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .caption_message strong{
  font-weight: normal;
  color: #eb1d1d;
  margin-bottom: 5px;
  display:block;
  font-size:1.1em;
}
#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .consign {
  width: 100%;
  margin-top: 20px;
  line-height: 25px;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .order_btn {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  border: none;
  width: 100%;
  background: url("/img/common/btn_arrow.png") no-repeat #eb1d1d 95% 50%;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .order_btn:after {
  content: ".";
  display: block;
  font-size: 0;
  background-image: url("/img/common/btn_arrow.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .top_link {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00ad4f;
  text-decoration: none;
  text-align: center;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .right_block .top_link a {
  color: #00ad4f;
  text-decoration: none;
}

#tm_main_wrapper .tm_cart_main .main_wrapper .cart-annotation {
  font-size: 0.8em;
  color: #888;
  line-height: 1.5em;
  margin: 0 0 1em 1.2em;
}

/* 共通 */
#tm_main_wrapper .section_wrapper {
    background-color: #fff;
    padding: 20px;
}
#tm_main_wrapper .section_wrapper h2 {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 40px;
    height: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#tm_main_wrapper .section_wrapper .main_message_wrapper {
    margin: 0 150px;
    text-align: center;
}
#tm_main_wrapper .section_wrapper .main_message_wrapper .message_box .title {
    font-size: 1.5em;
    margin: 40px;
}
#tm_main_wrapper .section_wrapper .main_message_wrapper .message_box p.sales_date {
    font-size: 1.2em;
    margin: 40px;
}
#tm_main_wrapper .section_wrapper .main_message_wrapper .dotted_box {
    text-align: left;
}
#tm_main_wrapper .section_wrapper .main_message_wrapper .dotted_box .title {
    font-size: 1.2em;
    margin: 10px 0;
}
#tm_main_wrapper .section_wrapper .main_message_wrapper .dotted_box .box_wrapper {
    border-radius: 10px;
    border: dotted 2px #ccc;
    padding: 20px;
}
#tm_main_wrapper .section_wrapper .main_message_wrapper .dotted_box .box_wrapper li {
    line-height: 30px;
    height: 30px;
}
#tm_main_wrapper .message_area {
  padding: 20px 0;
  text-align: left;
}
#tm_main_wrapper .message_area .title {
    border-left: solid 7px #777;
    line-height: 20px;
    height: 20px;
    font-size: 1.1em;
    padding-left: 7px;
    margin-bottom: 15px;
}
#tm_main_wrapper .message_area .text {
    font-size: 0.9em;
    padding-left: 7px;
    line-height: 1.5em;
}
/* ニュース一覧 */
#tm_main .news_area ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#tm_main .news_area ul li:last-child {
    border-bottom: none;
}
#tm_main .news_area ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#tm_main .news_area ul li dl dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    font-size: 0.8rem;
    line-height: 1.1rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #00ad4f;
    position: relative;
}
#tm_main .news_area ul li dl dt span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #00ad4f;
}
#tm_main .news_area ul li dl dd {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.3rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
/* マイページ */
#mypage .section_wrapper ul {
    margin: 40px;
}
#mypage .section_wrapper ul li {
    margin-bottom: 20px;
    font-size: 1.2rem;

line-height: 1.2rem;
}
#mypage .section_wrapper ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
#mypage .section_wrapper ul li dt {
    width: 150px;
    float: left;
    color: #b3b3b3;
}
#mypage .section_wrapper ul li dd {
    margin-left: 150px;
    line-height: 1.3rem;
    padding: 0 10px;
}
/* 販促情報 */
dl.catalog {
    float:left;
    padding: 0 17px 15px 0;
}
dl.catalog:nth-of-type(6n) {
    padding: 0 0px 15px 0;
}
dl.catalog dt {
    max-width: 140px;
}
dl.catalog dt img {
    width: 100%;
    border: solid 2px #fff;
}
dl.catalog dt img:hover {
    border: solid 2px #349665;
}
dl.catalog dd {
    text-align: center;
    color: #00ad4f;
}
/* 売上報告 */


/* メッセージ */
#tm_main_wrapper .tm_message_main {
    margin: 50px auto;
}
#tm_main_wrapper .tm_message_main .message{
    text-align: center;
    font-size: 1.3em;
    width: 100%;
    margin: 150px 0;
}
/* プライバシーポリシー */
.privacy li {
    margin-bottom: 20px;
}
.privacy li dt{
    margin: 5px 0;
    font-weight: bold;
}
.privacy li dd{
    line-height: 1.5em;
    font-size: 0.9em;
    margin-left: 15px;
}
.privacy li dd.sub{
    margin: 5px 0 0 40px;
    font-size: 0.85em;
    color:#8c8c8c;
}
.privacy li dd.sub p{
    margin: 3px 0 0 15px;
    color:#8c8c8c;
}
.privacy li dd.sub {
    margin: 5px 0 0 40px;
    font-size: 0.85em;
    color:#8c8c8c;
}
.privacy li dd.sub .p-box {
    padding: 20px;
    margin: 10px 0;
    background-color: #f2f2f2;
    border-radius: 10px;
}
/*****************************************
* カテゴリー別検索
*****************************************/
#tm_category_search {
  padding: 10px;
  margin-bottom: 30px;
}

#tm_category_search h1 {
  background-color: #349665;
  line-height: 30px;
  padding-left: 20px;
  font-size: 1.3rem;
  color: #ffffff;
}

#tm_category_search .tm_shopping h2 {
  position: relative;
  padding-left: 30px;
  margin: 20px 0;
}
/*
#tm_category_search .tm_shopping h2:before {
  content: ".";
  display: block;
  font-size: 0;
  background: url("/img/icon/search_gray64.png") no-repeat 50% 50%;
  background-size: 24px;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
*/
.tm_shopping .search_wrapper {
  width: 100%;
}

.tm_shopping .search_wrapper ul.genre:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.tm_shopping .search_wrapper ul.genre li {
  float: left;
  width: 32%;
  height: 120px;
  text-decoration: none;
  list-style: none;
  padding: 5px 5px;
  margin-bottom: 5px;
}
.tm_shopping .search_wrapper ul.genre li:hover {
  background-color:#ededed;
}
.tm_shopping .search_wrapper ul.genre li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.tm_shopping .search_wrapper ul.genre li .img_area {
  float: left;
  max-width: 120px;
  max-height: 120px;
  width: 40%;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tm_shopping .search_wrapper ul.genre li .img_area img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
}
.tm_shopping .search_wrapper ul.genre li dl {
  float: left;
  width: 58%;
}
.tm_shopping .search_wrapper ul.genre li dl dt {
  font-size: 0.8rem;
  color: #00ad4f;
  margin-bottom: 5px;
}
.tm_shopping .search_wrapper ul.genre li dl dd {
  font-size: 0.6rem;
  line-height: 1.3rem;
  overflow-y: scroll;
  height:90px;
  /*background: #ffffff;*/
  padding: 5px 10px;
}
.tm_shopping .search_wrapper ul.genre li dl dd span:after {
    content: " / ";
}

.tm_shopping .search_wrapper ul.label li {
  float: left;
  width: 20%;
  text-decoration: none;
  list-style: none;
  padding: 0 0 5px;
}


/*****************************************
* フッター
*****************************************/
#tm_footer {
  height: 70px;
  text-align: center;
  font-size: 0.8rem;
  background-color: #349665;
  color: #ffffff;
  position: absolute;
  bottom: -70px;
  width: 1200px;
  left: -220px;
}
.wide #tm_footer {
  left: 0px;
}
.full-wide #tm_footer {
  left: 0px;
  width: 100%!important;
  bottom: 0px!important;
}

#tm_footer .menu {
    position: relative;
}
#tm_footer .menu ul{
    position: relative;
    left: 50%;
    float: left;
}
#tm_footer .menu ul li{
    position: relative;
    left: -50%;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 0.7rem;
    color: #fff;
    margin: 5px 0px;
    padding: 0 15px;
}
#tm_footer .menu ul li+ li {
  border-left: 1px solid #ccffdd;
}
#tm_footer .menu ul li a{
    display: block;
    color: #ccffdd;
}
#tm_footer .menu:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#tm_footer .copyright {
    font-size: 0.8rem;
    height: 3px;
    line-height: 30px;
    color: #fff;
    padding: 5px;
}
/*****************************************
* ラベル
*****************************************/
#tm_main_wrapper section h2 label, #tm_main_wrapper section h1 label {
    background: #f26f6f;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px 4px;
    font-size: 0.6em;
    line-height: 0.7;
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*****************************************
* TOPスクロール
*****************************************/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #e2e0e0;
  opacity: 0.6;
}
#page_top:hover{
  background: #c6c6c6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: url(/img/icon/arrowtop_gray64.png) no-repeat 50% 50%;
  background-size: 16px;
}
/*****************************************
* ページング
*****************************************/
.page-area {
    text-align: center;
    margin: 10px 0;
}
.pagenavi span.current {
    font-weight: bold;
    background-color: #00ae51;
    border-radius: 50px;
    color: #fff;
    padding: 8px 8px 6px 8px;
    text-decoration: none;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    transition: color 0.3s linear 0s, background-color 0.3s linear 0s;
    text-align: center;
    margin-right: 5px;
}
.pagenavi span.current b {
    font-weight: bold;
    color: #fff;
}
.pagenavi a:link, div.pagenavi a:visited, div.pagenavi a:active {
    background-color: #e0e0e0;
    border-radius: 50px;
    color: #a9a9a9;
    padding: 8px 8px 6px 8px;
    text-decoration: none;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    transition: color 0.3s linear 0s, background-color 0.3s linear 0s;
    text-align: center;
    margin-right: 5px;
    font-size: 0.8em;
}
.pagenavi a:hover {
    background-color: #a4e8c4;
    color: #074424;
}
#error dt {
    line-height: 40px;
    font-size: 1.3rem;
    border-bottom: 5px solid #349665;
    margin-bottom: 15px;
    text-align: center;
}
#error dd {
    border: solid 1px #ccc;
    margin: 50px 0 10px;
    padding: 50px;
    text-align: center;
    font-size:1.3em;
    background: #fff;
    border-radius: 10px;
}
/*****************************************
* メッセージ
*****************************************/
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index:9999;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/img/common/loading.gif") center center no-repeat;
}
#fadein_msg {
    display: table;
    width: 50%;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    border-radius: 10px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, -50%);
    z-index:9999;
    transition: all 5s;
}
#fadein_msg.success {
    background-color: #349665;
}
#fadein_msg.error {
    background-color: #ff0000;
}
#fadein_msg .msg {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/*****************************************
* ダイアログ
*****************************************/
.ui-widget-overlay {
    background: #444444;
    opacity: .3;
}
.ui-dialog .ui-dialog-content {
    padding: 0!important;
}

/*****************************************
* Vue.js
*****************************************/
[v-cloak] {
    display: none;
}


.list-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
}
.list-area dl dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    font-size: 0.8rem;
    line-height: 1.1rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
}
.list-area dl dt span {
    position: absolute;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #00ad4f;
}
.list-area dl dd {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    min-height:30px;
}
.list-area dl dd.min{
    min-height:0px;
}



#trade-list .cart_btn {
   margin:0;
}
#trade-list table {
    font-size: 0.8em;
}
#format .btn-area {
    margin: 0;
}

.bx-wrapper {
  margin-bottom: 10px;
}
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}
