@charset "utf-8";
/* CSS Document */
/*


																			font
------------------------------------------------------------------------------------*/
.fade:hover {
	opacity:0.8;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*																		背景
------------------------------------------------------------------------------------*/
img{
	width:100%;
	height:auto;
}
.sp{
	display:block;
}
.pc{
	display:none;
}
body {
	background-image: url(../panel/partition/bg_mainback.jpg);
	background-repeat: repeat;
}
#wrapper_bg {
	background-image: url(../panel/partition/bg_header_line.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#header {

}
#wrapper {

}
#mainContent {

}
#footer {

}
.copyright {
	background-image: url(../panel/partition/bg_cpoyright.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*																				罫線
--------------------------------------------------------------------------------------*/
#footer hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	clear:both;
}
#mainContent hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	margin:40px 0 20px;
	clear:both;
}
.topback {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	text-align: right;
}
/*
																		ヘッダー・ロゴ
------------------------------------------------------------------------------------*/

#header {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position:relative;
}
#header .logo {
	margin: 20px 0 0 20px;
	float:left;
	width: 100px;
}
#header .subNavi {
	border-left: 1px solid #FFFFFF;
	font-size: 12px;
	margin-top: 5px;
	padding-left: 5px;
	position: absolute;
	right: 10px;
	width: 210px;
	display:none;
}
#header .subNavi li {
	float: left;
	color:#fff;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #fff;
}
#header .subNavi li a {
	color:#fff;
	text-decoration:none;
}
#header .subNavi li a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#header .formBtn {
	top: 24px;
	position: absolute;
	right: 10px;
	width: 140px;	display:none;
}
#header .formBtn li {
}
#header h1 {
	color: #8a8a8a;
	/* float: left; */
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	width: 100%;
	clear: both;
}
#navi {
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
#navi li {
	flex-basis: 30%;
	padding: 0;
	margin-bottom: 5px;
	text-align: center;
	background: #eee;
}
#navi li a {
	width:auto;
	color:#262626;
	font-size:12px;
	font-weight:bold;

	padding:10px 0;
	text-decoration:none;
	display:block;

}
#navi li a:hover {

}
#navi li:first-child a {

}
#navi li:last-child a {

}
/*
																		レイアウト枠
------------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#mainContent {
	text-align: left;
	overflow: hidden;
}
#mainContent #inner {
	padding:20px 20px;
}
/*
																			フッター
------------------------------------------------------------------------------------*/
#footer {

	position:relative;
	text-align:center;
	overflow:hidden;
	clear: both;
}
#footer .shopInfor h2 {
	width: 110px;
	float: left;
	margin-left:40px;
	margin-right:35px;
	margin-top:20px;
}
#footer .shopInfor .logo {
	float: left;
	margin-right:30px;
}
#footer .inner {

	margin-right: auto;
	margin-left: auto;
}
#footer .inner .shopInfor {

	padding:0 20px;
	overflow:hidden;

}
/*						フッターエリア1
-------------------------------------------------*/
#footer .shopInfor .area.first {
/*	border-left: 1px solid #999;
	border-right: 1px solid #CCC;*/
	/* float: left; */
	/* width: 230px; */
	/* padding-top: 10px; */
	/* height: 197px; */
}
.area.first a img{
	width:50%;
}
#footer .shopInfor .area.first p {
	/* font-size: 12px; */
	margin: auto;
	/* text-align: left; */
	/* width: 173px; */
}
#footer .shopInfor .accessmap {
	margin-top: 10px;
	margin: 20px auto;
}
#footer .shopInfor .accessmap a:hover {
	opacity:0.5;
}
#footer .area .titleOtoiawase {
	margin: auto;
	width: 106px;
}
/*						フッターエリア2
-------------------------------------------------*/
#footer .shopInfor .area.no2 {
	/* float: left; */
	/* width: 230px; */
	/* height: 207px; */
/*	border-left: 1px solid #999;
	border-right: 1px solid #CCC;*/
}
#footer .telephone {
	color: #777777;
	display: inline-block;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0;
	padding: 3px 19px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
#footer .otioawase {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #78b86c;
	padding:9px 20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4ba614), color-stop(100%, #008c00) );
	background:-moz-linear-gradient( center top, #4ba614 5%, #008c00 100% );
	background:-ms-linear-gradient( top, #4ba614 5%, #008c00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba614', endColorstr='#008c00');
	background-color:#77d42a;
	color:#ffffff;
	display:inline-block;
	text-shadow:0px -1px 0px #3d3d3d;
	-webkit-box-shadow: 0px 2px 2px -1px #6b6b6b;
	-moz-box-shadow: 0px 2px 2px -1px #6b6b6b;
	box-shadow: 0px 2px 2px -1px #6b6b6b;
	margin:3px 0;
}
#footer .otioawase:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #008c00), color-stop(100%, #4ba614) );
	background:-moz-linear-gradient( center top, #008c00 5%, #4ba614 100% );
	background:-ms-linear-gradient( top, #008c00 5%, #4ba614 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008c00', endColorstr='#4ba614');
	background-color:#326608;
}
#footer .otioawase:active {
	position:relative;
	top:1px;
}
#footer .otioawase a {
	text-decoration:none;
	color:#ffffff;
}
#footer .fax {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 30px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #82b9f5), color-stop(100%, #1d68e0) );
	background:-moz-linear-gradient( center top, #82b9f5 5%, #1d68e0 100% );
	background:-ms-linear-gradient( top, #82b9f5 5%, #1d68e0 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b9f5', endColorstr='#1d68e0');
	background-color:#82b9f5;
	color:#ffffff;
	display:inline-block;
	text-shadow:0px -1px 0px #b4987;
	-webkit-box-shadow: 0px 3px 2px -1px #6b6b6b;
	-moz-box-shadow: 0px 3px 2px -1px #6b6b6b;
	box-shadow: 0px 3px 2px -1px #6b6b6b;
	margin:3px 0;
}
#footer .fax:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1d68e0), color-stop(100%, #82b9f5) );
	background:-moz-linear-gradient( center top, #1d68e0 5%, #82b9f5 100% );
	background:-ms-linear-gradient( top, #1d68e0 5%, #82b9f5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d68e0', endColorstr='#82b9f5');
	background-color:#1d68e0;
}
#footer .fax:active {
	position:relative;
	top:1px;
}
/*						フッターエリア3
-------------------------------------------------*/
#footer .shopInfor .area.no3 {
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	padding-top: 10px;
	width: 230px;
	float: left;
	height: 197px;
	display: none;
}
#footer .area.no3 p {
	font-size: 12px;
	text-align: center;
	padding:0 5px;
	line-height:1.2em;
}
#footer .area.no3 p a {
	text-align: center;
	margin:5px 0;
	display:block;
	color:#F00;
}
#footer .area.no3 a img:hover {
	opacity:0.5;
}
/*						フッターエリア4
-------------------------------------------------*/
#footer .shopInfor .area.no4 {
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding-top:10px;
	width:230px;
	float:left;
	height:197px;	display: none;
}
#footer .area.no4 p {
	font-size: 12px;
	text-align: left;
	padding:0 10px;
	line-height:1.2em;
}
#footer .area.no4 p a {
	text-align: center;
	display:block;
	margin:5px 0;
	color:#F00;
}
#footer .area.no4 a img:hover {
	opacity:0.5;
}
/*						フッターナビ
-------------------------------------------------*/
#footer #menu {

	padding: 0;
	margin: 20px auto;
	list-style-type: none;
	/*! border-left:1px solid #808080; */
	clear:both;
	text-align:center;
}
#footer #menu ul {
	display: flex;
	flex-flow: row wrap;
}
#footer #menu li {
	float: left;
	padding: 0 9px;
	margin: 0 1% 10px 10px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	/*! border-right:1px solid #808080; */
	flex-basis: 44%;
}
#footer #menu li a {
	width: auto;
	color: #262626;
	font-size: 12px;
	margin: 0;
	padding: 6px 4px;
	text-decoration: none;
	display: block;
	text-shadow:0px -1px 1px rgba(0, 0, 0, .4), 0px 1px #fff;
}
#footer #menu li a:hover {
	background: #fff;
	opacity:0.5;
}
#footer #linkArea h2 {
	width: 110px;
	float: left;
	margin-left:40px;
	margin-right:35px;
}
#footer #linkArea .office {
	float: left;
	width:40%;
}
#footer #linkArea .pack {
	float: left;
	width:40%;
}
#footer #linkArea a:hover {
	opacity:0.5;
}
.copyright {
	clear: both;
	font-size: 12px;
	color: #FFF;
	/* height: 17px; */
	padding-top: 150px;
	/* margin: 0 0 10px; */
	padding-bottom: 3px;
}
/*
																			ぱんくず
------------------------------------------------------------------------------------*/

#pan {
	font-size:12px;
	text-align:left;
	padding:20px;
}
#pan .home {
	border-right:1px solid #262626;
	padding-right:5px;
	margin-right:5px;
}
.bnr840 {
	text-align: center;
	width: 98%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #E9EAE1;
	padding:20px 0;
}
/*
															トップ専用　メイン画像
------------------------------------------------------------------------------------*/
.top #mainContent #topImage {
	width: auto;
	position: relative;
	margin: auto;
	background-size: contain;
	text-align: center;
}
.top #mainContent #topImage a img{
	margin:30px auto;
}
.top #mainContent #topImage .priceAlumi {
	position: absolute;
	left: 41px;
	top: 347px;
}
.top #wrapper_bg #wrapper #mainContent #topImage .btnMitumori {
	width: 200px;

}
.top .textArea .taiou {
}
.top .textArea .taiou dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.top .textArea .taiou dd {
	padding-left: 1em;
	margin-bottom: 10px;
	padding-right: 1em;
}
#mainContent #inner h2 {
	clear: both;
	/* background-image: url(../panel/partition/bg_h2.jpg); */
	background-repeat: no-repeat;
	/* height: 30px; */
	/* padding-left: 30px; */
	/* line-height: 30px; */
	font-weight: bold;
	margin-bottom: 20px;
}
/*													　　　　　角丸
-------------------------------------------------------------------*/
#mainContent .textAreaWrapp {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	padding: 10px;
	font-size: 12px;
}
/*													　　　角丸　茶色
-------------------------------------------------------------------*/
#mainContent .textAreaWrapp.brown {
	-webkit-box-shadow: 0px 2px 1px #808080;
	-moz-box-shadow: 0px 2px 1px #808080;
	box-shadow: 0px 1px 1px #808080;
	background-color: #dbd0ac;
	color: #262626;
	margin-bottom: 40px;
}
.contentsArea .textAreaWrapp.brown .areaLeft {

}
.contentsArea .textAreaWrapp.brown .areaRight {

	margin-left:10px;
	margin-bottom:20px;
}
.contentsArea .textAreaWrapp.brown .textArea.white p {
	margin-bottom: 10px;
	font-size:14px;
}
.contentsArea .textArea .orange {
	font-weight: bold;
	color: #fff;
	background-color: #f0c911;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}
.contentsArea .textArea .blue {
	font-weight: bold;
	color: #fff;
	background-color: #3399FF;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}
/*								アルミパーティションページ専用　角丸　ブラック
--------------------------------------------------------------------*/
#mainContent .textAreaWrapp.black {
	-webkit-box-shadow: 0px 2px 1px #808080;
	-moz-box-shadow: 0px 2px 1px #808080;
	box-shadow: 0px 1px 1px #808080;
	background-color: #535353;
	color: #262626;
	margin-bottom: 40px;
}
.contentsArea .textAreaWrapp.black .areaLeft {
	float: left;
	width:412px;
}
.contentsArea .textAreaWrapp.black .areaRight {
	float: left;
	width:418px;
	margin-left:10px;
	margin-bottom:10px;
}
/*								アルミパーティションページ専用　角丸　グリーン
--------------------------------------------------------------------*/
#mainContent .textAreaWrapp.green {
	-webkit-box-shadow: 0px 2px 1px #99cc66;
	-moz-box-shadow: 0px 2px 1px #99cc66;
	box-shadow: 0px 1px 1px #99cc66;
	background-color: #99cc66;
	color: #262626;
	margin-bottom: 40px;
}
.textAreaWrapp.green .textArea.white {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	color: #262626;
	text-align: left;
	line-height:1.5em;
	margin: 0 0 10px 0;
	clear:both;

	position: relative;
}
.textAreaWrapp.green .textArea.white .used {

	text-align: center;
}
.textAreaWrapp.green .textArea.white .used p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 0 3px;
	text-align: left;
}
/*								スチールパーティションページ専用　角丸　ブルー
--------------------------------------------------------------------*/
#mainContent .textAreaWrapp.blue {
	-webkit-box-shadow: 0px 2px 1px #4B6D84;
	-moz-box-shadow: 0px 2px 1px #4B6D84;
	box-shadow: 0px 1px 1px #4B6D84;
	background-color: #b9d0f2;
	color: #262626;
	margin-bottom: 40px;
}
.textAreaWrapp.blue .textArea.white {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	color: #262626;
	text-align: left;
	line-height:1.5em;
	margin: 0 0 10px 0;
	clear:both;
}
.contentsArea .textAreaWrapp.blue .areaLeft {
	/* float: left; */
	/* width: 412px; */
}
.contentsArea .textAreaWrapp.blue .areaRight {

	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
}
.textAreaWrapp.blue .textArea.white .used {

	text-align: center;
}
.textAreaWrapp.blue .textArea.white .used p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 0 3px;
	text-align: left;
}
/*														リボン見出し
-------------------------------------------------------------------*/
.title1 {
	position:relative;
	margin:20px 0 20px -18px;
	padding:10px 20px;
	background:-ms-linear-gradient( top, #D3D3D3 5%, #C0C0C0 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3D3D3', endColorstr='#C0C0C0');
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #D3D3D3), color-stop(1.0, #C0C0C0));
	background-image: -moz-linear-gradient(top, #D3D3D3, #C0C0C0);
	box-shadow: 1px 3px 2px 0 rgba(0,0,0,0.5);
	font-weight:bold;
	text-align:center;
	font-size:20px;
}
.title1:before {
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 7px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#545454;
}
.textArea.white {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	color: #262626;
	text-align: left;
	line-height:1.5em;
	margin: 0 0 10px 0;
	clear:both;
}
.alumi .textArea.white {
	overflow:hidden;
}
.alumiImage img {
	margin-bottom: 5px;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	background:#fff;
	padding:2px;
	border:1px solid #fff;
}
.picshadow {
	border:solid 1px #fff;
	padding:1px;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
	margin-bottom: 5px;
}
.steelImage {
	margin-bottom: 10px;
}
.steelImage img {
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	margin-bottom:5px;
}
.steel .steelImage img {
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	margin-bottom:20px;
}
/*							ボタン　アルミパーティションについて
------------------------------------------------------------------*/
.btn_alumiAbout {
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d49b0b;
	padding:10px ;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f0c911), color-stop(100%, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	background:-ms-linear-gradient( top, #f0c911 5%, #f2ab1e 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	color:#7d0022;
	display:inline-block;
	text-shadow:0px -1px 0px #ded17c;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
	margin: 0;
}
.btn_alumiAbout:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f2ab1e), color-stop(100%, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	background:-ms-linear-gradient( top, #f2ab1e 5%, #f0c911 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
	color:#fff;
}
.btn_alumiAbout:active {
	position:relative;
	top:1px;
}
/*							ボタン　スチールパーティションについて
------------------------------------------------------------------*/
.btn_steelAbout {
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #469df5;
	padding:10px ;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	color:#002450;
	display:inline-block;
	text-shadow:0px -1px 0px #287ace;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
}
.btn_steelAbout:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4197ee), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
	color:#fff;
}
.btn_steelAbout:active {
	position:relative;
	top:1px;
}
.contentsArea #kaitoriArea {
	clear: both;
	margin-bottom: 40px;
}
.contentsArea #kaitoriArea .textarea {
	background-image: url(../panel/partition/bg_kaitori.jpg);
	background-repeat: no-repeat;

}
.contentsArea #kaitoriArea .textarea p {
	float: left;
	padding: 10px 20px 10px 10px;

	line-height:1.3em;
}
/*												レイアウト例
---------------------------------------------------------------------------*/
.layout_sample {
	overflow:hidden;
}
.layout_sample .subTextArea {
	padding:5px 12px;
	border:1px solid #ccc;
	background-color:#DCF3DC;
	margin-bottom:20px;
	line-height:1.5em;
}
.layoutNewAlumi {
	margin:0 0 80px;
	overflow:hidden;
}
.layoutNewAlumi .layoutPhoto {


}
.layoutNewAlumi .layoutDrawing {

	text-align:center;
}
/*												レイアウトページ　料金
----------------------------------------------------------------------*/
.layout .layout_sampleList {
	background-color: #333333;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 14px;
	margin-bottom: 10px;
	width:100%;

	clear:both;
}
.layout .layout_sampleList tr th {
	background-color: #EBEBEB;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom:5px;
}
.layout .layout_sampleList tr td {
	text-align: right;
	padding: 10px 5px 0;
	background-color: #FFF;
}
.layout .layout_sampleList tr td sup {
	vertical-align:super;
	font-size: 9px;
	line-height: 0;
}
.layout. layout_sampleList tr .total {
 font-weight: bold;
 color: #F00;
 font-size: 18px;
}
.layout .layoutPointText {

	border:1px solid #ccc;

}
.layout .layoutPointText p {
	padding:10px;
	font-size:14px;
	padding-bottom:10px;
	line-height:1.8em;
}
/*												レイアウトページ　料金
----------------------------------------------------------------------*/


.layout_sample .layoutPoint {
	margin:0 auto 20px;
	border:1px solid #ccc;
	padding: 20px 20px 0;
}
.layout_sample .layoutPoint dt {
	font-weight:bold;
	margin-bottom:5px;
}
.layout_sample .layoutPoint dd {
	font-size:16px;
	margin:0 0 20px 1em;
	line-height:1.5em;
}
.contentsArea .layout_sample .sample {

}
.contentsArea .layout_sample .sample.clear {
	margin-left:5px;
	clear:both;
}
.contentsArea .layout_sample .sample {
	margin-right:0;
	margin-bottom:40px;
	position:relative;
	background-color:#F5F5F5
}
.contentsArea .layout_sample .sample p {
	padding:10px;
	font-size:12px;
	border:1px solid #ccc;
}
.contentsArea .layout_sample .sample p span {
	font-weight:bold;
	font-size:14px;
}
.contentsArea .layout_sample .sample p a {
	background-color: #339900;
	border: 1px solid #339900;
	color: #FFFFFF;
	display: block;
	margin: 10px auto 0;
	padding: 5px;
	text-align: center;
	width: 50%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
}
.contentsArea .layout_sample .sample p a:hover {
	background-color: #336600;
	color: #FFFFFF;
}
.contentsArea .layout_sample .sample .layoutPlice {
	position: absolute;
	right: 10%;
	bottom: 30%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.layout .layout_sample .sample .layoutPlice {
	position: absolute;
	right: 0;
	bottom: 200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.layoutPlice span {
	font-size:10px;
	display:block;
	text-align:right;
}
.contentsArea .layout_sample .sample .layoutSampleImage {
	padding: 1px;
	border: 1px solid #666;
}
/*									リボン見出し　商品名+中古・新品
-------------------------------------------------------------------*/
.title2 {/*オレンジ*/
	position:relative;
	margin: 10px 99px -42px -3px;
	padding:10px 20px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	box-shadow: 2px 3px 2px 0 rgba(0,0,0,0.2);
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.title2:before {
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 4px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#A86A05;
}
.title3 {/*ブルー*/
	position:relative;
	margin: 10px 80px -42px -3px;
	padding:10px 20px 10px 20px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	box-shadow: 2px 3px 2px 0 rgba(0,0,0,0.2);
	font-weight:bold;
	text-align:center;
	font-size:12px;
	color:#fff;
}
.title3:before {
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 4px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#3d94f6;
}
/*
														よくあるレイアウト例　アルミ
------------------------------------------------------------------------------------*/
.alumi .titlePoint {
	margin-left: -11px;
	margin-top:-10px;
	padding-bottom:20px;
}
.alumi .alumiImage {
	margin:-5px;

}
.alumi .priceAlumiImg {

	margin-left: 8px;
	margin-right: -10px;
	margin-top: -5px;
	text-align: center;
}
.alumi .alumiPoint-textArea p {
	margin:0 auto;

}
.alumi .colorArea {

	clear:both;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:20px;
}
.alumi .colorFlame {

	text-align:center;

	margin-top:30px;
}
.alumi .colorFlame img {

}
.alumi .colorFlame p {
	font-size:10px;
}
.alumi .alumiPoint-textArea p {
	font-size:16px;
	margin-bottom:10px;
	padding:0 20px 0 0;
	clear:both;
}
.alumi .layoutSample {

}
.alumi .layout_sampleList {
	font-size: 14px;
	background-color: #333;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 10px;
	width: 100%;
}
.alumi .layoutSample p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.alumi .layoutPlan {
	text-align: center;

}
.layoutSample span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.layoutPlan span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.alumi .layout_sampleList tr th {
	background-color: #B5E6EE;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.alumi .layout_sampleList tr td {
	text-align: right;
	padding: 5px 5px 0;
	background-color: #FFF;
}
.alumi .layout_sampleList tr td sup {
	vertical-align:super;
	font-size: 9px;
	line-height: 0;
}
.layout_sampleList tr .total {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}
/*										よくあるレイアウト例　スチール
---------------------------------------------------------------------*/
.steel .textArea.white {
	overflow: hidden;
	margin: 0 0 40px;
}
.steel .textArea.white p {
	font-size: 14px;
	margin-bottom: 10px;
	/* [disabled]padding: 0 20px 0 0;
*/
}
.steel .layoutSample {

}
.steel .layout_sampleList {
	font-size: 14px;
	width:100%;

	background-color: #333;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 10px;
}
.steel .layoutSample p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.steel .layoutPlan {
	text-align: center;
	/* [disabled]float: left;
*/
}
.steel .layoutPlan p {
	text-align: left;
	/* [disabled]float: left;
*/
}
.steel .layoutSample span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.steel .btnMitumori {
	text-align: center;
}
.steel .btnMitumori p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #F90;
	color: #FFF;
	padding-top: 10px;
}
.layoutPlan span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.steel .layout_sampleList tr th {
	background-color: #B5E6EE;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.steel .layout_sampleList tr td {
	text-align: right;
	padding: 5px 5px 0;
	background-color: #FFF;
}
.steel .layout_sampleList tr td sup {
	vertical-align:super;
	font-size: 9px;
	line-height: 0;
}
.layout_sampleList tr .total {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}
/*													ボタン　中古パーティション
---------------------------------------------------------------------*/
.btn_used {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #268a16;
	padding:9px 70px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #008c00), color-stop(100%, #5ccb19) );
	background:-moz-linear-gradient( center top, #008c00 5%, #5ccb19 100% );
	background:-ms-linear-gradient( top, #008c00 5%, #5ccb19 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008c00', endColorstr='#5ccb19');
	background-color:#5ccb19;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #6e6e6e;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
}
.btn_used:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5ccb19), color-stop(100%, #008c00) );
	background:-moz-linear-gradient( center top, #5ccb19 5%, #008c00 100% );
	background:-ms-linear-gradient( top, #5ccb19 5%, #008c00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ccb19', endColorstr='#008c00');
	background-color:#5ccb19;
}
.btn_used:active {
	position:relative;
	top:1px;
}
/*											噴出し
------------------------------------------------------------------*/
.contentsArea .kodama {
	background-image: url(../panel/partition/staff.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.arrow_box {
	position: relative;
	border: 4px solid #cfcfcf;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color: #ffffff;
	
	padding:10px;
	text-align:center;
}
.arrow_box p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
}
.arrow_box a {
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: 4px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
/*.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box:before {
	border-color: rgba(207, 207, 207, 0);
	border-left-color: #cfcfcf;
	border-width: 20px;
	margin-top: -20px;
}*/
/*													施工の流れページ
--------------------------------------------------------------------------*/

.contentsArea #nagare {
	/* background-image: url(../panel/partition/bg_nagare.jpg); */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	/* background-size: contain; */
}
.contentsArea #nagare p {
	padding: 10px;

	line-height:1.5em;
	font-size:14px;
}
.contentsArea #nagare .btn {
	text-align: center;
	margin: 0 auto 40px;
}
.koujiCaution {
	padding:10px;
	line-height:1.5em;
	border:1px solid #ccc;
	margin-bottom:40px;
	text-align:center;
}
.koujiCaution p {
	text-align:left;
	font-size:14px;
	padding:5px;
}
.koujiCaution a {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d49b0b;
	padding:10px 62px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f0c911), color-stop(100%, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	background:-ms-linear-gradient( top, #f0c911 5%, #f2ab1e 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	color:#fff;
	display:inline-block;
	text-shadow:0px -1px 0px #ded17c;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
	margin: 0;
}
.koujiCaution a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f2ab1e), color-stop(100%, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	background:-ms-linear-gradient( top, #f2ab1e 5%, #f0c911 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
	color:#000;
}
.koujiCaution a:active {
	position:relative;
	top:1px;
}
.flow {

	text-align: center;
	margin-right: auto;

	padding:20px 0;
	overflow:hidden;
}
.flowTitle {

	text-align: left;
	width: 50%;
}
.nagare .arrow {
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	width: 40%;
	text-align: center;
	clear: both;
}
.flow p {
	padding:10px 20px;
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
}
.flow ul {
	text-align: left;
	padding: 0 20px;
	font-size:14px;
	list-style-position: inside;
	list-style-type: square;
}
.flow ul li {
	margin-bottom: 10px;
	text-indent: 1em;
}
/*													施工の流れ　注意点
--------------------------------------------------------------------------*/

.textAreaWrapp.flowCaution {
}
.textAreaWrapp.flowCaution p {
	font-size:16px;
	margin-bottom:40px;
	line-height:1.5em;
}
.textAreaWrapp.flowCaution .flowCautionImg {
	float: right;
	padding: 2px;
	border: 1px solid #666;
	margin-left:10px;
}
.textAreaWrapp.flowCaution .flowCautionImg2 {
	padding: 2px;
	border: 1px solid #666;
}
.flow .telephone {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4vw;
	font-weight: bold;
}
.flow .formArea {
	clear: both;
}
.flow .formArea a{
	margin:10px 0 20px;
	display:block;
}
.flow .flowImage {

}
.flowCaution p span {
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F90;
}
.layoytTitle {
	display:block;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	padding-bottom:3px;
	padding-top:10px;
	padding-left:1em;
	background:#fff;
}
.layoytTitle a {
	float: right;
	font-size: 12px;
	margin-right: 10px;
	text-align: left;
}
.layoutPriceList {
	clear:both;
	font-size: 3.0vw;
	background-color: #333;
	border-collapse: separate;
	border-spacing: 1px;
	margin:5px 0 0 0;
}
.layoutPriceList sup {
	font-size: 9px;
	line-height: 0;
	vertical-align: super;
}
.layoutPriceList tr th {
	padding: 5px;
	font-weight: bold;
	background-color: #EBEBEB;
}
.layoutPriceList tr .title {
	text-align:center;
}
.layoutNewAlumi .caution {
	text-align: center;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:40px;
}
.layoutNewAlumi .caution p {
	margin: 40px 0 20px;
	line-height:1.5em;
}
.layout_sample .caution {
	text-align: center;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:40px;
}
.layout_sample .caution p {
	margin: 40px 0 20px;
	line-height:1.5em;
}
.layoutPriceList tr td {
	background-color:#fff;
	padding:5px;
	text-align: right;
}
/*												FAX送信フォームページ
-----------------------------------------------------------------------*/
.formSample p {
	text-align: center;
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:10px;
}
.fax .formSample {
	text-align: center;
}
.formBtnArea p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formBtnArea .faxNumber {
	margin-bottom:10px;
	padding:0;
}
.formSample a img {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom:40px;
}
.formBtnArea .faxNumber span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.formSample img {
}
.btnFax {
	background: -moz-linear-gradient(center top, #82B9F5 5%, #1D68E0 100%) repeat scroll 0 0 #82B9F5;
	border: 1px solid #337FED;
	border-radius: 8px;
	box-shadow: 0 3px 2px -1px #6B6B6B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0;
	padding: 9px 30px;
	text-decoration: none;
}
.btnFax:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1d68e0), color-stop(100%, #82b9f5) );
	background:-moz-linear-gradient( center top, #1d68e0 5%, #82b9f5 100% );
	background:-ms-linear-gradient( top, #1d68e0 5%, #82b9f5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d68e0', endColorstr='#82b9f5');
	background-color:#1d68e0;
}
.btnFax:active {
	position:relative;
	top:1px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 130px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
.usedSteel {
	clear:both;
	margin:60px 0 0;
	text-align:center;
}
.usedSteel h3 {
	margin-bottom:10px;
}
.usedSteel h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 1em;
	text-align:center;
	background-color: #F60;
}
.usedSteel p {
	text-align:left;
}
.usedSteel p span {
	font-size:20px;
	font-weight:bold;
	color: #F30;
}




#zumen {
	margin:40px auto 40px;
}
#zumen img {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.layoutBox.zumen .textArea {
	padding:5px;
	font-size: 14px;
	line-height: 170%;
	margin: 0 auto 20px;
}
.layoutBox.zumen h2 {
	text-align:center;
	font-size:27px;
}
.zumen h3 {
	margin:0 0 20px;
	font-weight:normal;
	font-size:16px;
}
.zumen .subTitle {
	text-align:center;
	margin:10px;
}
.zumen .btn_next {
	text-align:center;
}
.zumen .btn_next a {
	background-color: #FF3300;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	width: 100%;
	font-size:18px;
}
.zumenPoint {
	overflow:hidden;
	margin:20px auto;
}
.zumenPoint ul {
	margin:0 auto 40px;
	font-size:14px;
}
.zumenPoint li {
	border-bottom: 1px dashed;
	margin: 0 0 10px 10px;
}
.zumenPoint li::before {
	content: "\f101";
	font-family: FontAwesome;
}
.zumenPoint p {
}
.zumenImg {
	overflow:hidden;
	margin:40px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow:row wrap;
}
.zumenImg h3 {
	flex-basis:100%;
}
.layoutBox.zumen img {
	border: 1px solid #ccc;
}
.zumenImg p {
	flex-basis:45%;
	margin:auto;
	text-align:center;
	font-size:12px;
}
.zumenImg dl {
	text-align:left;
	padding:1em;
}
.zumenImg dt {
	border-bottom:1px solid #399;
	color:#333333;
}
.zumenImg dd {
	font-size:12px;
	margin:0 0 1em;
}
.zumenImg dt:before {
	content: "\f087 ";
	font-family: FontAwesome;
	padding:0 5px 0 0;
}
.zumenBtn .btn_area {
	text-align:center;
}
.zumenBtn .btn_area a {
	background-color: #7bd900;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	width: 100%;
	font-size:18px;
}
.zumenBtn .btn_area a:hover {
	background-color: #68B500;
}
.zumenBtn {
	margin: 40px;
}
.excel_gazou a:last-child {
	background-color: #ff3300;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.layout_template {
	margin:auto;
}
.layout_template .layoutBox .subPicWrap {
	display: flex;
	flex-flow: row wrap;
	text-align: center;
}
.layout_template .layoutBox .subPicWrap .subPic {
	flex-basis: 45%;
	margin: 0 auto 20px;
}
.layout_template .layoutPic {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto 20px;
	text-align: center;
}
.layout_template .layoutPic .mainpic {
	flex-basis: 60%;
}
.layout_template .layoutPic .picText {
	flex-basis: 35%;
	margin:0 auto;
}
.layout_template .layoutPic .picText p {
	text-align:left;
}
.zumenPoint ul {

	font-size:16px;

}
.zumenPoint li {
	padding:0.5em 1em;
}
.zumenPoint p {

}
.zumen h3 {
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}


.zumenImg dl {
	text-align:left;
	padding:2em;
}
.zumenImg dd {

	margin:0 0 1.5em;
	padding:1em;
	font-size:14px;
}

.zumenImg dt {
	font-size: 24px;
}

.zumenBtn {
	margin: 40px;
}
.zumenBtn p{
	padding:5px;
	font-size: 14px;
	line-height: 170%;
	margin: 0 auto 20px;
}



.push{
	clear:both;
	text-align:center;
	width:70%;
	display:block;
	margin:auto;
	padding:10px;
	border-radius:20px;
	background-color: #7BD900;
	color: #FFF;
}
.push:hover{
	cursor:pointer;
}





/*
																	office_case_wrap
-------------------------------------------------------------------------------------*/

.office_case_wrap {
	display: flex;
	flex-flow: row wrap;
	margin: 40px auto;
	justify-content: space-around;
}

.office_case_wrap article h2 {

	clear: both;
	background-image: none!important;
	background-repeat: no-repeat!important;
	height: inherit!important;
	padding-left: inherit!important;
	line-height: 1.5!important;
	font-weight: normal!important;
	margin-bottom: 10px!important;
	font-size:2.5vw;
}


.office_case {
	flex-basis: 45%;
	margin-bottom: 10px;
	padding: 5px;
	display: flex;
	flex-flow: column nowrap;
}
.office_case a{
	color:#595959;
	}

.office_case_wrap hr,.termList, .person_in_charge, .date.updated{
	display:none;
}



.office_case_wrap img{
	width:100%;
}
	.post-header {
	order: 1;
}

.office_case_wrap .btn {
	margin: 20px auto;
}
.office_case_wrap .btn a {
	padding: 20px 10px;
	display: block;
	background-color: #090;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
}


 @media screen and (min-width: 769px) {
	 /*
	 																			font
------------------------------------------------------------------------------------*/
img{
	width:auto;
	height:auto;
}
.fade:hover {
	opacity:0.8;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
/*
																			背景
------------------------------------------------------------------------------------*/

body {
	background-image: url(../panel/partition/bg_mainback.jpg);
	background-repeat: repeat;
}
#wrapper_bg {
	background-image: url(../panel/partition/bg_header_line.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#header {
	background-image: url(../panel/partition/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center 21px;
}
#wrapper {
	background-image: url(../panel/partition/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#mainContent {
	background-image: url(../panel/partition/bg_wrapper.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../panel/partition/bg_footer.jpg);
	background-repeat: repeat-x;
}
.copyright {
	background-image: url(../panel/partition/bg_cpoyright.gif);
	background-repeat: repeat-x;
}
/*																				罫線
--------------------------------------------------------------------------------------*/
#footer hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	clear:both;
}
#mainContent hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	margin:40px 0 20px;
	clear:both;
}
.topback {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	text-align: right;
}
/*
																		ヘッダー・ロゴ
------------------------------------------------------------------------------------*/

#header {
	width: 969px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height:165px;
	position:relative;
}
#header .logo {
	margin: 20px 0 0 20px;
	float:left;
}
#header .subNavi {
	border-left: 1px solid #FFFFFF;
	font-size: 12px;
	margin-top: 5px;
	padding-left: 5px;
	position: absolute;
	right: 10px;
	width: 210px;
	display:block;
}
#header .subNavi li {
	float: left;

	color:#fff;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #fff;
}
#header .subNavi li a {
	color:#fff;
	text-decoration:none;
}
#header .subNavi li a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#header .formBtn {
	margin-top: 38px;
	position: absolute;
	right: 30px;
	width: 180px;
	top:inherit;
	display:block;
}
#header .formBtn li {
}
#header h1 {
	color: #8a8a8a;
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin: 20px;
	padding: 5px;
	width: 340px;clear: inherit;
}
#navi {
	background-image: url(../panel/partition/bg_wrapper.jpg);
	background-repeat: repeat-y;
	clear: both;
	height: 50px;
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 45px 0;
	width: 969px;
	display:block;
}
#navi li {
	width:16%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
#navi li a {
	width:auto;
	color:#262626;
	font-size:12px;
	font-weight:bold;
	text-shadow:0px 1px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #999799;
	-moz-box-shadow:inset 0px 1px 0px 0px #999799;
	box-shadow:inset 0px 1px 0px 0px #999799;
	padding:10px 0;
	text-decoration:none;
	display:block;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	background-color:#f9f9f9;
	box-shadow: 0px 7px 5px -6px #3d3d3d;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#navi li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#navi li:first-child a {
	border-radius:5px 0 0 5px;
	border-left:0;
	box-shadow: 0px 7px 5px -6px #3d3d3d;
}
#navi li:last-child a {
	border-radius:0 5px 5px 0;
	box-shadow: 0px 7px 5px -6px #3d3d3d;
}
/*
																		レイアウト枠
------------------------------------------------------------------------------------*/
#wrapper {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
#mainContent {
	text-align: left;
}
#mainContent #inner {
	padding:20px 54px 40px;
}
/*
																			フッター
------------------------------------------------------------------------------------*/
#footer {
	height: 274px;
	position:relative;
	text-align:center;
	overflow:hidden;
	clear: both;
}
#footer .shopInfor h2 {
	width: 110px;
	float: left;
	margin-left:40px;
	margin-right:35px;
	margin-top:20px;
}
#footer .shopInfor .logo {
	float: left;
	margin-right:30px;
}
#footer .inner {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
}
#footer .inner .shopInfor {
	margin-top: 30px;
	padding:0 20px;
	overflow:hidden;
	height:197px;
}
/*						フッターエリア1
-------------------------------------------------*/
#footer .shopInfor .area.first {
	border-left:1px solid #999;
	border-right:1px solid #CCC;
	float:left;
	width:230px;
	padding-top:10px;
	height:197px;
}
.area.first a img {
	width: auto;
}
#footer .shopInfor .area.first p {
	font-size: 12px;
	margin: auto;
	text-align: left;
	width:173px;

}
#footer .shopInfor .accessmap {
	margin-top:10px;
}
#footer .shopInfor .accessmap a:hover {
	opacity:0.5;
}
#footer .area .titleOtoiawase {
	margin: 0 0 10px 0;
	width:auto;
}
/*						フッターエリア2
-------------------------------------------------*/
#footer .shopInfor .area.no2 {
	float:left;
	width:230px;
	height:207px;
	border-left:1px solid #999;
	border-right:1px solid #CCC;
}
#footer .telephone {
	color: #777777;
	display: inline-block;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0;
	padding: 3px 19px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
#footer .otioawase {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #78b86c;
	padding:9px 20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4ba614), color-stop(100%, #008c00) );
	background:-moz-linear-gradient( center top, #4ba614 5%, #008c00 100% );
	background:-ms-linear-gradient( top, #4ba614 5%, #008c00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba614', endColorstr='#008c00');
	background-color:#77d42a;
	color:#ffffff;
	display:inline-block;
	text-shadow:0px -1px 0px #3d3d3d;
	-webkit-box-shadow: 0px 2px 2px -1px #6b6b6b;
	-moz-box-shadow: 0px 2px 2px -1px #6b6b6b;
	box-shadow: 0px 2px 2px -1px #6b6b6b;
	margin:3px 0;
}
#footer .otioawase:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #008c00), color-stop(100%, #4ba614) );
	background:-moz-linear-gradient( center top, #008c00 5%, #4ba614 100% );
	background:-ms-linear-gradient( top, #008c00 5%, #4ba614 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008c00', endColorstr='#4ba614');
	background-color:#326608;
}
#footer .otioawase:active {
	position:relative;
	top:1px;
}
#footer .otioawase a {
	text-decoration:none;
	color:#ffffff;
}
#footer .fax {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 30px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #82b9f5), color-stop(100%, #1d68e0) );
	background:-moz-linear-gradient( center top, #82b9f5 5%, #1d68e0 100% );
	background:-ms-linear-gradient( top, #82b9f5 5%, #1d68e0 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b9f5', endColorstr='#1d68e0');
	background-color:#82b9f5;
	color:#ffffff;
	display:inline-block;
	text-shadow:0px -1px 0px #b4987;
	-webkit-box-shadow: 0px 3px 2px -1px #6b6b6b;
	-moz-box-shadow: 0px 3px 2px -1px #6b6b6b;
	box-shadow: 0px 3px 2px -1px #6b6b6b;
	margin:3px 0;
}
#footer .fax:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1d68e0), color-stop(100%, #82b9f5) );
	background:-moz-linear-gradient( center top, #1d68e0 5%, #82b9f5 100% );
	background:-ms-linear-gradient( top, #1d68e0 5%, #82b9f5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d68e0', endColorstr='#82b9f5');
	background-color:#1d68e0;
}
#footer .fax:active {
	position:relative;
	top:1px;
}
/*						フッターエリア3
-------------------------------------------------*/
#footer .shopInfor .area.no3 {
	border-left:1px solid #999;
	border-right:1px solid #CCC;
	padding-top:10px;
	width:230px;
	float:left;
	height:197px;
	display:block;
}
#footer .area.no3 p {
	font-size: 12px;
	text-align: center;
	padding:0 5px;
	line-height:1.2em;
}
#footer .area.no3 p a {
	text-align: center;
	margin:5px 0;
	display:block;
	color:#F00;
}
#footer .area.no3 a img:hover {
	opacity:0.5;
}
/*						フッターエリア4
-------------------------------------------------*/
#footer .shopInfor .area.no4 {
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding-top:10px;
	width:230px;
	float:left;
	height:197px;	display:block;
}
#footer .area.no4 p {
	font-size: 12px;
	text-align: left;
	padding:0 10px;
	line-height:1.2em;
}
#footer .area.no4 p a {
	text-align: center;
	display:block;
	margin:5px 0;
	color:#F00;
}
#footer .area.no4 a img:hover {
	opacity:0.5;
}
/*						フッターナビ
-------------------------------------------------*/
#footer #menu {
	width: 925px;
	height: 23px;
	padding: 0;
	margin: 20px auto;
	list-style-type: none;
	border-left:1px solid #808080;
	clear:both;
	text-align:center;
}
#footer #menu ul {
	display: block;
	flex-flow: row wrap;
}
#footer #menu li {
	float: left;
	padding: 0 9px;
	margin: 0;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-right:1px solid #808080;
}
#footer #menu li a {
	width: auto;
	color: #262626;
	font-size: 12px;
	margin: 0;
	padding: 6px 4px;
	text-decoration: none;
	display: block;
	text-shadow:0px -1px 1px rgba(0, 0, 0, .4), 0px 1px #fff;
}
#footer #menu li a:hover {
	background: #fff;
	opacity:0.5;
}
#footer #linkArea h2 {
	width: 110px;
	float: left;
	margin-left:40px;
	margin-right:35px;
}
#footer #linkArea .office {
	float: left;
	width:40%;
}
#footer #linkArea .pack {
	float: left;
	width:40%;
}
#footer #linkArea a:hover {
	opacity:0.5;
}
.copyright {
	clear:both;
	font-size: 10px;
	color: #FFF;
	height:17px;
	padding-top:8px;
}
/*
																			ぱんくず
------------------------------------------------------------------------------------*/

#pan {
	font-size:12px;
	text-align:left;
	padding:20px;
}
#pan .home {
	border-right:1px solid #262626;
	padding-right:5px;
	margin-right:5px;
}
.bnr840 {
	text-align: center;
	width: 98%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #E9EAE1;
	padding:20px 0;
}
/*
															トップ専用　メイン画像
------------------------------------------------------------------------------------*/
.top #mainContent #topImage {
	background-image: url(../panel/partition/bg_mainimg.jpg);
	background-repeat: no-repeat;
	height: 485px;
	width: 953px;
	position: relative;
	margin:0 8px;
}
.top #mainContent #topImage .priceAlumi {
	position: absolute;
	left: 41px;
	top: 347px;
}
.top #wrapper_bg #wrapper #mainContent #topImage .btnMitumori {
	position: absolute;
	left: 557px;
	top: 384px;
}
.top .textArea .taiou {
}
.top .textArea .taiou dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.top .textArea .taiou dd {
	padding-left: 1em;
	margin-bottom: 10px;
	padding-right: 1em;
}
#mainContent #inner h2 {
	clear:both;
	background-image: url(../panel/partition/bg_h2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	line-height: 30px;
	font-weight:bold;
	margin-bottom:20px;
}
/*													　　　　　角丸
-------------------------------------------------------------------*/
#mainContent .textAreaWrapp {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	padding: 10px;
	font-size: 12px;
}
/*													　　　角丸　茶色
-------------------------------------------------------------------*/
#mainContent .textAreaWrapp.brown {
	-webkit-box-shadow: 0px 2px 1px #808080;
	-moz-box-shadow: 0px 2px 1px #808080;
	box-shadow: 0px 1px 1px #808080;
	background-color: #dbd0ac;
	color: #262626;
	margin-bottom: 40px;
}
.contentsArea .textAreaWrapp.brown .areaLeft {
	float: left;
	width:410px;
}
.contentsArea .textAreaWrapp.brown .areaRight {
	float: left;
	width:420px;
	margin-left:10px;
	margin-bottom:20px;
}
.contentsArea .textAreaWrapp.brown .textArea.white p {
	margin-bottom: 10px;
	font-size:14px;
}
.contentsArea .textArea .orange {
	font-weight: bold;
	color: #fff;
	background-color: #f0c911;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}
.contentsArea .textArea .blue {
	font-weight: bold;
	color: #fff;
	background-color: #3399FF;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}
/*								アルミパーティションページ専用　角丸　ブラック
--------------------------------------------------------------------*/
#mainContent .textAreaWrapp.black {
	-webkit-box-shadow: 0px 2px 1px #808080;
	-moz-box-shadow: 0px 2px 1px #808080;
	box-shadow: 0px 1px 1px #808080;
	background-color: #535353;
	color: #262626;
	margin-bottom: 40px;
}
.contentsArea .textAreaWrapp.black .areaLeft {
	float: left;
	width:412px;
}
.contentsArea .textAreaWrapp.black .areaRight {
	float: left;
	width:418px;
	margin-left:10px;
	margin-bottom:10px;
}
/*								アルミパーティションページ専用　角丸　グリーン
--------------------------------------------------------------------*/
#mainContent .textAreaWrapp.green {
	-webkit-box-shadow: 0px 2px 1px #99cc66;
	-moz-box-shadow: 0px 2px 1px #99cc66;
	box-shadow: 0px 1px 1px #99cc66;
	background-color: #99cc66;
	color: #262626;
	margin-bottom: 40px;
}
.textAreaWrapp.green .textArea.white {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	color: #262626;
	text-align: left;
	line-height:1.5em;
	margin: 0 0 10px 0;
	clear:both;
	background-image: url(../panel/partition/alumipage_used_img.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
.textAreaWrapp.green .textArea.white .used {
	width: 435px;
	text-align: center;
}
.textAreaWrapp.green .textArea.white .used p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 0 3px;
	text-align: left;
}
/*								スチールパーティションページ専用　角丸　ブルー
--------------------------------------------------------------------*/
#mainContent .textAreaWrapp.blue {
	-webkit-box-shadow: 0px 2px 1px #4B6D84;
	-moz-box-shadow: 0px 2px 1px #4B6D84;
	box-shadow: 0px 1px 1px #4B6D84;
	background-color: #b9d0f2;
	color: #262626;
	margin-bottom: 40px;
}
.textAreaWrapp.blue .textArea.white {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	color: #262626;
	text-align: left;
	line-height:1.5em;
	margin: 0 0 10px 0;
	clear:both;
}
.contentsArea .textAreaWrapp.blue .areaLeft {
	float: left;
	width:412px;
}
.contentsArea .textAreaWrapp.blue .areaRight {
	float: left;
	width:418px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
}
.textAreaWrapp.blue .textArea.white .used {
	width: 435px;
	text-align: center;
}
.textAreaWrapp.blue .textArea.white .used p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 0 3px;
	text-align: left;
}
/*														リボン見出し
-------------------------------------------------------------------*/
.title1 {
	position:relative;
	margin:20px 0 20px -18px;
	padding:10px 20px;
	background:-ms-linear-gradient( top, #D3D3D3 5%, #C0C0C0 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3D3D3', endColorstr='#C0C0C0');
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #D3D3D3), color-stop(1.0, #C0C0C0));
	background-image: -moz-linear-gradient(top, #D3D3D3, #C0C0C0);
	box-shadow: 1px 3px 2px 0 rgba(0,0,0,0.5);
	font-weight:bold;
	text-align:center;
	font-size:20px;
}
.title1:before {
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 7px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#545454;
}
.textArea.white {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	color: #262626;
	text-align: left;
	line-height:1.5em;
	margin: 0 0 10px 0;
	clear:both;
}
.alumi .textArea.white {
	overflow:hidden;
}
.alumiImage img {
	margin-bottom: 5px;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	background:#fff;
	padding:2px;
	border:1px solid #fff;
}
.picshadow {
	border:solid 1px #fff;
	padding:1px;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
	margin-bottom: 5px;
}
.steelImage {
	margin-bottom: 10px;
}
.steelImage img {
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	margin-bottom:5px;
}
.steel .steelImage img {
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	margin-bottom:20px;
}
/*							ボタン　アルミパーティションについて
------------------------------------------------------------------*/
.btn_alumiAbout {
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d49b0b;
	padding:10px 62px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f0c911), color-stop(100%, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	background:-ms-linear-gradient( top, #f0c911 5%, #f2ab1e 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	color:#7d0022;
	display:inline-block;
	text-shadow:0px -1px 0px #ded17c;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
	margin: 0;
}
.btn_alumiAbout:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f2ab1e), color-stop(100%, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	background:-ms-linear-gradient( top, #f2ab1e 5%, #f0c911 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
	color:#fff;
}
.btn_alumiAbout:active {
	position:relative;
	top:1px;
}
/*							ボタン　スチールパーティションについて
------------------------------------------------------------------*/
.btn_steelAbout {
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #469df5;
	padding:10px 53px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	color:#002450;
	display:inline-block;
	text-shadow:0px -1px 0px #287ace;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
}
.btn_steelAbout:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4197ee), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
	color:#fff;
}
.btn_steelAbout:active {
	position:relative;
	top:1px;
}
.contentsArea #kaitoriArea {
	clear: both;
	margin-bottom: 40px;
}
.contentsArea #kaitoriArea .textarea {
	background-image: url(../panel/partition/bg_kaitori.jpg);
	background-repeat: no-repeat;
	height: 106px;
}
.contentsArea #kaitoriArea .textarea p {
	float: left;
	padding: 10px 20px 10px 10px;
	width: 555px;
	line-height:1.3em;
}
/*												レイアウト例
---------------------------------------------------------------------------*/
.layout_sample {
	overflow:hidden;
}
.layout_sample .subTextArea {
	padding:5px 12px;
	border:1px solid #ccc;
	background-color:#DCF3DC;
	margin-bottom:20px;
	line-height:1.5em;
}
.layoutNewAlumi {
	margin:0 0 40px;
	overflow:hidden;
}
.layoutNewAlumi .layoutPhoto {
	float:left;
	margin:0 20px 10px 0;
}
.layoutNewAlumi .layoutDrawing {
	float:left;
	text-align:center;
}
/*												レイアウトページ　料金
----------------------------------------------------------------------*/
.layout .layout_sampleList {
	background-color: #333333;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 14px;
	margin-bottom: 10px;
	width: 400px;
	clear:both;
	float:left;
}
.layout .layout_sampleList tr th {
	background-color: #EBEBEB;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom:5px;
}
.layout .layout_sampleList tr td {
	text-align: right;
	padding: 10px 5px 0;
	background-color: #FFF;
}
.layout .layout_sampleList tr td sup {
	vertical-align:super;
	font-size: 9px;
	line-height: 0;
}
.layout. layout_sampleList tr .total {
 font-weight: bold;
 color: #F00;
 font-size: 18px;
}
.layout .layoutPointText {
	float:left;
	margin-left:20px;
	border:1px solid #ccc;
	width:426px;
}
.layout .layoutPointText p {
	padding:10px;
	font-size:14px;
	padding-bottom:10px;
	line-height:1.8em;
}
/*												レイアウトページ　料金
----------------------------------------------------------------------*/


.layout_sample .layoutPoint {
	margin:0 auto 20px;
	width:700px;
	border:1px solid #ccc;
	padding: 20px 75px 0;
}
.layout_sample .layoutPoint dt {
	font-weight:bold;
	margin-bottom:5px;
}
.layout_sample .layoutPoint dd {
	font-size:16px;
	margin:0 0 20px 1em;
	line-height:1.5em;
}
.contentsArea .layout_sample .sample {
	float: left;
}
.contentsArea .layout_sample .sample.clear {
	margin-left:5px;
	clear:both;
}
.contentsArea .layout_sample .sample {
	margin-right:5px;
	margin-bottom:20px;
	position:relative;
	width:280px;
	background-color:#F5F5F5
}
.contentsArea .layout_sample .sample p {
	padding:10px;
	font-size:12px;
	border:1px solid #ccc;
}
.contentsArea .layout_sample .sample p span {
	font-weight:bold;
	font-size:14px;
}
.contentsArea .layout_sample .sample p a {
	background-color: #339900;
	border: 1px solid #339900;
	color: #FFFFFF;
	display: block;
	margin: 10px auto 0;
	padding: 5px;
	text-align: center;
	width: 50%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow:0px 1px 2px #000000;
}
.contentsArea .layout_sample .sample p a:hover {
	background-color: #336600;
	color: #FFFFFF;
}
.contentsArea .layout_sample .sample .layoutPlice {
	position: absolute;
	left: 124px;
	top: 170px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.layout .layout_sample .sample .layoutPlice {
	position: absolute;
	left: 124px;
	top: 200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.layoutPlice span {
	font-size:10px;
	display:block;
	text-align:right;
}
.contentsArea .layout_sample .sample .layoutSampleImage {
	padding: 1px;
	border: 1px solid #666;
	width: 100%;
}
/*									リボン見出し　商品名+中古・新品
-------------------------------------------------------------------*/
.title2 {/*オレンジ*/
	position:relative;
	margin: 10px 99px -42px -3px;
	padding:10px 20px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	box-shadow: 2px 3px 2px 0 rgba(0,0,0,0.2);
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.title2:before {
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 4px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#A86A05;
}
.title3 {/*ブルー*/
	position:relative;
	margin: 10px 80px -42px -3px;
	padding:10px 20px 10px 20px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	box-shadow: 2px 3px 2px 0 rgba(0,0,0,0.2);
	font-weight:bold;
	text-align:center;
	font-size:12px;
	color:#fff;
}
.title3:before {
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 4px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#3d94f6;
}
/*
														よくあるレイアウト例　アルミ
------------------------------------------------------------------------------------*/
.alumi .titlePoint {
	margin-left: -11px;
	margin-top:-10px;
	padding-bottom:20px;
}
.alumi .alumiImage {
	margin:-5px;
	float:left;
}
.alumi .priceAlumiImg {
	float: left;
	margin-left: 8px;
	margin-right: -10px;
	margin-top: -5px;
	text-align: center;
}
.alumi .alumiPoint-textArea p {
	margin:0 auto;
	width:750px;
}
.alumi .colorArea {
	float: left;
	clear:both;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:20px;
}
.alumi .colorFlame {
	float: left;
	text-align:center;
	width:390px;
	margin-top:30px;
}
.alumi .colorFlame img {
	margin: 0 20px;
}
.alumi .colorFlame p {
	font-size:10px;
}
.alumi .alumiPoint-textArea p {
	font-size:16px;
	margin-bottom:10px;
	padding:0 20px 0 0;
	clear:both;
}
.alumi .layoutSample {
	float: left;
	margin-right:10px;
	width:410px;
}
.alumi .layout_sampleList {
	font-size: 14px;
	width: 400px;
	background-color: #333;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 10px;
}
.alumi .layoutSample p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.alumi .layoutPlan {
	text-align: center;
	float: left;
}
.layoutSample span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.layoutPlan span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.alumi .layout_sampleList tr th {
	background-color: #B5E6EE;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.alumi .layout_sampleList tr td {
	text-align: right;
	padding: 5px 5px 0;
	background-color: #FFF;
}
.alumi .layout_sampleList tr td sup {
	vertical-align:super;
	font-size: 9px;
	line-height: 0;
}
.layout_sampleList tr .total {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}
/*										よくあるレイアウト例　スチール
---------------------------------------------------------------------*/
.steel .textArea.white {
	overflow:hidden;
}
.steel .textArea.white p {
	font-size: 14px;
	margin-bottom: 10px;
	/* [disabled]padding: 0 20px 0 0;
*/
}
.steel .layoutSample {
	float: left;
	margin-right:10px;
	width:410px;
}
.steel .layout_sampleList {
	font-size: 14px;
	width: 400px;
	background-color: #333;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 10px;
}
.steel .layoutSample p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.steel .layoutPlan {
	text-align: center;
	/* [disabled]float: left;
*/
}
.steel .layoutPlan p {
	text-align: left;
	/* [disabled]float: left;
*/
}
.steel .layoutSample span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.steel .btnMitumori {
	text-align: center;
}
.steel .btnMitumori p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #F90;
	color: #FFF;
	padding-top: 10px;
}
.layoutPlan span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.steel .layout_sampleList tr th {
	background-color: #B5E6EE;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.steel .layout_sampleList tr td {
	text-align: right;
	padding: 5px 5px 0;
	background-color: #FFF;
}
.steel .layout_sampleList tr td sup {
	vertical-align:super;
	font-size: 9px;
	line-height: 0;
}
.layout_sampleList tr .total {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}
/*													ボタン　中古パーティション
---------------------------------------------------------------------*/
.btn_used {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #268a16;
	padding:9px 70px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #008c00), color-stop(100%, #5ccb19) );
	background:-moz-linear-gradient( center top, #008c00 5%, #5ccb19 100% );
	background:-ms-linear-gradient( top, #008c00 5%, #5ccb19 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008c00', endColorstr='#5ccb19');
	background-color:#5ccb19;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #6e6e6e;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
}
.btn_used:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5ccb19), color-stop(100%, #008c00) );
	background:-moz-linear-gradient( center top, #5ccb19 5%, #008c00 100% );
	background:-ms-linear-gradient( top, #5ccb19 5%, #008c00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ccb19', endColorstr='#008c00');
	background-color:#5ccb19;
}
.btn_used:active {
	position:relative;
	top:1px;
}
/*											噴出し
------------------------------------------------------------------*/
.contentsArea .kodama {
	background-image: url(../panel/partition/staff.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.arrow_box {
	position: relative;
	border: 4px solid #cfcfcf;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color: #ffffff;
	
	padding:10px;
	text-align:center;
}
.arrow_box p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
}
.arrow_box a {
}
.arrow_box a img{
	width:200px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: 4px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
/*.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box:before {
	border-color: rgba(207, 207, 207, 0);
	border-left-color: #cfcfcf;
	border-width: 20px;
	margin-top: -20px;
}*/
/*													施工の流れページ
--------------------------------------------------------------------------*/

.contentsArea #nagare {
	background-image: url(../panel/partition/bg_nagare.jpg);
	background-position: center 51px;
	background-repeat: no-repeat;
	height: 490px;
	width: 862px;
}
.contentsArea #nagare p {
	padding: 10px;
	width: 375px;
	line-height:1.5em;
	font-size:14px;
}
.contentsArea #nagare .btn {
	text-align: center;
	width: 375px;
	margin:0;
}
.koujiCaution {
	padding:10px;
	line-height:1.5em;
	border:1px solid #ccc;
	margin-bottom:40px;
	text-align:center;
}
.koujiCaution p {
	text-align:left;
	font-size:14px;
	padding:5px;
}
.koujiCaution a {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d49b0b;
	padding:10px 62px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f0c911), color-stop(100%, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	background:-ms-linear-gradient( top, #f0c911 5%, #f2ab1e 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	color:#fff;
	display:inline-block;
	text-shadow:0px -1px 0px #ded17c;
	-webkit-box-shadow: 0px 3px 2px -2px #383838;
	-moz-box-shadow: 0px 3px 2px -2px #383838;
	box-shadow: 0px 3px 2px -2px #383838;
	margin: 0;
}
.koujiCaution a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f2ab1e), color-stop(100%, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	background:-ms-linear-gradient( top, #f2ab1e 5%, #f0c911 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
	color:#000;
}
.koujiCaution a:active {
	position:relative;
	top:1px;
}
.flow {
	border: 1px solid #CCC;
	text-align: center;
	width: 820px;
	margin-right: auto;
	margin-left: 10px;
	margin-top:-20px;
	padding:20px 0;
	overflow:hidden;
}
.flowTitle {
	margin-left: -10px;
	margin-top:-40px;
	text-align:left;
}
.nagare .arrow {
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	width: 600px;
	text-align: center;
	clear: both;
}
.flow p {
	padding:10px 20px;
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
}
.flow ul {
	text-align: left;
	padding: 0 20px;
	font-size:14px;
	list-style-position: inside;
	list-style-type: square;
}
.flow ul li {
	margin-bottom: 10px;
	text-indent: 1em;
}
/*													施工の流れ　注意点
--------------------------------------------------------------------------*/

.textAreaWrapp.flowCaution {
}
.textAreaWrapp.flowCaution p {
	font-size:16px;
	margin-bottom:40px;
	line-height:1.5em;
}
.textAreaWrapp.flowCaution .flowCautionImg {
	float: right;
	padding: 2px;
	border: 1px solid #666;
	margin-left:10px;
}
.textAreaWrapp.flowCaution .flowCautionImg2 {
	padding: 2px;
	border: 1px solid #666;
}
.flow .telephone {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.flow .formArea {
	clear: both;
}
.flow .flowImage {
	margin: 10px;
	padding: 2px;
	float: right;
	border: 1px solid #999;
}
.flowCaution p span {
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F90;
}
.layoytTitle {
	display:block;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	padding-bottom:3px;
	padding-top:10px;
	padding-left:1em;
	background:#fff;
}
.layoytTitle a {
	float: right;
	font-size: 12px;
	margin-right: 10px;
	text-align: left;
}
.layoutPriceList {
	clear:both;
	font-size: 12px;
	background-color: #333;
	border-collapse: separate;
	border-spacing: 1px;
	margin:5px 0 0 0;
}
.layoutPriceList sup {
	font-size: 9px;
	line-height: 0;
	vertical-align: super;
}
.layoutPriceList tr th {
	padding: 5px;
	font-weight: bold;
	background-color: #EBEBEB;
}
.layoutPriceList tr .title {
	text-align:center;
}
.layoutNewAlumi .caution {
	text-align: center;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:40px;
}
.layoutNewAlumi .caution p {
	margin: 40px 0 20px;
	line-height:1.5em;
}
.layout_sample .caution {
	text-align: center;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:40px;
}
.layout_sample .caution p {
	margin: 40px 0 20px;
	line-height:1.5em;
}
.layoutPriceList tr td {
	background-color:#fff;
	padding:5px;
	text-align: right;
}
/*												FAX送信フォームページ
-----------------------------------------------------------------------*/
.formSample p {
	text-align: center;
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:10px;
}
.fax .formSample {
	text-align: center;
}
.formBtnArea p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formBtnArea .faxNumber {
	margin-bottom:10px;
	padding:0;
}
.formSample a img {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom:40px;
}
.formBtnArea .faxNumber span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.formSample img {
}
.btnFax {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1d68e0), color-stop(100%, #82b9f5) );
	border: 1px solid #337FED;
	border-radius: 8px;
	box-shadow: 0 3px 2px -1px #6B6B6B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0;
	padding: 9px 30px;
	text-decoration: none;
}
.btnFax:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1d68e0), color-stop(100%, #82b9f5) );
	background:-moz-linear-gradient( center top, #1d68e0 5%, #82b9f5 100% );
	background:-ms-linear-gradient( top, #1d68e0 5%, #82b9f5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d68e0', endColorstr='#82b9f5');
	background-color:#1d68e0;
}
.btnFax:active {
	position:relative;
	top:1px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 130px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
.usedSteel {
	clear:both;
	margin:60px 0 0;
	text-align:center;
}
.usedSteel h3 {
	margin-bottom:10px;
}
.usedSteel h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 1em;
	text-align:center;
	background-color: #F60;
}
.usedSteel p {
	text-align:left;
}
.usedSteel p span {
	font-size:20px;
	font-weight:bold;
	color: #F30;
}




#zumen {
	margin:40px auto 40px;
}
#zumen img {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.layoutBox.zumen .textArea {
	padding:5px;
	font-size: 14px;
	line-height: 170%;
	margin: 0 auto 20px;
}
.layoutBox.zumen h2 {
	text-align:center;
	font-size:27px;
}
.zumen h3 {
	margin:0 0 20px;
	font-weight:normal;
	font-size:16px;
}
.zumen .subTitle {
	text-align:center;
	margin:10px;
}
.zumen .btn_next {
	text-align:center;
}
.zumen .btn_next a {
	background-color: #FF3300;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	width: 100%;
	font-size:18px;
}
.zumenPoint {
	overflow:hidden;
	margin:20px auto;
}
.zumenPoint ul {
	margin:0 auto 40px;
	font-size:14px;
}
.zumenPoint li {
	border-bottom: 1px dashed;
	margin: 0 0 10px 10px;
}
.zumenPoint li::before {
	content: "\f101";
	font-family: FontAwesome;
}
.zumenPoint p {
}
.zumenImg {
	overflow:hidden;
	margin:40px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow:row wrap;
}
.zumenImg h3 {
	flex-basis:100%;
}
.layoutBox.zumen img {
	border: 1px solid #ccc;
}
.zumenImg p {
	flex-basis:45%;
	margin:auto;
	text-align:center;
	font-size:12px;
}
.zumenImg dl {
	text-align:left;
	padding:1em;
}
.zumenImg dt {
	border-bottom:1px solid #399;
	color:#333333;
}
.zumenImg dd {
	font-size:12px;
	margin:0 0 1em;
}
.zumenImg dt:before {
	content: "\f087 ";
	font-family: FontAwesome;
	padding:0 5px 0 0;
}
.zumenBtn .btn_area {
	text-align:center;
}
.zumenBtn .btn_area a {
	background-color: #7bd900;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	width: 100%;
	font-size:18px;
}
.zumenBtn .btn_area a:hover {
	background-color: #68B500;
}
.zumenBtn {
	margin: 40px;
}
.excel_gazou a:last-child {
	background-color: #ff3300;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.layout_template {
	margin:auto;
}
.layout_template .layoutBox .subPicWrap {
	display: flex;
	flex-flow: row wrap;
	text-align: center;
}
.layout_template .layoutBox .subPicWrap .subPic {
	flex-basis: 45%;
	margin: 0 auto 20px;
}
.layout_template .layoutPic {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto 20px;
	text-align: center;
}
.layout_template .layoutPic .mainpic {
	flex-basis: 60%;
}
.layout_template .layoutPic .picText {
	flex-basis: 35%;
	margin:0 auto;
}
.layout_template .layoutPic .picText p {
	text-align:left;
}
.zumenPoint ul {
	float: left;
	font-size:16px;
		width:60%;
}
.zumenPoint li {
	padding:0.5em 1em;
}
.zumenPoint p {
	float: right;
	width:30%;
}
.zumen h3 {
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}


.zumenImg dl {
	text-align:left;
	padding:2em;
}
.zumenImg dd {

	margin:0 0 1.5em;
	padding:1em;
	font-size:14px;
}

.zumenImg dt {
	font-size: 24px;
}

.zumenBtn {
	margin: 40px;
}
.zumenBtn p{
	padding:5px;
	font-size: 14px;
	line-height: 170%;
	margin: 0 auto 20px;
}



.push{
	clear:both;
	text-align:center;
	width:70%;
	display:block;
	margin:auto;
	padding:10px;
	border-radius:20px;
	background-color: #7BD900;
	color: #FFF;
}
.push:hover{
	cursor:pointer;
}
.flowTitle {
	margin-left: -10px;
	margin-top: -40px;
	text-align: left;
	width: 50%;
}
#header h1 {
	color: #8a8a8a;
	/* float: left; */
	font-size: 10px;
	font-weight: normal;
	margin: 20px;
	padding: 5px;
	width: 340px;
	clear: inherit;
	position: absolute;
	left: 200px;
}

.office_case {
	flex-basis: 30%;
	margin-bottom: 10px;
	padding: 5px;
	display: flex;
	flex-flow: column nowrap;
}
.office_case_wrap article h2 {

	font-size: 14px;
}

 }