@charset "UTF-8";
@import url("reset.css");

/* ==================
orange        #e77900
text color    #333333
link blue      #0066aa
Button on    #f1922b
dark gray     #80808
middle gray  #dddddd
border        #cccccc
light gray     #eeeeee
pale gray     #f0f0f0
sub blue      #428195

#f7bc8b ?

================== */


/*
select:-moz-focusring {
  color:transparent;
  text-shadow:0 0 0 #000; 
}
select:-moz-focusring * {
  color:#000; 
  text-shadow:none;
}
*/

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  /*font-feature-settings: "palt";*/
  min-width: 1100px;
}


/* { zoom: 1;}*/

h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

h4 {
  font-size: 1.4rem;
  font-weight: bold;
}

.b {
  font-weight: bold;
}


/* Inline margin */

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}


/* Inline text */

.t10 {
  font-size: 1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}

.t21 {
  font-size: 2.1rem;
}

.t24 {
  font-size: 2.4rem;
}

.t12b {
  font-size: 1.2rem;
  font-weight: bold;
}

.t14b {
  font-size: 1.4rem;
  font-weight: bold;
}

.t16b {
  font-size: 1.6rem;
  font-weight: bold;
}

.t18b {
  font-size: 1.8rem;
  font-weight: bold;
}

.t21b {
  font-size: 2.1rem;
  font-weight: bold;
}

.t24b {
  font-size: 2.4rem;
  font-weight: bold;
}

.t28b {
  font-size: 2.8rem;
  font-weight: bold;
}

.t32b {
  font-size: 3.2rem;
  font-weight: bold;
}


/* Inline width */

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w65 {
  width: 65px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w180 {
  width: 180px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w260 {
  width: 260px !important;
}

.w280 {
  width: 280px !important;
}

.w300 {
  width: 300px !important;
}

.w320 {
  width: 320px !important;
}

.w340 {
  width: 340px !important;
}

.w360 {
  width: 360px !important;
}

.w380 {
  width: 380px !important;
}

.w410 {
  width: 410px !important;
}

.w420 {
  width: 420px !important;
}

.w480 {
  width: 480px !important;
}

.w550 {
  width: 550px !important;
}


/* Inline Input width */

.w10p {
  width: 10%;
}

.w20p {
  width: 20%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.w60p {
  width: 60%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w90p {
  width: 90%;
}

.w100p {
  width: 100%;
}


/* Text Link Normal */

a {
  color: #666;
}

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}


/* Text  Link Blue */

a.t-blue:link {
  color: #666;
  text-decoration: none;
}

a.t-blue:visited {
  color: #666;
  text-decoration: none;
}

a.t-blue:hover {
  color: #0066aa !important;
  text-decoration: underline !important
}

.t-blue {
  color: #0066aa !important;
}

a:link,
a:visited,
a:hover,
a:focus,
*:focus {
  outline: none !important;
}

a:focus {
  outline: none;
}

textarea {
  border: solid 1px #ccc;
  padding: 5px;
  margin: 0;
}

.clearfix {
  clear: both;
}

.left-wrap {
  float: left;
}

.inline-block {
  display: inline-block;
}

input {
  border: solid 1px #d3d3d3;
  padding-left: 5px;
  padding-right: 5px;
}

.text-left {
  text-align: lef !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.center-box {
  text-align: center;
  desplay: block;
}

textarea {
  resize: none;
}

.center-block {
  display: block;
  margin: 0 auto 0;
}

.orange {
  color: #e77900;
}

.bg-light-orang {
  background: #fcebdc !important;
}

.bg-pgray {
  background: #f0f0f0 !important;
}

.icon-gray {
  color: #999;
}

.slider a:link {}

.slider a:hover {
  color: #0066aa !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ccc;
}

.hr-orange {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #e77900;
}

.t-lgray {
  color: #ededed;
}


/* placeholder text color */

::placeholder {
  color: #d3d3d3;
}


/* Select & Input appearance */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

input::placeholder {
  color: d3d3d3 !important;
}


/* IE */

input:-ms-input-placeholder {
  color: d3d3d3 !important;
}


/* Edge */

input::-ms-input-placeholder {
  color: d3d3d3 !important;
}

::placeholder {
  color: d3d3d3 !important;
}

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}


/* old header Start ========================================= */


/* header */

.login #nh_g-nav {}

.logout #nh_g-nav {
  display: none;
}

.logout #nh_head-wrapper {
  background: none;
  height: 130px;
  background-color: transparent;
  border-bottom: solid 1px #dedede !important;
}


/* Otoiawase */

#nh_head-wrapper #nh_welcome-wrapper #nh_inquiryArea {
  position: absolute;
  width: 320px;
  height: 128px;
  background-color: white;
  z-index: 100000;
  right: 0;
  top: 18px;
  border: solid 2px #55a1e2;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 2px 2px 3px -1px #dedede;
}

#nh_inquiryLinkGroup {
  /* overflow: hidden; */
  height: 40px;
  position: relative;
  padding: 0 10px !important;
}

#nh_inquiry_01 {
  position: absolute;
  top: 0;
  left: 0;
  /* float: left; */
  width: 27%;
}

#nh_inquiry_02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 27%;
}

#nh_inquiry_03 {
  position: absolute;
  top: 0;
  right: 0;
  /* float: right; */
  width: 27%;
}


/* JTX add */

#nh_head-wrapper #nh_welcome-wrapper>div {
  min-width: auto;
}

#nh_head-wrapper #nh_welcome-wrapper div .nh_logout .nh_inquiryLink {
  color: black;
  display: block;
  height: 30px !important;
  line-height: 15px;
  padding: 5px 5px;
  border: solid 1px #dedede;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}


/* //old header End ========================================*/


/* C kakaku header  ========================================= */

#nh_login-header2 #nh_header {
  width: 100%;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
  min-width: 1100px;
}

#nh_head-wrapper {
  background: none;
  height: 100px;
  background-color: transparent;
  border-bottom: solid 1px #dedede !important;
}


/* September Header ========================================*/

#new-header {
  min-width: 1060px;
  height: 110px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

#new-header #header-logo-wrap {
  float: left;
  width: 260px;
  height: 100px;
  padding: 5px 20px 0 0 !important;
}

#new-header #header-login-wrap {
  width: 650px;
  margin: 0 auto 0 !important;
}

#new-header #header-login-area {
  width: 650px !important;
  margin: 0 auto 0 !important;
}

#new-header #header-btn-wrap {
  width: 150px;
  margin: 0px !important;
  padding: 0px !important;
}

#new-header h1#header-tagline {
  font-size: 1.4rem !important;
  padding-bottom: 5px !important;
}

#new-header .header-input-area {
  font-size: 1.4rem !important;
  margin-bottom: 10px !important;
}

#new-header .header-input-info {
  font-size: 1.4rem !important;
  display: inline-block !important;
  line-height: 1 !important;
}

#new-header .text-autologin {
  margin-left: -5px !important;
  font-size: 1.2rem !important;
  display: inline-block !important;
}

#new-header .signin-text {
  margin-left: 10px !important;
  display: inline-block !important;
}

#new-header #auto-logion-info-text {
  margin-right: 0 20px 0 0 !important;
  display: inline-block !important;
}

#new-header .autologinTip {
  margin-left: -7px !important;
  vertical-align: middle !important;
}

#new-header a.header-submit-login {
  display: inline-block;
  text-align: center;
  background: #e77900;
  background-image: url(../images/header_login_off.png);
  background-size: 100% 100%;
  padding: 10px 10px 0 !important;
  color: #fff !important;
  margin: 0 0 0 0;
  /*border-radius: 3px;*/
  font-size: 1.4rem;
  width: 140px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#new-header a.header-submit-login:hover {
  color: #e77900 !important;
  background-image: url(../images/header_login_on.png);
}

#new-header input.header-submit-login {
  text-align: center;
  background-image: url(../images/header_login_off.png);
  background-size: 100% 100%;
  border: none;
  padding: 3px 10px 0 !important;
  color: #fff !important;
  margin: 0 0 0 0;
  font-size: 1.4rem;
  width: 140px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#new-header input.header-submit-login:hover {
  border: none;
  color: #e77900 !important;
  background: #fff;
  background-size: 100% 100%;
  background-image: url(../images/header_login_on.png);
}


/* ID PW input */

.header-login-id {
  width: 230px;
  display: inline-block !important;
  border-bottom: 1px solid #d3d3d3 !important;
  margin-right: 15px !important;
}

.header-login-pw {
  width: 230px;
  display: inline-block;
  border-bottom: 1px solid #d3d3d3 !important;
  margin-right: 15px !important;
}

.header-login-id input {
  width: 140px !important;
  border: none !important;
  font-size: 1.4rem !important;
  padding: 8px 5px 4px !important;
}

.header-login-id input:::placeholder {
  font-size: 1.3rem !important;
}


/* Webkit */

.header-login-id input:::-webkit-input-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
  opacity: 1;
}


/* Firefox 19 以降 */

.header-login-id input:::-moz-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
  opacity: 1;
}


/* IE */

.header-login-id input::-ms-input-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
}


/* EDGE */

.header-login-id input:-ms-input-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
}

.header-login-pw input {
  width: 140px !important;
  border: none !important;
  font-size: 1.4rem !important;
  padding: 8px 10px 4px !important;
  margin-right: 5px !important;
}

.header-login-pw input:::placeholder {
  font-size: 1.3rem !important;
}


/* Webkit */

.header-login-pw input:::-webkit-input-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
  opacity: 1;
}


/* Firefox 19 以降 */

.header-login-pw input:::-moz-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
  opacity: 1;
}


/* EDGE */

.header-login-pw input::-ms-input-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
}


/* EDGE */

.header-login-pw input:-ms-input-placeholder {
  font-size: 1.3rem !important;
  color: #d3d3d3 !important;
}


/* Footer =============================*/

.footer-link {
  padding: 30px 0 30px;
  text-align: center;
  background-color: #ccc;
  background-color: #f2f2f2;
}

.footer-link ul {
  text-align: center;
}

.footer-link ul li {
  display: inline;
}

.footer-link ul li:not(:first-child):before {
  content: "|";
  padding-right: 10px;
}

.footer-link ul li:after {
  content: "";
  padding-right: 10px;
}

.footer-link ul li a:link,
.footer-link ul li a:visited {
  color: #333;
}

.footer-link ul li a:hover {
  color: #999;
}

.footer-coryright {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 10px;
  background-color: #333;
}


/* Layout  =============================*/

#container {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  min-width: 1100px;
  /* JTX add */
  background: #fff;
}

.login #primary {
  float: left;
  width: calc(100% - 300px);
  margin-bottom: 30px;
  overflow: hidden !important;
}

.login #secondary {
  float: left;
  width: 300px;
  padding: 30px;
  margin-bottom: 30px;
}

.logout #primary {
  width: 100%;
  margin-bottom: 30px;
}


/* Scroll Top */

.scroll-top {
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 100;
  display: none;
}

a.btn-scroll-top {
  opacity: 0.7;
  display: block;
  border: solid 1px #e77900;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  border-radius: 3px;
  background: #e77900;
  color: #fff;
  padding: 12px 0 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-scroll-top:hover {
  opacity: 0.7;
  background: #fff;
  border: solid 1px #e77900;
  color: #e77900;
}


/* Heading */

.heading {
  font-weight: bold;
  padding: 10px 0px 5px !important;
  font-size: 2.1rem;
  margin-bottom: 30px;
}

h2.header-bar {
  font-size: 1.8rem;
  background-image: url(../images/header_bar.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 520px;
}

h2.header-bar2 {
  font-size: 2.1rem;
  background-image: url(../images/heading-line2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 300px;
}

h2.header-bar2 .orange {
  padding-left: 30px;
}

.logout . {
  background-image: url(../images/title_bg_bar.png);
  background-position: righr middle;
  background-repeat: no-repeat;
  background-size: 1100px;
  margin: 20px 30px 30px 30px;
  max-width: 1100px;
  background-size: 1250px;
  margin: 20px 0 0 0;
  max-width: 1250px;
}


/* JTX add */


/* ? */

.login .title-bg-wrap {
  background-image: url(../images/title_bg_bar.png);
  background-position: right middle;
  background-repeat: no-repeat;
  /*
background-size: 1100px;
margin: 20px 30px 30px 30px;
max-width: 1100px;
*/
  /* JTX add */
  background-size: 1250px;
  margin: 20px 0 0 0;
  max-width: 1250px;
}

h2.title-bar {
  background-color: #fff;
  padding-right: 10px;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
}


/* slider */


/* Slider1 */

.slide1 .service-icon {
  margin-top: 5px;
  width: 250px;
  height:  auto;
}


/* Slider Blue Text */

a .slider-caption {
  color: #0066aa !important;
}

a .slider-caption:hover {
  color: #0066aa !important;
  text-decoration: underline !important;
}


/* Slider Item Common */

.slider p {
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.slide1 p {
    height: 50px;
    overflow: visible;
}

.slide1 p span {
    line-height: 1.3;
}
/* Slider2 */


/*JTX*/

.slide2 {
  /*margin: 0 70px 0 70px;*/
  margin: 0 45px;
  padding: 0;
}


/*JTX*/

#primary .slide2 {
  margin: 0 70px;
}

.slide2 li {
  text-align: left;
  margin: 10px 20px 0 !important;
}

.slide2 li img {
  padding: 0 15px 0;
  width: 160px;
}

.slider-caption {
  margin-top: 10px;
  width: 160px;
}


/* Slider3 */


/*JTX*/

.slide3 {
  /*margin: 0 70px 0 70px;*/
  margin: 0 45px;
  padding: 0;
}

.slide3 li {
  text-align: left;
  margin: 10px 20px 0 !important;
}


/*JTX*/

#primary .slide3 {
  margin: 0 70px;
}

.slide3 li img {
  padding: 0 15px 0;
  width: 160px;
}

.slider-caption {
  margin-top: 10px;
  width: 160px;
}


/*JTX*/

#primary .recommend-wrap h2 {
  margin-left: 30px;
}


/* Arrow */


/* Recommend */

.login .slide2 .slide-arrow {
  position: absolute;
  top: 30%;
}

.logout .slide2 .slide-arrow {
  position: absolute;
  top: 30%;
}

.prev-arrow {
  left: -5px;
  z-index: 10;
  cursor: pointer
}

.next-arrow {
  right: -5px;
  z-index: 10;
  cursor: pointer
}

.prev-arrow2 {
  left: -45px;
  z-index: 100;
  cursor: pointer
}

.next-arrow2 {
  right: -45px;
  z-index: 100;
  cursor: pointer
}


/* Slider3 */

.slide3 {
  margin: 0 70px 0 70px;
  padding: 0;
}

.slide3 li {
  text-align: left;
  margin: 10px 20px 0 !important;
}

.slide3 li img {
  padding: 0 15px 0;
  width: 160px;
}

.slider-caption {
  margin-top: 10px;
  width: 160px;
}


/* Arrow */

.login .slide3 .slide-arrow {
  position: absolute;
  top: 30%;
}

.logout .slide3 .slide-arrow {
  position: absolute;
  top: 30%;
}

.prev-arrow {
  left: -5px;
  z-index: 10;
  cursor: pointer
}

.next-arrow {
  right: -5px;
  z-index: 10;
  cursor: pointer
}

.prev-arrow3 {
  /*  left: -45px;*/
  z-index: 100;
  cursor: pointer
}

.next-arrow3 {
  /*  right: -45px;*/
  z-index: 100;
  cursor: pointer
}


/* Page Common =============================*/

h1 {
  font-size: 2.1rem;
  margin: 0 0 30px 0;
  font-weight: bold;
}


/* title bg */

.title-bg-wrap {
  background-image: url(../images/title_bg_bar.png);
  background-position: middle right;
  background-repeat: no-repeat;
  /*
background-size: 1100px;
background-size: 1040px; 
margin: 0;
*/
  /* JTX add */
  background-size: 1250px;
  margin: 20px 0 0 0;
  max-width: 1250px;
}

h1.title-bar {
  background-color: #eeeeee;
  background-color: #fff;
  padding-right: 10px;
  display: inline-block;
}


/*20190720*/

.title-bg-wrap2 {
  background-image: url(../images/title_bg_bar.png);
  background-position: middle right #fff !important;
  background-repeat: no-repeat;
  background-size: 1250px;
  margin: 0 0 0 0;
  max-width: 1250px;
}

h1.title-bar2 {
  line-height: 1;
  margin-left: -10px;
  background-color: #fff !important;
  padding-right: 10px !important;
  display: inline-block !important;
}


/* Floating Cart December Start*/


/*
Oct. update

#floating-cart {
  position: absolute;
  top: 200px;
  right: 30px;
  z-index: 1000;
}

.floating-cart-count {
  top: -5px;
  right: -5px;
  position: absolute;
  background: #ff0000;
  color: #fff;
  z-index: 1100;
  border-radius: 15px;
  width: 26px;
  font-size: 1.2rem;
  padding: 3px;
  text-align: center;
}
*/


/* Breadcrumb */

.breadcrumb-wrap {
  margin: 20px 0 20px 0;
}

.breadcrumb {
  list-style-type: none;
}

.breadcrumb li {
  font-size: 1.2rem;
  display: inline;
}

.breadcrumb li:after {
  content: '　>';
  padding-right: 5px;
}

.breadcrumb li:before {}

.breadcrumb li:last-child:after {
  content: '';
}


/* Layout */

#product-wrap {
  min-width: 1100px;
  position: relative;
  margin-bottom: 100px;
}

#product-wrap {
  padding: 0 30px 100px 30px;
  background: #fff;
  /* width: 100%;*/
  margin: 0 auto 0;
  -webkit-text-size-adjust: 100%;
}


/* =================================*/

#page-wrap {
  /*max-width: 1100px;*/
  max-width: 1250px;
  margin: 0 auto 0;
}

#page-inner-wrap {
  max-width: 800px;
  min-height: 300px;
  margin: 0 auto 0;
}

#page-inner-wrap-wide {
  max-width: 1100px;
  min-height: 300px;
  margin: 0 auto 0;
}


/* 0201 0207 Login  =============================*/

.login-window-wrap {
  margin: 50px auto 0;
  font-size: 1.4rem !important;
  top: 12px !important;
  right: 120px !important;
  padding: 40px !important;
  border-radius: 5px !important;
  background: #fff !important;
  width: 360px !important;
  border: solid 1px #ccc !important;
  background: #fff;
}

.login-window-wrap h3 {
  font-weight: bold !important;
  font-size: 2.1rem !important;
  margin-bottom: 15px !important;
}

.login-window-wrap .window-title {
  float: left;
  width: 280px !important;
}

.login-window-wrap .login-table {
  border: none !important;
  width: 300px !important;
}

.login-window-wrap .login-table th {
  border: none !important;
  background: 0 !important;
  width: 45px !important;
  padding: 3px 0 !important;
  vertical-align: middle !important;
}

.login-window-wrap .login-table td {
  vertical-align: middle !important;
  padding: 3px 0 !important;
  border: none !important;
  width: 230px !important;
}

.login-window-wrap .submit-login {
  box-sizing: border-box !important;
  color: #fff !important;
  width: 300px;
  background-color: #e77900 !important;
  border: solid 1px #e77900 !important;
  padding: 10px 10px !important;
  margin: 5px 0 5px 0 !important;
  border-radius: 3px !important;
  font-size: 1.6rem;
  width: 280px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-window-wrap .submit-login:hover {
  background-color: #fff !important;
  color: #e77900 !important;
}

input.login-pw {
  width: 230px;
  padding: 5px 10px 3px !important;
  line-height: 1;
}

.login-window-wrap .submit-signin {
  box-sizing: border-box !important;
  color: #e77900 !important;
  width: 300px;
  background-color: #fff !important;
  border: solid 1px #e77900 !important;
  padding: 10px 10px !important;
  margin: 5px 0 0 0 !important;
  border-radius: 3px !important;
  font-size: 1.6rem;
  width: 280px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-window-wrap .submit-signin:hover {
  background-color: #e77900!important;
  color: #fff !important;
}

.login-window-wrap .signin-text {
  font-size: 1.2rem !important;
  margin-top: 0px !important;
}

.fa-question-circle {
  font-size: 1.6rem;
}

.login-table {
  line-height: 1.4;
}

.text-autologin {
  font-size: 1.2rem;
  display: inline-block;
  margin: 5px -5px 0 10px;
}

#auto-logion-info-text {
  font-size: 1.2rem;
}

img.autologinTip {
  vertical-align: middle;
}


/* 0301 Shinki  =============================*/

.shinki-info-box {
  float: left;
  width: 380px;
  height: 500px;
  border: solid 1px #000;
  padding: 0;
  text-align: left;
}

.number {
  color: #fff;
  font-size: 1.6rem;
  background: #000;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-heigh: 1 !important;
}

.top-area {
  padding: 0 20px 20px;
  height: 230px;
}

.middle-area input {
  margin: 0 auto 30px;
  !important;
}

.shinki-info-box h2 {
  border: none !important;
  psdding: 0 !important;
  margin: 0 0 10px 0 !important;
  color: #e77900 !important;
  font-size: 2.1rem !important;
  font-weight: normal !important;
  text-align: center;
}

.shinki-info-box table {
  width: 100%;
}

.shinki-info-box table th {
  padding-right: 10px;
  padding-bottom: 10px !important;
}

.middle-area-left input {
  margin: 0 auto 0 !important;
}

.middle-area-right input {
  margin: 0 auto 0 !important;
}

.middle-area-left {
  padding-top: 20px;
  height: 190px;
}

.middle-area-right {
  padding-top: 20px;
  height: 130px;
}

.middle-area-left .notes {
  margin: 30px 20px 20px 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.middle-area-right .notes {
  margin: 30px 20px 20px 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bottom-area {
  padding: 10px 20px 20px;
  min-height: 130px;
}

.shinki-info-box .bottom-text {
  height: 170px !important;
}

.shinki-info-box .indent {
  text-indent: -1em;
  margin: 0 0 0 1em;
  padding: 0;
}

.indent {
  text-indent: -1em;
  margin: 0 0 0 1em;
  padding: 0;
}


/* iframe inner */

.iframe-inner h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px -8px;
}

.iframe-inner .icon-wrap {
  width: 700px;
  margin-left: 20px;
}

.iframe-inner .border-wrap {
  border: solid 1px #ccc;
  padding: 30px;
  text-align: center;
}

.iframe-inner .border-wrap p.tel {
  color: #e77900;
  font-size: 3.2rem;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold;
}

.icon-tel {
  vertical-align: middle;
}


/* 0302 Privacy Policy (user)  =============================*/

#page-inner-wrap h2 {
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #e77900;
}

.sinki-wrap {
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 40px;
}

.sinki-wrap ul {
  margin-left: 20px;
}

.sinki-wrap ul li {
  margin-bottom: 10px;
}

.privacy-poricy-window {
  padding: 0px;
  width: 800px;
  height: 400px;
  border: solid 1px #ccc;
}

.privacy-policy-wrap {
  width: 800px !important;
  padding: 20px;
}

.privacy-policy-wrap h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.privacy-policy-wrap h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.privacy-policy-wrap ol {
  margin-left: 30px;
  list-style-type: decimal;
  margin-bottom: 20px;
}

.privacy-policy-wrap ol li {}


/* 0307 nyurokugamen =============================*/

#page-wrap ul {
  /*padding-left: 20px;*/
  list-style-type: disc;
}

#page-wrap ul li {}

.web-register-table table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.web-register-table th {
  vertical-align: top;
  /*border-right: solid 1px #ccc;*/
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 250px;
  background: #eeeeee;
}

.web-register-table td {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 560px;
}

#page-wrap input {
  border: solid 1px #d3d3d3;
  padding: 5px;
}

table th .icon-required {
  width: 35px;
  font-size: 1rem;
  display: inline-block;
  background: #ff0000;
  padding: 0px 5px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 2px 0 0 0;
  float: right;
}


/* btn ====================*/


/* a link */

a.btn-orange {
  display: block;
  border: solid 1px #e77900;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 10px 0;
  border-radius: 3px;
  background: #e77900;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-orange:hover {
  background: #fff;
  border: solid 1px #e77900;
  color: #e77900;
}

a.btn-gray {
  display: block;
  border: solid 1px #808080;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 10px 0;
  border-radius: 3px;
  background: #808080;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-gray:hover {
  background: #fff;
  border: solid 1px #808080;
  color: #808080;
}


/* input */

input.btn-orange {
  display: block;
  border: solid 1px #e77900 !important;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 10px 0;
  border-radius: 3px;
  background: #e77900;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input.btn-orange:hover {
  border: solid 1px #e77900 !important;
  background: #fff;
  color: #e77900;
}

input.btn-gray {
  display: block;
  border: solid 1px #808080 !important;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 10px 0;
  border-radius: 3px;
  background: #808080;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input.btn-gray:hover {
  background: #fff;
  border: solid 1px #808080 !important;
  color: #808080;
}


/* 0310 kanryo   =============================*/

.info-window {
  border: solid 1px #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  height: 150px;
  margin: 0 auto 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notes {
  color: #ff0000;
}

.bottom-btn-wrap {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-btn-wrap {
  float: right;
  margin: 30px auto 0;
  display: flex;
  /*align-items: flex-first;*/
  align-items: flex-end;
}


/* bottom-info-wrap */

.bottom-info-wrap {
  padding: 30px 0 0;
  height: 70px;
}

.bottom-info-link {
  height: 20px;
  text-align: left;
}

.bottom-info-link a {
  font-size: 1.2rem;
}


/* 0502 Kensaku1 ==============================*/

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
}

.variation-bar {
  text-indent: 10px;
  width: 200px;
  height: 35px;
  padding: 5px 0 0 0;
  margin-bottom: 10px;
  background-image: url(../images/variation_bar.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.search-result {
  margin-bottom: 20px;
}

.search-count {
  color: #ff0000;
  font-weight: bold;
}

.search-result-header {
  width: 100%;
  /* JTX add */
  border-bottom: solid 3px #808080;
  display: flex;
  /*min-width:1100px;*/
}

.search-result-header-tab {
  border-radius: 5px 5px 0 0;
  height: 38px;
  text-align: center;
  color: #fff;
  width: 160px;
  background: #808080;
}

.search-result-header-tab p {
  font-size: 1.4rem;
  padding-top: 8px;
}

.search-result-header-first {
  float: left;
  /*margin-right: 10px;*/
  text-align: left;
  display: flex;
  /*flex-basis: 460px;*/
  /*justify-content: center;*/
  /*flex-direction: row; */
  align-items: center;
  /*padding-left: 10px;*/
}

.search-result-header-third {
  padding-top: 0;
  text-align: right;
  float: right;
  /*flex-basis: 120px;*/
  display: flex;
  justify-content: center;
  /*align-items: flex-end;*/
  align-items: center;
}

.serch-select {
  width: 170px;
  padding: 3px;
  border: solid 1px #ccc;
  -moz-appearance: none;
  border-radius: 0;
  /* position: relative;*/
}

.serch-select::before {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

.serch-type-select {
  padding: 5px;
  border: solid 1px #ccc;
  -moz-appearance: none;
}

.serch-type-select::-ms-expand {
  display: none;
}


/* append */

.search-result-append {
  padding: 5px 0;
}

.search-result-append .left {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.search-result-append .right {
  float: right;
  padding-top: 5px;
}

.serach-result-left {
  float: left;
  width: calc(100% - 260px);
}

.serach-result-right {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  float: left;
  width: 260px;
  padding: 0 20px;
  /*height: 220px;*/
}


/* left */

.serach-result-left .product-photo {
  padding: 10px;
  width: 180px;
}

.serach-result-inner-left {
  float: left;
  width: 180px;
  margin-right: 20px;
}

.serach-result-inner-center {
  float: right;
  width: 40px;
}

.serach-result-inner-center img {
  cursor: pointer;
}

.serach-result-inner-right h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.serach-result-inner-title {
  height: 90px;
}

.red {
  color: #ff0000;
}

.product-info-cart-table th {
  font-size: 1.2rem;
  text-align: right;
}

.product-info-cart-table td {
  font-size: 1.2rem;
  text-align: right;
}

.pagenation-wrap {}

.pagenation-wrap ul {
  margin: 20px 0 0 0;
  text-align: right;
}

.pagenation-wrap ul li {
  display: inline-block;
  margin: 0 1px 0;
}

.pagenation-wrap ul li a {
  text-decoration: none !important;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  border: solid 1px #ccc;
  padding: 4px 5px 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagenation-wrap ul li a:hover {
  opacity: 0.7;
  background: #e77900;
  border: solid 1px #e77900;
  color: #fff;
}

.pagenation-wrap ul li a.active {
  border: solid 1px #e77900;
  background: #e77900;
  color: #fff;
}


/* recommend */

.recommend-box-wrap {
  position: fixed;
  z-index: 1000;
  width: 960px;
  bottom: 0px;
  background: rgba(200, 200, 200, 0.9);
  padding: 5px 8px 8px;
}

.recommend-wrap-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  clear: both;
    align-items: stretch;
}

.recommend-box-wrap h4 {
  padding-left: 5px;
  margin-bottom: 5px;
  float: left;
}

.close-recommend-wrap {
  width: 20px;
  margin-right: 5px;
  float: right;
}

.recommend-box {
  background: #fff;
  margin: 0 5px 0;
  padding: 5px;
  width: 230px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.4;
}

.recommend-box img {
    width: 60px;
}

.recommend-box .maker {
    width: 135px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.close-wrap {
  cursor: pointer;
}


/* 0502 kensaku1 more =============================*/

.side-change-arrow {
  padding: 3px 0 0 25px;
  background: url(../images/icon_circle_arrow-open.png) no-repeat left;
  background-size: 20px;
}

.side-change-open {
  background: url(../images/icon_circle_arrow.png) no-repeat left;
  background-size: 20px;
}

.serach-result-wrap {
  width: 100%;
  padding: 20px 0 20px;
  border-bottom: solid 1px #ccc;
  display: flex;
}

.serach-result-main {
  width: calc(100% - 280px);
}

.side-closed {
  display: none;
}

.side-search-wrap {
  display: none;
  margin: 10px 20px 0 0;
  float: left;
  width: 260px;
}

.side-open {
  display: block;
}

.side-search-wrap-hidden {
  display: none;
  margin: 10px 20px 0 0;
  float: left;
  width: 260px;
}

.side-search-wrap dl {}

.side-search-wrap dt {
  font-size: 1.2rem;
  padding: 5px;
  background: #f0f0f0;
  /*border: solid 1px #ccc;*/
}

.side-search-wrap dd {
  font-size: 1.2rem;
  padding: 5px;
  /*border-left: solid 1px #ccc;
border-right: solid 1px #ccc;*/
  /*border-bottom: solid 1px #ccc;*/
}

.side-search-wrap .side-input {
  padding: 0px !important;
}

.side-search-wrap .side-check {
  margin-bottom: 5px;
  margin-right: 5px;
}

.side-search-wrap p {
  text-align: right;
}


/* check box */

.side-search-wrap input[type=checkbox] {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
}

.side-search-wrap input[type=checkbox]:checked {
  background-image: url(../images/check-mark.png);
}

.side-search-box a {
  color: #0066aa;
}

.product-thumbnail-list {
  cursor: pointer;
}

.product-thumbnail-list ul {}

.product-thumbnail-list ul li {
  width: 60px;
  padding: 0 5px 5px 5px;
  display: inline;
}

a.btn-shibori {
  float: right;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 10px;
  font-size: 1.4rem;
  text-align: center;
  width: 120px;
  line-height: 1;
  border: solid 1px #428195;
  background: #428195;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 30px;
}

a.btn-shibori:hover {
  background: #fff;
  color: #428195;
}


/* 0506 Genre =============================*/

.h2-heading.title-genre {
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 0 0 !important;
  font-weight: bold;
  border-left: solid 5px #e77900;
}

.genle-title {
  border-bottom: solid 2px #e77900;
  margin-left: 30px;
  margin-bottom: 40px;
  width: 800px!important;
}

.title-genre {
  width: 800px!important;
}

.genre-table-wrap {
  width: 800px;
  margin: 0 auto 0;
}

.genre-table {
  margin: 0 auto 0;
  border-top: solid 1px #ccc;
  width: 800px !important;
}

.genre-table th {
  border-bottom: solid 1px #ccc;
  background: #dddddd;
  text-align: center;
  padding: 10px;
}

.genre-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  border-right: 0 !important;
  padding: 10px;
}

.genre-table th:nth-child(1) {
  width: 50px !important;
}

.genre-table th:nth-child(2) {
  width: 90px !important;
}

.genre-table th:nth-child(3) {
  width: 500px !important;
}

.genre-table th:nth-child(4) {
  width: 160px !important;
}

.genre-table td:nth-child(1) {
  background: #eeeeee;
  text-align: center;
}

.genre-table td:nth-child(3) {
  padding-left: 0px;
}


/*
.genre-table {
margin:0 auto 0;
  border-top: solid 1px #ccc;
  width: 900px;
}

.genre-table th {
  border-bottom: solid 1px #ccc;
  background: #dddddd;
  text-align: center;
  padding: 10px;
}

.genre-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  border-right: 0 !important;
  padding: 10px;
}

.genre-table th:nth-child(1) {
  width: 50px !important;
}

.genre-table th:nth-child(2) {
  width: 90px !important;
}

.genre-table th:nth-child(3) {

}

.genre-table th:nth-child(4) {
  width: 170px !important;
}

.genre-table td:nth-child(1) {
  background: #eeeeee;
  text-align: center;
}
*/


/*
.genre-table td:nth-child(4) {
  width: 190px !important;
  text-align: center;
}
*/


/* 0501 Quick order ======================================*/

.quick-left-wrap {
  float: left;
  width: calc(100% - 270px);
}

.quick-right-wrap {
  float: left;
  width: 240px;
  margin-left: 30px;
}

quick-order-table {
  width: 820px !important;
}

.quick-order-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.quick-order-table th {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  background: #dddddd;
  text-align: center;
}

.quick-order-table td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  vertical-align: middle !important;
}

.quick-order-table td:nth-child(1) {
  text-align: center;
  width: 30px;
  background: #eeeeee;
}

.quick-order-table td:nth-child(2) {
  text-align: center;
  width: 100px !important;
}

.quick-order-table td:nth-child(3) {
  text-align: center;
  width: 100px !important;
}

.quick-order-table td:nth-child(4) {
  text-align: center;
  width: 100px !important;
}

.quick-order-table td:nth-child(5) {
  width: calc( 980px - 330px) !important;
}


/* Right */

.quick-right-wrap h3 {
  text-align: center;
  font-size: 1.4rem;
  padding: 5px;
  color: #ff0000;
  border-top: solid 1px #ff0000;
  border-bottom: solid 1px #ff0000;
  margin-bottom: 20px;
}

.quick-right-wrap .info-text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.quick-right-wrap img {
  margin: 10px 15px 10px;
}

.quick-right-wrap .product-code {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.quick-right-wrap .product-name {
  font-size: 1.4rem;
}

.quick-right-wrap .product-price {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.quick-right-wrap h4 {
  font-size: 1.4rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

.quick-right-wrap .product-description {
  font-size: 1.2rem;
  margin-bottom: 20px;
}


/* Btn */

a.change-item {
  display: block;
  border: solid 1px #e77900;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 10px 0;
  border-radius: 3px;
  background: #e77900;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.change-item:hover {
  border: solid 1px #e77900;
  background: #fff;
  color: #e77900;
}

a.change-cancel {
  display: block;
  border: solid 1px #808080;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  border-radius: 3px;
  background: #808080;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.change-cancel:hover {
  border: solid 1px #808080;
  background: #fff;
  color: #808080;
}


/* 0507 Group ======================================*/

#product-variation-wrap h2 {
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #e77900;
}

.left {
  float: left;
}

.check-together {
  margin: 20px 0 10px;
}

.check-together a {
  margin: 0 0 0 10px;
}


/* Group Table */

.group-page.product-variation-table td {
  padding: 0 !important;
}

.group-page.product-variation-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.group-page.product-variation-table th {
  border-bottom: solid 1px #ccc;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  /*vertical-align: top;*/
  background: #dddddd;
}

.group-page.product-variation-table td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  font-size: 1.4rem;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 80px;
  vertical-align: middle;
}

.group-page.product-variation-table .icon {
  vertical-align: middle;
  margin-right: 5px;
}

.group-page.product-variation-table td p {
  display: inline-block;
  line-height: 1.4;
}

.group-page.product-variation-table td .icon-gyopa {
  display: inline-block;
  margin-left: 10px;
}

.group-page.product-variation-table td:nth-child(1) {
  padding-left: 10px !important;
  width: 40px !important;
}

.group-page.product-variation-table td:nth-child(2) {
  width: 60px !important;
  vertical-align: middle;
}

.group-page.product-variation-table td:nth-child(3) {
  width: calc( 100% - 705px) !important;
  vertical-align: middle !important;
  line-height: 1;
}

.group-page.product-variation-table td:nth-child(4) {
  width: 170px;
  text-align: right !important;
  font-size: 1.4rem;
  padding-right: 20px !important;
}

.group-page.product-variation-table td:nth-child(5) {
  width: 125px;
  padding-right: 0 !important;
}

.group-page.product-variation-table td:nth-child(6) {
  padding-left: 0 !important;
  width: 150px;
}

.group-page.product-variation-table td:nth-child(7) {
  width: 150px;
  padding-right: 0 !important;
}


/* Circle Check Box*/

.checkbox-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.checkbox-wrap .checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.checkbox-wrap label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #428195;
  color: #ccc;
}

.checkbox-wrap label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  vertical-align: -8px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

.checkbox-wrap label span:before {
  content: "";
  width: 5px;
  height: 2px;
  border-radius: 2px;
  background: #ccc;
  position: absolute;
  transform: rotate(45deg);
  top: 11px;
  left: 7px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

.checkbox-wrap label span:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #ccc;
  position: absolute;
  transform: rotate(305deg);
  top: 14px;
  left: 8px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}

.checkbox-wrap label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}

.checkbox-wrap label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

.checkbox-wrap input[type=checkbox] {
  display: none;
}

.checkbox-wrap input[type=checkbox]:checked+label span {
  background-color: #428195;
  transform: scale(1.25);
  border: 2px #428195;
}

.checkbox-wrap input[type=checkbox]:checked+label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(305deg);
  top: 16px;
  left: 10px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}

.checkbox-wrap input[type=checkbox]:checked+label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
  content: "";
  width: 5px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 12px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

.checkbox-wrap input[type=checkbox]:checked+label:hover span {
  background-color: #428195;
  transform: scale(1.25);
}

.checkbox-wrap input[type=checkbox]:checked+label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.checkbox-wrap input[type=checkbox]:checked+label:hover span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}


/* Circle radio Box*/

.radiobox-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.radiobox-wrap .radiobox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.radiobox-wrap label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #428195;
  color: #ccc;
}

.radiobox-wrap label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  vertical-align: -8px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

.radiobox-wrap label span:before {
  content: "";
  width: 5px;
  height: 2px;
  border-radius: 2px;
  background: #ccc;
  position: absolute;
  transform: rotate(45deg);
  top: 11px;
  left: 7px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

.radiobox-wrap label span:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #ccc;
  position: absolute;
  transform: rotate(305deg);
  top: 14px;
  left: 8px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}

.radiobox-wrap label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}

.radiokbox-wrap label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

.radiobox-wrap input[type=radio] {
  display: none;
}

.radiobox-wrap input[type=radio]:checked+label span {
  background-color: #428195;
  transform: scale(1.25);
  border: 2px #428195;
}

.radiobox-wrap input[type=radio]:checked+label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(305deg);
  top: 16px;
  left: 10px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}

.radiobox-wrap input[type=radio]:checked+label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
  content: "";
  width: 5px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 12px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

.radiobox-wrap input[type=radio]:checked+label:hover span {
  background-color: #428195;
  transform: scale(1.25);
}

.radiobox-wrap input[type=radio]:checked+label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.radiobox-wrap input[type=radio]:checked+label:hover span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}


/*
.product-variation-table .checkbox-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.product-variation-table .checkbox-wrap .checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.product-variation-table label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #428195;
}

.product-variation-table label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 2px solid #428195;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

.product-variation-table label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #428195;
  position: absolute;
  transform: rotate(45deg);
  top: 11px;
  left: 7px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

.product-variation-table label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #428195;
  position: absolute;
  transform: rotate(305deg);
  top: 14px;
  left: 8px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}

.product-variation-table label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}

.product-variation-table label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

.product-variation-table input[type=checkbox] {
  display: none;
}

.product-variation-table input[type=checkbox]:checked+label span {
  background-color: #428195;
  transform: scale(1.25);
}

.product-variation-table input[type=checkbox]:checked+label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.product-variation-table input[type=checkbox]:checked+label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.product-variation-table input[type=checkbox]:checked+label:hover span {
  background-color: #428195;
  transform: scale(1.25);
}

input[type=checkbox]:checked+label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.product-variation-table input[type=checkbox]:checked+label:hover span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
*/


/* Table */

.group-item-table {
  margin-top: 5px;
  max-width: 400px;
  border: none;
}

.group-item-table th {
  text-align: left;
  border: none;
}

.group-item-table td {
  text-align: right;
  border: none;
}

.center-box {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.flex {
  display: flex;
  align-items: center;
}

.price {
  color: #ff0000;
  font-weight: bold;
  /*font-size: 2.1rem;*/
}

.t-right {
  text-align: right;
}


/* 0508 Syohin kagu  =============================*/


/* Product photo wrap */

#product-wrap #product-photo-wrap {
  float: left;
  width: 330px;
  padding: 0 30px 30px 0;
}

.product-photo1 {
  padding: 10px;
  margin-bottom: 5px;
}

.product-photo2 {
  padding: 15px 5px;
  margin-bottom: 5px;
}

.product-thumbnail {
  height: 65px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}

#slider-nav ul {
  display: flex !important;
  justify-content: space-between !important;
}

.slick-list.draggable {
  display: hidden;
  /*  width: 300px !important;*/
}

#slider-nav ul li {
  /*  width: 65px !important;*/
  /* margin: 0 5px 5px 5px !important;*/
  display: inline;
}

.product-thumbnail ul li img {
  width: 65px;
}

#slider-nav {
  width: 300px;
  margin: 0 auto;
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

.product-thumbnail ul li img {
  width: 70px;
  margin: 0 5px 0 5px;
}

.zoom-icon {
  width: 20px;
  height: 20px;
  margin: 0px 3px 0px 0;
  vertical-align: center;
}

.photo-zoom {
  line-height: 1.6;
}

.product-movie {}


/* Product Info Wrap */

#product-info-wrap {
  float: left;
  width: calc(100% - 330px);
  margin-bottom: 30px;
}

.product-info-detail-wrap {
  width: calc(100% - 250px);
  float: left;
  padding-right: 30px;
}

.product-info-detail-wrap h1 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-info-detail-wrap .left {
  width: 200px;
  float: left;
}

.product-info-detail-wrap .right {
  width: 240px;
  float: left;
}


/* Icon */

.apply-icon {
  padding: 10px 0 10px;
  cursor: pointer !important;
}

.apply-icon img {
  margin: 0 5px 0 5px;
}

.adaptable-icon {
  width: 180px;
  text-align: center;
  margin: 0px auto 0;
  cursor: pointer !important;
}

.adaptable-icon img {
  margin: 0 5px 0 5px;
}

.product-description {
  margin-bottom: 20px;
}


/* Cart Wrap */

.product-info-cart-table {
  width: 100%;
}

.product-info-cart-wrap {
  width: 250px;
  float: left;
  border: solid 1px #ccc;
  padding: 15px;
  margin-bottom: 20px;
}

.product-info-cart {
  width: 100%;
  /*min-height: 220px;*/
}

.product-info-cart ul {
  margin-bottom: 20px;
}

.product-info-cart ul li {
  border-bottom: solid 1px #ccc;
}

.product-info-cart ul li.stock {
  background-image: url(../images/icon_stock.png);
  background-position: center left;
  background-repeat: no-repeat;
  -moz-background-size: 30px;
  background-size: 30px;
  margin-left: 0px;
  padding: 10px 0 10px 40px;
}

.product-info-cart ul li.comparison {
  background-image: url(../images/icon_comparison.png);
  background-position: center left;
  background-repeat: no-repeat;
  -moz-background-size: 30px;
  background-size: 30px;
  margin-left: 0px;
  padding: 10px 0 10px 40px;
}

.product-info-cart ul li.mycatalog {
  background-image: url(../images/icon_mycatalog.png);
  background-position: center left;
  background-repeat: no-repeat;
  -moz-background-size: 30px;
  background-size: 30px;
  margin-left: 0px;
  padding: 10px 0 10px 40px;
}

.product-info-cart ul li.favorite {
  background-image: url(../images/icon_favorite.png);
  background-position: center left;
  background-repeat: no-repeat;
  -moz-background-size: 30px;
  background-size: 30px;
  margin-left: 0px;
  padding: 10px 0 10px 40px;
}

.product-info-cart table {
  width: 100%;
}

.product-info-cart table th {
  text-align: left;
  width: 140px;
}

.product-info-cart table td {
  text-align: right;
}

.product-info-cart .price {
  font-weight: bold;
  color: #ff0000;
  font-size: 2.0rem;
}

.m-quantity select::-ms-expand {
  display: none;
}


/*
.m-quantity.m-small {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
}

.m-quantity.m-small input::-webkit-calendar-picker-indicator {
  display: none;
}

.m-quantity.m-small::before {
  position: absolute;
  top: 10px;
  right: 55px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

.m-quantity.m-small select {
  padding: 3px 3px 3px 5px;
  color: #666666;
}

.m-quantity-left {
  float: left;
  padding: 3px 5px 0 0;
}

.m-quantity-right {
  float: left;
  padding: 3px 0 0 5px;
}

.m-quantity.m-small input {
  padding-left: 5px;
  padding-right: 20px;
  margin-left: 5px;
  border: none;
  border-left: solid 1px #d3d3d3;
  width: 120px;
  text-align: right;
}

*/

.submit-m-cart {
  border: solid 1px #e77900;
  background-color: #e77900;
  padding: 10px 20px;
  color: white;
  margin: 5px 0 0 0;
  border-radius: 3px;
  font-size: 1.4rem;
  width: 220px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submit-m-cart:hover {
  background-color: #fff;
  color: #e77900;
}

a.t-blue {
  color: #0066aa !important;
}


/* Product detail wrap*/

#product-detail-wrap h2 {
  padding: 8px 10px 8px 10px;
  font-size: 1.8rem;
  background: #dddddd;
}

.h2-sub {
  font-size: 1.4rem;
  float: right;
  padding-top: 6px;
}

#product-detail-wrap .detail-table {
  width: 100%;
  margin-bottom: 10px;
  border-top: solid 1px #ccc;
}

#product-detail-wrap .detail-table th {
  padding: 10px;
  width: 150px !important;
  border-bottom: solid 1px #ccc;
  background: #eeeeee;
}

#product-detail-wrap .detail-table td {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  width: calc( 100% - 300px);
}


/* variation wrap */


/*
#product-wrap #product-variation-wrap h2 {
  padding: 5px 10px 5px 10px;
  font-size: 1.8rem;
  background: #dddddd;
  font-weight: bold;
}
*/


/* Cart Pulldown S */

.s-quantity {
  font-size: 1.2rem;
  border: solid 1px #ccc;
  overflow: hidden;
  width: 150px;
  margin: 0;
  text-align: left;
  padding-left: 5px;
}

s-quantity select::-ms-expand {
  display: none;
}

.s-quantity.s-small {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
}

.s-quantity.s-small input::-webkit-calendar-picker-indicator {
  display: none;
}

.s-quantity.s-small input {
  padding-left: 5px;
  margin-left: 5px;
  margin-right: 13px;
  border: none;
  border-left: solid 1px #d3d3d3;
  width: 53px;
  text-align: right;
}

.s-quantity.s-small::before {
  position: absolute;
  top: 7px;
  right: 45px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

.s-quantity-left {
  float: left;
  padding: 3px 5px 0 0;
}

.s-quantity-right {
  float: left;
  padding: 3px 0 0 5px;
}


/* Cart btn S */

.submit-s-cart {
  background-color: #e77900;
  border: none;
  padding: 3px 20px;
  color: #fff;
  margin: 3px 0 0 0;
  border: solid 1px #e77900;
  border-radius: 3px;
  font-size: 1.4rem;
  width: 180px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submit-s-cart:hover {
  background-color: #fff;
  color: #e77900;
}


/* Shohin Page Table */

.shohin-page.product-variation-table td {
  padding: 0 !important;
}

.shohin-page.product-variation-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.shohin-page.product-variation-table th {
  border-bottom: solid 1px #ccc;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  /*vertical-align: top;*/
  background: #dddddd;
}

.shohin-page.product-variation-table td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  font-size: 1.4rem;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 80px;
  vertical-align: middle;
}

.shohin-page.product-variation-table .icon {
  vertical-align: middle;
  margin-right: 5px;
}

.shohin-page.product-variation-table td p {
  display: inline-block;
  line-height: 1.4;
}

.shohin-page.product-variation-table td .icon-gyopa {
  display: inline-block;
  margin-left: 10px;
}

.shohin-page.product-variation-table td:nth-child(1) {
  width: 60px !important;
}

.gshohin-page.product-variation-table td:nth-child(2) {
  width: calc( 100% - 685px) !important;
  vertical-align: middle !important;
  line-height: 1;
}

.shohin-page.product-variation-table td:nth-child(3) {
  width: 160px;
  text-align: right !important;
  font-size: 1.4rem;
  padding-right: 20px !important;
}

.shohin-page.product-variation-table td:nth-child(4) {
  width: 125px;
}

.shohin-page.product-variation-table td:nth-child(5) {
  width: 150px;
}

.shohin-page.product-variation-table td:nth-child(6) {
  width: 180px;
  padding-right: 0 !important;
}


/* 0601 Cart1  =============================*/

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.trashTip {
  cursor: pointer;
}

.taxrateTip {
  cursor: pointer;
}

.delivaryTip {
  cursor: pointer;
}


/* Cart Pulldown S long */

.sl-quantity {
  font-size: 1.2rem;
  border: solid 1px #ccc;
  overflow: hidden;
  width: 150px;
  margin: 0;
  text-align: left;
  padding-left: 5px;
}

sl-quantity select::-ms-expand {
  display: none;
}

.sl-quantity.sl-small {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
}

.sl-quantity.sl-small input::-webkit-calendar-picker-indicator {
  display: none;
}

.sl-quantity.sl-small input {
  padding-left: 5px;
  margin-left: 3px;
  margin-right: 12px;
  border: none;
  border-left: solid 1px #d3d3d3;
  width: 55px;
  text-align: right;
}

.sl-quantity.sl-small::before {
  position: absolute;
  top: 10px;
  right: 45px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

.sl-quantity-left {
  float: left;
  padding: 3px 5px 0 0;
}

.sl-quantity-right {
  float: left;
  padding: 3px 0 0 5px;
}


/* Cart Relation Wrap */

.cart-relation-wrap {
  display: block;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  padding: 12px 0;
  text-align: center;
  display: flex;
  line-height: 1;
  justify-content: center;
}

.cart-relation-wrap-right {
  display: none;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  padding: 12px 0;
  text-align: center;
  display: flex;
  line-height: 1;
  justify-content: flex-end;
}

a.btn-confirmation {
  border: solid 1px #e77900;
  background: #e77900;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px 5px;
  font-size: 1.8rem;
  width: 200px;
  color: #fff;
  margin: 0 5px 0 5px;
  line-height: 1;
  background: #e77900;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-confirmation:hover {
  color: #e77900;
  background: #fff;
}

a.btn-continue {
  border: solid 1px #808080;
  border-radius: 3px;
  padding: 12px 5px;
  font-size: 1.6rem;
  margin: 0 5px 0 5px;
  text-align: center;
  width: 200px;
  line-height: 1;
  background: #fff;
  color: #808080;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-continue:hover {
  color: #fff;
  background: #808080;
}

a.btn-update {
  border: solid 1px #808080;
  border-radius: 3px;
  padding: 14px 10px;
  font-size: 1.4rem;
  margin: 0 5px 0 5px;
  text-align: center;
  width: 140px;
  line-height: 1;
  background: #fff;
  color: #808080;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-update:hover {
  color: #fff;
  background: #808080;
}

a.btn-deliverydate {
  border: solid 1px #428195;
  border-radius: 3px;
  padding: 14px 10px;
  font-size: 1.4rem;
  margin: 0 5px 0 5px;
  text-align: center;
  width: 140px;
  line-height: 1;
  background: #428195;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-deliverydate:hover {
  color: #428195;
  background: #fff;
}


/* Btn */

a.btn-estimate {
  border: solid 1px #428195;
  border-radius: 3px;
  padding: 14px 10px;
  font-size: 1.4rem;
  margin: 0 5px 0 5px;
  text-align: center;
  width: 140px;
  line-height: 1;
  background: #428195;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-estimate:hover {
  color: #428195;
  background: #fff;
}

.check-emphasis {
  background: #e77900;
  opacity: 0.5;
  padding: 8px 10px 10px;
}

.check-emphasis input {
  margin-bottom: 5px;
}


/* Cart Header */

.cart-item-header {
  width: 100%;
  border-bottom: solid 3px #808080;
}

.cart-item-header-tab {
  border-radius: 5px 5px 0 0 !important;
  height: 36px;
  text-align: center;
  color: #fff;
  width: 160px !important;
  background: #808080;
  float: left !important;
  margin: 0 10px 0 0 !important;
}

.cart-item-header-tab p {
  font-size: 1.4rem;
  padding-top: 8px;
}

.cart-item-header-first {
  float: left;
  /*padding-left: 10px;*/
  display: flex;
  justify-content: left;
  /*width: 40%;*/
  /*padding-bottom: 5px;*/
  align-items: center;
  /*margin-bottom:5px;*/
}

.cart-item-header-second {
  float: right;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*padding-bottom: 5px;*/
}

.cart-item-header-third {
  float: right;
  /*width: 280px !important;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-item-header-third input {
  text-align: left !important;
}

.cart-item-header-third img {
  margin-bottom: 5px;
}


/* Btn S Save */

a.btn-s-save {
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 10px;
  font-size: 1.4rem;
  text-align: center;
  width: 140px;
  line-height: 1;
  border: solid 1px #428195;
  background: #428195;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 10px;
}

a.btn-s-save:hover {
  background: #fff;
  color: #428195;
}


/* Btn S Update */

a.btn-s-update {
  height: 30px;
  border: solid 1px #808080;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px;
  font-size: 1.4rem;
  text-align: center;
  width: 120px;
  line-height: 1;
  color: #808080;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-s-update:hover {
  background: #808080;
  color: #fff;
}


/* Btn S All Clear */

a.btn-s-allclear {
  height: 30px;
  border: solid 1px #808080 !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  padding: 7px !important;
  font-size: 1.4rem !important;
  margin: 0 5px 0px 5px !important;
  text-align: center !important;
  width: 120px !important;
  line-height: 1 !important;
  color: #808080 !important;
  background: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

a.btn-s-allclear:hover {
  background: #808080 !important;
  color: #fff !important;
}

.cart-item-right h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

.cart-item-inner-left {
  width: calc(100% - 480px);
  float: left;
}

.cart-item-table {}

.cart-item-table td {
  font-size: 1.4rem;
}

.cart-item-price-wrap {
  height: 20px;
  margin: 10px 0 20px 0;
}

.cart-item-inner-right {
  width: 480px;
  float: left;
  font-size: 1.2rem;
}

.cart-item-info-left {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
}

.cart-item-info-left input {
  padding: 5px;
}

.cart-item-info-right {
  float: right;
  margin-bottom: 5px;
}

select.cart-item-info-select {
  padding: 3px;
  width: 270px;
  text-align: left !important;
  ;
}

.cart-item-info {
  width: 100%;
  padding: 15px;
  background: #f4f4f4;
}

.flex-center {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
}


/* toggle btn */

.layout-switch1,
.layout-switch2,
.layout-switch3 {
  cursor: pointer;
}


/* select */

.cart-item-info-select {
  float: left;
  overflow: hidden;
  /*width: 300px;*/
  margin: 0;
  padding: 0 5px 0 5px;
  text-align: left;
}

.cart-item-info-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cart-item-info-select select::-ms-expand {
  display: none;
}

.cart-item-info-select {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  background: #ffffff;
}

.cart-item-info-select::before {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

.cart-item-info-select select {
  padding: 3px 3px 3px 5px;
  color: #666666;
}


/* Cart total */

.cart-total-bottom {
  margin-top: 20px;
}

.cart-total-inner-left {
  font-size: 1.4rem;
  padding-right: 20px;
  float: left;
  width: calc(100% - 480px);
}

.cart-total-inner-right {
  width: 480px;
  float: left;
}

.cart-total-wrap {
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  width: 480px;
}

.cart-total-first {
  padding: 5px 0 5px;
  border-bottom: solid 1px #ccc;
  display: flex;
}

.cart-total-first .left {
  padding-bottom: 0 0 5px;
  width: 120px;
  align-self: flex-end;
  line-height: 1;
}

.cart-total-first .right {
  padding: 20px 0 5px;
  align-self: flex-end;
  width: 400px;
  text-align: right;
  font-weight: bold;
  font-size: 3.8rem;
  color: #ff0000;
  line-height: 1;
}

.cart-total-second {
  font-size: 1.3rem;
  padding: 5px 0 5px;
  border-bottom: solid 1px #ccc;
}

.cart-total-third {
  font-size: 1.3rem;
  padding: 5px 0 5px;
}

.
/* 0602 Cart2 ==============================*/

#search-item-wrap {
  width: 100%;
}

.cart1-wrap {
  display: none;
}

#search-item-wrap-left {
  width: 100%;
}

#search-item-wrap-right {
  padding: 0 0 0 30px;
  float: left;
  width: 300px;
  display: none;
}

.cart-item-wrap {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}

.cart-item-left1 {
  width: 180px;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}

.cart-item-right1 {
  width: calc(100% - 200px);
  float: left;
}

#search-item-wrap-left2 {
  float: left;
  width: calc(100% - 300px);
}

#search-item-wrap-left1 {
  width: 100%;
}


/*cart2 RIGHT*/

#search-item-wrap-right {
  display: none;
  padding: 0 0 0 30px;
  float: left;
  width: 300px;
}


/*
.cart-item-wrap {
display: none
}
*/


/*
.cart2wrap {
display: none;
}
*/

.cart-item-wrap2 {
  display: none;
}

a.btn-s-returnshop {
  display: block;
  text-align: center;
  border: solid 1px #808080;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 5px;
  font-size: 1.2rem;
  width: 220px !important;
  color: #808080;
  margin: 10px 0 0 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-s-returnshop:hover {
  background: #808080;
  color: #fff;
}

a.btn-s-stock-check {
  display: inline-block;
  text-align: center;
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.2rem;
  width: 105px !important;
  color: #fff;
  margin: 10px 10px 2px 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-s-stock-check:hover {
  background: #fff;
  color: #428195;
}

a.btn-s-estimate {
  display: inline-block;
  text-align: center;
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.2rem;
  width: 105px !important;
  color: #fff;
  margin: 10px 0 2px 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-s-estimate:hover {
  background: #fff;
  color: #428195;
}


/* CART1 */

.delivery-info-left {
  width: calc(100% - 300px);
  float: left;
}

.delivery-info-right {
  padding-left: 30px;
  width: 300px;
  float: left;
}


/* CART2 */


/*
.delivery-info-left {
  width: calc(100% - 300px);
  float: left;
}

.delivery-info-right {
  padding-left: 30px;
  width: 300px;
  float: left;
}
*/


/* Cart Header */

#search-item-wrap-left .cart-item-header {
  width: 100%;
  border-bottom: solid 3px #808080;
  display: flex;
}

.layoutSelect {
  height: 25px;
}

.layoutSelect select {
  padding: 0 !important;
}


/* Left Wrap ==================== */

.cart-item-wrap2 {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}

.cart-item-left2 {
  width: 80px;
  padding-right: 20px;
  float: left;
}

.cart-item-right2 {
  width: calc(100% - 80px);
  float: left;
}

.cart-item-right2 h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

cart-item-inner-left {
  width: calc(100% - 480px);
  float: left;
}

.cart2-item-inner-left {
  float: left;
  width: 160px;
}

.cart2-item-inner-right {
  float: left;
  width: calc( 100% - 180px)
}

.cart-item-table {
  margin-right: 20px;
}

.cart-item-table td {
  font-size: 1.4rem;
}

.cart-item-price-wrap {
  height: 20px;
  margin: 10px 0 10px 0;
}

.cart-item-inner-right {
  width: 480px;
  float: left;
  font-size: 1.2rem;
}

.cart-item-info-left select {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
}

.cart-item-info-right {
  float: right;
  margin-bottom: 5px;
}

.cart-item-info-select {
  /*padding: 3px;*/
  width: 270px;
}

.cart-item-info {
  width: 100%;
  padding: 15px;
  background: #f4f4f4;
}

.flex-center {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
}


/* Left Wrap ==================== */

#search-item-wrap-left .cart-item-wrap2 {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}

#search-item-wrap-left .cart-item-left {
  width: 80px;
  padding-right: 20px;
  float: left;
}

#search-item-wrap-left .cart-item-right {
  width: calc(100% - 100px);
  float: left;
}

#search-item-wrap-left .cart-item-right h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

#search-item-wrap-left .cart-item-inner-left {
  width: calc(100% - 480px);
  float: left;
}

#search-item-wrap-left .cart2-item-inner-left {
  float: left;
  width: 160px;
}

#search-item-wrap-left .cart2-item-inner-right {
  float: left;
  width: calc( 100% - 180px)
}

#search-item-wrap-left .cart-item-table {
  margin-right: 20px;
}

#search-item-wrap-left .cart-item-table td {
  font-size: 1.4rem;
}

#search-item-wrap-left .cart-item-price-wrap {
  height: 20px;
  margin: 10px 0 10px 0;
}

#search-item-wrap-left .cart-item-inner-right {
  width: 480px;
  float: left;
  font-size: 1.2rem;
}

#search-item-wrap-left .cart-item-info-left {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
}

#search-item-wrap-left .cart-item-info-right {
  float: right;
  margin-bottom: 5px;
}

#search-item-wrap-left select.cart-item-info-select {
  padding: 3px;
  width: 270px;
}

#search-item-wrap-left .cart-item-info {
  width: 100%;
  padding: 15px;
  background: #f4f4f4;
}

#search-item-wrap-left .flex-center {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
}


/* Select */

#search-item-wrap-left .cart-item-info-select {
  float: left;
  overflow: hidden;
  /*width: 300px;*/
  margin: 0;
  text-align: center;
}

#search-item-wrap-left .cart-item-info-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#search-item-wrap-left .cart-item-info-select select::-ms-expand {
  display: none;
}

#search-item-wrap-left .cart-item-info-select {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
  /*height: 30px;
line-height: 1;*/
}

#search-item-wrap-left .cart-item-info-select .layoutSelect select {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  /*height: 20px;*/
  padding-bottom: 0 !important;
  line-height: 1;
}

#search-item-wrap-left .cart-item-info-select::before {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

#search-item-wrap-left .cart-item-info-select select {
  padding: 3px 3px 3px 5px;
  color: #666666;
}


/* Cart Total 

#search-item-wrap-left .cart-total-bottom {
  margin-top: 20px;
}

#search-item-wrap-left .cart-total-inner-left {
  font-size: 1.2rem;
  float: left;
  width: calc(100% - 480px);
  padding-right: 20px;
}

#search-item-wrap-left .cart-total-inner-right {
  width: 480px;
  float: left;
}

#search-item-wrap-left .cart-total-wrap {
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  width: 480px;
}

#search-item-wrap-left .cart-total-first {
  padding: 5px 0 5px;
  border-bottom: solid 1px #ccc;
  display: flex;
}

#search-item-wrap-left .cart-total-first .left {
  padding-bottom: 0 0 5px;
  width: 120px;
  align-self: flex-end;
  line-height: 1;
}

#search-item-wrap-left .cart-total-first .right {
  padding: 20px 0 5px;
  align-self: flex-end;
  width: 400px;
  text-align: right;
  font-weight: bold;
  font-size: 3.8rem;
  color: #ff0000;
  line-height: 1;
}

#search-item-wrap-left .cart-total-second {
  font-size: 1.3rem;
  padding: 5px 0 5px;
  border-bottom: solid 1px #ccc;
}

#search-item-wrap-left .cart-total-third {
  font-size: 1.3rem;
  padding: 5px 0 5px;
}

a.btn-s-returnshop {
display: block;
text-align: center;
  border: solid 1px #808080;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 5px;
  font-size: 1.2rem;
width: 220px !important;
  color: #808080;
  margin: 10px 0 0 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
text-decoration: none;
}

a.btn-s-returnshop:hover {
  background: #808080;
  color: #fff;
}

a.btn-s-stock-check {
display: inline-block;
text-align: center;
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.2rem;
width: 105px !important;
  color: #fff;
  margin: 10px 10px 2px 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
text-decoration: none;
}

a.btn-s-stock-check:hover {
  background: #fff;
  color: #428195;
}

a.btn-s-estimate {
display: inline-block;
text-align: center;
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.2rem;
width: 105px !important;
  color: #fff;
  margin: 10px 0 2px 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
text-decoration: none;
}

a.btn-s-estimate:hover {
  background: #fff;
  color: #428195;
}
*/


/* Delivery info */

.delivery-info-wrap {
  margin-top: 20px;
}

.delivery-info-wrap h2 {
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #e77900;
}

.delivery-info-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.delivery-info-table th {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 140px !important;
  background: #eeeeee;
}

.delivery-info-table td {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 560px;
  width: calc( 100% - 140px);
}

.delivery-info-table input {
  border: solid 1px #d3d3d3;
  padding: 5px;
}


/* Select */

.delivery-info-select {
  float: left;
  overflow: hidden;
  /*width: 300px;*/
  margin: 0;
  text-align: center;
}

.delivery-info-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.delivery-info-select select::-ms-expand {
  display: none;
}

.delivery-info-select {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
}

.delivery-info-select::before {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

.delivery-info-select select {
  padding: 5px 5px 5px 5px;
  color: #666666;
  margin-bottom: 0;
  border-color: #ccc;
}


/* cart1
.delivery-info-left {
  width: calc(100% - 300px);
  float: left;
}

.delivery-info-right {
  padding-left: 30px;
  width: 300px;
  float: left;
}
*/

.delivery-time-table {
  width: 100%;
  border-top: solid 1px #ccc;
  /*border-left: solid 1px #ccc;*/
  margin-bottom: 10px;
}

.delivery-time-table th {
  text-align: center;
  /*border-right: solid 1px #ccc;*/
  border-bottom: solid 1px #ccc;
  padding: 5px;
  background: #f0f0f0;
}

.delivery-time-table td {
  text-align: center;
  /*border-right: solid 1px #ccc;*/
  border-bottom: solid 1px #ccc;
  padding: 5px;
}

.bg-lgray {
  background: #dddddd !important;
}


/* Storage Function */

.storage-function-wrap {
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

.storage-function-wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.storage-function-wrap .left {
  width: calc( 100% - 450px);
  margin-right: 30px;
  float: left;
}

.storage-function-wrap .right {
  width: 420px;
  float: right;
}

.storage-function-wrap .right table {
  width: 100%;
  border-top: solid 1px #ccc;
  padding: 0;
}

.storage-function-wrap table th {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 1;
}

.storage-function-wrap table td {
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
  vertical-align: middle;
  line-height: 1;
}

.storage-function-wrap table td:nth-child(1) {
  width: calc( 100% - 30px);
  text-align: left;
}

.storage-function-wrap table td:nth-child(2) {
  width: 30px;
  text-align: right;
}

.storage-cart-name {
  display: flex;
}

.storage-cart-name input {
  padding: 5px;
  width: 420px;
  border: solid 1px #d3d3d3;
}

.storage-function-wrap input {
  padding: 10px;
}

.storage-function-wrap .btn-strage-save {
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  font-size: 1.4rem;
  width: 60px !important;
  color: #fff;
  margin: 0 5px 0 5px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-strage-save:hover {
  background: #fff;
  color: #428195;
}


/* delivery calendar */

.delivery-calendar {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.delivery-calendar th {
  background: #f0f0f0;
  text-align: center;
  padding: 5px 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.delivery-calendar td {
  text-align: center;
  padding: 5px 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.delivery-calendar td a {
  color: #0066aa;
}

.delivery-calendar th:nth-child(1) {
  background: #fdd9d9;
}

.delivery-calendar th:nth-child(7) {
  background: #d0e9f8;
}


/* Delivery Info 

#search-item-wrap-left .delivery-info-wrap {
  margin-top: 20px;
}

#search-item-wrap-left .delivery-info-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

#search-item-wrap-left .delivery-info-table th {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 140px;
  background: #eeeeee;
}

#search-item-wrap-left .delivery-info-table td {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: calc(100 % - 140px);
}

#search-item-wrap-left .delivery-info-table input {
  border: solid 1px #d3d3d3;
  padding: 5px;
}
*/


/* Select 

#search-item-wrap-left .delivery-info-select {
  float: left;
  overflow: hidden;

  margin: 0;
  text-align: center;
}

#search-item-wrap-left .delivery-info-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#search-item-wrap-left .delivery-info-select select::-ms-expand {
  display: none;
}

#search-item-wrap-left .delivery-info-select {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
}

#search-item-wrap-left .delivery-info-select::before {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
}

#search-item-wrap-left .delivery-info-select select {
  padding: 5px 5px 5px 5px;
  color: #666666;
  margin-bottom: 0;
  border-color: #ccc;
}

#search-item-wrap-left .delivery-info-left {
  width: 100%;
}

#search-item-wrap-left .delivery-time-table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-bottom: 10px;
}

#search-item-wrap-left .delivery-time-table th {
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px;
}

#search-item-wrap-left .delivery-time-table td {
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px;
}

#search-item-wrap-left .bg-lgray {
  background: #eeeeee;
}
*/


/* Storage Function */

#search-item-wrap-left .storage-function-wrap {
  border: solid 1px #ccc;
  padding: 20px;
}

#search-item-wrap-left .storage-function-wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#search-item-wrap-left .storage-function-wrap .left {
  width: 500px;
  margin-right: 30px;
  float: left;
}

#search-item-wrap-left .storage-function-wrap .right {
  width: 450px;
  float: right;
}

#search-item-wrap-left .storage-function-wrap table {
  width: 450px;
  border-top: solid 1px #ccc;
  padding: 0;
}

#search-item-wrap-left .storage-function-wrap table th {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 1;
}

#search-item-wrap-left .storage-function-wrap table td {
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
  vertical-align: middle;
  line-height: 1;
}

#search-item-wrap-left .storage-cart-name {
  display: flex;
}

.cart-side-info-wrap-inner h3 {
  font-size: 1.6rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.cart-side-info-wrap-inner input.cart-save-input {
  width: 175px;
  padding: 5px !important;
  border: solid 1px #d3d3d3;
  font-size: 1.2rem;
}

.cart-side-info-wrap-inner .btn-strage-save {
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px;
  font-size: 1.2rem;
  width: 40px;
  color: #fff;
  margin: 0 0 0 5px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-side-info-wrap-inner .btn-strage-save:hover {
  background: #fff;
  color: #428195;
}

.cart-side-info-wrap-inner table {
  margin-top: 10px;
}

.cart-side-info-wrap-inner th {
  vertical-align: middle;
  font-size: 1.4rem;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}

.cart-side-info-wrap-inner td {
  vertical-align: middle;
  font-size: 1.2rem;
  border-bottom: solid 1px #ccc;
  padding: 5px 0 0;
}

.cart-side-info-wrap table.delivery-time-table {
  background: #fff;
}

.cart-side-info-wrap table.delivery-time-table th {
  font-size: 1.2rem;
}

.cart-side-info-wrap table.delivery-time-table td {
  font-size: 1.2rem;
}

a.btn-delivery-search {
  height: 34px;
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 9px 10px;
  font-size: 1.4rem;
  width: 100px;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 5px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-delivery-search:hover {
  background: #fff;
  color: #428195;
}

a.btn-other-delivery {
  height: 34px;
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 9px 10px;
  font-size: 1.4rem;
  width: 150px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin: 0 0 0 5px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-other-delivery:hover {
  background: #fff;
  color: #428195;
}


/* Right wrap ==================== */

#search-item-wrap-right {
  padding: 0 0 0 30px;
  float: left;
  width: 300px;
}

.cart-side-info-wrap {
  background: #f4f4f4;
  padding: 15px;
}

.cart-side-info-wrap-inner {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

#search-item-wrap-right .product-info-cart-table {
  margin-bottom: 10px;
}

#search-item-wrap-right .product-info-cart-table th {
  font-size: 1.2rem;
  border-bottom: solid 1px #ccc;
}

#search-item-wrap-right .product-info-cart-table td {
  font-size: 1.2rem;
  border-bottom: solid 1px #ccc;
}


/* 0603 Carthozon ==============================*/

.cart-header-tab-wrap {
  width: 100%;
  border-bottom: solid 3px #808080;
  display: flex;
  margin: 0;
  padding: 0;
}

.cart-header-tab-on {
  border-radius: 5px 5px 0 0;
  height: 36px;
  text-align: center;
  color: #fff;
  width: 160px;
  background: #808080;
  font-size: 1.4rem;
  padding-top: 7px;
  margin-right: 3px;
}

.cart-header-tab-off {}

a.cart-header-tab-off {
  display: block;
  border: solid 1px #ccc;
  border-radius: 5px 5px 0 0;
  height: 36px;
  text-align: center;
  color: #fff;
  width: 160px;
  background: #ccc;
  font-size: 1.4rem;
  padding-top: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

a.cart-header-tab-off:hover {
  color: #ccc;
  background: #fff;
}

.cart-header-first {
  padding: 6px 0 0 10px;
  /*width:650px;*/
  align-items: center;
}

.hozon-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.hozon-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  line-height: 1;
  padding: 10px;
}

.hozon-table td:nth-child(1) {
  width: 70px !important;
  padding-left: 0 !important;
}

.hozon-table td:nth-child(2) {
  width: calc( 100% - 550px) !important;
}

.hozon-table td:nth-child(3) {
  width: 200px !important;
  text-align: right;
}

.hozon-table td:nth-child(4) {
  width: 190px !important;
  text-align: right;
}

.hozon-table td:nth-child(5) {
  width: 120px !important;
  text-align: right;
}

.hozon-table td:nth-child(5) img {
  margin: 0 2px 0;
}

.hozon-table td:nth-child(6) {
  width: 30px !important;
  padding-right: 0 !important;
}


/* up down cover */

.hozon-table-cover {
  position: relative;
  height: 100%;
}

.hozon-table-cover .top-cover {
  position: absolute;
  width: 50px;
  height: 25px;
  background: #fff;
  top: 15px;
  right: 100px;
  z-index: 100;
}

.hozon-table-cover .bottom-cover {
  position: absolute;
  width: 50px;
  height: 25px;
  background: #fff;
  bottom: 15px;
  right: 47px;
  z-index: 100;
}


/* Table tr inner */

.inner-cell {
  background: #eeeeee;
}

.save-inner-wrap {
  width: 100%;
  padding: 10px 5px 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flax-start;
  justify-content: flex-start;
  flex-shrink: 1;
  line-height: 1.6;
  background: #eeeeee;
}


/*
.cart-save-wrap {
width: 33.33%;
margin: 0 5px 10px 5px;
border: solid 1px #ccc;
padding: 10px;
background: #fff;
flex: 1;
}
*/

.cart-save-wrap {
  max-width: 31.8%;
  min-width: 31.8%;
  display: inline-block;
  background: #fff;
  wordbrake: break-all;
}

.cart-save-wrap img {
  float: left;
}

.cart-save-wrap {
  padding: 10px;
  margin: 0 5px 10px 10px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}

.rowdel {
  cursor: pointer;
}


/* 0605 kakunin =============================*/

#page-inner-wrap-wide h2 {
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #e77900;
}

.cart-last-table {
  min-width: 1040px;
  border-top: solid 1px #ccc;
}

.cart-last-table th {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  background: #dddddd !important;
  border-bottom: solid 1px #ccc;
}

.cart-last-table td {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  line-height: 1.4;
}

.cart-last-table td:nth-child(1) {
  width: 100px !important;
  text-align: left;
}

.cart-last-table td:nth-child(2) {
  width: 320px !important;
  text-align: left;
}

.cart-last-table td:nth-child(3) {
  width: 170px !important;
  text-align: left
}

.cart-last-table td:nth-child(4) {
  word-break: break-all;
  width: 130px !important;
  text-align: left;
}

.cart-last-table td:nth-child(5) {
  width: 110px !important;
  text-align: right;
}

.cart-last-table td:nth-child(6) {
  width: 90px !important;
  text-align: right;
}

.cart-last-table td:nth-child(7) {
  width: 110px !important;
  text-align: right;
  font-weight: bold;
}

.cart-last-table td:nth-child(8) {
  width: 110px !important;
  text-align: right;
  font-weight: bold;
}

.cart-last-comment {
  max-width: 1150px;
  padding: 10px;
  border-bottom: solid 3px #808080;
  margin-bottom: 10px;
}

.cart-last-delivery {
  width: 100%;
}

.cart-last-delivery th {
  width: 150px !important;
}

.cart-last-delivery td {
  width: 650px !important;
}

.cart-last-point {
  float: left;
  width: 300px;
  margin-right: 10px;
}

.cart-last-point th {
  width: 150px;
}

.cart-last-point td {
  width: 150px;
  text-align: right;
}

.cart-last-total {
  float: left;
  width: 340px;
}

.cart-last-total th {
  width: 150px;
}

.cart-last-total td {
  font-weight: bold;
  text-align: right;
  width: 150px;
}

.cart-last-left {
  float: left;
  width: calc(100% - 660px);
}

.cart-last-right {
  float: left;
  width: 660px;
}

.delivery-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.delivery-table th {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 100px !important;
  background: #eeeeee;
}

.delivery-table td {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 560px;
}


/* 0606 chumon ==============================*/

.bottom-banner-table {
  border: none !important;
}

.bottom-banner-table td {
  padding: 10px;
  border: none !important;
}

.bottom-banner-table {
  margin-bottom: 10px;
}


/* 0607 toroku ==============================*/


/* toroku inner */

.h2-heading {
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 20px 0 !important;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #e77900;
}

.registered-address {
  padding: 20px 0;
}

.registered-address-table {
  margin-bottom: 10px;
}

.registered-address-table td p {
  display: inline-block;
}

.registered-address-table td p.name {
  width: 220px;
}

.registered-address-table td p.phone {
  text-align: right;
  width: 80px;
}

.registered-address-table td p.phone-number {
  width: 120px;
}

input {
  padding: 5px;
}


/* 0608 kagubin =============================*/

.inline-block {
  display: inline-block;
}

.iframe-inner .deliveryinfo-table {
  border-top: solid 1px #ccc;
  width: 740px;
}

.iframe-inner .deliveryinfo-table th {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  background: #eeeeee;
  text-align: left;
  width: 210px !important;
}

.iframe-inner .deliveryinfo-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  text-align: left width: 530px !important;
}

.iframe-inner .deliveryinfo-table textarea {
  width: 500px;
  margin: 0 0 -5px 0 !important;
}

.iframe-inner .deliveryinfo-table .delivery-info-select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.flex-center {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
}

.flex-right {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: end !important;
}


/**/

.deliveryinfo-table {
  border-top: solid 1px #ccc;
  width: 740px;
}

.deliveryinfo-table th {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  background: #eeeeee;
  text-align: left;
  width: 210px !important;
}

.deliveryinfo-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  text-align: left
}

.deliveryinfo-table textarea {
  width: 500px;
  margin: 0 0 -5px 0 !important;
}

.deliveryinfo-table .delivery-info-select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


/* 0609 shogaku ==============================*/

.iframe-inner {
  padding: 30px 0;
  margin: 0 auto 0;
}

.iframe-inner h1 {
  font-size: 1.8rem;
  background: #eeeeee;
  padding: 10px;
}

.iframe-inner h1.genle {
  font-size: 1.8rem;
  background: #fff;
  padding: 10px;
}

.cell-right {
  text-align: right !important;
}

.cell-center {
  text-align: center !important;
}

.cell-left {
  text-align: left !important;
}

.shogaku-table1 {
  border-top: solid 1px #ccc;
  width: 1000px;
  margin-bottom: 50px;
}

.shogaku-table1 th {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  background: #eeeeee;
  text-align: left;
  width: 400px;
}

.shogaku-table1 td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  text-align: right;
}

.shogakul-table2 {
  border-top: solid 1px #ccc;
  width: 100%;
}

.shogaku-table2 th {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  background: #eeeeee;
}

.shogaku-table2 td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}


/* 0610 zailp ==============================*/

.nomal-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.nomal-table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 1rem;
  background: #eeeeee;
}

.nomal-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

.zaiko-table {
  border-top: solid 1px #ccc;
  /*border-left: solid 1px #ccc;*/
  width: 100%;
}

.zaiko-table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 5px 10px;
  background: #eeeeee;
  font-size: 1.2rem;
  line-height: 1.4;
}

.zaiko-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 5px 10px;
  line-height: 1.4;
}

.zaiko-table th:nth-child(1) {
  width: 80px !important;
  vertical-align: middle;
}

.zaiko-table th:nth-child(2) {
  width: 250px !important;
  vertical-align: middle;
}

.zaiko-table th:nth-child(3) {
  width: 140px !important;
  vertical-align: middle;
}

.zaiko-table th:nth-child(4) {
  width: 130px !important;
  vertical-align: middle;
}

.zaiko-table th:nth-child(5) {
  width: 100px !important;
  vertical-align: middle;
}

.zaiko-table th:nth-child(6) {
  width: 90px !important;
  vertical-align: middle;
}

.zaiko-table th:nth-child(7) {
  width: 90px !important;
  vertical-align: middle;
}

.zaiko-table th:nth-child(8) {
  width: 100px !important;
  vertical-align: middle;
}

.zaiko-in-table {
  width: 100%;
  border: none;
}

.zaiko-in-table th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.4rem;
  border: none;
}

.zaiko-in-table td {
  background: #fff;
  text-align: right;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.4rem;
  border: none;
}

.right-btn-wrap {
  text-align: right;
  width: 440px;
  float: right
}


/* 0611 kanimitsumori ==============================*/

.kanni-left {
  width: 420px;
  float: left;
  border-right: solid 1px #ccc;
  padding-left: 30px;
  padding-right: 30px;
}

.kanni-right {
  width: 420px;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

a.btn-kani-zeinuki {
  display: block;
  border: solid 1px #e77900;
  border-left: solid 10px #e77900;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto 0;
  border-radius: 5px;
  background: #fff;
  color: #e77900;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 350px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-kani-zeinuki:hover {
  border: solid 1px #e77900;
  background: #e77900;
  color: #fff;
}

a.btn-kani-zeikomi {
  display: block;
  border: solid 1px #e8525c;
  border-left: solid 10px #e8525c;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto 0;
  border-radius: 5px;
  background: #fff;
  color: #e8525c;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 350px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-kani-zeikomi:hover {
  border: solid 1px #e8525c;
  background: #e8525c;
  color: #fff;
}

a.btn-zeinuki-syousai {
  display: block;
  border: solid 1px #428195;
  border-left: solid 10px #428195;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto 0;
  border-radius: 5px;
  background: #fff;
  color: #428195;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 350px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-zeinuki-syousai:hover {
  border: solid 1px #428195;
  background: #428195;
  color: #fff;
}


/* 0612 okiniiri ====================*/

.userlist-table {
  border-top: solid 1px #ccc;
  /*border-left: solid 1px #ccc;*/
  width: 100%;
}

.userlist-table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px 7px;
  background: #eeeeee;
  font-size: 1.2rem;
  line-height: 1.4;
}

.userlist-table td {
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  padding: 10px 7px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.userlist-table td:nth-child(1) {
  width: 20px;
}

.userlist-table td:nth-child(2) {
  width: 20px;
}

.userlist-table td:nth-child(3) {
  width: 100px;
}

.userlist-table td:nth-child(4) {
  width: 160px;
}

.userlist-table td:nth-child(5) {
  width: 160px;
}

.userlist-table td:nth-child(6) {
  width: 220px;
}

.userlist-table td:nth-child(7) {
  width: 80px;
}

.userlist-table td:nth-child(8) {
  width: 100px;
}

.userlist-table td:nth-child(9) {
  width: 100px;
}


/* Btn */

a.btn-pageturn {
  border: solid 1px #428195;
  border-radius: 3px;
  padding: 7px 10px;
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
  width: 140px;
  line-height: 1;
  background: #fff;
  color: #428195;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.btn-pageturn:hover {
  color: #fff;
  background: #428195;
}


/* input */

.normal-input {
  padding: 5px;
}

.btn-user-search {
  border: solid 1px #428195;
  background: #428195;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 1.4rem;
  width: 60px !important;
  color: #fff;
  margin: 0;
  margin-left: 10px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-user-search:hover {
  background: #fff;
  color: #428195;
}


/* 0706 okiniiri ====================*/

h1.favorite-title {
  font-size: 2.1rem;
  padding-bottom: 5px;
  border-bottom: solid 3px #808080 !important;
  margin-bottom: 0 !important;
}


/* append */

.favorite-append {
  padding: 5px 0;
}

.favorite-append .left {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  height: 60px;
  margin-bottom: 20px;
}

.favorite-append .right {
  float: right;
  padding-top: 5px;
}


/* Table */

.favorite-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.favorite-table td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  font-size: 1.4rem;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding: 0 !important;
  height: 80px;
  vertical-align: middle;
}

.favorite-table .icon {
  vertical-align: middle;
  margin-right: 5px;
}

.favorite-table td p {
  display: inline-block;
  line-height: 1.4;
}

.favorite-table>td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.favorite-table td:nth-child(1) {
  padding-top: 10px !important;
  width: 20px !important;
  vertical-align: middle;
}

.favorite-table td:nth-child(2) {
  padding-left: 10px !important;
  width: 60px !important;
}

.favorite-table td:nth-child(3) {
  width: 100px !important;
  vertical-align: middle;
}

.favorite-table td:nth-child(4) {
  width: calc( 100% - 480px) !important;
  vertical-align: middle !important;
  line-height: 1;
}

.favorite-table td:nth-child(5) {
  padding-left: 0 !important;
  width: 150px;
}

.favorite-table td:nth-child(6) {
  width: 150px;
  padding-right: 0 !important;
}

.favorite-table .details-table {}

.favorite-table .details-table td {
  width: 250px !important;
  border: none !important;
  padding: 0 !important;
  padding-top: 5px !important;
  height: auto !important;
}


/* up down btn */

.rowtop,
.rowup,
.rowdown,
.rowbottom {
  cursor: pointer;
}


/* up down cover */

.favorite-table-cover {
  position: relative;
  height: 100%;
}

.favorite-table-cover .top-cover {
  position: absolute;
  width: 20px;
  height: 60px;
  background: #fff;
  top: 2px;
  left: 0;
  z-index: 100;
}

.favorite-table-cover .bottom-cover {
  position: absolute;
  width: 20px;
  height: 60px;
  background: #fff;
  bottom: 2px;
  left: 0;
  z-index: 100;
}

.plane-table {
  border-top: solid 1px #ccc;
  width: 100%;
}

.plane-table th {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 250px;
  background: #eeeeee;
}

.plane-table td {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 560px;
}

.plane-table2 {
  box-sizing: border-box !important;
  border-top: solid 1px #ccc;
  width: 100%;
}

.plane-table2 th {
  box-sizing: border-box !important;
  text-align: center;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px;
  background: #eeeeee;
}

.plane-table2 td {
  box-sizing: border-box !important;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px;
  font-weight: normal;
}

.goukei-table {
  box-sizing: border-box !important;
  border-top: solid 1px #ccc;
  width: 350px !important;
}

.goukei-table th {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px;
  background: #eeeeee;
}

.goukei-table td {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px;
  font-weight: normal;
}

.goukei-table th:nth-child(2) {
  width: 110px !important;
  text-align: center;
}

.goukei-table th:nth-child(3) {
  width: 110px !important;
  text-align: center;
}

.goukei-table td:nth-child(1) {
  background: #f0f0f0 width: 100px !important;
  text-align: center;
  background: #f0f0f0;
}

.goukei-table td:nth-child(2) {
  width: 110px !important;
  text-align: right;
}

.goukei-table td:nth-child(3) {
  width: 110px !important;
  text-align: right;
}


/*PLUS*/

input[type=checkbox] {
  /* padding-top: 60px; */
  /* margin-top: 0px; */
  position: relative;
  top: 2px;
}

#new-header {
  max-width: 1250px;
  margin: auto!important;
  min-width: 1060px;
  height: 110px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.header-info-wrap-inner {
  max-width: 1250px;
  margin: auto;
}

#new-header a.header-submit-login {
  display: inline-block;
  text-align: center;
  background: #e77900;
  background-image: url(../images/header_login_off.png);
  background-size: 100% 100%;
  padding: 10px 25px 0px 50px !important;
  color: #fff !important;
  margin: 0 0 0 0;
  /*border-radius: 3px;*/
  font-size: 1.4rem;
  width: 140px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.maxwi1250 {
  max-width: 1250px;
  margin: auto!important;
  min-width: 1100px
}

.maxwi1170>ul {
  max-width: 1170px;
  margin: auto !important;
  min-width: 1100px
}

.slide2 li {
  text-align: left;
  margin: 10px 18px 0 !important;
}

.slide3 li {
  text-align: left;
  margin: 10px 18px 0 !important;
}

#nh_login-header #nh_header {
  width: 100%;
  padding: 15px 0px 0 0px!important;
  box-sizing: border-box;
  min-width: 1100px;
}

.login #secondary {
  float: left;
  width: 270px;
  padding: 30px 0px 0px 30px;
  margin-bottom: 30px;
}

.login #primary {
  float: left;
  width: calc(100% - 270px);
  margin-bottom: 30px;
  overflow: hidden !important;
  position: relative;
}

.logout #primary {
  position: relative;
}

@media screen and (max-width:1249px) {
  #nh_login-header #nh_header {
    padding: 15px 20px 0 20px !important;
  }
}

@media screen and (max-width:1249px) {
  #product-wrap {
    padding: 0 20px 100px 20px !important;
  }
}

@media screen and (min-width: 1250px) {
  #product-wrap {
    padding: 0 0 100px 0 !important;
  }
}


/* Cart Pulldown M */

.m-quantity {
  border: solid 1px #ccc;
  overflow: hidden;
  width: 220px;
  margin: 0 0 5px 0;
  text-align: right;
  padding-left: 5px;
  position: relative;
}

.m-quantity .number-wrap {
  line-height: 1.8;
  padding: 4px 5px 3px 5px !important;
  float: left;
  width: 45px;
  text-align: left;
  display: inline-block;
  border-right: solid 1px #ccc;
}

.m-quantity .unit-wrap {
  padding: 4px 0 3px 0 !important;
  float: left;
  width: 50px;
  text-align: right;
  display: inline-block;
  padding-right: 5px;
  border-left: solid 1px #ccc;
}

.m-quantity select {
  border: none !important;
  float: left;
  margin: 0 !important;
  padding: 7px 25px 0 10px !important;
  width: 110px !important;
  text-align: left !important;
  border: none;
  display: inline-block;
  background-color: transparent;
}

.m-quantity input {
  border: none !important;
  float: left;
  margin: 0 !important;
  width: 110px !important;
  padding: 7px 25px 0 10px !important;
  text-align: left !important;
  display: inline-block;
}

.m-quantity:before {
  position: absolute;
  top: 12px;
  right: 65px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
  z-index: -2:
}


/* Cart Pulldown SS */

.ss-quantity {
  border: solid 1px #ccc;
  overflow: hidden;
  width: 180px;
  margin: 0 0 0 0;
  text-align: right;
  padding-left: 5px;
  position: relative;
}

.ss-quantity .number-wrap {
  line-height: 1.8;
  padding: 3px 0 3px 5px !important;
  float: left;
  width: 40px;
  text-align: left;
  display: inline-block;
  border-right: solid 1px #ccc;
  font-size: 1.2rem !important;
}

.ss-quantity .unit-wrap {
  padding: 3px 0 3px 0 !important;
  float: left;
  width: 45px;
  text-align: right;
  display: inline-block;
  padding-right: 5px;
  border-left: solid 1px #ccc;
  font-size: 1.2rem !important;
}

.ss-quantity select {
  border: none !important;
  float: left;
  margin: 0 !important;
  padding: 4px 25px 0 5px !important;
  width: 80px !important;
  text-align: left !important;
  border: none;
  display: inline-block;
  background-color: transparent;
  font-size: 1.2rem !important;
}

.ss-quantity input {
  border: none !important;
  float: left;
  margin: 0 !important;
  width: 80px !important;
  padding: 5px 25px 0 5px !important;
  text-align: left !important;
  display: inline-block;
  font-size: 1.2rem !important;
}

.ss-quantity:before {
  position: absolute;
  top: 10px;
  right: 60px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
  z-index: -2:
}

#orderTable .ss-quantity {
    width: 60px;
    height: 33px;
    margin:auto;
}
#orderTable .ss-quantity select,
#orderTable .ss-quantity input {
    width: 55px ;
    padding-right: 0 ;
    padding-left: 0px ;
    height: 31px ;
}
#orderTable .ss-quantity:before {
    position: absolute;
    top: 13px;
    right: 5px;
}
.quantity-text:before {
    border: none;
}

/*
*
JTX0730
*
*/
p.cart-total-second {
    border: none;
}

.cart-total-first .left {
    width: 120px;
    align-self: center;
    line-height: 1.3;
}
td.product-info-cart-table-td{
    line-height: 1.3;
        padding-bottom: 5px;
}

.side-search-box label{
    display: block;
    width: 100%;
}
.side-search-box dd:hover{
    background:#fbfbfb
}


/* カート保存用 */
.favorite-table td {
    min-height: 110px;
}

.favorite-table tr:first-child .rowtop,.favorite-table tr:first-child .rowup,.favorite-table tr:last-child .rowbottom,.favorite-table tr:last-child .rowdown{
opacity: 0.4;
/* display: none; */
}

.hozon-col-wrap:first-child .rowtop,.hozon-col-wrap:first-child .rowup,.hozon-col-wrap:last-child .rowbottom,.hozon-col-wrap:last-child .rowdown{
    opacity: 0.4;
}


.side-search-box-dir p{
    text-align: left;
}

.nest1{
    display: block;
    margin-left: 15px;
}
.nest2{
    display: block;
    margin-left: 30px;
}
.nest3{
    display: block;
    margin-left: 45px;
}

/*StepDesign*/
.step-wrap {
    position: relative;
}
.stepImgBox {
    width: 440px;
    position: absolute;
    top: -10px;
    right: 0;
}
.stepImgBox img {
    width: 100%;
}
/*End of StepDesign*/
/*formChecker*/
.yubin-alt {
        font-size: 1rem;    
}
    .closed {
        /*    //background-color: #ffc5c5*/
    }

    .disabled-btn {
        opacity: 0.5;
    }

    .append-alt {
        font-size: 1rem;
        color: red;
    }
    .submit-alt {
        margin-top: 20px;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        color: red;
    }
.left-btn-wrap {
    flex-wrap: wrap;
    width: 420px;
    height: 80px;
    align-items: flex-start;
}
.quick-submit {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.qo-alt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3px;
}
.quick-order-table td {
    height: 78px;
}
.quick-order-table td:nth-child(2),
.quick-order-table td:nth-child(3) {
    position: relative;
}
/* End of formChecker*/
/*formChecker-shinkitouroku*/
.shinki-info-box {
    height: 540px;
}

.shinki-info-box tr {
border-bottom: solid 20px white;
}

.shinki-info-box form {
position: relative;
}

.shinki-info-box td {
position: relative;
}

.shinki-info-box .submit-alt {
position: absolute;
    top: 270px;
    left: 0;
    right: 0;
    margin: auto;
}


.shinki-info-box .append-alt {
    font-size: 1rem;
    color: red;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.middle-area-left {
    padding-top: 70px;
    height: 240px;
}

.middle-area-right {
    padding-top: 70px;
    height: 180px;
}
/*End of formChecker-shinkitouroku*/

/*
*
JTX0806
*
*/
.serach-result-right {
    position: relative;
}
.discon-group {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
}
.product-info-cart-wrap .discon-group {
    position: static;
    padding: 0;
}
.alte-item {
    text-align: right;
    display: inherit;
}
.alte-item .icon-red {
        color: #ff0000
}
.submit-m-cart.discon-item {
    text-align: center;
    background-color: #cacaca;
    border: none;
}

.submit-m-cart.discon-item:hover {
    color: white;
    background-color: #cacaca;    
}