@charset "utf-8";

/* 木工ランド */

/*----------------------------------------------------------------------
// Layout Setting
----------------------------------------------------------------------*/
body {
  background: #fff url(/images/shared/bg_wrapper.png) repeat-x;
}

div#seasons {
 /*width: 100%;*/
 /*width: 1380px;*/
 width: 1260px;
 /*background: #FFFFFF url(../images/shared/bg_seasons.jpg) 50% 150px no-repeat;*/
 /*background: #fff url(/images/shared/bg_wrapper.png) repeat-x;*/
 background-color: #fff;
 margin:auto;
}

div#wrapper {
 width: 100%;
 /*background: url(../images/shared/bg_wrapper.png) repeat-x;*/
}

div#top {
 /*width: 990px;*/
 width: 100%;
 height: 1%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 /*background-color: #fff;*/
 /*background: url(../images/shared/bg_top.png) no-repeat;*/
 overflow: hidden;
 position: relative;
}

div#header {
 padding-top: 5px;
 padding-right: 30px;
 padding-bottom: 5px;
 padding-left: 30px;
 position: relative;
}

div#header p {
 padding-bottom: 5px;
 line-height: 1.3;
 font-size: 85%;
}

ul.focusList {
 list-style: none;
}

ul.focusList li {
 float: left;
 list-style: none;
 margin-left: 0;
 padding-left: 1px;
}

div#header p.phoneGuide {
 float: right;
}
div#header p.phoneGuide2 {
 float: right;
}

div#header h1 {
  padding-top: 13px;
}

div#header dl {
 float: left;
}

div#header dl dt {
 float: left;
 padding-right: 5px;
 line-height: 0;
}

div#header dl dd {
 float: left;
 line-height: 0;
}

div#nav ul {
  clear: both;
  width: 1200px;
  height: 1%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 5px;
  list-style: none;
  overflow: hidden;
}

div#nav ul li {
  float: left;
  /*width: 150px;*/
  /*width: 240px;*/
  width: 200px;
  margin-left: 0;
  line-height: 0;
  list-style: none;
  font-size: 1.4rem;
}

div#nav ul li a {
  display: block;
  width: 100%;
  color: #ffffff;
  background: url(../images/shared/bg_boxblock.jpg);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 45px;
}

div#nav ul li a:hover {
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255, 219, 114, .9);
}


div#articleSide {
 float: left;
 width: 210px;
 /* height: 1%; */
 padding-bottom: 30px;
 padding-left: 30px;
 /* overflow: hidden; */
position: relative;
box-sizing: border-box;
}

div#articleMain {
 float: left;
 /*width: 540px;*/
/* min-width: 540px;
 width: -webkit-calc(100% - 420px);
 width: calc(100% - 420px);*/
 /*width: 960px;*/
 width: 840px;
 box-sizing: border-box;
 /* height: 1%; */
 padding-right: 15px;
 padding-bottom: 30px;
 padding-left: 15px;
 /* overflow: hidden; */
}

div#articleMainCustom {
  float: left;
  /*width: 735px;*/
  width: 1005px;
  padding: 0 0 0 30px;
}

div.section {
 clear: both;
 height: 1%;
 padding-bottom: 17px;
 /* margin-bottom: 30px;
 padding-bottom: 17px;
 background: url(../images/shared/bg_section.gif) 0 100% repeat-x; */
 overflow: hidden;
}

div#aside {
 float: right;
 width: 210px;
 padding-right: 30px;
 padding-bottom: 30px;
 box-sizing: border-box;
}

ul.bannerList {
 height: 1%;
 padding-bottom: 10px;
 list-style: none;
 overflow: hidden;
}

ul.bannerList li {
 margin-left: 0;
 padding-bottom: 5px;
 line-height: 0;
 list-style: none;
 position: relative;
}

/*--- 2013/01/16 add ---*/
ul.bannerList li.title {
  margin-left: 0;
  padding-bottom: 5px;
  line-height: 0;
  list-style: none;
  padding: 5px;
  font-size: 105%;
  line-height: 1.3;
  color: #fff;
  text-shadow: -1px -1px 1px #000;
  background: url(../images/shared/bg_groupbox.gif) repeat-x;
  padding: 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #d8d8d8;
}
ul.bannerList li.title a,
ul.bannerList li.title a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
}
ul.bannerList li.title a:hover {
  color: #ffff00;
  text-decoration: underline;
}
/*--- 2013/01/16 add ---*/

.section ul.bannerList li {
 width: 265px;
 padding-bottom: 5px;
}

.section ul.bannerList li.halfBnrRight {
 float: right;
 padding-left: 5px;
}

.section ul.bannerList li.halfBnrLeft {
 float: left;
 padding-right: 5px;
}

dl.groupBox dd ul.bannerList {
 padding-bottom: 0;
}

dl.groupBox dd ul.bannerList li {
 padding-bottom: 0;
}

dl.groupBox dd p.moreLink {
 padding-bottom: 0;
}

div.boxBlock {
 margin-bottom: 15px;
 padding: 10px;
 color: #FFFFFF;
 background: url(../images/shared/bg_boxblock.jpg) repeat-y;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

div.boxBlock dl dt.boxTitle {
 margin-bottom: 10px;
 padding-bottom: 5px;
 font-size: 125%;
 line-height: 1.3;
 text-shadow: -1px -1px 1px #000000;
 background: url(../images/shared/bg_boxtitle.gif) 0 100% repeat-x;
}

#loginBox {
 margin-bottom: 2px;
}

#loginBox ul.linkList {
 padding-bottom: 0.5em;
}

fieldset.loginGroup {
 padding-bottom: 10px;
 font-size: 85%;
 line-height: 1.3;
}

fieldset.loginGroup input {
 width: 154px;
 padding: 2px;
 color: #FFFFFF;
 background: url(../images/shared/bg_input_dark.png);
 border-top: 1px solid #000000;
 border-right: 1px solid #9A6637;
 border-bottom: 1px solid #9A6637;
 border-left: 1px solid #000000;
}

#userName {
 padding-bottom: 0.5em;
 font-size: 85%;
 line-height: 1.3;
}

#userName span {
 display: block;
 text-align: right;
}

#userName em {
 font-style: normal;
 font-size: 125%;
 color: #FF0000;
}

#userPoint {
 margin-bottom: 1.65em;
 padding-top: 3px;
 padding-bottom: 3px;
 font-size: 70%;
 line-height: 1.3;
 text-align: right;
 border-top: 1px dashed #F0F0F0;
 border-bottom: 1px dashed #F0F0F0;
}

#userPoint em {
 font-style: normal;
 font-size: 200%;
 font-weight: bold;
 color: #FF0000;
}

div#cartStatus {
 margin-bottom: 10px;
 padding: 10px;
 padding-bottom: 0;
 color: #FFFFFF;
 background: url(../images/shared/bg_cart_status.jpg) repeat-y;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border: 1px solid #D8D8D8;
}

div#cartStatus dl dt {
 font-size: 85%;
 font-weight: bold;
 border-bottom: 1px solid #CCCCCC;
}

div#cartStatus dl dd {
 padding-bottom: 10px;
 text-align: right;
}

div#cartStatus dl dd em {
 padding-right: 3px;
 font-style: normal;
 font-weight: bold;
 font-size: 135%;
 color: #CC0000;
}

div#cartStatus dl dd em.price {
 padding-top: 0.5em;
 padding-right: 0;
}

div#cartStatus dl dd span {
 display: block;
 padding-left: 1.0em;
 text-align: left;
 line-height: 1.3;
 color: #999999;
 font-size: 80%;
 text-indent: -1.0em;
}

input#cartRegi
{
 clear: both;
 width: 86px;
 height: 36px;
 cursor: pointer;
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: 0 0;
 border: 0;
}

input#cartRegi
{
 background-image: url(../images/shared/bg_cart_regi.png);
}

input#cartRegi:hover
{
 background-position: 0 -36px;
}

div#cartStatus p {
 padding-bottom: 10px;
 text-align: center;
}

dl.groupBox {
 margin-bottom: 15px;
 padding: 4px;
 background: #F0F0F0;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border: 1px solid #D8D8D8;
}

dl.groupBox dt {
 padding: 5px;
 font-size: 105%;
 line-height: 1.3;
 color: #FFFFFF;
 text-shadow: -1px -1px 1px #000000;
 background: url(../images/shared/bg_groupbox.gif) repeat-x;
}

dl.groupBox dd {
 padding-top: 10px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 background: #FFFFFF;
}

.section dl.groupBox p {
 padding-bottom: 0;
}

dl.shortSpace {
 margin-bottom: 5px;
}


div#pageTop {
 clear: both;
 display: none;
 position: fixed;
}

div#pageTop p {
/* width: 930px;*/
 z-index: -9999;
 height: 63px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 17px;
 padding-right: 30px;
 padding-left: 30px;
 line-height: 0;
 text-align: right;
}

div#footerWrap {
 /*width: 1200px;*/
 margin-right: auto;
 /*margin-bottom: 30px;*/
 margin-left: auto;
 padding-bottom: 15px;
 color: #FFFFFF;
 text-align: left;
 background-color: #000;
 /*background: url(../images/shared/bg_footerwrap.png) 0 100% no-repeat;*/
}

div#footer {
 width: 1200px;
 margin-right: auto;
 margin-left: auto;
 padding-right: 15px;
 padding-left: 15px;
 /*background: url(../images/shared/bg_footer.png) repeat-y;*/
}

div#footerNav {
 height: 1%;
 padding-top: 45px;
 padding-right: 15px;
 padding-left: 15px;
 /*background: #000000 url(../images/shared/bg_footernav.gif) repeat-x;*/
 overflow: hidden;
}

div#sign {
 clear: both;
 padding: 15px;
 text-align: right;
 background-color: #000;
}

ul.socialLinks {
 float: right;
 list-style: none;
}

ul.socialLinks li {
 float: left;
 margin-left: 0;
 padding-left: 15px;
 list-style: none;
}

div#sign p,
div#sign dl {
 clear: both;
}

div#sign dl dt {
 font-weight: bold;
 line-height: 1.3;
 font-size: 125%;
}

div#sign dl dd {
 font-size: 85%;
}

#copyright {
 padding-top: 1.65em;
 font-size: 85%;
 text-align: center;
}

.twtr-hd,
.twtr-ft {
 display: none;
}

#twtr-widget-1,
#twtr-widget-1 .twtr-doc,
#twtr-widget-1 .twtr-doc .twtr-bd,
#twtr-widget-1 .twtr-doc .twtr-bd .twtr-timeline {
 padding: 0;
 background: #FFFFFF;
 border: none;
 border-radius: 0;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
}

#makeMeScrollable div.scrollableArea *
{
 position: relative;
 display: block;
 float: left;
 padding: 0;
 margin: 0;
}


/*トップリニュール（2017.11）*/
.new-banner-box {
  width: 100%;
  height: 45px;
  padding: 0 30px 15px 30px;
}

.new-banner-ul {
  clear: both;
  list-style-type: none;
}
.new-banner-ul li {
  position: relative;
  float: left;
  /*width: 180px;*/
  margin: 0 0 0 5px;
}

.new-banner-ul li:first-child {
  width: 376px;
  margin: 0;
}

.new-banner-icon:before {
  content: url(../images/shared/icon_new/big.gif);
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
}

.ac-menu {
  position: relative;
  padding-right: 1.5em;
  cursor: pointer;
}
.ac-menu:after {
  content: url(../images/shared/ac_icon_open.jpg);
  position: absolute;
  top: 0;
  right: 0;
}

.ac-menu-active:after {
  content: url(../images/shared/ac_icon_close.jpg);
}

.ac-menu-child {
  display:none;
}
.ac-menu-child li {
  margin: 5px 0 0 0;
}

#loginBox ul {
  margin: 25px 0 0 0;
}
/*トップリニュール（2017.11）end*/


/*ご利用ガイド改修（2018.02.05）*/
.index-list-box {
  margin: 1.65rem 0 32px 0;
}

.index-list {
  padding: 10px;
  background: #F0F0F0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #D8D8D8;
}

.index-list li {
  position: relative;
  margin-bottom: .3em;
  margin-left: 0;
  padding-bottom: .2em;
  padding-left: 17px;
  border-bottom: 1px #D8D8D8 solid;
  list-style-type: none;
}

.index-list li:before {
  position: absolute;
  content: "●";
  margin-left: -15px;
  color: #336633;
}
/*ご利用ガイド改修（2018.02.05） end*/