﻿@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
* {
  margin:0;
  padding:0;
}
body {
	color: #555;	/*全体の文字色*/
	background-color: #FFF;	/*全体の背景色*/
	margin: 0px;
	padding: 0px;
	font: 13px "Century Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:separate;
	font-size: 100%;
	border-spacing: 0;
	background-color: #FFF;
}



/*サイドナビの文言
---------------------------------------------------------------------------*/
.side_mongon {
    color: #FF0000;
    font-size: 0.81em;
    font-weight: bold;
    letter-spacing: -0.3px;
}

/*サイドナビの文言
---------------------------------------------------------------------------*/
.side_mongon2 {
    color: #000000;
    font-size: 0.81em;
    font-weight: bold;
    letter-spacing: -0.3px;
}



/*非表示させる(スマホで見るPCサイト用)
---------------------------------------------------------------------------*/
.pcnone {
    display: none;
}


/*看板メニュー(駅のやつ、画像と画像を重ねる)
---------------------------------------------------------------------------*/
.subway {
    position: relative;
    width: 960px;
}

.subway a:hover {
  text-decoration: none;  /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
  opacity:1.0;
  filter:alpha(opacity=100);
  -ms-filter: “alpha( opacity=100 )”;
}

.subway a:hover img{
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: “alpha( opacity=100 )”;
}



.menu1 {
    position: absolute;
    right: 420px;
    bottom: 0px;
}
.menu2 {
    position: absolute;
    right: 350px;
    bottom: 0px;
}
.menu3 {
    position: absolute;
    right: 280px;
    bottom: 0px;
}
.menu4 {
    position: absolute;
    right: 210px;
    bottom: 0px;
}
.menu5 {
    position: absolute;
    right: 140px;
    bottom: 0px;
}
.menu6 {
    position: absolute;
    right: 70px;
    bottom: 0px;
}
.menu7 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}





/*サイドナビレコメンド(インラインフレームのやつ)
---------------------------------------------------------------------------*/
.recommendbi{
border:1px solid rgba(0,0,0,1);
box-sizing:border-box;
width:100%;
background:#ffffff;
}

.recommendbi iframe{
width:100%;
height:410px;
margin:10px 0;
}



/*メニュー
---------------------------------------------------------------------------*/
.sitemenu {
  line-height: 1.5em;
  font-style: normal;
  font-weight: bold;
  color: #FF6600;
}

.sitemenu a {
	color: #FF6600;	/*リンクテキストの色*/
	text-decoration: none;
}
.sitemenu a:hover {
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

.sitemenu a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
.sitemenu2 {
  line-height: 1.5em;
  font-style: normal;
  font-weight: bold;
  color: #FF6600;
  background-color: #555555;
}



/*フッターメニュー(スマートフォン用)
---------------------------------------------------------------------------*/
.sitemenu3 {
  font-size: 50%;
  line-height: 1.5em;
  font-style: normal;
  font-weight: bold;
  color: #CCCCCC;
  background-color: #555555;
}


/*フッターメニュー2
---------------------------------------------------------------------------*/
.footermenu2 {
  font-size: x-small;
  line-height: 1.5em;
  font-style: normal;
  color: #FFFFFF;
  background-color: #FF6600;
}




/*フッターメニュー3
---------------------------------------------------------------------------*/
.footermenu3 {
  text-align: center;
  font-size: 120%;
  line-height: 1.5em;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  margin: 10 0 0 0;
}



/*右からニョキッと出てくるやつ
---------------------------------------------------------------------------*/

.right_banner {
 width: 90px; /*画像の全体幅*/
 position: fixed;
 top: 150px;
 right: -23px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
.right_banner:hover{
 right: 0;
}



.right_banner2 {
 width: 90px; /*画像の全体幅*/
 position: fixed;
 top: 400px;
 right: -23px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
.right_banner2:hover{
 right: 0;
}





/*webフォント用
---------------------------------------------------------------------------*/
  .webfont a:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 23px;
  text-align: center;
  line-height: 1;
}

 .webfont a:hover {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 23px;
  text-align: center;
  line-height: 1;
    opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; // Firefox
}

.instagram:before { content: '\e0ed'; }
.twitter:before { content: '\e0f9'; }
.facebook:before { content: '\e0e5'; }
.LINE:before { content: '\e0ce'; }


/*webフォント用2
---------------------------------------------------------------------------*/
  .webfont2 a:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 15px;
  height: 20px;
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}

.Tel:before { content: '\e0c5'; }



/*webフォント用3
---------------------------------------------------------------------------*/
  .webfont3 a:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

.Voice:before { content: '\e12c'; }


/*webフォント用4
---------------------------------------------------------------------------*/
  .webfont4 a:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 25px;
  height: 20px;
  padding: 0;
  margin: 0;
  color: #EEEEEE;
  font-size: 20px;
  text-align: center;
}

.Tel:before { content: '\e0c5'; }


/*見出し用
---------------------------------------------------------------------------*/


h3 {
  line-height: 2.0em;
	background-image: -webkit-linear-gradient(#000000, #000000);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
	background-image: -moz-linear-gradient(#000000, #000000);
	background-image: -o-linear-gradient(#000000, #000000);
	background-image: -ms-linear-gradient(#000000, #000000);
	background-image: linear-gradient(#000000, #000000);
  font-size: 150%;
  font-weight: bold;
	color: #DD0000;
	padding: 3px 3px 3px 10px;
}
h3 span {
	margin-left: 10px;
	font-size: 80%;
	color: #CCCCCC;
	vertical-align: bottom;
}






/*見出し用(スマートフォン用)
---------------------------------------------------------------------------*/

.midashi {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.6em;
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #DDDDDD;
  padding: 3px 3px 3px 10px;
}
.midashi span {
  font-weight: bold;
  margin-left: 10px;
  font-size: 80%;
  color: #DDDDDD;
  margin-bottom: 5px;
}






/*HOT PUSH 見出し用(スマートフォン用)
---------------------------------------------------------------------------*/

.midashi2 {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.3em;
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #DDDDDD;
  padding: 3px 3px 3px 10px;
}


/*中バナーの所(スマートフォン用)
---------------------------------------------------------------------------*/

.tyuubanner {
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #CCCCCC;
  font-size: 140%;
  padding: 5px 0px 0px 0px;
}





/*中バナーの所(スマートフォン用)
---------------------------------------------------------------------------*/

h5 {
  padding: 0px 5px 0px 5px;
}
h5 span {
  margin-left: 5px;
  font-size: 70%;
  color: #555555;
  vertical-align: center;
}



/*大バナーの所
---------------------------------------------------------------------------*/

h2 {
	background-image: -webkit-linear-gradient(#000000, #000000);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
	background-image: -moz-linear-gradient(#000000, #000000);
	background-image: -o-linear-gradient(#000000, #000000);
	background-image: -ms-linear-gradient(#000000, #000000);
	background-image: linear-gradient(#000000, #000000);
	color: #CCCCCC;
	font-size: 1.5em;
	padding: 3px 3px 0px 5px;
}
h2 span {
	margin-left: 10px;
	font-size: 70%;
	color: #555555;
	vertical-align: center;
}


/*中バナーの所(スマホ)
---------------------------------------------------------------------------*/

.middlebanner {
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #CCCCCC;
  font-size: 1.1em;
  padding: 3px 3px 0px 5px;
}
.middlebanner span {
  margin-left: 10px;
  color: #555555;
  vertical-align: center;
}



/*大バナーの所(ブランドリンク)
---------------------------------------------------------------------------*/

.brandlink {
  color: #000000;
  font-size: 120%;
  padding: 3px 3px 0px 5px;
}



/*大バナーの所
---------------------------------------------------------------------------*/

.brandsetumei {
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #DDDDDD;
  font-size: 120%;
  padding: 3px 3px 0px 5px;
}





/*大バナーの所(スマホ用)
---------------------------------------------------------------------------*/

.brandsetumei_sp {
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #DDDDDD;
  font-size: 85%;
  line-height: 1.2;
  padding: 3px 3px 3px 10px;
}



/*大バナーの所(スマホ用)
---------------------------------------------------------------------------*/

.brandsetumei_sp2 {
  color: #555555;
  font-size: 85%;
  line-height: 1.2;
  padding: 3px 3px 3px 10px;
}



/*大バナーの所(ブランド紹介文の所)
---------------------------------------------------------------------------*/

.brandtable {
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #CCCCCC;
  line-height: 1.0;
  font-size: 130%;
  padding: 3px 3px 3px 5px;
}

.brandtable span {
  font-size: 90%;
  color: #CCCCCC;
  vertical-align: center;
}




/*サイドナビ(ブランドインデックスの所)
---------------------------------------------------------------------------*/

.brandtable2 {
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #CCCCCC;
  font-size: 1.2em;
  line-height: 1.4;
  letter-spacing: 0px;
  padding: 0px 3px 5px 3px;
}

.brandtable2 span {
  color: #CCCCCC;
  vertical-align: center;
}


/*中バナー
---------------------------------------------------------------------------*/

.brandtable3 {
  height: 100px;
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #CCCCCC;
  padding: 3px 3px 3px 5px;
}

.brandtable3 span {
  font-size: 1.1em;
  color: #CCCCCC;
  vertical-align: center;
}


/*中バナー(スマホ用)
---------------------------------------------------------------------------*/

.brandtable3_sp {
  height: 70px;
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#000000, #000000);
  background-image: -o-linear-gradient(#000000, #000000);
  background-image: -ms-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  color: #CCCCCC;
  line-height: 1.0;
  padding: 3px 3px 3px 5px;
}

.brandtable3_sp span {
  font-size: 0.8em;
  color: #CCCCCC;
  vertical-align: center;
}


/*サイドナビのスクロールバー出現
---------------------------------------------------------------------------*/

.infobox {
   height: 30em;
   width: 190px;
   overflow: auto;
}

.infobox {
scrollbar-base-color:#66ccff ;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #6699cc;
scrollbar-highlight-color: ;
scrollbar-shadow-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: ;
scrollbar-track-color: #cccccc;
padding: 0px;

}






/*文字の大きさ(カテゴリページ用)
---------------------------------------------------------------------------*/

h6 {
	color: #555555;
	font-size: 80%;
  line-height: 120%;
  padding: 0px 5px 0px 5px;
}
h6 span {
  color: #FF0000;
  text-decoration: underline;
}



/*テーブル　薄い枠用
---------------------------------------------------------------------------*/
table.frame-waku {
   border-collapse: separate;
   width: 100%;
   border: 3px solid #EEE;
	font-size: 100%;
	border-spacing: 5px;
	background-color: #FFF;
}
th,td.frame-waku {
   border-collapse: separate;
   width: 100%;
   border: 3px solid #EEE;
	font-size: 100%;
	border-spacing: 5px;
	background-color: #FFF;
}


/*テーブル　Mid用
---------------------------------------------------------------------------*/
table.frame-waku2 {
   border-collapse: separate;
   width: 100%;
   border: 3px solid #EEE;
	font-size: 100%;
	border-spacing: 5px;
	background-color: #FFF;
}
th,td.frame-waku2 {
   border-collapse: separate;
   border: 3px solid #EEE;
	font-size: 100%;
	border-spacing: 5px;
	padding: 10px;
	background-color: #FFF;
}


/*テーブル　スキマ用
---------------------------------------------------------------------------*/
table.frame-waku3 {
   border-collapse: separate;
   width: 100%;
   border: 3px solid #EEE;
	font-size: 100%;
	border-spacing: 0px;
	background-color: #FFF;
}
th,td.frame-waku3 {
   border-collapse: separate;
   width: 100%;
   border: 3px solid #FFF;
	font-size: 100%;
	border-spacing: 0px;
	background-color: #FFF;
}


/*テーブル　スマートフォン用
---------------------------------------------------------------------------*/
table.frame-waku4 {
   width: 100%;
   border: 3px solid #EEE;
  font-size: 100%;
  border-spacing: 0px;
  background-color: #FFF;
}
th,td.frame-waku4 {
   width: 100%;
   border: 3px solid #FFF;
  font-size: 100%;
  border-spacing: 0px;
  background-color: #FFF;
}



/*テーブル　濃い枠用(サイドナビ)
---------------------------------------------------------------------------*/
table.side-waku {
   padding: 0.5em;
   border-collapse: separate;
   width: 100%;
   border: 2px solid #555;
	font-size: 100%;
	border-spacing: 5px;
	background-color: #FFF;
}
th,td.side-waku {
   padding: 0.5em;
   border: 1px solid green;
}


/*ヘッダー縦幅
---------------------------------------------------------------------------*/
.header_balance {
    padding: 0;

}

/*サイドナビ縦幅
---------------------------------------------------------------------------*/
.sanzyu-inner {
    padding: 0 0 30px 0;
}

/*サイドナビ縦幅
---------------------------------------------------------------------------*/
.five-inner {
    padding: 0 0 5px 0;
}

/*サイドナビ縦幅
---------------------------------------------------------------------------*/
.navi-inner {
    padding: 0 0 30px 0;
}

/*メイン縦幅
---------------------------------------------------------------------------*/
.main-inner {
    padding: 0 0 10px 0;
}



/*メイン縦幅
---------------------------------------------------------------------------*/
.sub-inner {
    padding: 0 0 20px 0;
}



/*メイン縦幅
---------------------------------------------------------------------------*/
.zero-inner {
    padding: 0 0 0 0;
}


/*新入荷・再入荷
---------------------------------------------------------------------------*/
.inner {
    padding: 0 0 10px 0;
}


/*ブランド一覧
---------------------------------------------------------------------------*/
.brand table {
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
border-spacing: 10px;
background-color: #555;
}

.brand th {
font-family: "Century Gothic",Verdana,Arial,sans-serif;
font-style: bold;
width: 150px;
border: 0px;
background-color: #555;
padding: 3px;
text-align: center;
vertical-align: middle;
font-size: 110%;
}

.brand2 {
font-family: "Century Gothic",Verdana,Arial,sans-serif;
font-style: bold;
width: 150px;
color:#FF6600;
border: 5px #FF6600;
background-color: #555;
padding: 2px;
text-align: center;
vertical-align: middle;
font-size: 110%;
line-height: 100%;
}


.brand3 {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
font-style: bold;
text-align: center;
width: 160px;
font-size: 70%;
float: left;
}

.brand_sub {
font-family: "Century Gothic",Verdana,Arial,sans-serif;
font-style: bold;
width: 160px;
border: 0px;
background-color: #FFF;
text-align: center;
vertical-align: middle;
font-size: 70%;
float: left;
line-height: 90%;
}





/*ブランド一覧(スマートフォン用)
---------------------------------------------------------------------------*/
.brand-sp table {
width: 100%;
margin-top: 30px;
margin-bottom: 10px;
border-spacing: 5px;
background-color: #000;
}

.brand-sp tr {
width: 100%;
}

.brand-sp th {
border: 0px;
background-color: #000;
padding: 4px;
text-align: center;
vertical-align: middle;
}





/*サブバナー(スマートフォン用)
---------------------------------------------------------------------------*/
.sub-sp table {
padding: 2px;
width: 100%;
background: #000000;
}

.sub-sp tr {
width: 100%;
background: #000000;
}

.sub-sp td {
padding: 2px;
background: #000000;
border: 0px;
/*text-align: center;*/
vertical-align: top;
}

.sub-sp h5 {
  font-size: 1.2em;
  letter-spacing: 0.7px;
  color: #CCCCCC;
  padding: 5px 5px 5px 5px;
}
.sub-sp h5 span {
  margin-left: 5px;
  font-size: 70%;
  color: #CCCCCC;
  vertical-align: center;
}

.sub-sp h6 {
  color: #CCCCCC;
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.9px;
  padding: 0px 5px 10px 5px;
}
.sub-sp h6 span {
  color: #FF0000;
  text-decoration: underline;
}










/*小バナー(スマートフォン用)
---------------------------------------------------------------------------*/
.sub-sp2 table {
width: 100%;
}

.sub-sp2 tr {
width: 100%;
}

.sub-sp2 td {
font-size: 80%;
border: 0px;
padding: 1px;
line-height: 1.0;
text-align: center;
vertical-align: top;
}





/*右下のやつ
---------------------------------------------------------------------------*/

#fixnavigation {
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:9999;
  }
#fixnavigation a {
  background:rgba(0,0,0,0.75);
  display:block;
  color:#ffffff !important;
  padding:5px;
  display:block;
  text-align:center;
  margin-top:5%;
  }





/*フッターメニュー
---------------------------------------------------------------------------*/
.footerinfo table {
width: 960px;
margin-top: 0px;
margin-bottom: 0px;
height: 50px;
background-color: #EEEEEE;
}

.footerinfo td {
font-family: "Century Gothic",Verdana,Arial,sans-serif;
font-style: bold;
width: 50%;
border: 5px #555;
padding: 2px;
text-align: center;
vertical-align: middle;
font-size: 115%;
color: #FF6600;
margin: 0 auto;
}



/*フッターメニュー2
---------------------------------------------------------------------------*/
.footerinfo2 table {
margin: 0 auto;
width: 960px;
margin-top: 0px;
margin-bottom: 0px;
height: 130px;
border-spacing: 10px;
background-color: #EEEEEE;
}

.footerinfo2 td {
width: 50%;
border: 5px #555;
padding: 2px;
text-align: center;
vertical-align: middle;
font-size: 115%;
color: #EEEEEE;
}

.footerinfo2 th {
width: 50%;
border: 5px #555;
background-color: #FFF;
padding: 8px;
text-align: left;
vertical-align: top;
font-size: 115%;
color: #555555;
line-height: 1.0em;
}




/*ブランド一覧のテーブル
---------------------------------------------------------------------------*/
@media screen and (max-width: 481px) {
    .table-sp,
    .table-sp tbody,
    .table-sp thead,
    .table-sp tr,
    .table-sp td,
    .table-sp th {display:block;}
 
    .table-sp th {width:auto;}
    .table-sp {font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;}

}
table.table-sp {
    border-collapse: separate;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f6f7f7), color-stop(0.51, #b7b9c5), color-stop(1.00, #f6f7f7));
    background: -webkit-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -moz-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -o-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -ms-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: linear-gradient(to bottom, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);

    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    padding : 3px;
}

th.table-sp {
    border-collapse: separate;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f6f7f7), color-stop(0.51, #b7b9c5), color-stop(1.00, #f6f7f7));
    background: -webkit-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -moz-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -o-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -ms-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: linear-gradient(to bottom, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);

    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    padding : 3px;
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

/*メニューのテーブル
---------------------------------------------------------------------------*/
table.brwsr2 {
    padding: 10px 0 0 0;
	width: 100%;
    border: none;
    border-collapse: separate;
}
 
table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 20px;
    width: 100px;
    border: none;
    color: #555;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

table.brwsr2 td.data2 {
    padding: 0 0 20px 0px;
    margin: 0;
    height: 0px;
    border: none;
    color: #555555;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}





/*メニューのテーブル(スマートフォン)
---------------------------------------------------------------------------*/
table.brwsr-sp {
    padding: 0 0 0 0;
  width: 100%;
    border: none;
    border-collapse: separate;
}
 
table.brwsr-sp td.data {
    padding: 0;
    margin: 0;
    height: 20px;
    width: 100px;
    border: none;
    color: #555;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

table.brwsr-sp td.data2 {
    padding: 0 0 0 0;
    margin: 0;
    height: 0px;
    width: 100px;
    border: none;
    color: #FF0000;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}



/*罫線設定---------------------------------------------------------------------------*/
hr.hr4{
    border:0;
    border-top:1px solid #555555;
    border-bottom:1px solid #FFFFFF;
     margin-bottom:10px;
}



/*インラインフレーム設定---------------------------------------------------------------------------*/

    .ifrm-container {
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
      margin: 0px;
    }

    .ifrm {
      width:100%;
      height:100%;
      border:none;
      display:block;
    }




/*楽天ランキング縮小表示設定-----------------------------------------------------------------------

    .iframezoom {
-o-transform: scale(0.7);
-o-transform-origin: 0 0;
-ms-transform: scale(0.7);
-ms-transform-origin: 0 0;
-moz-transform: scale(0.7);
-moz-transform-origin: 0 0;
-webkit-transform: scale(0.7);
-webkit-transform-origin: 0 0;
transform: scale(0.7);
transform-origin: 0 0;

    }----*/




/*検索フォーム設定
---------------------------------------------------------------------------*/
#rakutensearch {
 position: static;
 float:center;
 padding:0px;
 margin-bottom:5px;
 margin-top:-20px;
 margin-right:-22px;
}
#rakutensearch .text {
 float:center;
 width:250px;
 height:20px;
 border:2px solid #CCC;
 text-indent:10px;
 margin-right:0px;
}
#rakutensearch .btn {
 float:center;
 position: relative;
 top: 8px;
 right: 2px;
}

::-webkit-input-placeholder {
  color: #DDDDDD;
}
::-moz-placeholder {
  color: #DDDDDD; opacity: 1;
}
:-ms-input-placeholder {
  color: #DDDDDD;
}


/*検索フォーム設定(サイドナビ用)
---------------------------------------------------------------------------*/
#rakutensearch2 {
 float:center;
 margin-bottom:10px;
}
#rakutensearch2 .text {
 float:center;
 width:141px;
 height:20px;
 border:2px solid #CCC;
 text-indent:10px;
 margin-right:0px;
}
#rakutensearch2 .btn {
 float:center;
 position: relative;
 top: 8px;
 right: 0px;
}




/*検索フォーム設定(スマートフォン用)
---------------------------------------------------------------------------*/
#rakutensearch-sp {
 float:center;
 font-size: 12px;
 text-align: center;
}
#rakutensearch-sp .text {
 float:center;
 height:26px;
 border:2px solid #CCC;
 text-indent:1px;
 margin-right:0px;
}
#rakutensearch-sp .btn {
 float:center;
 position: relative;
 top: 7px;
 right: 0px;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #AAAAAA;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #666666;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}






/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 960px;	/*コンテナー幅*/
	margin: 0px auto;
/*	-webkit-box-shadow: 0px 0px 8px #999;	影の設定。右・下・ぼかし幅・色の設定*/
/*	box-shadow: 0px 0px 8px #999;			同上*/
	background-color: #FFF;	/*コンテナーの背景色*/
	padding: 0px 0px;		/*上下、左右の余白*/
}


/*コンテナー（スマートフォン用）
---------------------------------------------------------------------------*/
#container-sp {
  width: 100%; /*コンテナー幅*/
  margin: 0px auto;
/*  -webkit-box-shadow: 0px 0px 8px #999; 影の設定。右・下・ぼかし幅・色の設定*/
/*  box-shadow: 0px 0px 8px #999;     同上*/
  background-color: #FFF; /*コンテナーの背景色*/
  padding: 0px 0px;   /*上下、左右の余白*/
}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 75px;	/*ブロックの高さ*/
	position: relative;
}
/*h1タグの設定*/
header h1 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	color: #FFF;				/*文字色*/
	background-color: #f28900;	/*背景色*/
	font-size: 10px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 18px;			/*行間*/
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から10pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から38pxの位置に配置*/
}
/*レビュー件数設定*/
header address {
	position: absolute;
	top: 34px;			/*ヘッダーブロックに対して上から38pxの位置に配置*/
	right: 20px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 13px;	/*文字サイズ*/
	text-align: right;	/*文字をセンタリング*/
	font-style: normal;	/*通常斜体になっているのを通常に*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定*/
	line-height: 1;		/*行間*/
	color: #555555;		/*文字色*/
}
/*レビュー設定(お客様の声)*/
header address .review1 {
	display: inline-block;
	color: #555555;				/*文字色*/
	background-color: #FFFFFF;	/*背景色*/
	padding: 2px 0px 1px;		/*上、左右、左へのボックス内の余白*/
	margin-right: 10px;
	font-weight: normal;
}
/*レビュー点数設定*/
header address .review2 {
	display: inline-block;
	font-size: 15px;	/*文字サイズ*/
	color: #FF0000;				/*文字色*/
	background-color: #FFF;	/*背景色*/
	padding: 2px 0px 1px;		/*上、左右、左へのボックス内の余白*/
	margin-left: 5px;
	margin-right: 10px;
	font-weight: bold;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から10pxの位置に配置*/
	bottom: 20px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}


/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 160px;	/*メニュー幅*/
}
nav#menu ul li a {
	height: 42px;	/*ブロックの高さ*/
	padding-top: 8px;
	line-height: 1.4;	/*行間*/
	text-decoration: none;
	display: block;
	margin: 0px 0px 20px 4px;		/*メニューの外側への余白。上、右、下、左への指定。*/
	font-size: 14px;	/*文字サイズ*/
	font-weight: bold;
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 14px;		/*角丸のサイズ*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/menu_bar1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*バー画像の読み込みとグラデーション*/
	background-image: url(../images/menu_bar1.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/menu_bar1.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置*/
	text-align: center;	/*文字をセンタリング*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定＋内側への設定*/
	box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;			/*同上*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child a {
	margin-left: 0px;
}

/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	color: #f28900;	/*文字色*/
	display: block;
	font-weight: normal;
}
nav#menu ul li a:hover span,
nav#menu ul li#current a span {
	color: #FFF;	/*マウスオン時の文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;	/*幅*/
	height: auto;	/*高さ*/
	position: relative;
	border-radius: 0px;		/*角丸のサイズ*/
	margin-bottom: 20px;	/*画像の下の余白*/
}
#mainimg img {
	border-radius: 0px;	/*角丸のサイズ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
  width: 730px; /*メインコンテンツ幅*/
  margin: -12px 0px 0px 0px;   /*メニューの外側への余白。上、右、下、左への指定。*/
}


/*mainコンテンツのh4タグの設定*/
#main h4 {
  color: #555555;
  font-size: 100%;
  line-height: 100%;
  padding: 0px 5px 0px 5px;
}
h4 span {
  color: #FF0000;
  text-decoration: underline;
}



/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}



/**************************************
新入荷・再入荷
***************************************/
.added a {
	margin: 5px 5px 0;
	display: block;
}
.added a img {
	width: 100%;
}
.added {
	text-align: center;
	margin: 10px 0　0;
}
.item-l span {
	display: inline-block;
	position: relative;
	width: 100%;
}
.re:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}
.icon-new:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}
.brand-name {
	font-size: 1.1em;
	line-height: 1.2em;
	width: 100%;
  font-weight: bold;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-name {
	color: #f00;
  font-size: 1em;
  letter-spacing: -0.1px;
	line-height: 1em;
}
.item-text {
	display: none;
}

.little-name {
	font-size: 60% !important;
	line-height: 1.6em !important;
}




/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 210px;	/*サブコンテンツ幅*/
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 20px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	border: 1px solid #ad6200;	/*枠線の幅、線種、色*/
	background-color: #f28900;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f28900), to(#0029c2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f28900, #e88300 49%, #dc7d00 50%);	/*同上*/
	background-image: linear-gradient(#f28900, #e88300 49%, #dc7d00 50%);			/*同上*/
	color: #FFF;	/*文字色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下の順の設定。*/
}



/*subコンテンツ内のh4タグ設定*/
#sub h4 {
  background: #555555;
  color: #EEEEEE;
  text-align: center;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  font-size: 120%;
  font-weight: bold;
}






/*subコンテンツ内のh5タグ設定*/
#sub h5 {
  background: #FF6600;
  color: #EEEEEE;
  text-align: center;
  margin: 1.5em 0;
  padding: 0.3em 0 0.3em 0;
  font-size: 120%;
  font-weight: bold;
}



#sub h5 a:hover {
    opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; // Firefox
}



/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#eaeaea, #FFF);	/*同上*/
	background-image: linear-gradient(#eaeaea, #FFF);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-image:none;
	background-color: #f28900;	/*背景色*/
	color: #FFF;				/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*box1内のh2タグ*/
#sub .box1 h2 {
	padding: 2px 0px;	/*左から、上下、左右への余白*/
	border-radius: 0px;	/*角丸をなくす設定*/
}

/*サブコンテンツ　商品ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub article.box2 {
	font-size: 11px;	/*文字サイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub article.box2 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub article.box2 a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ*/
#sub article.box2 h4 {
	color: #f28900;		/*文字色*/
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
	text-align: left;
	padding: 0;
	background: none;
	font-size: 100%;
}
/*p段落タグ*/
#sub article.box2 p {
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
	padding: 0;
}
/*サムネイル画像設定*/
#sub article.box2 figure {
	float: left;	/*左に回り込みさせる設定*/
	padding: 0;
}
/*サムネイル画像のフチ*/
#sub article.box2 figure img {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*mainコンテンツのh2タグの設定*/
footer h2 {
	background-color: #000000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#000000, #000000 100%, #000000 100%, #000000 100%);	/*同上*/
	background-image: linear-gradient(#000000, #000000 49%, #000000 50%, #000000 100%);			/*同上*/
	font-size: 110%;
	text-align: left;
	color: #CCCCCC;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
}



footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}



/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
	position: relative;
	overflow: hidden;
}
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	background-color: #f6f1b2;	/*背景色*/
	color: #333;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
/*simpleタイプ（※ボックス内の部分的な箇所にリンクを設定する場合）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
/*マウスオン時*/
#main section.list.simple article a:hover {
	background-color: transparent;
	color: #f28900;
}
/*ボックス内の写真設定*/
#main section.list.simple article figure a:hover img {
	background-color: #f6f1b2;
	border: 1px solid #999;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #bf8300;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1b739), to(#bf8300));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f1b739, #bf8300);	/*同上*/
	background-image: linear-gradient(#f1b739, #bf8300);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #f1b739;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bf8300), to(#f1b739));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#bf8300, #f1b739);	/*同上*/
	background-image: linear-gradient(#bf8300, #f1b739);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #f28900;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f28900;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}

/*右からのスライダーを邪魔するやつ
img {
	max-width: 100%;
	height: auto;
}
---------------------------------------------------------------------------*/


#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}
.sortbox {
	background-color: #eee;
	text-align: right;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

/*以下、CMS用追加
---------------------------------------------------------------------------*/
#search {
	text-align: center;
	padding: 10px 0;
}
.w {
	width: 120px !important;
	margin-right: 3px !important;
}
.btn-d {
	width: auto !important;
	padding: 3px 15px 5px !important;
	margin-bottom: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 13px !important;
}



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding: 10px 0px;	/*ロゴの上下にあける余白が10px*/
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: static;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;
}
nav#menu ul li a {
	margin: 0px;
	margin-bottom: 5px;
}
/*奇数番目のメニューの設定(※スマホ・タブレットでは「HOME」が隠れているので「サービス」「お問い合わせ」が奇数番目になる)*/
nav#menu ul li:nth-child(odd) {
	width: 49%;
	margin-left: 1%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*スマホ・タブレットで非表示（HOMEメニューに使用）*/
.stn {
	display: none;
}


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding: 10px 0px;	/*ロゴの上下にあける余白が10px*/
}
header #logo img {
	width: 80%;		/*画面に対してロゴ画像を80％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: static;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: none;
	width: auto;
}
nav#menu ul li a {
	margin: 0px;
	margin-bottom: 5px;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0.5em 5px 1em;
}



/*service.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
/*スマホ・タブレットで非表示（HOMEメニューに使用）*/
.stn {
	display: none;
}

}
