@charset "UTF-8";
/*
Theme Name: kuroki
Theme URI: http://www.kurokisouken.co.jp/
Description: for Kurokisouken.
Version: 1.0
Author: <a href="http://www.narts.jp/">NARTS</a>
*/

.hide {
	display: none;
}

/*--- initialize ---*/

* {
	padding:0;
	margin:0;
}

#header, #right_side, #left_side, #footer, .widget {
	overflow: hidden;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #fefefe;
}
img {
	border:0;
}
a:link {
	color: #932700;
	text-decoration: none;
}
a:visited {
	color: #932700;
	text-decoration: none;
}
a:hover {
	color: #e97b53;
	text-decoration: none;
}

#wrap, .wrap {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 130px;
	position: relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666;
	margin-bottom: 10px;
/*	background-image: url(img/bg_header.jpg); */
	background-position: top center;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 5px;
	letter-spacing: -1px;
}
#header #logo {
	height: 39px;
	width: 165px;
	position: absolute;
	left: 10px;
	top: 30px;
}
#header #woodjob {
	position: relative;
	top: 32px;
	left: 200px;
	font-size: 13px;
	line-height: 1.25em;
}
#header #tel {
	height: auto;
	width: auto;
	position: absolute;
	right: 0px;
	top: 15px;
	text-align: right;
}
#header ul {
	height: 50px;
	width: 940px;
	list-style-type: none;
	position: absolute;
	top: 81px;
}
#header li {
	float: left;
}
#header li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}
#header li a:hover {
	background-position: 0px -50px;
}
/* グロナビをフローリングテクスチャに変更（2018.8.3 東内） */
#gn01 a {
	background-image: url(img/gm2_01.png);
	width: 157px;
}
#gn02 a {
	background-image: url(img/gm2_02.png);
	width: 156px;
}
#gn03 a {
	background-image: url(img/gm2_03.png);
	width: 156px;
}
#gn04 a {
	background-image: url(img/gm2_04.png);
	width: 156px;
}
#gn05 a {
	background-image: url(img/gm2_05.png);
	width: 156px;
}
#gn06 a {
	background-image: url(img/gm2_06.png);
	width: 157px;
}
#gn07 a {
	background-image: url(img/gn07.jpg);
	width: 134px;
}

/**** グローバルナビに「アウトレット」を新設・６つメニュー化（東内：2016.7.21） ****/

#gm01 a {
	background-image: url(img/gm2_01.png);
	width: 157px;
}
#gm02 a {
	background-image: url(img/gm2_02.png);
	width: 156px;
}
#gm03 a {
	background-image: url(img/gm2_03.png);
	width: 156px;
}
#gm04 a {
	background-image: url(img/gm2_04.png);
	width: 156px;
}
#gm05 a {
	background-image: url(img/gm2_05.png);
	width: 156px;
}
#gm06 a {
	background-image: url(img/gm2_06.png);
	width: 157px;
}



#image {
	margin-bottom: 20px;
/* 画面幅いっぱい試験 （東内）****************************************/
	display: block;
	width: 100%;
	position: relative;
	min-width:470px !important;
}
#left_side {
	float: left;
	width: 240px;
	margin-bottom: 30px;
}
#left_side ul {
	list-style-type: none;
}
#left_side li {
	height: 55px;
	width: 240px;
/*	margin-bottom: 5px;　*/
}
#left_side li a {
	background-image: url(img/menu.jpg);
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 240px;
	overflow: hidden;
}
#menu01 a {
	background-position: 0px 0px;
}
#menu01 a:hover {
	background-position: -240px 0px;
}
#menu02 a {
	background-position: 0px -55px;
}
#menu02 a:hover {
	background-position: -240px -55px;
}
#menu03 a {
	background-position: 0px -110px;
}
#menu03 a:hover {
	background-position: -240px -110px;
}
#menu04 a {
	background-position: 0px -165px;
}
#menu04 a:hover {
	background-position: -240px -165px;
}
#menu05 a {
	background-position: 0px -220px;
}
#menu05 a:hover {
	background-position: -240px -220px;
}
#menu06 a {
	background-position: 0px -275px;
}
#menu06 a:hover {
	background-position: -240px -275px;
}
#menu07 a {
	background-position: 0px -330px;
}
#menu07 a:hover {
	background-position: -240px -330px;
}
#menu08 a {
	background-position: 0px -385px;
}
#menu08 a:hover {
	background-position: -240px -385px;
}
#menu09 a {
	background-position: 0px -440px;
}
#menu09 a:hover {
	background-position: -240px -440px;
}

#right_side {
	float: right;
	width: 670px;
	margin-bottom: 30px;
}

.pagetop a{
	background-image: url(img/btn_pagetop.png);
	height: 21px;
	width: 110px;
	margin-left: auto;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
.pagetop a:hover {
	background-position: -110px 0px;
}

/* ---------------------------------------- #footer */
#footer {
	clear: both;
}
#footer ul {
	font-size: 12px;
	margin-bottom: 20px;
	list-style-type: none;
	padding-left: 10px;
}
#footer li {
	display: inline;
}
#footer li a:link {
	color: #666;
	text-decoration: none;
}
#footer li a:visited {
	color: #666;
	text-decoration: none;
}
#footer li a:hover {
	color: #690;
	text-decoration: underline;
}
#copyright {
	font-size: 12px;
	line-height: 40px;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 15px;
	color: #666;
}
#copyright a {
	color: #666;
	text-decoration: none;
}

/* ---------------------------------------- #post用 */
.post .meta {
  font-size:12px;
  text-align: right;
}
.post p {
	font-size: 13px;
	line-height: 150%;
	width: 630px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.post h2 {
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	background-image: url(img/h2.png);
	height: 45px;
	width: 650px;
	padding-left: 20px;
	margin-bottom: 25px;
}
.post h3 {
	background-image: url(img/h3.png);
	height: auto;
	width: 635px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
}
.post table {
	width: 630px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.post table.tb01 {
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 150%;
}
.post table.tb01 th {
	padding: 5px;
	background-color: #F2F2E6;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.post table.tb01 td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.post table.tb02 {
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 150%;
	border-collapse:collapse;
}
.post table.tb02 th {
	padding: 5px;
	background-color: #E8E8E8;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;
}
.post table.tb02 td {
	padding: 5px;
	border: 1px solid #CCC;
}
.post table.tb_list {
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 150%;
	border-collapse:collapse;
}
.post table.tb_list td {
	padding: 0 0 30px 0;
	margin: 0;
}
.post table.tb_list td p {
	margin:0 !important;
	font-size: 12px !important;
	width: auto  !important;
}

.post ul {
	font-size: 13px;
	line-height: 140%;
	padding-right: 30px;
	padding-left: 30px;
	list-style-type: none;
	margin-bottom: 30px;
}
.post li {
	background-image: url(img/arr_gray.png) ;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.post blockquote {
	margin:0 0 20px 30px;
}

hr {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #ccc;
	clear: both;
}

/* ---------------------------------------- #wordpress用 */
.contact_red {
  color: #F44;
  font-size:10px;
}
span.wpcf7-list-item { display: block; }
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  display : block;
}
.alignright {
   float: right;
   margin: 0 0 0 10px;
}
.alignleft {
   float: left;
   margin: 0 10px 0 0;
}
.alignclear {
   clear:both;
}
.clear {
	font-size: 0px;
	clear: both;
}
/* table内はpタグ無視 */
table p {
	margin:0 !important;
	width:auto !important;
}
table td {
	vertical-align: top;
}
/* 連続改行でfloatをクリア */
.spacer_ {
      clear: both;
}

/******* 東内追加分 *******/

/* サイドバーのパートナー企業 */
.partner {
	font-size: 13px;
	color: #999;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: center;
	padding: 0.5em;
	box-sizing: border-box;
}

/* サイドメニューを文字化 （2018.8.14）*/
#left_side li {
	height: auto;
	width: 240px;
}
#left_side li a {
	background-image: none;
	font-size: 14px;
	text-indent: 0px;
	display: block;
	height: auto;
	width: 240px;
/*	border-top: 1px solid #aaaaaa; */
/*	border-right: 1px solid #777777; */
	border-bottom: 1px solid #999999;
/*	border-left: 1px solid #aaaaaa; */
	box-sizing: border-box;
	padding: 6px 4px 5px 0px;
	text-decoration: none;
	font-weight: bold;
}
#left_side ul li ul li {
	border-bottom: none;
}
#left_side li a {
	color: #932700;
}
#left_side li a:hover {
	background-color: #e5e5e0;
	transition: all 0.2s;
/*	color: #ffffff; */
}
#left_side li ul {
	text-indent: 0px;
	display: block;
	height: auto;
	padding: 8px 8px 0px 0px;
	text-decoration: none;
	border-top: 3px solid #aaaaaa;
/*	border-right: 1px solid #777777; */
	border-bottom: 1px solid #999999;
/*	border-left: 1px solid #aaaaaa; */
	box-sizing: border-box;
}
#left_side li ul p {
	font-size: 17px;
	font-weight: bold;
	color: #7d3d1f;
	text-indent: 0px;
}
#left_side li ul li {
	margin-bottom: 0px;
}
#left_side li ul li a {
	text-indent: 14px;
	display: block;
	height: auto;
	width: auto;
	box-sizing: border-box;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	background-image: url(img/menu_allow.png);
	background-repeat: no-repeat;
	background-position: center left 0px;
	border: none;
	font-weight: 700;
}
#left_side ul.sansou, #left_side ul.direct, #left_side ul.muku, #left_side ul.fukugou {
	border: none;
	width: 239px;
}
#left_side ul.sansou li, #left_side ul.direct li, #left_side ul.muku li,#left_side ul.fukugou li {
	text-indent: 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-bottom: 1px dotted #aaaaaa;
	width: 239px;
	font-weight: bold;
}
#left_side ul.sansou li a, #left_side ul.direct li a, #left_side ul.muku li a,#left_side ul.fukugou li a {
	padding: 0px 0px 0px 20px;
	background-position: left 20px;
}
#left_side ul.direct li:last-child {
	border-bottom: none;
}

#left_side ul li ul.sansou li a, #left_side ul li ul.muku li a, #left_side ul li ul.direct li a, #left_side ul li ul.fukugou li a {
	text-indent: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	box-sizing: border-box;
	font-size: 12px;
	width: auto;
	line-height: 1.35em;
	background-image: url(img/menu_allow2.png);
	background-repeat: no-repeat;
	background-position: center left 8px;
	font-weight: 300;
}

/* 木質・天井・壁の子メニュー */
#left_side ul.ceiling_wall li a {
	font-size: 12px;
	text-indent: 0px;
	padding-left: 18px;
	line-height: 1.35em;
	background-image: url(img/menu_allow2.png);
	background-repeat: no-repeat;
	background-position: center left 8px;
	border-bottom: 1px dotted #aaaaaa;
	font-weight: 400;
}
#left_side ul.ceiling_wall li:last-child a {
	border-bottom: none;
}
#left_side ul.ceiling_wall {
	border-top: none;
}


/* サイドバーにメニュー追加 */
#menu10 a {
	background-position: 0px -495px;
}
#menu10 a:hover {
	background-position: -240px -495px;
}
#menu11 a {
	background-position: 0px -550px;
}
#menu11 a:hover {
	background-position: -240px -550px;
}

#menu12 a { /* 直貼りフローリング */
	background-position: 0px -605px;
	display: none;
}
#menu12 a:hover {
	background-position: -240px -605px;
}

#menu13 a { /* オーダーメード・フローリング */
	background-position: 0px -660px;
	display: none;
}
#menu13 a:hover {
	background-position: -240px -660px;
}

#menu14 a { /* 木質天井・壁材 */
	background-position: 0px -715px;
	display: none;
}
#menu14 a:hover {
	background-position: -240px -715px;
}


/* PDF ダウンロード */
.pdf-download {
	margin-bottom: 1.5em;
	margin-left: 10px;
}
.pdf-download a {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
/* 投稿・固定ページに H4を追加 */
.post h4 {
	background-image: none;
	padding: 0.5em 0em 0.2em 0em;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* 企業名テーブル */
.maker-table {
	border: 1px solid #aaa;
	border-collapse: collapse;
}
.maker-table td {
	border: 1px solid #aaa;
	padding: 5px;
}
.maker-table td img {
	margin-bottom: 1.0em;
}
.maker-table td ul {
	margin-bottom: 10px;
}

/* 汎用のtable */
.post table {
	margin-left: 20px;
	margin-bottom: 30px;
	border-collapse: collapse;
	max-width: 630px;
}
.post table tr th {
	padding: 0.3em;
	background-color: #f2f2e9;
	border: 1px solid #999999;
}
.post table tr td {
	padding: 0.3em;
	background-color: #ffffff;
	border: 1px solid #999999;
}


/* 三層フローリングに、2015年9月からの新しいシリーズを追加 */
.triple-new3 {
	width: 663px;
	height: 156px;
	background-image: url(img/triple_new_lineup.png);
	background-repeat: no-repeat;
	padding: 44px 0px 0px 7px;
	margin: 1.5em 0;
}
.triple-new3 img {
	display: block;
	float: left;
	margin-right: 6px;
}
.triple-new3 a:hover img {
	opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
}


/******* 製品紹介ページの商品説明テーブル ********/
.post table .p_itable, .product_info .p_itable {
	margin: 0.5em 0 0.5em 0px;
	width: 300px;
	border: 1px #999 solid;
	font-size: 12px;
	padding: 0px;
	border-collapse: collapse;
}
.post table .p_itable, .product_info .p_itable tr {
	border-bottom: 1px #bbb solid;
}
.post table .p_itable, .product_info .p_itable tr:last-child {
	border-bottom: none;
}
.post table .p_itable, .product_info .p_itable tr th, 
.post table .p_itable, .product_info .p_itable tr td {
	padding: 4px 2px 4px 2px;
}
.p_itable tr th {
	background-color: #eeeee5;
}
.p_itable tr td {
	letter-spacing: -0.07em;
	border-right: 1px #bbb dotted;
	text-align: center;
}
.p_itable tr td:last-child {
	border-right: none;
}
.p_itable tr td.on {
	border: 1px #4EA15E solid;
	background-color: #CAE2CE;
}


#wrap2 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/* 製品紹介のリスト表示をそれっぽく */

.tb_list ul {
	padding-left: 23px;
	list-style-type: circle;
	margin-bottom: 10px;
}
.tb_list ul li {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 3px;
}

/* オーダーメードの枠をそれっぽく */
p.order-made {
	width: 27%;
	float: left;
	background-color: #eee;
	border: 1px #aaa solid;
	display: block;
	margin-bottom: 1em;
	margin-right: -1px;
	padding: 8px;
	font-size: 14px;
	min-height: 188px;
}
p.order-made:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
p.order-made img {
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
	display: block;
	transition: 0.2s all;
}
p.order-made img:hover {
	box-shadow: 0px 0px 7px #5c8eff;
		-moz-box-shadow: 0px 0px 7px #5c8eff;
		-webkit-box-shadow: 0px 0px 7px #5c8eff;
	opacity: 0.56;
	transition: 0.5s all;
}
p.order-made input[type=radio] {
	float:left;
	margin-right: 6px;
	margin-bottom: 8px;
	display: block;
}
p.order-made label.text {
	float: left;
	width: 155px;
	transition: 0.2s all;
	min-height: 2em;
}
p.order-made label.text:hover {
	text-shadow: 0px 0px 7px #5c8eff;
		-moz-text-shadow: 0px 0px 7px #5c8eff;
		-webkit-text-shadow: 0px 0px 7px #5c8eff;
	opacity: 0.56;
	color: #5c8eff;
	transition: 0.5s all;
}
.post p.push {
	width: 170px;
	display: block;
	float: left;
}
input[type=button].calc {
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	background-color: #0E7022;
	background-image: url(img/result_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px center;
	border: #0E7022 2px solid;
	color: #fff;
	font-size: 17px;
	padding: 0.5em;
	width: 170px;
	transition: all 0.2s;
	margin-left: auto;
	margin-right: auto;
}
input[type=button].calc:hover {
	background-color: #fff;
	color: #0E7022;
	transition: all 0.5s;
	background-image: url(img/result_arrow_g.png);
}

table.om-result {
	width: 440px;
	display: block;
	font-size: 16px;
	border-collapse: collapse;
	float: left;
}
table.om-result tr {
	border-bottom: 1px dotted #aaa;
}
table.om-result tr:first-child {
	border-top: 2px solid #bbb;
}
table.om-result tr:nth-child(even) {
	background-color: #f1f1f1;
}
table.om-result tr:last-child {
	border-bottom: 2px solid #bbb;
	color: #0155A8;
	font-weight: bold;
}
table.om-result th, table.om-result td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
table.om-result td.inputed {
	animation-duration: 0.5s;
	animation-name: biyon;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	width: 20em;
}
@keyframes biyon {
	from { width: 3em; font-size:0.1em; opacity: 0.0;}
	to { width: 20em; font-size:1.0em; opacity: 1.0;}
}


table.om-result th {
	color: #0E7022;
	font-weight: bold;
	text-align: right;
	min-width: 5em;
}


/* オーダーメードのサンプルリスト */

.order-made-sample-area {
	padding-left:20px;
}

p.order-made-sample {
	width: 30%;
	float: left;
	background-color: #444;
	border: 1px #000 solid;
	display: block;
	margin-top: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
	margin-right: -1px;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	min-height: 256px;
}
p.order-made-sample:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
p.order-made-sample img {
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
	display: block;
}


/****** 大理石ページの写真を中央寄せにする ******/
.marble a img {
	width: 304px;
	height: 239px;
	object-fit: cover;
}
/*** 大理石ページのTableの線を消す（2021.8.3） ***/
.post table.marble tr td, .post table.marble tr th {
	border: none;
}

/* サイドバー追従 */
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	padding-bottom: 60px;
}

/* H2内が画像の場合、位置を調整する */
#right_side h2 img {
	position: relative;
	top: 8px;
}

/* サンプル請求のフロー図 */
table.sample-flow {
	border-collapse: collapse;
}
table.sample-flow th {
	background-color: #f0f0e2;
	width: 18em;
	border: 1px solid #888;
	font-weight: 300;
}
table.sample-flow td {
	background-color: #fff;
	width: auto;
	border: 1px solid #888;
	padding: 0.3em;
}
/*============================MVの動画===============================*/
#image {
	position: relative;
	display: block;
	width: 100%;
	min-width:940px !important;
}
.ls-wrapper  {
	position: relative;
	max-width: 100%;
	display: block;
	width: 100%;
	min-width:940px !important;
}
.ls-wrapper img {
	position: relative;
	max-width: 100%;
	display: block;
	width: 100%;
	min-width:940px !important;
}
#layerslider_1 {
	position: relative;
	max-width: 100%;
	display: block;
	width: 100%;
	min-width:940px !important;
}
html .ls-container img, body .ls-container img, #ls-global .ls-container img {
    background: none !important;
	min-width: 940px !important;
}
/* 商品ページの枠線を消す（東内 2021.6.30） */
table.tb_list tr td {
	border: none;
}

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

	↓↓↓　ここから　レスポンシブ設定　↓↓↓

============================================================================*/
@media screen and (max-width:640px) {
/*==========================================================================*/

/*======================コンテンツ全体設定=========================*/
#wrap, .wrap {
	width: 100%;
	min-width: 470px;
}
#wrap img, .wrap img {
	max-width:100% !important;
	height:auto !important;
}
body {
  -webkit-text-size-adjust: 100%;
	width: 100%;
	min-width:470px;
}
/*======================header=========================*/
#header {
	height: auto;
}
#header h1 {
	display:none;
}
#header #logo {
	left: auto;
	top: 12px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#header #woodjob {
	width: 85%;
	display: block;
	top: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px;
}
#header #tel {
	right: auto;
	top: auto;
	position: relative;
	text-align: center;
	display: block;
}
#header ul {
	height: auto;
	width: 470px;
	top: auto;
	left:auto;
	right:auto;
	margin-top: 24px;
	position: relative;
}
#header li {
	float: left;
}
#header li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}
#gn03 a {
	width: 157px;
}

/*============================MVの動画===============================*/
#image {
	position: relative;
	display: block;
	width: 100%;
	min-width:470px !important;
}
.ls-wrapper  {
	position: relative;
	max-width: 100%;
	display: block;
	width: 100%;
	min-width:470px !important; 
	height:200px;
}
.ls-wrapper img {
	position: relative;
	max-width: 100%;
	display: block;
	width: 100%;
	min-width:470px !important;
}
#layerslider_1 {
	position: relative;
	max-width: 100%;
	display: block;
	width: 100%;
	min-width:470px !important;
	height:125px !important;
}
html .ls-container img, body .ls-container img, #ls-global .ls-container img {
    background: none !important;
	min-width: 470px !important;
}
p.ls-layer {
	font-size:12px !important;
	line-height:6px !important;
}
	
/*============================左メニュー設定===============================*/
#left_side {
	float: none;
	width: 90%;
	margin: 0 auto;
}
#left_side li {
	width: 100%;
}
#left_side li a {
	width: 100%;
	padding: 8px 4px 8px 0px;
}
#left_side li ul {
	padding: 8px 8px 8px 0px;
}
#left_side ul.sansou, #left_side ul.direct, #left_side ul.muku, #left_side ul.fukugou {
	width: 100%;
}
#left_side ul.sansou li, #left_side ul.direct li, #left_side ul.muku li,#left_side ul.fukugou li {
	padding: 4px 0px;
	width: 100%;
}
#left_side ul li ul.sansou li a, #left_side ul li ul.muku li a, #left_side ul li ul.direct li a, #left_side ul li ul.fukugou li a {
	line-height: 1.2em;
}
#left_side ul li ul.sansou li br, #left_side ul li ul.muku li br, #left_side ul li ul.direct li br, #left_side ul li ul.fukugou li br {
	display: none;
}

/*============================右コンテンツ部設定===============================*/
#right_side {
	float: none;
	width: 95%;
	margin: 0 auto 30px;
}

/*============================footer===============================*/
#footer ul {
	width:95%;
	margin:0 auto 20px;
	padding:0;
}
#copyright {
	height:30px;
	line-height: 1.6;
	font-size: 10px !important;
}

/*============================パートナー企業===============================*/
.partner_banner a img {
	margin-right:1% !important;
	width:32% !important;
}
.partner_banner a:last-of-type img {
	margin-right:0 !important;
}

/*============================post部分===============================*/
.post p {
	width: 90%;
}
.post h2 {
	width: 100%;
	box-sizing: border-box;
}
.post h3 {
	width: 100%;
	box-sizing: border-box;
}
.post table {
	width: 90%;
	margin-left: 20px;
}

.post table.tb_list td:first-child {
	width:150px !important;
	box-sizing:border-box;
	padding-right:10px;
}

/* 三層フローリングに、2015年9月からの新しいシリーズを追加 */
.triple-new3 {
	width: 663px;
	height: 156px;
	background-image: url(img/triple_new_lineup.png);
	background-repeat: no-repeat;
	padding: 44px 0px 0px 7px;
	margin: 1.5em 0;
}
#wrap2 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*============================サイドバー追従===============================*/
.sticky {
	position: -webkit-relative;
	position: relative;
}

/*============================lightboxIframe===============================*/
#overlay{width:400px;}
#lightbox{width:400px;}

/*============================サンプル請求のフロー図===============================*/
table.sample-flow {
	width:90%;
}
table.sample-flow th,table.sample-flow td {
	display: block;
	text-align: left;
	width: 100%;
	box-sizing:border-box;
	padding:10px;
}

/*============================サンプル請求===============================*/
#estimate {
	width: 100% !important;
	box-sizing:border-box;
}
#estimate #toggle {
	left: auto !important;
	right:10px !important;
}


/*==========================================================================*/
}
/*============================================================================

	↑↑↑　ここまで　レスポンシブ設定　↑↑↑

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


