@charset "UTF-8";
html {
  overflow-y: scroll;
  height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: #0a7af9;
  text-decoration: underline;
}

a:link, a:visited {
  color: #0a7af9;
  text-decoration: underline;
}

a:hover {
  color: #53a1fa;
  text-decoration: none;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: bottom;
}

caption, th {
  text-align: left;
}

object, embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

body {
  font-family: 'Verdana','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

body.drawer-open {
  position: fixed;
  width: 100%;
  z-index: 1;
}

body.drawer-close {
  position: relative;
}

#wrapper {
  margin: 0 auto;
}

.visible-xs, .visible-sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

#headerbg {
  height: 148px;
  margin: 0;
}

#headerbg .sp-overviewWrap {
  display: none;
}

#headerbg #header {
  position: relative;
  width: 908px;
  height: 148px;
  margin: 0 auto;
}

#headerbg #header h1, #headerbg #header .overview {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
}

#headerbg #header .logo a {
  background: url(../images/skin/logo_re.png) no-repeat left;
  position: absolute;
  left: 5px;
  display: block;
  overflow: hidden;
  width: 331px;
  height: 88px;
  text-indent: -9999px;
}

@media screen and (min-width: 909px) {
  #headerbg #header .tel {
    background: url(../images/skin/tel.png) no-repeat left;
    position: absolute;
    left: 660px;
    top: 109px;
    width: 233px;
    height: 22px;
    text-indent: -9999px;
  }
  #headerbg #header .promo_word {
    background: url(../images/skin/head_txt_re.png) no-repeat top;
    position: absolute;
    width: 310px;
    left: 323px;
    text-indent: -9999px;
    height: 50px;
    top: 25px;
  }
  #headerbg #header .catalog_btn a {
    background: url(../images/skin/sample_btn_re.png) no-repeat left;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    width: 235px;
    height: 45px;
    left: 744px;
  }
  #headerbg #header .inquiry_btn a {
    background: url(../images/skin/inquiry_btn_re.png) no-repeat left;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    width: 111px;
    height: 45px;
    left: 783px;
    top: 51px;
  }
  #headerbg #header .catalog_btn a:hover {
    background: url(../images/skin/sample_btn_hover.png) no-repeat left;
  }
  #headerbg #header .inquiry_btn a:hover {
    background: url(../images/skin/inquiry_btn_hover.png) no-repeat left;
  }
}

@media screen and (max-width: 908px) {
  #headerbg {
    height: 110px;
    background: url(../images/skin/sp-top_main_bg_re.png) no-repeat top 22px center;
    background-size: cover;
    border-bottom: 5px solid #0064be;
  }
  #headerbg .sp-overviewWrap {
    width: 100%;
    display: block;
  }
  #headerbg .sp-overviewWrap .sp-overview {
    max-width: 767px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 10px;
  }
  #headerbg #header {
    max-width: 767px;
    width: 100%;
    height: 110px;
  }
  #headerbg #header .overview {
    display: none;
  }
  #headerbg #header .logo {
    margin: 0;
  }
  #headerbg #header .logo a {
    position: absolute;
    top: 40%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    width: 265px;
    height: 70px;
  }
  #headerbg .promo_word, #headerbg .catalog_btn, #headerbg .tel {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #headerbg {
    background: url(../images/skin/sp-top_main_bg_re.png) no-repeat top center;
    background-size: cover;
    height: 90px;
    padding: 0 10px;
  }
  #headerbg .sp-overviewWrap {
    display: none;
  }
  #headerbg #header {
    height: auto;
  }
  #headerbg #header .logo a {
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    background: url(../images/skin/sp-logo_re.png) no-repeat left;
  }
}

.bg_nav {
  background-color: #0099ff;
  height: 50px;
  position: relative;
}

@media screen and (max-width: 908px) {
  .bg_nav {
    display: none;
    position: static;
    margin-top: 0;
  }
}

#nav {
  max-width: 908px;
  margin: 0 auto;
  position: relative;
}

#nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

#nav ul li.nav1 a {
  background: url(../images/skin/navi.png) 0 0 no-repeat;
  width: 95px;
  position: absolute;
  height: 65px;
  top: -8px;
}

#nav ul li.nav1 a:hover {
  background: url(../images/skin/navi_hover.png) 0px 0px no-repeat;
  width: 95px;
}

#nav ul li.nav2 a {
  background: url(../images/skin/navi.png) -95px 0 no-repeat;
  width: 131px;
  position: absolute;
  height: 65px;
  top: -8px;
  left: 95px;
}

#nav ul li.nav2 a:hover {
  background: url(../images/skin/navi_hover.png) -95px 0px no-repeat;
  width: 131px;
}

#nav ul li.nav3 a {
  background: url(../images/skin/navi.png) -226px 0 no-repeat;
  width: 122px;
  position: absolute;
  height: 65px;
  top: -8px;
  left: 226px;
}

#nav ul li.nav3 a:hover {
  background: url(../images/skin/navi_hover.png) -226px 0px no-repeat;
  width: 122px;
}

#nav ul li.nav4 a {
  background: url(../images/skin/navi.png) -348px 0 no-repeat;
  width: 163px;
  position: absolute;
  height: 65px;
  top: -8px;
  left: 348px;
}

#nav ul li.nav4 a:hover {
  background: url(../images/skin/navi_hover.png) -348px 0px no-repeat;
  width: 163px;
}

#nav ul li.nav5 a {
  background: url(../images/skin/navi.png) -511px 0 no-repeat;
  width: 130px;
  position: absolute;
  height: 65px;
  top: -8px;
  left: 511px;
}

#nav ul li.nav5 a:hover {
  background: url(../images/skin/navi_hover.png) -511px 0px no-repeat;
  width: 130px;
}

#nav ul li.nav6 a {
  background: url(../images/skin/navi.png) -641px 0 no-repeat;
  width: 149px;
  position: absolute;
  height: 65px;
  top: -8px;
  left: 641px;
}

#nav ul li.nav6 a:hover {
  background: url(../images/skin/navi_hover.png) -641px 0px no-repeat;
  width: 149px;
}

#nav ul li.nav7 a {
  background: url(../images/skin/navi.png) -790px 0 no-repeat;
  width: 118px;
  position: absolute;
  height: 65px;
  top: -8px;
  left: 790px;
}

#nav ul li.nav7 a:hover {
  background: url(../images/skin/navi_hover.png) -790px 0px no-repeat;
  width: 118px;
}

@media screen and (max-width: 908px) {
  #nav {
    display: none;
    position: static;
  }
}

#indexWrap #nav ul li.nav1 a {
  background: url(../images/skin/navi_hover.png) no-repeat scroll 0 0 transparent;
  width: 95px;
}

#list #nav ul li.nav2 a {
  background: url(../images/skin/navi_hover.png) no-repeat scroll -95px 0 transparent;
  width: 131px;
}

#order-flow #nav ul li.nav3 a {
  background: url(../images/skin/navi_hover.png) no-repeat scroll -226px 0 transparent;
  width: 122px;
}

#payment #nav ul li.nav4 a {
  background: url(../images/skin/navi_hover.png) no-repeat scroll -348px 0 transparent;
  width: 163px;
}

#nyukou #nav ul li.nav5 a {
  background: url(../images/skin/navi_hover.png) no-repeat scroll -511px 0 transparent;
  width: 130px;
}

#faq #nav ul li.nav6 a {
  background: url(../images/skin/navi_hover.png) no-repeat scroll -641px 0 transparent;
  width: 149px;
}

#company #nav ul li.nav7 a {
  background: url(../images/skin/navi_hover.png) no-repeat scroll -790px 0 transparent;
  width: 118px;
}

@media screen and (max-width: 908px) {
  .drawer-open #spNav .spNavBtn {
    background-color: #00f;
    position: fixed;
    z-index: 104;
  }
  .drawer-open #spNav .spNavBtn .drawer-hamburger-icon:before, .drawer-open #spNav .spNavBtn .drawer-hamburger-icon:after {
    background-color: #fff;
  }
  .drawer-open #spNav .spNavBtn .menu {
    color: #fff;
  }
}

#spNav {
  display: none;
}

@media screen and (max-width: 908px) {
  #spNav {
    display: block;
  }
  #spNav .spNavBtn {
    position: absolute;
    z-index: 104;
    top: 22px;
    padding: 30px 20px 31px;
  }
  #spNav .spNavBtn .spNavIcon {
    height: 4px;
  }
  #spNav .spNavBtn .spNavIcon:before, #spNav .spNavBtn .spNavIcon:after {
    height: 4px;
  }
  #spNav .spNavBtn .menu {
    position: relative;
    top: 10px;
  }
  #spNav .spNavBtn:hover {
    cursor: pointer;
  }
  #spNav .spNavList {
    z-index: 101;
    top: 22px;
  }
  #spNav .spNavList .spNavMenu {
    max-height: 1660px;
    height: auto;
    padding-bottom: 40px;
  }
  #spNav .spNavList .spNavMenu .spLi {
    text-decoration: none;
  }
  #spNav .spNavList .spNavMenu .spLi a {
    display: block;
    color: #000;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }
  #spNav .spNavList .spNavMenu .spLi a:hover {
    background-color: #00f;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #spNav .spNavBtn {
    top: 0;
    padding: 32px 20px;
  }
  #spNav .spNavList {
    top: 0;
  }
  #spNav .spNavList .spNavMenu .spLi:last-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-open #spNav .spNavBtn {
    top: 0;
  }
}

.footbg {
  background: url(../images/skin/footer_bg.png) repeat-x bottom;
}

.footbg #footer-navi {
  background: url(../images/skin/footer_main_bg.png) no-repeat top;
  width: 868px;
  margin: 0 auto;
  height: 65px;
  padding: 40px 20px 0 20px;
  clear: both;
}

.footbg #footer-navi .footer-link {
  float: left;
  width: 540px;
}

.footbg #footer-navi .copy {
  float: right;
  font-size: 10px;
}

@media screen and (max-width: 908px) {
  .footbg {
    padding: 0 7px 40px;
  }
}

.pagebg {
  clear: both;
}

.pagemainbg {
  max-width: 908px;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  margin-top: -50px;
}

@media screen and (max-width: 908px) {
  .pagemainbg {
    background: none;
    margin: 0 auto;
  }
}

.top-back {
  text-align: right;
  padding: 15px 0 5px 0;
  clear: both;
}

@media screen and (min-width: 909px) {
  #page #pankuzu {
    margin: 0 0 10px;
    padding: 5px 0;
    clear: both;
  }
  #page #pankuzu ul {
    text-align: right;
    margin-bottom: -5px;
  }
  #page #pankuzu2 {
    margin: 0 0 10px;
    padding: 5px 0;
    clear: both;
  }
  #page #pankuzu2 ul {
    text-align: right;
  }
  #page #pankuzu .pan, #page #pankuzu2 .pan {
    clear: both;
  }
  #page #pankuzu .pan li, #page #pankuzu2 .pan li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
  }
}

@media screen and (max-width: 908px) {
  #page #pankuzu, #page #pankuzu2 {
    display: none;
  }
}

#page #contents_res {
  max-width: 680px;
  width: 100%;
  margin: 18px 0 0 0;
  float: right;
}

#page #contents_res .title_di_g_bg_01 {
  width: 100%;
  margin: 15px 0 10px 0;
}

#page #contents_res .sp-index-wrap .w_contents {
  overflow: hidden;
  *zoom: 1;
  max-width: 670px;
}

#page #contents_res .sp-index-wrap .w_contents .w_max {
  text-align: center;
}

#page #contents_res .sp-index-wrap .w_contents.w_half_box .w_half {
  margin-right: 19px;
}

#page #contents_res .sp-index-wrap .w_contents.w_half_box .w_half:last-child {
  margin-right: 0;
}

#page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third {
  margin-right: 19px;
  margin-bottom: 15px;
}

#page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third a {
  display: block;
}

#page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third:nth-child(3) {
  margin-right: 0;
}

#page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third:nth-child(n+4) {
  margin-bottom: 0;
}

#page #contents_res .sp-index-wrap .w_contents .left {
  float: left;
}

#page #contents_res .sp-index-wrap .w_contents .right {
  float: right;
}

@media screen and (max-width: 767px) {
  #page #contents_res .title_sarch_bg_01, #page #contents_res .title_di_g_bg_01 {
    background-size: cover;
    width: 100%;
    height: 35px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  #page #contents_res .mB10 img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page #contents_res .sp-index-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 908px) {
  #page #contents_res .sp-index-wrap .w_contents {
    max-width: 100%;
  }
}

@media screen and (max-width: 908px) {
  #page #contents_res .sp-index-wrap .w_contents .w_max a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 908px) {
  #page #contents_res .sp-index-wrap .w_contents.w_half_box {
    margin: 0 -5px;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_half_box .w_half {
    margin-right: 0;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_half_box .w_half a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #page #contents_res .sp-index-wrap .w_contents.w_half_box {
    margin: 0;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_half_box .w_half {
    width: 50%;
    text-align: center;
    padding: 0;
    padding-right: 5px;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_half_box .w_half:last-child {
    padding-right: 0;
    padding-left: 5px;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_half_box .w_half a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 908px) {
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box {
    margin: 0 -5px;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third {
    margin-right: 0;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third:nth-child(3) {
    margin-right: 0;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third:nth-child(4) {
    margin-bottom: 15px;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third:last-child {
    margin-bottom: 0;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box {
    margin: 0;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third {
    padding-left: 0;
    padding-right: 5px;
  }
  #page #contents_res .sp-index-wrap .w_contents.w_one_third_box .w_one_third:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
  }
}

@media screen and (max-width: 908px) {
  #page {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 20px;
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(10, 122, 249, 0.4);
    box-shadow: 0 2px 4px rgba(10, 122, 249, 0.4);
  }
  #page #contents_res {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page {
    padding: 0 10px 30px;
    margin-top: 10px;
  }
  #page #contents_res {
    max-width: 100%;
    float: none;
    padding: 0;
  }
}

#side_res {
  max-width: 175px;
  float: left;
  margin-top: 18px;
}

#side_res a {
  display: block;
  color: #0a7af9;
}

#side_res a:link, #side_res a:visited {
  display: block;
  color: #0a7af9;
}

#side_res a:hover {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.7;
  background: #FFFFFF;
  color: #53a1fa;
}

#side_res a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;
}

#side_res .commodity-title {
  background: url(../images/common/left/ichi_title_side.png) no-repeat top;
  height: 41px;
  text-indent: -9999px;
}

#side_res .list {
  margin-bottom: 10px;
}

#side_res .list li {
  list-style: none;
  background: url(../images/common/left/arrow.png) 0 5px no-repeat;
  padding: 0 5px 5px 18px;
}

#side_res .list span {
  font-size: 10px;
}

#side_res .list .category-title a {
  text-indent: -9999px;
  display: block;
  height: 42px;
  margin: 10px 0;
}

#side_res .list .category-title.title01 a {
  background: url(../images/skin/original_pri.gif) no-repeat left;
}

#side_res .list .category-title.title02 a {
  background: url(../images/skin/dm.gif) no-repeat left;
}

#side_res .list .category-title.title03 a {
  background: url(../images/skin/original_round.gif) no-repeat left;
}

#side_res .list .category-title.title04 a {
  background: url(../images/skin/original_bamboo.gif) no-repeat left;
}

#side_res .list .category-title.title05 a {
  background: url(../images/skin/naire.gif) no-repeat left;
}

#side_res .list .category-title.title06 a {
  background: url(../images/skin/sensu.gif) no-repeat left;
}

#side_res .list .category-title.title07 a {
  background: url(../images/skin/koseiha.gif) no-repeat left;
}

#side_res .list .category-title.title08 a {
  background: url(../images/skin/eco.gif) no-repeat left;
}

#side_res .list .category-title.title09 a {
  background: url(../images/skin/katekin.gif) no-repeat left;
}

#side_res .list .category-title.title10 a {
  background: url(../images/skin/made.gif) no-repeat left;
}

#side_res .list .category-title.title11 a {
  background: url(../images/skin/pp.gif) no-repeat left;
}

#side_res .list .category-title.title12 a {
  background: url(../images/skin/original_bamboo2.gif) no-repeat left;
}

#side_res .use-btn a {
  background: url(../images/common/left/use_btn.jpg) no-repeat scroll 0 0 transparent;
  height: 90px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#side_res .knowledge-btn a {
  background: url(../images/common/left/knowledge_btn.jpg) no-repeat scroll 0 0 transparent;
  height: 90px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#side_res .dataguide-btn a {
  background: url(../images/common/left/dataguide_btn.jpg) no-repeat scroll;
  height: 90px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#side_res .sample2011-btn a {
  background: url(../images/common/left/sample2011_banner.jpg) no-repeat;
  height: 157px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#side_res .maruuchiwa-btn a {
  background: url(../images/common/left/maruuchiwa01.jpg) no-repeat;
  height: 175px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 10px;
}

@media screen and (max-width: 908px) {
  #side_res {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #side_res {
    display: none;
  }
}

#footer {
  max-width: 868px;
  margin: 0 auto;
  height: 65px;
  padding: 40px 20px 0 20px;
  clear: both;
  *zoom: 1;
}

#footer:after {
  content: "";
  display: table;
  clear: both;
}

#footer .footer-link {
  float: left;
}

#footer .copy {
  float: right;
  font-size: 10px;
}

@media screen and (max-width: 908px) {
  #footer {
    max-width: 767px;
    padding: 15px;
    height: auto;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  #footer .footer-link {
    float: left;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 908px) {
  .cate_ban_01 .w_half_box_02 {
    width: 49%;
  }
}

@media screen and (max-width: 908px) {
  .cate_ban_01 .w_half_box_02 {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .cate_ban_01 .w_half_box_02 {
    width: 47%;
  }
}

@media screen and (min-width: 908px) {
  .cate_ban_01 .w_half_box_02 img {
    width: 100%;
  }
}

@media screen and (max-width: 908px) {
  .cate_ban_01 .w_half_box_02 img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cate_ban_01 .w_half_box_02 img {
    width: 100%;
  }
}

@media screen and (min-width: 908px) {
  .cate_ban_01 .w_half_box_03 {
    width: 32%;
  }
}

@media screen and (max-width: 908px) {
  .cate_ban_01 .w_half_box_03 {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .cate_ban_01 .w_half_box_03 {
    width: 30%;
  }
}

@media screen and (min-width: 908px) {
  .cate_ban_01 .w_half_box_03 img {
    width: 99%;
  }
}

@media screen and (max-width: 908px) {
  .cate_ban_01 .w_half_box_03 img {
    width: 99%;
  }
}

@media screen and (max-width: 767px) {
  .cate_ban_01 .w_half_box_03 img {
    width: 100%;
  }
}

@media screen and (min-width: 908px) {
  .cate_ban_01 .w_half_box_04_01 {
    width: 33.3%;
  }
}

@media screen and (max-width: 908px) {
  .cate_ban_01 .w_half_box_04_01 {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .cate_ban_01 .w_half_box_04_01 {
    width: 33%;
  }
}

@media screen and (min-width: 908px) {
  .cate_ban_01 .w_half_box_04_01 img {
    width: 99%;
  }
}

@media screen and (max-width: 908px) {
  .cate_ban_01 .w_half_box_04_01 img {
    width: 99%;
  }
}

@media screen and (max-width: 767px) {
  .cate_ban_01 .w_half_box_04_01 img {
    width: 100%;
  }
}

#contents_res #uchiwa_up_text {
  font-size: 1.3em;
  width: 260px;
  float: left;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  line-height: 1.2em;
}

#contents_res #uchiwa_up_img {
  width: 284px;
  height: 241px;
  float: left;
}

.pR1p {
  padding-right: 1%;
}

.pl1p {
  padding-left: 1%;
}

.w_contents .brandpanel {
  margin: 2% 0 1%;
}

.w_contents .brandpanel .index_main {
  width: 59%;
  display: block;
  float: left;
}

.w_contents .brandpanel .index_main img {
  width: 100%;
}

.w_contents .brandpanel .index_sub {
  width: 39%;
  display: block;
  float: right;
}

.w_contents .brandpanel .index_sub img {
  width: 100%;
}

.w_contents .index_cal_use {
  width: 50%;
  display: block;
  float: left;
  margin-bottom: 3%;
}

.w_contents .index_cal_use .use_img img {
  width: 100%;
  margin-bottom: 2%;
}

.w_contents .index_cal_use ul li {
  width: 50%;
  display: block;
  float: left;
}

.w_contents .index_cal_use ul li img {
  width: 100%;
}

.w_contents .index_cal_use .use_arrow li {
  text-align: center;
  margin-bottom: 2%;
}

.w_contents .index_cal_use .use_arrow li img {
  width: unset;
}

.w_contents .index_cal_option {
  margin-bottom: 3%;
  width: 100%;
  display: inline-block;
}

.w_contents .index_cal_option ul li {
  width: 50%;
  float: left;
}

.w_contents .index_cal_option ul li img {
  width: 100%;
}

.w_contents .index_ranking {
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  margin-bottom: 3%;
}

.w_contents .index_ranking .ttl_red {
  background: #ea6093;
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin: 1%;
  max-height: 70px;
  line-height: 1.3em;
}

.w_contents .index_ranking .ttl_blue {
  background: #009ee0;
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin: 1%;
  max-height: 70px;
  line-height: 1.3em;
}

.w_contents .index_ranking .rank_item {
  width: 50%;
  float: left;
  padding: 1%;
}

.w_contents .index_ranking .rank_item li {
  padding: 5px;
  width: 33.3333%;
  float: left;
  position: relative;
}

.w_contents .index_ranking .rank_item li img {
  width: 100%;
  border: 1px solid #ccc;
}

.w_contents .index_ranking .rank_item li .rank_No {
  padding: 5px 0 7px;
  line-height: 0.75em;
  font-size: 20px;
  color: #a80000;
  border-radius: 50px;
  top: -5px;
}

.w_contents .index_ranking .rank_item li .rank_No b {
  font-size: 25px;
}

.w_contents .index_ranking .rank_item li span {
  font-size: 1em;
  padding: 3% 0 0;
  display: block;
  line-height: 1.5em;
}

.w_contents .index_ranking .rank_item li a {
  text-decoration: none;
  color: unset;
}

.w_contents .index_ranking .rank_item li a:hover {
  text-decoration: underline;
}

.w_contents .link_hanako {
  text-align: center;
  color: #cc0001;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5%;
}

@media screen and (max-width: 767px) {
  .w_contents .brandpanel {
    margin: 2% 0 5%;
  }
  .w_contents .brandpanel .index_main, .w_contents .brandpanel .index_sub {
    width: 100%;
    display: inline-block;
  }
  .w_contents .brandpanel .index_main img, .w_contents .brandpanel .index_sub img {
    width: 100%;
  }
  .w_contents .index_cal_use {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
  .w_contents .index_cal_option ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 2%;
  }
  .w_contents .index_ranking .ttl_red, .w_contents .index_ranking .ttl_blue {
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.1em;
  }
  .w_contents .index_ranking .rank_item {
    width: 50%;
    float: left;
  }
  .w_contents .index_ranking .rank_item li {
    padding: 5px;
    width: 100%;
    float: left;
  }
  .w_contents .index_ranking .rank_item li img {
    width: 100%;
  }
  .w_contents .link_hanako {
    font-size: 1em;
    padding: 1%;
  }
}

.new_itemlist h2 {
  margin: 10px 0 5px 3px;
  font-size: 1.5em;
  border-left: 8px solid #f39800;
  padding: 0px 0 5px 7px;
  display: inline-block;
}

.new_itemlist ul {
  display: inline-block;
  width: 100%;
}

.new_itemlist ul li {
  margin-bottom: 1%;
  padding: 3px;
  width: 25%;
  float: left;
}

.new_itemlist ul li a {
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
}

.new_itemlist ul li img {
  width: 100%;
  height: auto;
}

.new_itemlist ul li .item_info {
  display: block;
  width: 100%;
  bottom: 0;
  padding: 7px 7px 3px;
  background: #f8f8f8;
  overflow: hidden;
}

.new_itemlist ul li .item_info .item_name {
  color: black;
  font-size: 15px;
  line-height: 1.4em;
  min-height: 50px;
  max-height: 20px;
  border-bottom: 1px dotted #cccccc;
  overflow: hidden;
}

.new_itemlist ul li .item_info .price {
  padding: 8px 0 3px;
  display: block;
}

.new_itemlist ul li .item_info .price .lot {
  color: black;
  line-height: 1em;
}

.new_itemlist ul li .item_info .price .unit_price {
  color: #e50000;
  float: right;
  font-size: 1.3em;
}

.new_itemlist ul li .item_info .price .unit_price b {
  font-size: 1.5em;
}

.new_itemlist .topback_list {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #8b8b8b;
  margin-bottom: 20px;
  padding: 0 5px 5px;
  text-align: right;
}

.new_itemlist .topback_list a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .new_itemlist ul li {
    margin-bottom: 2%;
    padding: 5px;
    width: 50%;
  }
  .new_itemlist ul li .item_info {
    bottom: 0;
    padding: 7px 7px 3px;
  }
  .new_itemlist ul li .item_info .item_name {
    color: black;
    font-size: 12px;
    line-height: 1.4em;
    min-height: 35px;
    max-height: 20px;
  }
  .new_itemlist ul li .item_info .price {
    padding: 8px 0 3px;
  }
  .new_itemlist ul li .item_info .price .lot {
    color: black;
  }
  .new_itemlist ul li .item_info .price .unit_price b {
    font-size: 1.2em;
  }
}

.new_item_box #item_template_dl {
  margin: 15px 0;
}

.new_item_box #item_template_dl p {
  margin: 5px 0 10px;
  position: relative;
}

.new_item_box #item_template_dl p :hover {
  opacity: 0.7;
}

.new_item_box hr {
  border: none;
  margin: 0;
}

.new_item_box .section-detail {
  line-height: 165%;
  overflow: hidden;
  *zoom: 1;
}

.new_item_box .section-detail .pic-center {
  margin-top: 30px;
  text-align: center;
}

.new_item_box > .detail_tbl .detail_tbl {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  table-layout: fixed;
  border-collapse: collapse;
}

.new_item_box > .detail_tbl .detail_tbl th, .new_item_box > .detail_tbl .detail_tbl td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  line-height: 1.5em;
  padding: 5px 10px;
  word-break: break-all;
  word-wrap: break-word;
  table-layout: fixed;
}

.new_item_box > .detail_tbl .detail_tbl th {
  background: #f3f3f3;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .new_item_box #item_template_dl {
    margin: 20px 0 20px;
  }
  .new_item_box #item_template_dl p {
    margin: 0 0 2%;
  }
}

@media screen and (min-width: 768px) {
  .new_item_box > .detail_tbl {
    margin:15px 0;
  }
  .new_item_box > .detail_tbl .detail_tbl th {
    width: 84px;
  }
  .new_item_box > .detail_tbl .detail_tbl td {
    width: 219px;
  }
}

@media screen and (max-width: 767px) {
  .new_item_box > .detail_tbl {
    margin:10px 0;
  }
  .new_item_box > .detail_tbl .detail_tbl th, .new_item_box > .detail_tbl .detail_tbl td {
    display: block;
    width: 100%;
  }
  .new_item_box.item-exp-dl .section-detail div {
    float: none !important;
    margin: 0 0 10px !important;
    text-align: center;
  }
}

#contents .hearing_sheet img {
  width: auto;
}

#contents .hearing_sheet p {
  font-size: 14px;
  line-height: 24px;
}

#contents .hearing_sheet a {
  font-size: 14px;
}

#contents .hearing_sheet a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: .6;
}

#contents .hearing_sheet h3 {
  clear: both;
  border: 1px solid #aaa;
  padding: 7px 10px;
  font-weight: bold;
  margin: 20px auto 15px;
  font-size: 15px;
  background: #eee;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff, #eee);
}

#contents .hearing_sheet .outline {
  margin: 0 auto;
  padding: 0 1% 1%;
  *zoom: 1;
}

#contents .hearing_sheet .outline:after {
  content: "";
  display: table;
  clear: both;
}

#contents .hearing_sheet .outline .m-t10 {
  margin-top: 10px;
}

#contents .hearing_sheet .outline .red_14 {
  color: red;
  font-size: 14px;
}

#contents .hearing_sheet .outline .red_b {
  color: red;
  font-weight: bold;
}

#contents .hearing_sheet .outline .topImg {
  max-width: 612px;
}

#contents .hearing_sheet .outline .box-gray {
  margin-top: 20px;
  border: 1px solid #aaa;
  padding: 2px;
}

#contents .hearing_sheet .outline .box-gray h3 {
  background-color: #eee;
  padding: 10px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

#contents .hearing_sheet .outline .box-gray p {
  margin: 0 10px 10px;
}

#contents .hearing_sheet .outline a {
  margin-top: 10px;
  display: block;
  color: #fc4d2e;
  text-decoration: underline;
}

#contents .hearing_sheet .outline a:hover {
  text-decoration: none;
  opacity: 1;
}

#contents .hearing_sheet .outline .left, #contents .hearing_sheet .outline .right {
  width: 50%;
}

#contents .hearing_sheet .outline .left {
  float: left;
  padding-right: 10px;
}

#contents .hearing_sheet .outline .right {
  float: right;
}

#contents .hearing_sheet .outline .ex_temp_dl a {
  background: #7bbf20;
  text-align: center;
  padding: 1%;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  border-radius: 10px;
  width: 600px;
  -webkit-box-shadow: 0px 2px #385c08;
          box-shadow: 0px 2px #385c08;
}

#contents .hearing_sheet .outline .ex_temp_dl :hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  #contents .hearing_sheet img {
    width: 100%;
  }
  #contents .hearing_sheet p, #contents .hearing_sheet a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #contents .hearing_sheet .outline .left, #contents .hearing_sheet .outline .right {
    width: auto;
  }
  #contents .hearing_sheet .outline .left {
    float: none;
    padding-right: 0;
  }
  #contents .hearing_sheet .outline .right {
    float: none;
    text-align: center;
  }
  #contents .hearing_sheet .outline .right img {
    max-width: 350px;
  }
  #contents .hearing_sheet .outline .ex_temp_dl a {
    padding: 2% 1%;
    font-size: 1em;
    width: 100%;
    -webkit-box-shadow: 0px 2px #385c08;
            box-shadow: 0px 2px #385c08;
  }
}

.block_calendar {
  border: 1px solid #ccc;
  padding: 10px 19px;
  display: inline-block;
}

.block_calendar ul .calendar_info {
  width: 25%;
  padding: 10px;
  float: left;
}

.block_calendar ul .calendar_info .eigyou_calendar {
  background: #16aae3;
  padding: 5px;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.block_calendar ul .calendar_info .center {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.block_calendar ul .calendar_info .center_time {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 0;
}

.block_calendar ul .calendar_info .calendar_attention {
  font-size: 0.89em;
}

.block_calendar ul .calendar_info .calendar_attention .red {
  color: #ffb8ad;
}

.block_calendar ul .calendar_info .calendar_attention .blue {
  color: #79beff;
}

.block_calendar ul .calendar_img {
  width: 25%;
  float: left;
  padding: 10px;
}

.block_calendar ul .calendar_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .block_calendar {
    border: 1px solid #ccc;
    padding: 10px 5px;
    display: inline-block;
  }
  .block_calendar ul .calendar_info {
    width: 100%;
    padding: 5px;
    float: left;
  }
  .block_calendar ul .calendar_info .eigyou_calendar {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 5px;
  }
  .block_calendar ul .calendar_info .center {
    font-size: 1.2em;
    text-align: center;
  }
  .block_calendar ul .calendar_info .center_time {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 10px;
  }
  .block_calendar ul .calendar_info .calendar_attention {
    font-size: 0.9em;
  }
  .block_calendar ul .calendar_img {
    width: 33.3333%;
    padding: 3px;
  }
  .block_calendar ul .calendar_img img {
    width: 100%;
  }
}

.top_hanakolink {
  margin-bottom: 2%;
}

.top_hanakolink img {
  width: 100%;
}

.index_sub h3 {
  padding: 5px 10px 5px 35px;
  font-size: 1.2em;
  font-weight: bold;
  color: #6c6c6c;
  max-height: 70px;
  line-height: 1.3em;
  border-bottom: 3px solid #16aae3;
  background: url(/img/common/ranking_h.png) 2px no-repeat;
  background-size: 24px;
}

.index_sub .rank_item {
  float: left;
  margin-bottom: 30px;
}

.index_sub .rank_item li {
  padding: 5px;
  width: 33.3333%;
  float: left;
  position: relative;
}

.index_sub .rank_item li img {
  width: 100%;
}

.index_sub .rank_item li .rank_No {
  padding: 5px 0 7px;
  line-height: 0.75em;
  font-size: 15px;
  border-radius: 50px;
  top: -5px;
}

.index_sub .rank_item li .rank_No b {
  font-size: 20px;
}

.index_sub .rank_item li span {
  font-size: 11px;
  padding: 3%;
  display: block;
  line-height: 15px;
}

.index_sub .rank_item li a {
  text-decoration: none;
  color: unset;
}

.index_sub .rank_item li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .index_sub h3 {
    padding: 5px 10px 5px 50px;
    font-size: 23px;
    font-weight: bold;
    color: #6c6c6c;
    max-height: 70px;
    line-height: 42px;
    border-bottom: 2px solid #16aae3;
    background-size: 39px;
  }
}

.index_itemlist {
  width: 100%;
  display: inline-block;
}
.index_itemlist .list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #16aae3;
}
.index_itemlist .list_title h3 {
  font-size: 24px;
}
.index_itemlist .list_title .button__list {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: solid 1px #bbb;
  border-radius: 20px;
  padding: 5px 30px 5px 20px;
}
.index_itemlist .list_title .button__list::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #16aae3;
  border-right: 2px solid #16aae3;
  transform: rotate(45deg);
}
.index_itemlist .list_title .button__list:hover {
  opacity: 0.8;
}
.index_itemlist .list_title p {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  padding: 0 15px;
  font-size: 16px;
}
.index_itemlist ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.index_itemlist ul>li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.index_itemlist ul>li a:hover {
  opacity: 0.7;
}
.index_itemlist ul>li a:hover .item_name {
  text-decoration: none;
}
.index_itemlist ul>li img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.index_itemlist ul>li img:hover {
  opacity: 1;
}
.index_itemlist ul>li .item_info {
  padding-top: 10px;
  overflow: hidden;
}
.index_itemlist ul>li .item_info .item_name {
  font-size: 13px;
  line-height: 17px;
  min-height: 32px;
  max-height: 20px;
  overflow: hidden;
  text-decoration: underline;
  margin-bottom: 10px;
}
.index_itemlist ul>li .item_info .lot {
  color: #8d8d8d;
  line-height: 1em;
}
.index_itemlist ul>li .item_info .price {
  padding: 3px 0;
  display: block;
  height: 48px;
}
.index_itemlist ul>li .item_info .price .total_price {
  color: #e50000;
  font-size: 15px;
  font-weight: bold;
}
.index_itemlist ul>li .item_info .price .total_price b {
  font-size: 1.5em;
}
.index_itemlist ul>li .item_info .price .unit_price {
  display: block;
  font-size: 12px;
}
.index_itemlist ul>li .item_info .price .unit_price:after {
  content: '(税込)';
  padding-left:5px;
}

@media screen and (min-width: 768px) {
  .index_itemlist ul>li {
    width: calc((100% - 7.5%) / 6);
  }
  .index_itemlist ul>li:not(:nth-child(6n+1)) {
    margin-left: 1.49%;
  }
  .index_itemlist ul>li:nth-child(n+7) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index_itemlist .list_title {
    flex-direction: column;
  }
  .index_itemlist .list_title h3 {
    font-size: 26px;
  }
  .index_itemlist .list_title .button__list {
    margin:10px 0 5px;
    font-size:14px;
  }
  .index_itemlist .list_title p {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    padding: 10px 10px 5px;
    font-size: 13px;
  }
  .index_itemlist ul>li {
    width: calc((100% - 20px) / 2);
  }
  .index_itemlist ul>li:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .index_itemlist ul>li:nth-child(n+3) {
    margin-top: 20px;
  }
  .index_itemlist ul>li .item_info .item_name {
    font-size: 12px;
    line-height: 16px;
  }
  .index_itemlist ul>li .item_info .lot {
    line-height: 11px;
  }
  .index_itemlist ul>li .item_info .price {
    padding: 2px 0;
    line-height: 15px;
  }
  .index_itemlist ul>li .item_info .price .total_price {
    font-size: 14px;
  }
  .index_itemlist ul>li .item_info .price .unit_price {
    font-size: 11px;
  }
}


/*# sourceMappingURL=common.css.map */