/* ************************************************ 
 *共通設定
 * ************************************************ */
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, img, form {
margin:0; padding:0; border:none;
font-style:normal; font-weight:normal;
font-size:100%; text-align:left;
list-style-type: none }

hr { display:none }
br { letter-spacing:0 }
p { margin:0 0 10px 0 }
table { font-size:inherit; font:100% }
textarea { font-size:100% }

body { margin:0; 
padding:0; 
text-align:center; 
color:#000;
font-size: 13px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      
}

/* メイン部分リンク設定 */
a {
outline:none;
}

a:link    { color: #333; text-decoration: underline }
a:visited { color: #333; text-decoration: underline }
a:hover   { color: #999999; text-decoration: none }
a:active  { color: #999999; text-decoration: none }

#main .footstamp a:link    { color: #333; text-decoration: underline }
#main .footstamp a:visited { color: #333; text-decoration: underline }
#main .footstamp a:hover   { color: #999999; text-decoration: none }
#main .footstamp a:active  { color: #999999; text-decoration: none }

a.anime {
transition: 0.3s ease-in-out;
}
a.anime:hover {
    opacity: 0.8;
}
a.anime2 {
transition: 0.3s ease-in-out;
}

a.anime2:hover {
    opacity: 0.6;
}
/**サイドボタン***/
.side_button {
opacity: 0;
 position: fixed;
bottom: 10px;
right: 15px;
width: 270px;
z-index: 200;
transition: 0.5s ease-in-out;
}
.side_button.fixed {
opacity: 1;
display: block;
}
.side_sns {
background: #fff;
box-shadow:-4px 0px 16px -10px #020202;
width: 100%;
padding: 10px;
box-sizing: border-box;
}
.side_cart {
box-shadow:-4px 0px 16px -10px #020202;
position:relative;
margin-bottom: 4px;
transition: 0.5s ease-in-out;
}
.side_cart #bnrClose {
position:absolute;
top: -4%;
right: -2%;
cursor: pointer;
}
.side_button.close .side_cart {
opacity: 0 !important;
}
.side_button.close {
bottom: 0px;
right: 0px;
width: 60px;
z-index: 200;
overflow: hidden;
}
.side_button .side_pagetop {
background-image: url("https://file001.shop-pro.jp/PA01128/971/ec2/img/new_top/side/page_top.png");
background-repeat: no-repeat;
background-size: cover;
background-color: hsla(0, 100%, 38%, 0.90);
cursor: pointer;
width: 100%;
height: 30px
transition: 0.5s ease-in-out;
}
.side_button.close .side_pagetop {
background-image: url("https://file001.shop-pro.jp/PA01128/971/ec2/img/new_top/side/page_top2.png");
width: 60px;
height: 55px;
}

.side_button .side_pagetop:hover {
background-color: hsla(0, 100%, 38%, 1.0);
}

/* ************************************************ 
 *ヘッダーフッターへ改修_20190327
 * ************************************************ */

/*NEW_NEW ヘッダー*/


.head_obi_tell {
	background: #fff;
	border-bottom: #CCCCCC solid 1px;
	text-align: center;
    width: 100%;
	display: none;
}

.head_obi_tell img {
width: auto;
}

.head_obi_tell_in {
width: 1145px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.f_tell {}
.head_obi_tell.is-fixed {
	position: fixed;
    top: 0;
    left: 0;
	z-index: 200;
	display: block;
}

.head_obi {
    background-color: #FBFAE2;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 200;
top: 0;
}
.head_obi img {
width: 100%;
max-width: 1030px;
}

#newhead2 {
width:100%;
max-width:1200px;
margin:0 auto 20px;
padding: 5px 0 5px 0;
  display:flex;
  justify-content:space-between;
flex-wrap: wrap;
}

#newhead2 h1 {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    line-height: 100%;
     font-size: min(1vw, 10px);
    letter-spacing: -0.05em;
}

#newhead2 h2.logo {
width:300px;
margin:10px 0 0 0;
padding:0;
      border-bottom: none;
}

#newhead2 h2.logo img {
width: 100%;
}

#newhead2 .head_lef {
	width: 420px;
	margin-top: 10px;
}

#head_contact {
    position: absolute;
top: 28px;
left: 0;
}
#head_fax {
    position: absolute;
top: 28px;
left: 305px;
}

#newhead2 .sub_nav2 {
width: 700px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}


#newhead2 .sub_nav2 p {
margin-top: 0px;
    font-size: 11px;
    font-weight: 400;
    height: 21px;
    margin-right: 20px;
}

#newhead2 .sub_nav2 p a {
color:#000;
text-decoration:none;
}

#newhead2 .sub_nav2 p.mail_bt {
	background: #0192FF;
}

#newhead2 .sub_nav2 p.mail_bt a {
color:#fff;
display: block;
padding: 0px 5px 0 3px;
}

#newhead2 .sub_nav2 p img {
vertical-align: middle;
margin-right: 5px;
}

#newhead2 .sub_nav2 .cart_button {
width: 55px;
height: 55px;
top: 25px;
right: 15px;	
position: absolute;
}

#newhead2 .sub_nav2 .cart_button a {
display:block;
font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

#newhead2 .sub_nav2 .cart_button a span {
background: #fff;
border-radius: 50%;
color: #000;
font-size: 11px;
width: 18px;
display: inline-block;
text-align: center;
}

/* ************************************************ 
 *NEWページレイアウト
 * ************************************************ */
 body {
   background:url(none) #FFFFFF; }
 
 /* クリア */

.clear {
clear:both;
}

.clearfix {
display: inline-table;
}

.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clearBox {
overflow: hidden;
}
 
/* ************************************************ 
 *NEWページ　フッター
 * ************************************************ */
 
.foot_zouzei_obi {
    background: #fcf1f1;
    text-align: center;
    border-top: 1px solid #e2d8d8;
    border-bottom: 1px solid #e2d8d8;
}
.foot_zouzei_obi img {
width: 100%;
max-width: 1030px;
}

.new_footer {
clear: both;
width: 100%;
background: #fff;overflow: hidden;
}
.new_footer .foot_payment {
padding: 30px 0;
text-align: center;
}
.new_footer_in {
background: #EEEEEE;
padding: 10px 0 0px;
}
.new_footer_in .info_button {
width: 900px;
margin: 0 auto 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
text-align: center;
}

.new_footer_in .info_button li {
font-size: 11px;
text-align: center;
color: #000;
font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.new_footer_in .info_button li span {
display: block;
}

.new_footer_in .info_button li a {
color: #000;
text-decoration: none;
transition: 0.3s ease-in-out;
}


.new_footer_in .info_button li a:hover {
opacity: 0.75;
color: #666;
}


.foot_tell {
padding: 20px 0 10px;
text-align: center;
background: #fff;
}
.foot_tell2 {
padding: 5px 0 10px 0;
text-align: center;
background:#FFF;
border-bottom: 1px solid #ddd;
}


.new_footer_in .foot_link {
width: 960px;
margin: 0 auto;
padding: 40px 0 20px;
font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
flex-flow: row wrap;
  justify-content: center;
}

.new_footer_in .foot_link li {
font-size: 12px;
margin-left:30px;
margin-bottom: 20px;
}

.new_footer_in .foot_link li:first-child {
margin-left: 0;
}
.new_footer_in .foot_link li:nth-child(8) {
margin-left: 0;
}

.new_footer_in .foot_link li a {
color: #000;
text-decoration: none;
transition: 0.3s ease-in-out;
}

.new_footer_in .foot_link li a:hover {
text-decoration: underline;
color: #666;
}

.foot_logo {
text-align: center;
padding: 20px 0;
}

.foot_logo div {
text-align: center;
margin-bottom: 20px;
}

.foot_logo p.foot_copy {
text-align: center;
}
/* ************************************************ 
 *共通のパーツ
 * ************************************************ */

.heading_title {
    text-align: center;
    font-size: 25px;
margin-bottom: 0px;
font-weight:600;
  color: #000;
    border: none;
  letter-spacing: -0.05em;
}

.heading_title_sub {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 40px;
    font-weight: 400;
  color: #2cb5f5;
}

.heading_title.news_title {
  letter-spacing: 0.05em;
}

@charset "UTF-8";



/* ************************************************ 
 *ヘッダーフッターへ改修_20190121
 * ************************************************ */

#new_main_nav {
width:100%;
margin:0 auto;
/*background: #EBEBEB;*/
background:#F1F2F2;
position: relative;
 z-index: 110;
padding:0;
/*border-top: 2px solid #E7F0F0;
border-bottom: 2px solid #E7F0F0;*/
}


#new_main_nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
padding: 0;
box-shadow: 0px 10px 35px -30px;
}
#mddNav {
width:100%;
max-width: 1200px;
margin:0 auto;
padding: 5px 0;
}
/*NEW_NEW メインナビ*/
.mainnav1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*
-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
*/
    width: 100%;
    padding: 0;
}

.mainnav1 li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
width: 109px;
}
.mainnav1 li a {
    position: relative;
display: block;
}

.mainnav1 > li > a > p {
  display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;  
    width: 100%;
    height: 50px; 
margin: 0;
padding: 0;
position: relative;
}
.mainnav1 li a span {
display: block;
}
.mainnav1 li:last-child a:after {
        left: auto;
        right: 0;
      }

.mainnav1 .link-main {
    z-index: 9;
    display: block;
    text-align: center;
    line-height: 1.4;

    font-size: 11px;
font-size: 94%;
letter-spacing: -0.5px;
    text-decoration: none;
color:#000;
}

.mainnav1 .link-main a {
color: #000;
padding: 10px 0 5px;
text-decoration: none;
font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
transition: 0.3s ease-in-out;
}

.mainnav1 .link-main a:hover {
color: #6A6565;
}

.mainnav1 .link-main a p:after {
content: "";
position: absolute;
background:#3AA7DF;
width: 0%;
height: 4px;
left: 0;
bottom: -8px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}


.mainnav1 .link-main.open a p:after {
content: "";
position: absolute;
background:#3AA7DF;
width: 100%;
height: 4px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}



.mainnav1 .link-main a img {
-webkit-transition: 0.6s ease-in-out;
-moz-transition: 0.6s ease-in-out;
-o-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}


#new_main_nav .mainnav1 .link-main a img {
width: 34px;
margin-bottom: 4px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}



.mainnav1 .link-main.open a img {
opacity: 0.7;
}


/**固定時**/

#new_main_nav.is-fixed .mainnav1 .link-main a p:after {
bottom: 0px;
}
#new_main_nav.is-fixed .mainnav1 .link-main.open a p:after {
bottom: 0px;
}

#new_main_nav .mainnav1 .link-main a img {
margin-bottom: 0px;
}

/**END固定時**/

/************************/
/* mddWrap
------------------------------------- */


#mddNav .mddWrap {
height: 0;
opacity: 0;
display: none;
}

/*
#mddNav .mddWrap {
height: 540px !important;
opacity: 1 !important;
display: block !important;
}
*/

#mddNav .mddWrap {
  position: absolute;
  top: 118px;
  left: 0;
  z-index: 100;
opacity: 1;
  /*display: none;*/
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.95);
  background:#F1F2F2;
  box-shadow: 0 2px 2px #eee;
border-top: 1px solid #D4D4D4;
}
#mddNav .mddWrap .mddInner {
  margin: 0 auto;
  padding-top: 15px;
  width: 1200px;
  height: 400px;
  line-height: 1.5em;
  text-align: left;
}
#mddNav .mddWrap .mddInner .dropContent {
  /*display: flex;*/
position: relative;
}

.dropContent .js-tab {
width: 100%;
position: relative;
}

.dropContent .js-tab li {
margin-bottom: 15px;
} 

.dropContent .js-tab li p {
width: 176px;
color: #000;
font-size: 14px;
cursor: pointer;
}

.dropContent .js-tab li p {
color: #000;
padding: 10px 15px;
text-decoration: none;
} 

.dropContent .js-tab li.active p {
background: #bfb6b6;
color: #fff;
} 

.js-tab_content {
z-index: 10;
width: 100%;
height: 100%;
}

.js-tab_content.active {
z-index: 20;
display: block;
opacity: 1;
}

.dropContent .js-tab a {
color: #000;
padding: 10px 0;
text-decoration: none;
font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.dropContent .js-tab a:hover {
background: #000;
color: #fff;
text-decoration: none;
}

.mainnav1 .link-main.open .js-tab a {
background:none;
color: #000;font-size: 13px;
text-decoration: none;
}

.mainnav1 .link-main.open .js-tab a:hover {
background:none;
color: #007FFF;
font-size: 13px;
text-decoration: none;
}

.mainnav1 li.link-main.open .js-tab a:before,
.mainnav1 li:last-child .link-main.open .js-tab a:after {
        position: inherit;
        width: 0px;
        height: 0px;
      }
  
.mainnav1 li:last-child a:after {
        left: auto;
        right: 0;
      }


/**固定時**/

#new_main_nav.is-fixed .mainnav1 .link-main {
    font-size: 85%;
}

#new_main_nav.is-fixed .mainnav1 .link-main a img {
    width: 25px;
}

#new_main_nav.is-fixed #mddNav .mddWrap {
    top: 99px;
}

#new_main_nav.is-fixed .mainnav1 #dropmenu li img {
width: 60px;
}

/**入れ子ナビ**/
/*メガメニュー*/
#dropmenu {
  list-style-type: none;
  width:100%;
  padding: 0;
margin-left: 20px;
}

#dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
margin-bottom: 15px;
}

#new_main_nav .mainnav1 .link-main #dropmenu li img {
vertical-align: middle;
margin-right: 10px;
width: 60px;
}

#dropmenu li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  color: #000;
  font-size: 13px;
  font-weight: bold;
font-size: 12px;
font-weight: 400;
  line-height: 1;
text-decoration: none;
box-sizing: border-box;
display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  box-align: center;
}

#dropmenu li a span {
  display: block;
-webkit-box-flex: 1.0;
  -moz-box-flex: 1.0;
  -o-box-flex: 1.0;
  -ms-box-flex: 1.0;
line-height: 1.4;
margin: 0;
}


/**第1階層**/
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 90%;
left: 30%;
height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
background:none;
border:none;
}

#dropmenu li.cate_nav ul.cate_child1 {
width: 540px;
} 

/**第2階層**/
#dropmenu li:hover > ul {
  overflow: visible;
  height: auto;
background:#EDEBEB;
border-radius: 2px;
 box-shadow: 1px 1px 5px gray;
padding: 10px 0;
}

#dropmenu li.cate_nav:nth-child(3) ul,#dropmenu li.cate_nav:nth-child(7) ul,#dropmenu li.cate_nav:nth-child(15)  ul,#dropmenu li.cate_nav:nth-child(19)  ul {
  top: 90%;
left: -60%;
}

#dropmenu li.cate_nav:nth-child(4) ul,#dropmenu li.cate_nav:nth-child(9) ul,#dropmenu li.cate_nav:nth-child(14) ul,#dropmenu li.cate_nav:nth-child(19)  ul {
  top: 90%;
left: -100%;
}

#dropmenu li.cate_nav:nth-child(5) ul,#dropmenu li.cate_nav:nth-child(10) ul,#dropmenu li.cate_nav:nth-child(15) ul,#dropmenu li.cate_nav:nth-child(20)  ul,#dropmenu li.cate_nav:nth-child(25)  ul {
  top: 90%;
left: -150%;
}

#dropmenu li ul li {
  overflow: hidden;
  width: 48%;
  height: 0;
float: left;
  color: #000;
  transition: .2s;
margin-bottom: 30px;
}

#dropmenu li ul li a {
  padding: 13px 15px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#dropmenu > li:hover > a {  color:#007FFF;  }
#dropmenu > li:hover li:hover > a {  color:#007FFF; }
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}

#dropmenu li ul li ul {
  top: 50% !important;
  left: 100%;
}

/**第3階層**/
#dropmenu li ul li ul.cate_child2 {
 top: 150% !important;
  left: 20% !important;
z-index: 200;
width: 250%;
padding: 0px;
}

#dropmenu li ul li:nth-child(2n) ul.cate_child2 {
 top: 150% !important;
  left: 20% !important;
z-index: 200;
width: 250%;
padding: 10px;
}

#dropmenu li ul li ul.cate_child2 li {
width: 48%;
margin-bottom: 30px !important;
}

#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

#dropmenu li ul li ul li a {  color: #000; }
#dropmenu li:hover ul li ul li:hover > a {  color:#007FFF; }

#dropmenu li a::before, #dropmenu li:last-child a::after {
    position: inherit;
    width: 0px;
    height: 0px;
}

@media all and (-ms-high-contrast: none){
 #new_main_nav .mainnav1 .link-main #dropmenu li img {
    vertical-align: middle;
    margin-right: 10px;
    width: 60px;
 float: left;
}

#dropmenu li a span {
    display: block;
    -webkit-box-flex: 1.0;
    -moz-box-flex: 1.0;
    -o-box-flex: 1.0;
    -ms-box-flex: 1.0;
    line-height: 1.4;
    margin: 0;
padding-top: 10px;
}

}


/* 最近チェックした商品 */
.checked{
padding: 30px 0 40px;
  clear: both;
}

.checked.underpage{
background: #F9F9F9;
}


.checked h2 {
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    color: #333;
    border: none;
    font-weight: 400;
    margin: 0 0 40px 0;
}
.checked ul{
max-width: 1000px;
display: flex;
margin: 0 auto;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.checked ul li{
width: 125px;
font-size: 14px;
  text-align: center;
}
.checked ul li + li {
  margin-left: 3.3%;
}

.checked ul li .img{
width: 100%;
margin-bottom: 10px;
}
.checked ul li a{
text-decoration: none;
}
.checked ul li .name_checked{
color: #0066BF;
}
.checked ul li .price_checked{
color: #000;
}



/* ************************************************ 
 *旧の共通設定
 * ************************************************ */



/* ************************************************ 
 *ページレイアウト
 * ************************************************ */

/*ユーザーの名前*/
div#userName {
clear:both;
padding:10px 0 0 0;
}

div#userName p {
font-size:11px;
height:17px;
text-align:right;
padding:0 10px 3px 0;
}

/*ページ全体の幅・レイアウトをセンタリング*/
#container { clear:both; width:860px; margin:0 auto; text-align:left }

* html #container { clear:both; width:865px; margin:0 auto; text-align:left }


/*　画面左側メニュー部分　*/
#side { width:200px; float:left; margin:0 10px 20px 0 }

.menu{ margin-bottom:20px }
.menu a { color:#777777; text-decoration:none }
.menu a:hover {color:#488829; text-decoration:underline }
.menu li  { margin:0; padding:5px 5px 5px 18px;
border-bottom:#cccccc dashed 1px;
background:url(https://img02.shop-pro.jp/PA01128/971/etc/icon1.gif) 3px 8px no-repeat  }

/*サイドメニュー*/
.menuSide{ margin-bottom:20px;
background:#62B9EB;
padding-bottom:13px; }
.menuSide a { margin:0; padding:0; }
.menuSide ul { list-style-position:outside;  width:200px;}
.menuSide ul li  { display: block; width:200px; height:63px; margin:0; padding:0px; list-style-position:outside; overflow:hidden;}

#kensaku  { padding:0 10px 30px; margin-bottom:5px; background: url(https://img02.shop-pro.jp/PA01128/971/etc/search_bg_03.jpg?20110701154439) left top no-repeat;}


#onerBox {
width:178px;
padding:10px;
margin-bottom:10px;
border:1px solid #999999;
font-size:11px;
color:#333333;
line-height:140%;
}



/*　画面右側メイン部分　*/
#main { width:650px; float:right; margin-bottom:20px; text-align:left; line-height:130% }
* html #main { width:650px; float:right; margin-bottom:20px; text-align:left; line-height:130% }
#banner { margin-bottom:10px }

#banner img { margin-bottom:8px }

#bannerSale { margin-bottom:10px }

#bannerSale img { margin-bottom:5px }

.banner_left1 { margin-right:8px }

.banner_left2 { margin-right:10px }
.banner_left22 { margin-right:10px }

.banner_left3 { margin-right:7px }

.banner_right4 { margin-right:4px }
.box_news { margin-bottom:15px }

.box_free { margin-bottom:15px }

/*　フッター　*/
#footer { clear:both; background:url(https://img02.shop-pro.jp/PA01128/971/etc/img/bg3.gif) repeat-x #f3f1ec }

#footer_in { width:860px; margin:0 auto; padding:10px; text-align:left; font-size:11px }

#footer a { color:#777777; text-decoration:none }
#footer a:hover { color:#488829; text-decoration:underline }

.copy { float:right; font-family:Verdana; font-size:10px }

/*　その他　*/
.float_l5{ float:left; margin-right:5px }
.float_l15{ float:left; margin-right:15px }
.float_r5{ float:right; margin-left:5px }
.float_r15{ float:right; margin-left:15px }
.margin_b20 { margin-bottom: 20px }
.margin_b15 { margin-bottom: 15px }
.margin_b10 { margin-bottom: 10px }
.margin_b5  { margin-bottom: 5px }

.box_center { text-align:center; margin:10px 0 }
.clear_float { clear:both }

h2 { font-size:108%; color:#488829; font-weight:bold;
 margin:30px 0 10px 0; padding-bottom:5px; border-bottom:#cccccc 1px dashed }

h3 { font-size:108%; color:#f17421; font-weight:bold; margin-bottom:10px }

h3.titleTab { margin-bottom:5px; clear:both; }

h4 { width:480px; font-size:108%; color:#488829; font-weight:bold; margin:20px auto 5px auto }

small { font-size:77%; color:#777777; font-weight:normal; margin-left:15px }

b { color:#ed5462 }

/* Text */
.text10 { font-size:77% }
.text11 { font-size:85% }
.text12 { font-size:93% }
.text13 { font-size:100% }
.text14 { font-size:108% }
.text15 { font-size:116% }
.text16 { font-size:123% }

/* ************************************************ 
 *コンテンツ共通
 * ************************************************ */

.footstamp { font-size:85%; margin-bottom:10px; background:#F3F1EC; padding:3px 5px; }

.main_title { padding:5px 5px 5px 10px; margin-bottom:15px; color:#488829;
  border-left:#488829 5px solid; font-size:93%; font-weight:bold;
  background:url(https://img02.shop-pro.jp/PA01128/971/etc/title_bg1.gif?20110304213229) right top no-repeat  }
  
.main_title_3 { padding:5px 5px 6px 30px; margin-bottom:10px; color:#488829;

  font-size:93%; font-weight:bold;
  background:url(https://img02.shop-pro.jp/PA01128/971/etc/title_bg_3.jpg?20110408115707) right top no-repeat  }
  
.borderTop {
padding-top:10px;
}

.clear {clear:both; }

/* ************************************************ 
 *TOP　おすすめ商品　レイアウト
 * ************************************************ */

.topitem  { float:left; width:295px; margin:0 20px 20px 0; _width:280px }

.topitem p { margin-bottom:5px }

.topitem img { float:left; margin:0 15px 15px 0; border:1px solid #CCCCCC; padding:2px; }

.topitem .name { font-size:100% }

.topitem .name img { vertical-align:middle; float:right }

.topitem .s_expl { font-size:93% }

.topitem .price { font-size:85% }

/* ************************************************ 
 *商品一覧　レイアウト
 * ************************************************ */

#itemlistBox {
width:605px;
margin-left:20px;
}


.itemlist { float:left; width:120px; margin:0 30px 15px 0;
text-align:center; _margin:0 25px 15px 0 }

.itemlist p { margin-bottom:5px }

.itemlist img { margin-bottom:8px;
 border:1px solid #CCCCCC; padding:2px;}

.itemlist .name { font-size:100% }

.itemlist .name img { vertical-align:middle }

.itemlist .s_expl { font-size:93% }

.itemlist .price { font-size:85% }

/* ------------------------------------- 
 *一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
 
.product_list { float:left; margin:0 0px 30px 15px; text-align:center; width:190px; }

.product_list img { margin-bottom:3px }

.product_list a { color:#488829; text-decoration:underline; font-size:13px;}

.product_list a:hover { color:#46E120;}

 
.sort { padding-bottom:5px; border-bottom:1px #dddddd solid }

.pagenavi { margin:10px 0 20px 0 }

.nodata { text-align: center; margin-top:20px }


/* ------------------------------------- 
 *一覧表示　ページネーション
 * ------------------------------------- */

div#pageNationBox {
margin:0 0 0 20px;
}

div#main .pageNa {
background:#5DCA4D url(https://img02.shop-pro.jp/PA01128/971/etc/page_ne_le.gif) no-repeat left 6px;
color:#ffffff;
text-decoration:none;
padding:1px 3px 1px 20px; }

div#main .pageNa:hover {
text-decoration: underline; }

div#main .pageNa2 {
background:#5DCA4D url(https://img02.shop-pro.jp/PA01128/971/etc/page_ne_rig.gif) no-repeat right 6px;
color:#ffffff;
text-decoration:none;
padding:1px 20px 1px 3px; }

div#main .pageNa2:hover {
text-decoration: underline; }

  
/* ************************************************ 
 *商品詳細　レイアウト
 * ************************************************ */

.item_title { font-weight:bold; font-size:110%; line-height:140%;
  padding:20px 5px; border-bottom:1px #dddddd solid;
  color:#000000; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

td.tit {
width:20%;
padding:5px;
border-right:1px solid #dddddd;
}

td.cont {
padding:5px;}


.price_detail {
 font-size:110%; line-height:120%;
}

.quantity_bt img {
margin-top:7px;
}

.quantity_bt a {
color:#0066FF;
text-decoration: none;
display:block;
float:left;
margin-right:10px;
font-size:0.9em;
}

.quantity_bt a:hover {
color:#0099FF;
text-decoration: underline;
}

.ss_big { width:354px; margin-right:14px; margin-bottom:10px; border:1px solid #CCCCCC; padding:2px; }

.ss_sub1 { width:110px; margin-right:7px; border:#dddddd solid 1px }

.ss_sub2 { width:110px; margin:0; border:#dddddd solid 1px }

#caption { font-size:100%; line-height:150%; margin-bottom:10px; clear: both;
border-top:1px solid #C0B7B8; padding-top:20px;
 }
/* デザイン枠設定 */
.cell1 {padding:2px 5px; border-bottom:1px #dddddd solid; background:#E0E0E0; color:#000000; }

.cell2 { padding:5px 5px 10px 5px; border-bottom:1px #dddddd solid; line-height:120%; color:#000000; }


.cell3 { background-color:#f6f6f6; padding:5px;border-bottom: 1px solid #dddddd }

.cell4 { background-color:#f6f6f6; border: 1px solid #dddddd;
 margin:20px 0; padding:10px; font-size:85%; line-height:120% }

.cell4 img { border: 1px solid #dddddd }

/* オプションリンク */


.option_select select {
padding:7px 5px 8px 2px;
}

.txt-optionLink li { margin:10px 0; padding-left:20px;
background:url(https://img02.shop-pro.jp/PA01128/971/etc/icon2.gif) 3px 3px no-repeat }

.product-linkList li {
margin:0;
padding:5px 0 5px 20px;
background:url(https://img02.shop-pro.jp/PA01128/971/etc/icon2.gif) no-repeat 3px 7px
}

.txt-optionLink li a {
color:#333;
 }
.product-linkList li a {
color:#333;
}

.txt-optionLink li a:hovre {
color: #666;
text-decoration:underline;
 }
.product-linkList li a:hover {color:#666666;
text-decoration:underline;
 }


/* 会員専用価格の表示 商品詳細用 */
.regular_price_detail {padding:5px 0px 0px; margin:0px; text-decoration:line-through }

.discount_rate_detail {padding:0px 0px 5px; margin:0; color:#CB627D }


#submitbt:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}


/* ------------------------------------- 
 *この商品を買った人は
 * ------------------------------------- */

#recomBox {
margin:15px 0;
}


#recomBox strong {
color:#CC9900;
}
#recomBox div {
text-align:center;
width:135px;
margin:5px;
padding:5px;
}
#recomBox div img {
padding:2px;
border:1px solid #CCCCCC;
}

#recomBox div a {
color:#0033CC;
}

#recomBox div a:hover {
color: #FF9900;
text-decoration:underline;
}




/* ------------------------------------- 
 *トラックバック
 * ------------------------------------- */

#trackback { margin:15px 0 }

#trackback .tb_main_title {
font-weight:bold; margin:30px 0px 5px;
padding-bottom:5px; border-bottom:1px #999999 dotted }

#trackback .tb_url { font-size:85%; padding:10px 0}

#trackback .tb_date { font-size:85%; padding:10px }

#trackback .tb_title { padding:85%; color:#6d2916 }

#trackback .tb_body {
line-height: 150%;
padding: 10px 10px 10px 10px;
border-top: 1px dotted #dacdb9;
border-bottom: 1px dotted #dacdb9;}

#trackback .tb_state { padding: 5px 10px }


/* ************************************************ 
 *商品オプションページ
 * ************************************************ */
#Option .option_table {
width: 564px; margin-bottom:5px;
background-color:#999999 }

#Option .option_cell1 {
font-size:85%; text-align:left;
font-weight:normal;
background-color:#eeeeee; padding:3px 5px;}

#Option .option_cell2 {
font-size:85%; text-align:left;
background-color:#FFFFFF; padding:3px 5px;}

#Option .option_cell3 {
font-size:85%; text-align:left;
background-color:#FFFFFF; padding:3px 5px;}

#botan_close  { padding:5px 10px; display:block; margin-top:10px;
background-color:#333333; border:#666666 solid 1px;
text-align:center; width:100px; margin:0px auto }

#botan_close a { color:#FFFFFF; text-decoration:none }
#botan_close a:hover { color:#FFFFFF; text-decoration:underline }

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
padding:0px;
margin:0px;
font-size:85%;
text-decoration:line-through;
color:#666666;
}

.price_detail_stock {
padding:0px;
margin:0px;
}

.discount_rate_stock {
padding:0px;
margin:0px;
color:#ff0000;
}

/* ************************************************ 
 *特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img { width:30px; height:30px;margin:3px }

#ShopKeeper { width:100%; margin-bottom:20px }

#ShopKeeper th { background-color:#f6f6f6;
width:170px; padding:5px 10px;
border-bottom: 1px solid #dddddd;
font-weight: normal; text-align:left }

#ShopKeeper td { background-color:#FFFFFF;
border-bottom: 1px solid #dddddd;
padding:10px; text-align:left }

#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
border-right:none;
border-top:none;
border-left:none;
border-bottom:none }

#ShopKeeper th img,
#ShopKeeper td img { vertical-align:middle; margin-bottom:5px; }


/* ************************************************ 
 *プライバシーポリシー
 * ************************************************ */

#PrivacyExplain { margin-bottom: 15px }

.pe_title { border-top: 1px solid #dddddd; padding-top: 15px }

.pe_note { margin:5px 5px 20px 30px }


/* ************************************************ 
 *鏝の使い方
 * ************************************************ */

#koteUser {
width:625px;
margin:0 auto;
}

#koteUser p {
margin:0;
padding:0;
}

#koteUser h3 {
background:url(https://img02.shop-pro.jp/PA01128/971/etc/kote_tab_bg1.jpg) no-repeat;
color:#FFFFFF;
padding-left:35px;
margin:0 0 5px 0;
padding-top:4px;
height:20px;
font-weight:normal;
}
#koteUser h4 {
background:url(https://img02.shop-pro.jp/PA01128/971/etc/kote_tab_bg2.jpg) no-repeat;
color:#FFFFFF;
padding-left:35px;
margin:0 0 5px 0;
padding-top:4px;
height:20px;
width:590px;
font-weight:normal;
}

#koteUser p.subTitle {
color:#488829;
background:#FBF2DD;
border-top:1px solid #488829;
border-bottom:1px solid #488829;
font-weight:bold;
padding-left:10px;
}



div.koteIn {
padding:5px 0;
width:625px;
}

#koteUser dl {
margin:0;
padding:0;
float:left;
width:350px;
}

#koteUser dl dt {
color:#488829;
font-size:15px;
font-weight:bold;
margin:10px 0;
}


#koteUser dl dd.sub {
color:#F17421;
font-size:12px;
font-weight:bold;
}

#koteUser dl dd {
color:#666666;
font-size:12px;
}

div.koteIn P.koteImage {
margin:0;
width:210px;
float:right;
}

div.koteIn P.koteImage img {
border:1px solid #CCCCCC;
padding:2px;
margin-bottom:5px;
}

.bdBottom {
border-bottom:1px dotted #CCCCCC;
}

/*オプション価格*/
div#optionBox {
margin:110px auto;
}
div#optionBox table th { 
background-color:#f6f6f6;
padding:5px 10px;
border: 1px solid #dddddd;
font-weight: normal; }


div#optionBox table td { background-color:#FFFFFF;
border: 1px solid #dddddd;
padding:10px; text-align:left }

/*お盆休みの告知（TOPページ）*/

div#ccommentSummer {
border:1px solid #999999;
margin:0 10px 10px 0;
padding:10px;
}
div#ccommentSummer h4 {
margin:0 0 10px 0;
padding:0 0 5px 0;
border-bottom:1px solid #CCCCCC;
text-align:center;
color:#FF0000;
width:100%;
}
div#ccommentSummer p {
color:#000000;
}
div#ccommentSummer span {
color:#FF0000;
font-weight:bold;
}






div#productBox {
width:650px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PGothic",Verdana;

}

div#productBox h3 {
background:url(https://img02.shop-pro.jp/PA01128/971/etc/pd_tab_bg.jpg) no-repeat;
color:#649B24;
font-size:17px;
margin:0 0 10px 0;
padding:5px 0 8px 25px;
font-weight:bold;
clear:both;
}

div#productBox div.pdIn {
width:630px;
margin:5px auto;
clear:both;
line-height:150%;
}

div.pdIn p {
color:#666666;
font-size:12px;
line-height:150%;
}

div.pdIn p span {
color:#FFFFFF;
background:#666666;
padding:3px 5px;
}

div#productBox div.pdIn p strong {
font-weight:bold;
font-size:14px;
}

div#productBox h4 {
margin:0 0 8px 0;
padding:3px 5px 3px 5px;
width:99%;
color:#666666;
background:#F0D6BB;

font-size:14px;
font-weight:bold;
letter-spacing: 0.01px;
}

div#productBox h5 {
font-weight:bold;
font-size:15px;
margin-bottom:10px;
}

div#productBox h6 {
font-weight:bold;
font-size:14px;
margin-bottom:5px;
}



div#productBox div.pdIn p.smallcaution {
font-size:10px;
padding-top:10px;
}

div.flBox {
width:100%;
}

div.lefBox {
width:335px;
float:left;
}

div.lefBox2 {
width:436px;
float:left;
}

div.lefBox3 {
width:270px;
float:left;
}

div.rigBox {
float:right;
}


.flLeft {
float:left;
}

.flRig {
float:right;
}


.clear {
clear:both;
}


p.pagetop {
clear:both;
text-align:right;
padding:5px 0;
}



/**稚内珪藻土***/
div#bunnerkeisou {
width:640px;
height:180px;
margin:10px auto;
}

div#bunnerkeisou table {
height:180px;
background:url(https://img02.shop-pro.jp/PA01128/971/etc/bunner_bg.jpg?20111013173721) no-repeat;
}

div#bunnerkeisou table#productkeisou {
margin:0;
padding:0;
height:180px;
background:url(https://img02.shop-pro.jp/PA01128/971/etc/bunner_bg2.jpg?20111017125635) no-repeat;
}

div.moplayer {
padding:5px;
margin-top:2px;
} 

div#bunnerkeisou p.buy a {
display:block;
text-indent:-9999px;
outline:none;
height:180px;
background:url(https://img02.shop-pro.jp/PA01128/971/etc/bunner_bg_button.jpg?20111013200205) left top no-repeat;
}

div#bunnerkeisou p.buy a:hover {
display:block;
text-indent:-9999px;
outline:none;
height:180px;
background:url(https://img02.shop-pro.jp/PA01128/971/etc/bunner_bg_button.jpg?20111013200205) left -180px no-repeat;
}


/*ジョリパットのカラーリスト*/

ul.color_list {
margin:0;
padding:0;
}

ul.color_list li {
float:left;
margin:0 7px 3px 0;
width:120px;
}

ul.color_list2 {
margin:0;
padding:0;
}

ul.color_list2 li {
float:left;
margin:0 5px 5px 0;
width:156px;
}

ul.color_list2 li.nomgr {
float:left;
margin:0 0px 5px 0;
}




#patternBox dl dt {
margin-bottom:10px;
clear:both;
}
#patternBox dl dd {
float:left;
width:150px;
margin:0 7px 5px 0; 
}

/*メッシュフェンスの図面*/

ul.drawing_list {
margin:0;
padding:0;
}

ul.drawing_list li {
margin:0 0 40px 0;
padding:0px;
}

dl.mflist {
clear:both;
margin:0 0 40px 0;
padding:0;
}

dl.mflist dt {
margin:0 0 3px 0;
padding:0;
}

dl.mflist dd {
float:left;
margin:0;
padding:0;
}

dl.mflist dd.listlef {
margin-right:5px;
}
dl.mflist dd.listrig {
margin-bottom:1px;
}

dl.mflist dd.listrig { margin-bottom/*\**/: 5px\9; }



/* ************************************************ 
 *NEWページレイアウト
 * ************************************************ */
 body {
   background:url(none) #FFFFFF;
   padding-top:0px;
}
 
 /* クリア */

.clear {
clear:both;
}

.clearfix {
display: inline-table;
}

.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clearBox {
overflow: hidden;
}
 

/* ************************************************ 
 *NEWページ　ヘッダー
 * ************************************************ */
 

#newhead {
width:100%;
height:135px;
background:url(https://file001.shop-pro.jp/PA01128/971/ec/img/header/headde_bg.jpg) repeat-x;
text-align:left;
}
div#newheadIn {
width:950px;
margin:0 auto;
}

h1#logo {
padding:0;
margin:2px 8px 0 0;
float:left;
width:450px;
}

h1#logo span {
display: inline-block;
padding: 10px 0 5px 10px;
}

div#head_subtitle {
float:left;
width:308px;
}

div#head_subtitle h2 {
font-size:11px;
color:#6F6969;
font-weight:normal;
border-bottom:none;
margin:10px 0 15px 0;
padding:0;
}

div#head_contents_rig {
width:477px;
float:right;
}

div#head_contents_rig p#tellNo {
margin:2px 0 7px 0;
padding:0;
}

div#head_contents_rig div#cartBox {
margin:0;
padding:0 7px 0 9px;
height:38px;
background:#EBEBEB;
}

div#head_contents_rig p#member {
float:left;
width:130px;
margin-top:12px;
margin-right:12px;
}
div#head_contents_rig p#member a {
font-size:10px;
color:#000;
text-decoration:underline;
}
div#head_contents_rig p#member a:hover {
color:#09F;
text-decoration:underline;
}

div#head_contents_rig p#loginBt {
margin-top:8px;
float:left;
width:98px;
}


div#head_contents_rig p#cart {
float: right;
width:210px;
}

div#btn_members_logout p#member {
float:left;
width:130px;
margin-top:13px;
margin-right:12px;
font-size:10px;
color:#000;
}
div#btn_members_logout p#logoutBt {
margin-top:8px;
float:left;
width:98px;
}

/*ヘッダー2段目*/

div#head_second {
text-align:left;
clear:both;
width:100%;
background:#F5F5E9 url(https://file001.shop-pro.jp/PA01128/971/ec/img/header/head_line_bg.jpg) repeat-x;
height:63px;
margin-bottom:5px;
}

div#head_second_in {
width:950px;
margin:0 auto;
}

/*商品検索*/

div#newserachBox {
width:683px;
height:48px;
float:left;
background:#4F2420;
margin-top:8px;
}

div#newserachBox form {
margin:0;
padding:0;
}

p#serachIcon {
float:left;
width:156px;
margin:0 13px 0 0;
padding:0;
}

div#serachSelect {
width:177px;
float:left;
margin:13px 10px 0 0;
}

div#serachSelect select {
height:23px;
vertical-align:middle;
}

div#serachWord {
margin:11px 0 0 0;
width:310px;
float:left;
}

div#serachWord input:focus {
color:#333333;
}

div#headinfolink {
float: right;
padding-top:15px;
}
div#headinfolink ul {
margin:0;
padding:0;
list-style:none;
}
div#headinfolink ul li {
float:left;
margin-right:15px;
}

/*お知らせボックス*/
div#infoBox {
width:950px;
margin:0 auto;
clear:both;
height:31px;
background:#fff;
}
div#infoBox dl,div#infoBox dt,div#infoBox dd {
margin:0;
padding:0;
font-size:12px;
}

div#infoBox dt {
float:left;
}

div#infoBox dd {
margin-left:115px;
padding-top:7px;
color:#0066EA;
}
div#infoBox dd span {
color:#000000;
}


/* ************************************************ 
 *NEWページ　フッター
 * ************************************************ */
 
div#new_page_top {
clear:both;
width:950px;
padding-top:35px;
margin:0 auto 5px;
text-align:right;
} 
 
div#newFooter {
width:100%;
background:#00B5E0;
}
div#newFooter_in {
width:950px;
margin:0 auto;
      padding-bottom: 35px;
}
div#newFooter_in ul {
color:#FFFFFF;
text-align:center !important;
line-height:200%;
} 

div#newFooter_in ul li {
display:inline;
color:#FFFFFF;
font-size:12px;
} 

div#newFooter_in ul li a {
color:#FFFFFF;
text-decoration: none;
}
div#newFooter_in ul li a:hover {
color:#FFFFFF;
text-decoration: underline;
}

div.copyRights {
color:#FFFFFF;
margin:35px auto 0px;
}

div.copyRights2 {
color:#FFFFFF;
margin:15px auto 0px;
  text-align: left;
    position: relative;
      padding-top: 20px;
    border-top: 1px solid #FFF;
}
div.copyRights2 span {
      text-align: right;
    position: absolute;
    right: 0;
}

div.copyRights2 a {
    color: #FFFFFF;
    text-decoration: none;
}

div.copyRights2 a:hover {
color:#FFFFFF;
text-decoration: underline;
}



/* ************************************************ 
 *メインコンテイナー
 * ************************************************ */
#new_container { clear:both; width:950px; margin:0 auto; text-align:left; padding-top:30px; }

* html #new_container { clear:both; width:950px; margin:0 auto; text-align:left; padding-top:6px; }


/*　画面右側ナビ部分　*/
#newSidebox {
 width:282px;
 float:right;
 margin:0;
 padding:4px 0;
border:1px solid #868686;
}

#newSidebox {
 width:282px;
 float:right;
 margin:0;
 padding:0;
border:none;
}

/*　ご挨拶　*/
#aisatsuBox {
width:274px;
margin:0 auto 4px;
}
#aisatsuBox dl {
margin:0;
padding:0;
}
#aisatsuBox dl dt {
height:49px;
margin:0 0 2px 0 !important;
padding:0;
line-height:100%;
}
#aisatsuBox dl dd {
font-size:10px;
margin:0 !important;
padding:5px 7px;
line-height:180%;
color:#333333;
background:url(https://file001.shop-pro.jp/PA01128/971/ec/img/side_rig/aisatsu_bg.jpg) no-repeat left top;
}

/*　お支払方法　*/
#new_payment_box {
width:274px;
margin:0 auto 18px;
}
#new_payment_box ul li {
clear:both;
margin-bottom:5px;
}

#new_payment_box ul li ul.paymentIcon {
margin-left:24px;}

#new_payment_box ul li ul.paymentIcon li {
clear:none;
display:inline;
margin-right:14px;
}

#new_payment_box ul li ul.creIcon {
margin-left:6px;}

#new_payment_box ul li ul.creIcon li {
clear:none;
display:inline;
margin-right:4px;
}

#new_payment_box ul li span {
display:block;
font-size:10px;
margin:0 5px;
}

/*　管理人ご挨拶　*/

#new_oner_box {
width:258px;
padding:5px;
background:url(https://file001.shop-pro.jp/PA01128/971/ec/img/side_rig/new_oner_bg.jpg) repeat-y;
margin:0 auto 10px; 
}
#new_oner_box #new_oner_box_in {
background:#FFFFFF;
padding:5px;
}
#new_oner_box #new_oner_box_in table {
width:249px;
margin:0 auto;
color: #000;
line-height:160%;
font-size:10px;
}

#new_oner_box #new_oner_box_in table td {
vertical-align:top;
}

/*メルマガ登録解除*/

#new_mailmaga {
width:268px;
margin:0 auto 15px;
}

/*リフォームリンク*/
#new_reform_link {
width:268px;
margin:0 auto 20px;}

#sidebunner, #sidebunner2 {
width:268px;
margin:0 auto 30px;
}
#sidebunner img, #sidebunner2 img {
	-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#sidebunner:hover img, #sidebunner2:hover img {
	opacity: 0.8;
}

/*右サイドカテゴリー*/
div#new_category_list {
width:268px;
margin:0 auto 50px;
}
div#new_category_list p {
margin:0;
padding:0;
}
div#new_category_list ul {
background:#F5F5EA;
padding:0 14px;
}
div#new_category_list ul li {
padding:8px 0;
border-bottom:1px dashed #999999;
}
div#new_category_list ul li a {
display:block;
color:#666666;
font-size:12px;
padding-left:13px;
text-decoration:none;
background:url(https://file001.shop-pro.jp/PA01128/971/ec/img/side_rig/category_list_icon.jpg) no-repeat left 3px;
}
div#new_category_list ul li a:hover {
text-decoration:underline;
color:#999999;
}
/* ------------------------------------- 
 *画面左側(元右側）メイン部分
 * ------------------------------------- */
#main { width:650px; float:left; margin-bottom:20px; text-align:left; line-height:130% }
* html #main { width:650px; float:left; margin-bottom:20px; text-align:left; line-height:130% }
/* ------------------------------------- 
 *一覧表示　ページネーション
 * ------------------------------------- */
div#pageNationBox {
margin:0 0 0 20px;
}
div#main .pageNa {
background:#5DCA4D url(https://img02.shop-pro.jp/PA01128/971/etc/page_ne_le.gif) no-repeat left 6px;
color:#ffffff;
text-decoration:none;
padding:1px 3px 1px 20px; }

div#main .pageNa:hover {
text-decoration: underline; }

div#main .pageNa2 {
background:#5DCA4D url(https://img02.shop-pro.jp/PA01128/971/etc/page_ne_rig.gif) no-repeat right 6px;
color:#ffffff;
text-decoration:none;
padding:1px 20px 1px 3px; }

div#main .pageNa2:hover {
text-decoration: underline; }

/* ************************************************ 
 *TOP　下部バナー
 * ************************************************ */

#topnew_banner { margin-bottom:10px;
width:650px; }

#topnew_banner img { margin-bottom:8px; }

.banner_left1 { margin-right:8px; }

.banner_reform1 { margin-bottom:2px;
font-size:11px;
line-height:100%;
text-align:center; }

.banner_reform1 img { margin-bottom:2px !important;
padding:0; }

#topnew_banner a {
font-size:11px;
color:#2766CC;
text-decoration:underline;}

#topnew_banner a:hover {
color:#4F84DD;}



/*フッター改修*/


div#newFooter_in ul {
color:#FFFFFF;
text-align: left !important;
line-height:200%;
margin-left:10px;
margin-bottom:10px;
} 

div#newFooter_in ul li {
display:inline;
color:#FFFFFF;
font-size:12px;
padding-right:16px;
margin-left:3px;
background:url(https://file001.shop-pro.jp/PA01128/971/ec/img/footer/list_line.jpg) no-repeat right 2px;
} 

div#newFooter_in ul li a {
color:#FFFFFF;
text-decoration: none;
}
div#newFooter_in ul li a:hover {
color:#FFFFFF;
text-decoration: underline;
}

div#footlist_common {
clear:both;
padding-top:10px;
border-top:1px solid #FFF;
}

div#newFooter_in div#footlist_common ul {}

/*週末限定セール*/
#weeksale {
width:650px;
margin-bottom:10px;
}

#weeksale .item1 {
width:325px;
float:left;
}
#weeksale .item2 {
width:325px;
float:right;
}

#weeksale .sale_foot {
clear:both;
}

/* ************************************************ 
 *GW等のお知らせ
 * ************************************************ */
 
 
 div#gw_info {
 width:950px;
 margin:10px auto 3px;
 border:1px solid #999999;
 text-align:left; 
  }
 
div#gw_info table {
width:100%;
}
 
div#gw_info table th {
width:280px;
border-right:1px solid #999;
text-align:center;
vertical-align:middle;
}
 
div#gw_info table td {
font-size:13px;
line-height:170%;
color:#000000;
}

div#gw_info table td span {
color:#FF0000;
}

div#gw_info table td strong {
font-weight: bold;
color:#FF0000;
}
div#gw_info table td {
    font-size: 12px;
    line-height: 170%;
    color: #000000;
    letter-spacing: -0.3px;
}

/* ************************************************ 
 *フッターバナー
 * ************************************************ */

.fixedBnr {
width:100%;
background:#188F5C;
text-align:center;
  position: fixed;
  left: 0;
  bottom: -90px;
  width: 100%;
  height: 80px;
  z-index: 500;
}
.fixedBnr p {
margin:0;
padding:0;
}

/* ************************************************ 
 *ソーシャルボタン
 * ************************************************ */

/*ソーシャルボタン*/

.social_wrapp {
width:100%;
border-top:1px solid #C9C9C9;
border-bottom:1px solid #C9C9C9;
margin:0 auto 20px;
}

.social_wrapp ul { 
margin:0;
padding:0 0 0 20px;
}

.social_wrapp ul li {
text-align: left;
float:left;
list-style:none;
margin:0;
padding:20px 0 15px 0;
}

.social_wrapp ul li.social {
text-align: left;
float:left;
list-style:none;
margin:0;
padding:20px 10px 15px 0;
}

div#sns_bunner {
width:950px;
margin:0 auto 15px;
padding-top:15px;
}


div#sns_bunner a:hover {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

div#sns_bunner {
width:860px;
margin:0 auto 15px;
padding-top:15px;
float:right;
}


div#sns_bunner a:hover {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}


/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
width: 950px;
min-height:72px ;
background: #fff ;/* 背景色 */
padding: 0 ;
margin:0 auto;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
.social-area-syncer {
min-height: 75px ;
}
}

/******************************
 [ul]要素
******************************/
/* スマホ */
ul.social-button-syncer {
width:75px;
margin:0;
float:left;
padding:15px 0 0 0;
border: none ;
list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
ul.social-button-syncer {
width:75px;
}
}

/******************************
 [li]要素
******************************/
ul.social-button-syncer li {
float: left ;
text-align: center ;
height: 71px ;
margin: 0 8px ;
padding:0 ;
}


/******************************
 各種ボタン
******************************/
/* [Twitter] */
.sc-tw {
width: 71px ;
}

.sc-tw svg {
width: 30px ;
height: 30px ;
 }

.sc-tw a {
height: 56px ;
margin: 0 auto ;
padding-top: 6px ;
display: block ;
background: #1B95E0 ;
font-size: 12px ;
color: #fff ;
font-weight: 700 ;
text-decoration: none ;
letter-spacing: .5px ;
border-radius: 2px ;
}

.sc-tw a:hover {
color: #fff ;
background: #0c7abf ;
}

.sc-tw span:before {
white-space: pre ;
content: '\A' ;
}

/* [Facebook] */
.sc-fb {
z-index: 99 ;
width: 69px ;
}

/* [LINE] */
.sc-li {
width: 50px ;
}

.sc-li-img {
border: none ;
margin: 0 auto ;
padding:0 ;
width: 36px ;
height: 60px ;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
.sc-li {
display: none ;
}
}

/******************************
 サイドSNSボタン
******************************/
#side_sns {
clear:both;
padding:5px 0 0px 5px;
margin:0 4px 5px;
background:#EEEEEE;
}


#side_sns p {
width:35px;
float: left;
margin:0 3px;
}

#side_sns p a:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

/*ソーシャルボタン*/
#side_sns ul { 
margin:0;
padding:0 0 0 6px;
float:left;
}

#side_sns ul li {
text-align: left;
float:left;
list-style:none;
margin:0;
padding:7px 0 7px 0;
width:75px;
}

#side_sns ul li.social {
text-align: left;
float:left;
list-style:none;
margin:0;
padding:7px 7px 7px 0;
}

.side_holiday {
text-align: center;
padding-top: 5px;
margin-bottom: 10px;
}

/* ************************************************ 
 *検索エリア
 * ************************************************ */
.search{
padding: 40px 0;
background: rgba(225, 225, 225, 0.5);
      border-bottom: 2px solid #fff;
}
.search h2{
text-align: center;
    font-size: 25px;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    border: none;
    padding: 0;
    color: #000;
    margin: 0 15px 0 0;
    font-weight: normal;
}

.search h2 img{
width: 50px;
}

.search .search_box{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.search .input_search{
padding: 12px 10px;
width: 450px;
  color: rgb(153, 153, 153);
}

/* IE */
input:-ms-input-placeholder {
  color: #B2B2B2;
}

/* Edge */
input::-ms-input-placeholder {
  color: #B2B2B2;
}

.search .submit_search{
background: #D90000 url("https://file001.shop-pro.jp/PA01128/971/ec2/img/new_top/btn_submit2.png") no-repeat center center;
border: none;
box-shadow: none;
width: 83px;
height: 44px;
overflow: hidden;
text-indent: -9999px;
cursor: pointer;
}
.search .search_detail{
background: #333;
color: #fff;
text-decoration: none;
height: 100%;
padding: 12px 5px 11px;
display: inline-block;
margin-left: 10px;
}
.search .search_keywords{
max-width: 960px;
margin: 0 auto;
}
.search .search_keywords h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: #009B4E;
    font-weight: 400;
}

.search .search_keywords .search_read {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #333;
    font-weight: 400;
line-height: 180%;
}

.search .search_keywords h3:before,
.search .search_keywords h3:after{
content: "";
position: absolute;
top: 50%;
width: calc(50% - 170px);
height: 1px;
background:#009B4E;
}
.search .search_keywords h3:before{
left: 0;
}
.search .search_keywords h3:after{
right: 0;
}
.search .search_keywords ul{
margin: -10px 0;
}
.search .search_keywords ul li{
display: inline-block;
background: #009B4E;
border-radius: 100px;
padding: 5px 9px;
margin: 7px;
    transition: 0.3s ease-in-out;
}

.search .search_keywords ul li:hover {
background: #5DB727;
}

.search .search_keywords ul li a{
text-decoration: none;
font-size: 13px;
color: #fff;
}

.search .search_keywords ul li a:hover {
text-decoration: none;
font-size: 13px;
color: #fff;
}

/* ************************************************ 
 *年末年始のお知らせ
 * ************************************************ */

div#winter_info {
width: 950px;
margin: 0 auto;
padding: 10px 0;
}

div#infoBox {
    margin:10px auto 5px;
}

.teikyu {
color: #000;
padding-top: 10px;
}

div.hd_info {
width: 1000px;
margin: 0 auto;
padding-top: 10px;
}
div.hd_info950 {
    width:950px;
    margin: 0 auto 30px;
}

 body {
   background:url(none) #FFFFFF;
   padding-top:0px;
}
.new_footer_in .foot_link {
width: 100%;
margin: 0 auto;
padding: 10px 0 10px;
background: #000;
font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
flex-flow: row wrap;
  justify-content: center;
}

.new_footer_in .foot_link li {
font-size: 12px;
margin-left:30px;
margin-bottom: 0px;
}

.new_footer_in .foot_link li:first-child {
margin-left: 0;
}
.new_footer_in .foot_link li:nth-child(8) {
margin-left: 0;
}

.new_footer_in .foot_link li a {
color: #fff;
text-decoration: none;
transition: 0.3s ease-in-out;
}

.new_footer_in .foot_link li a:hover {
text-decoration: underline;
color: #EDE7E7;
}

.foot_logo {
text-align: center;
padding: 20px 0;
}

.foot_logo div {
text-align: center;
margin-bottom: 20px;
}

.foot_logo p.foot_copy {
text-align: center;
}

/*footer_sitemap - サイトマップ*/
#footer_sitemap_body{width:1200px;margin:0 auto;position:relative;}

#footer_sitemap{
clear: both;
position: relative;
width:100%;
background-color:#EEEEEE;
padding:30px 0px 30px 1px;
margin:0 auto;
font-size:0.80em;
line-height:1.8em;
}

#footer_sitemap h3{padding-bottom:14px; margin-top: 0px;}
#footer_sitemap #footer_sitemap_body h3 {font-size: 15px;}
#footer_sitemap a {border: medium none;color: #333;outline: medium none;text-decoration: none;}
#footer_sitemap a:hover {    border-bottom: 1px solid #ccc;    color: #333;    text-decoration: none;}
#footer_sitemap #footer_sitemap_body h3 {font-size: 15px; color: #000;}
#footer_sitemap #footer_sitemap_body .category_box .company_info ul li {font-size: 12px;}
#footer_sitemap #tagline{width:260px;
float:left;
font-size:12px;
text-align: left;
}
#footer_sitemap #tagline h2.foot_logo {width: 100%;
padding: 0;
margin: 0 0 30px 0;
border: none;
}
#footer_sitemap #tagline h2.foot_logo img {width: 100%;}
#footer_sitemap #tagline h4{/*padding-top:1em;*/padding-bottom:0; font-weight: bold;}
#footer_sitemap #tagline h4 a{ font-weight: bold;}
#footer_sitemap #tagline a { color:#333; text-decoration:none; outline:none;border:none;}
#footer_sitemap #tagline a:hover { color:#333; text-decoration:none;border:none;}
#footer_sitemap #tagline li{list-style:disc;margin-left:0;}
#footer_sitemap #footer_sitemap_body .category_box .company_info ul li {font-size: 12px;}

#footer_sitemap .category_box {
width: 880px;
float: right;
}
#footer_sitemap .category_box p.lead {border-top: 1px solid #d1cabf;margin-top: 15px;padding-top: 5px;}
#footer_sitemap .category_box p.lead a {border: none;color: #333;}
#footer_sitemap .category_list_wide{
width:100%;
    display: flex;
    justify-content: space-between;
flex-wrap:wrap;
border-bottom: 1px solid #c4c4c4;
padding-bottom: 20px;
margin-bottom: 20px;
}

#footer_sitemap .category_list_wide.under {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

#footer_sitemap .category_list_wide h4 {
text-align: left;
width: 100%;
color: #000;
font-size: 12px;
margin: 5px 0 5px;
}

@media all and (-ms-high-contrast: none){
	
	#side_sns ul li.social {
		width: 75px;
		height: 20px;
		padding: 0;
		margin: 7px 7px 0 0;
		background-image: url("//file001.shop-pro.jp/PA01128/971/ec2/img/detail/tweet_bt.png") ;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
	#side_sns ul li.social a {
		display: block;
text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	}

.winter_info {
    width: 950px;
    margin: 0 auto 20px;
}

.kansai_bunner {
	    width: 1110px;
    margin: 0 auto 40px;
}

/****youtubeまとめページ******/
.pagenation {
    margin: 1em 0;
	margin-bottom: 80px;
}
.pagenation.under {
     padding-top: 0px;
    margin-bottom: 30px;
}
.pagenation ul {
    margin: 0;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      flex-flow: wrap;
justify-content: center;
  align-items: center;
	justify-content:center;
	font-size: 25px;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 5px;
  margin-bottom: 10px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color:#04384C;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
}

.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
.pagenation li.active a {
    background: none repeat scroll 0 0 #04384C;
}

.youtube_wrapp {
    width: 100%;
    padding-bottom: 80px;
}
.youtube_wrapp .youtube_head {
    background: #FFF8F2;
    text-align: center;
    padding: 28px 0 30px;
    margin-bottom: 40px;
}
.youtube_line {
    padding: 25px 0;
}
.youtube_box {
    width: 94%;
    max-width: 644px;
    margin: 0 auto;
}
.youtube_box.bunner2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.youtube_box a img {
    transition: 0.3s ease-in-out;
}
.youtube_box a:hover img {
opacity: 0.7;
}
.youtube_item {
	 width: 94%;
    max-width: 644px;
    margin: 0 auto;
	background: #F4F4F4;
	padding: 22px 40px;
	box-sizing: border-box;
}
.youtube_item h4 {
	font-size: 18px;
	text-align:center;
	margin: 0 auto;
	color: #fff;
background: #b0bf88;
width: 100%;
padding: 8px;
border-radius: 5px;
}
.youtube_item ul li {
	border-top: 1px dotted #C8C8C8;
	padding-top: 15px;
	margin-bottom: 15px;
}
.youtube_item ul li a {
	font-size:16px;
	color: #7E70DF;
}
.youtube_item ul li a:hover {
	text-decoration: underline;
	color: #7BB1F7;
}