  @charset "UTF-8";
/* CSS Document */

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
	border: 0;
	outline: 0;
}
body {
	line-height: 1.4;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul,
ul {
	list-style: none;
}
h3,
.h3 {
	font-size: 20px !important;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}
/*p {
	margin: 0!important;
}*/
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
}
a:hover {
	text-decoration: underline;
}

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

ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}
mark {
	color: #000;
	font-weight: bold;
	font-style: italic;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input,
select {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
} /* =10px犁 */
body {
	font-size: 14px;
	font-size: 1.4rem;
} /* =14px */
h1 {
	font-size: 24px;
	font-size: 2.4rem;
} /* =24px */

/* ===============================
		　　TOP
=============================== */
/* -----------------------
		common
----------------------- */
#top #bg-grad {
	background: url(/products/building/img/common/bg-img02.png) 0 0 repeat-x;
}
#top #bg-cg {
	background: url(/products/building/img/common/bg-img01.png) center top no-repeat;
}
#top #wrapper {
	position: relative;
	/*width: 984px;*/
	margin-top: 80px;
	padding: 20px;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
#top #tab li {
	float: left;
	width: 200px;
	margin-right: 4px;
	padding: 12px 0;
	font-weight: bold;
	text-align: center;
	background: #2177b7;
	cursor: pointer;
}
#top #tab li a {
	color: #fff;
}

#top #tab li:hover,
#top #tab li.present {
	padding: 10px 0 12px 0;
	font-weight: bold;
	background: #fff;
	border-top: #2177b7 2px solid;
}
#top #tab li:hover a,
#top #tab li.present a {
	color: #2177b7;
	text-decoration: none;
}

#top #page1,
#top #page2,
#top #page3 {
	padding: 20px 15px;
	background-color: rgba(255, 255, 255, 1) !important;
}
#top #page1 {
	background: url(/products/building/img/common/bg-page01.png) left top no-repeat;
}
#top #page2 {
	background: url(/products/building/img/common/bg-page02.png) left top no-repeat;
}
#top #page3 {
	background: url(/products/building/img/common/bg-page03.png) left top no-repeat;
}

/*TOP_タイトル*/
#top h2 {
	position: absolute;
	top: -70px;
	right: 20px;
	padding: 0;
	background: none;
}

@media only screen and (max-width: 750px) {
	#top h2 {
		position: relative;
		top: auto;
		right: auto;
		margin: 0;
		padding-bottom: 20px;
	}
}

/*TOP_コンテンツ*/
#top #wrapper #content {
	width: 630px;
}

@media only screen and (max-width: 750px) {
	#top .wrapper,
	#pile_foundation_index .wrapper {
		padding-top: var(--headerSPHeight);
	}
	#top #wrapper #content,
	#pile_foundation_index #wrapper #content {
		width: 100%;
		float: none;
	}
}

/* -----------------------
		パンクズ 
----------------------- */
#top #topic-path {
	margin: 0 auto;
	background: url(/products/building/img/common/bg-topic-path.png) 0 0 repeat-x;
}

@media only screen and (max-width: 750px) {
	#top #topic-path,
	#pile_foundation_index #topic-path {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	#top #topic-path li,
	#pile_foundation_index #topic-path li {
		font-size: 14px !important;
	}

	#top #topic-path li a,
	#pile_foundation_index #topic-path li a {
		font-size: inherit !important;
	}
}

/* -----------------------
		page1 
----------------------- */
/*dl*/
#top dl {
	clear: both;
	margin-bottom: 35px;
	padding-bottom: 0px;
	background: none;
}

/*dt h3*/
#top dl h3 {
	clear: both;
}
#top dl h3 div a {
	color: #333333;
}
#top dl h3:after {
	display: block;
	clear: both;
	content: "";
}

#top dl h3 .link03 li {
	margin-right: 0px;
	font-weight: normal;
	font-size: 14px;
}

/*dd*/
#page1 dd .item-icon {
	float: left;
	width: 90px;
}
#page1 dd .item-link {
	float: right;
	width: 515px;
}
#page1 ul.link li {
	margin: 0 25px 10px 0;
	padding-left: 15px;
}
#page1 ul.link li.li_yoko {
	display: inline-block;
}
#page1 ul.link li a {
	color: #333;
}
#page1 ul.link li a span {
	margin-right: 5px;
	font-size: 90%;
}

/* -----------------------
		page2 
----------------------- */
/*喘余からxぶ_map*/
#page2 #use-map {
	position: relative;
}
#page2 ul#balloon li {
	position: absolute;
}

#page2 ul#balloon li a:hover img {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

#page2 ul#balloon li.earthquake {
	top: 26px;
	left: 202px;
}
#page2 ul#balloon li.bolt {
	top: 73px;
	left: 301px;
}
#page2 ul#balloon li.pillar {
	top: 131px;
	left: 316px;
}
#page2 ul#balloon li.parking {
	top: 166px;
	left: 40px;
}
#page2 ul#balloon li.beam {
	top: 203px;
	left: 252px;
}
#page2 ul#balloon li.low_rise {
	top: 203px;
	left: 427px;
}
#page2 ul#balloon li.wall {
	top: 228px;
	left: 341px;
}
#page2 ul#balloon li.roof {
	top: 223px;
	left: 562px;
}
#page2 ul#balloon li.provisional {
	top: 264px;
	left: 25px;
}
#page2 ul#balloon li.insulation {
	top: 273px;
	left: 189px;
}
#page2 ul#balloon li.floor {
	top: 282px;
	left: 274px;
}
#page2 ul#balloon li.equipment {
	top: 289px;
	left: 374px;
}
#page2 ul#balloon li.outside {
	top: 282px;
	left: 510px;
}
#page2 ul#balloon li.construction {
	top: 342px;
	left: 85px;
}
#page2 ul#balloon li.joint {
	top: 338px;
	left: 308px;
}
#page2 ul#balloon li.rc {
	top: 378px;
	left: 231px;
}
#page2 ul#balloon li.design {
	top: 400px;
	left: 15px;
}
#page2 ul#balloon li.plating {
	top: 428px;
	left: 105px;
}
#page2 ul#balloon li.pedestal {
	top: 412px;
	left: 375px;
}
#page2 ul#balloon li.investigation {
	top: 465px;
	left: 32px;
}
#page2 ul#balloon li.basis {
	top: 465px;
	left: 430px;
}

/*喘余からxぶ_box*/
#page2 .box-use {
	margin-top: 50px;
}

/* -----------------------
	 TOP_サイドナビ
----------------------- */
.box-news {
	margin-bottom: 10px;
}
.box-news p.ttl {
	margin-bottom: 0 !important;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	background: #0d75bb;
}
.box-news p.txt {
	padding: 10px;
	border: #0d75bb 5px solid;
	border-top: none;
}

.box-topic {
	margin-bottom: 15px;
	padding: 15px;
	background: #e9f3fa;
}
.box-topic a {
	color: #337ab7 !important;
}
.box-topic p {
	margin-bottom: 10px !important;
}
.box-topic p.ttl {
	margin-bottom: 5px;
	color: #175a90;
	font-weight: bold;
	font-size: 110%;
}
.topic-block {
	padding: 12px 12px 2px;
	background: #ffffff;
	border: 2px solid #d3e7f7;
}

/* ===============================
		　　common 
=============================== */
#wrapper {
	width: 1024px;
	margin: 0 auto;
	font-family: "嗄ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

@media only screen and (max-width: 750px) {
	#top #wrapper,
	#pile_foundation_index #wrapper {
		width: 100%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
}

/*和A_コンテンツ*/
#wrapper #content {
	float: left;
	width: 680px;
}

#wrapper #content h2 {
	margin-top: 0 !important;
	margin-bottom: 20px;
	color: #ffffff !important;
}

.section {
	clear: both;
	margin-bottom: 50px;
}

.clearfix {
	clear: both;
}

.clearfix:after,
.section:after {
	display: block;
	clear: both;
	content: "";
}

.clear {
	clear: both;
}

/* float */
.fl {
	float: left;
}
.fr {
	float: right;
}

/* margin */
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}

.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}

.mb12 {
	margin-bottom: 12px;
}

.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mr15 {
	margin-right: 15px;
}
.ml15 {
	margin-left: 15px;
}

.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}

.mt25 {
	margin-top: 25px;
}
.mb25 {
	margin-bottom: 25px;
}

.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}

.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}

/* padding */
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}

.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}

.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}

.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}

.ptb2 {
	padding: 2px 0;
}

/* ttl */
h2 {
	padding: 12px 10px;
	color: #fff;
	font-weight: bold;
	background: #2f8ace;
}
h2 span {
	display: block;
	padding: 2px 0 3px 20px;
	font-size: 20px;
	line-height: 1.2em;
	background: url(/products/building/img/common/bg-ttl.png) left center no-repeat;
}
h2 .small {
	color: #fff !important;
	font-weight: bold !important;
	font-size: 14px !important;
	line-height: 1.8em !important;
}

h3 {
	margin-bottom: 20px !important;
	padding-bottom: 8px !important;
	font-weight: bold;
	font-size: 20px;
	background: url(/products/building/img/common/bg-sttl.png) left bottom no-repeat;
}
h4 {
	margin-bottom: 10px !important;
	padding-left: 13px;
	color: #175b90 !important;
	font-size: 18px !important;
	background: url(/products/building/img/common/bg-h4.png) left center no-repeat;
}

h5.bg_blue {
	width: 12em;
	margin-bottom: 10px;
	padding: 3px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #2f8ace;
}
h5.border_blue {
	width: 12em;
	margin-bottom: 10px;
	padding: 3px;
	color: #2f8ace;
	font-size: 15px;
	text-align: center;
	background: #eff9ff;
	border: #2f8ace 2px solid;
}
h6 {
	margin-bottom: 8px !important;
	color: #175b90 !important;
	font-size: 14px !important;
}
h6.h6_02 {
	color: #2f8ace;
}

h6.h6_03 {
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom: #2177b7 2px solid;
}

h6.h6_03 p.sttl {
	float: left;
	width: 5em;
	margin-right: 10px;
	padding: 5px 3px 3px 3px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background: #2177b7;
}

h6.h6_03 p.txt {
	float: left;
	padding-top: 3px;
}

h7 {
	color: #175b90;
	font-weight: bold;
}

/* 猟忖 */
sup {
	font-size: 80%;
	vertical-align: middle;
}
em {
	font-style: normal;
}
.txt_l {
	text-align: left !important;
}
.txt_r {
	text-align: right !important;
}
.txt_c {
	text-align: center !important;
}
.small {
	font-size: 80%;
}
.txt-red {
	color: #ed0800;
}

/*ヘッダ`ダミ`*/
.header {
	height: 112px;
	text-align: center;
	background: url(/products/building/img/header_bg.png) left top repeat-x;
}

/*フッタ`ダミ`*/
.footer {
	clear: both;
	height: 206px;
	text-align: center;
	background: url(/products/building/img/footer_bg.png) left top repeat-x;
}

/* -----------------------
		パンクズ 
----------------------- */
/*和A*/
#topic-path {
	margin: 0 auto 30px;
	padding: 8px 0;
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
	background: #f6f6f6;
}
#topic-path ul {
	width: 1024px;
	margin: 0 auto;
}

#topic-path ul li {
	float: left;
	font-size: 12px !important;
}

#topic-path ul li a {
	margin-right: 10px;
	padding-right: 10px;
	background: url(/products/building/img/common/icon_arrow01.png) right center no-repeat;
}

/* -----------------------
		 
----------------------- */
.box01,
.box03 {
	padding: 20px;
	border: #eeeeee 5px solid;
}

.border-color01 {
	border-color: #d5ecfd !important;
}

.border-color02 {
	border-color: #ffd0d4 !important;
}

.box02 {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 290px;
	padding: 15px;
	border: #eeeeee 5px solid;
}

dl {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(/products/building/img/common/line-dot.png) left bottom repeat-x;
}
.border_dot {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(/products/building/img/common/line-dot.png) left bottom repeat-x;
}

.box03 dl {
	clear: none;
	width: 305px;
}

dl.last,
.box02 dl {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: none;
}

.box01 dt,
.box02 dt,
.box03 dt {
	margin-bottom: 12px;
}

.box01 h5,
.box03 h5 {
	padding-left: 7px;
	font-size: 18px;
	line-height: 1.3;
	border-left: #2889d1 4px solid;
}

.box02 h5 {
	margin-bottom: 12px;
	padding-left: 7px;
	font-size: 18px;
	line-height: 22px;
	border-left: #2889d1 4px solid;
}

.box01 h5 a,
.box02 h5 a,
.box01 h5 a:visited,
.box02 h5 a:visited {
	color: #333333;
	text-decoration: underline;
}

.box01 h5 a:hover,
.box02 h5 a:hover {
	text-decoration: none;
}

.box01 h5 span,
.box01 h3 span {
	font-size: 90%;
}

.box01 dd {
	clear: both;
}

.box_inner {
	margin-top: 25px;
	padding: 20px;
	border: #eeeeee 2px solid;
}
.box_inner02 {
	margin-top: 10px;
	padding: 20px;
	border: #eeeeee 2px solid;
}

.box_inner h6,
.box_inner02 h6 {
	color: #2f8ace;
}

/*アイコンつきリスト*/

.dl-icon dt {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
}
.dl-icon dd {
	float: right;
	clear: none;
	width: 617px;
}

.box01 .dl-icon dd {
	width: 565px;
}

.dl-icon h4 {
	margin-bottom: 12px;
	padding-left: 0px;
	font-size: 18px;
	line-height: 20px;
	background: none;
}

.dl-icon h4 soan {
	font-size: 90%;
}

.dl-icon h4 a,
.dl-icon h4 a:visited {
	color: #175b90;
	text-decoration: underline;
}
.dl-icon h4 a:hover {
	text-decoration: none;
}

.dl-icon h5 {
	padding-bottom: 5px;
	padding-left: 0;
	border-left: none;
}

/*喘余からxぶ*/
.box-use {
	margin-top: 70px;
	font-size: 90%;
	border: #bbbbbb 1px solid;
}
.box-use ul {
	float: left;
	margin: 15px 10px 0;
}
.box-use li {
	margin-bottom: 15px;
	padding-left: 10px;
	background: url(/products/building/img/common/icon_arrow02.png) left top no-repeat;
}

/* -----------------------
		table 
----------------------- */
.tbl01 {
	width: 100%;
	font-size: 90%;
	text-align: center;
	table-layout: fixed;
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
}
.tbl01 th {
	padding: 6px 4px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #c1dff5;
	border-top: #888888 1px solid;
	border-right: #888888 1px solid;
}

.tbl01 td {
	padding: 6px 2px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #ffffea;
	border-top: #888888 1px solid;
	border-right: #888888 1px solid;
	word-break: break-all;
}

.tbl02 {
	font-size: 90%;
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
}

.tbl02 td {
	padding: 5px;
	vertical-align: middle;
	border-top: #888888 1px solid;
	border-right: #888888 1px solid;
}

.tbl03 {
	width: 100%;
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
}
.tbl03 th {
	padding: 6px 4px;
	font-weight: normal;
	text-align: center;
	background: #c1dff5;
	border-top: #888888 1px solid;
	border-right: #888888 1px solid;
}
.tbl03 td {
	padding: 6px 4px;
	font-weight: normal;
	text-align: center;
	border-top: #888888 1px solid;
	border-right: #888888 1px solid;
}

.tbl04 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 75%;
	border-top: #888888 1px solid;
	border-right: #888888 1px solid;
}
.tbl04 th {
	font-weight: normal;
	background: #efefef;
}
.tbl04 th,
.tbl04 td {
	padding: 2px 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
}

.tbl05,
.tbl06 {
	width: auto;
	margin-top: 10px;
	font-size: 80%;
	border: none;
}

.tbl05 {
	font-size: 100%;
}
.tbl06 {
	font-size: 75%;
}

.tbl05 td,
.tbl06 td {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border: none;
}

td.vertical-mid {
	vertical-align: middle !important;
}

/* -----------------------
	リンク
----------------------- */
ul.link li {
	padding-left: 10px;
	background: url(/products/building/img/common/arrow-nav01.png) left center no-repeat;
}
ul.link li.window a {
	padding-right: 20px;
	background: url(/products/building/img/common/icon_window01.png) right center no-repeat;
}

ul.link02 li {
	float: left;
	margin-right: 15px;
	padding-left: 10px;
	background: url(/products/building/img/common/arrow-nav01.png) left center no-repeat;
}

ul.link03 li {
	float: left;
	margin-right: 15px;
	padding: 5px 10px;
	background: #2177b7;
}
ul.link03 li a {
	padding-left: 10px;
	color: #ffffff;
	background: url(/products/building/img/common/arrow-nav01_on.png) left center no-repeat;
}
ul.link03 li a:hover,
ul.link04 li a:hover {
	text-decoration: none;
}
ul.link03 li:hover,
ul.link04 li:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

ul.link04 li {
	padding: 5px 10px;
	background: #2177b7;
}
ul.link04 li a {
	padding-left: 10px;
	color: #ffffff !important;
	background: url(/products/building/img/common/arrow-nav01_on.png) left center no-repeat !important;
}

dl.group_link,
dl.group_link02 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	background: none;
}

dl.group_link dt {
	float: left;
	width: 84px;
	margin: 0 10px 0 0;
	padding: 4px 4px;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.3em;
	text-align: center;
	background: #2f8ace;
}

dl.group_link dd {
	float: left;
	clear: none;
	width: 525px;
}
,
dl.group_link02 dd {
	clear: none;
}
dl.group_link dd p,
dl.group_link02 dd p {
	margin-bottom: 5px;
	font-weight: bold;
}
dl.group_link02 dd p span {
	font-weight: normal;
}

.box_inner dl.group_link dd {
	width: 475px;
}

/* ===============================
		  サイドナビ 
=============================== */

#wrapper #sidebar {
	float: right;
	width: 284px;
}

@media only screen and (max-width: 750px) {
	#top #wrapper #sidebar,
	#pile_foundation_index #sidebar {
		width: 100%;
		float: none;
	}
}

.btn-building {
	margin-bottom: 12px;
}

#side-navi {
	margin-bottom: 14px;
	border: #dedede 4px solid;
}

.bun-use {
	margin-bottom: 60px;
	padding-top: 14px;
	border-top: #dddddd 3px solid;
}
.bun-item {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: #dddddd 3px solid;
}

.bnr-area li {
	margin-bottom: 7px;
}

/*アコ`ディオン*/
#sidebar a {
	color: #333333;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar .menu {
	position: relative;
	display: block;
	padding: 14px 10px;
	font-size: 16px;
	line-height: 1em;
	border-bottom: #d2d2d2 1px solid;
	cursor: pointer;
}

#sidebar a.menu span {
	padding-left: 20px;
	background: url(/products/building/img/common/arrow-nav01.png) left center no-repeat;
}

#sidebar .cur a.menu {
	color: #ffffff;
	background-color: #1976b9;
	border-top: #145e94 1px solid;
}

#use #sidebar .cur a.menu span {
	background-image: url(/products/building/img/common/arrow-nav01_on.png) !important;
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar a.active {
	color: #ffffff;
	background-color: #1c5d8e;
	border-top: #145e94 1px solid;
}

#sidebar a.active span,
#sidebar .cur a.menu span {
	padding-left: 20px;
	background: url(/products/building/img/common/arrow-nav01_cur.png) left center no-repeat;
}

#sidebar ul.inner li {
	padding: 10px 10px 10px 25px;
	font-size: 14px;
	line-height: 1.4em;
	border-bottom: #d2d2d2 1px dashed;
	cursor: pointer;
}
#sidebar ul.inner li.last {
	border-bottom: #d2d2d2 1px solid;
}

#sidebar ul.inner li span {
	display: block;
	padding-left: 15px;
	background: url(/products/building/img/common/arrow-nav02.png) left center no-repeat;
}

#sidebar a.menu:hover {
	color: #ffffff;
	background-color: #186bab;
}

#sidebar a.menu:hover span {
	padding-left: 20px;
	background: url(/products/building/img/common/arrow-nav01_on.png) left center no-repeat;
}

#sidebar ul.inner li:hover {
	background-color: #d5ebfc;
}

#sidebar ul.inner li:hover span {
	color: #2177b7;
	background: url(/products/building/img/common/arrow-nav02_cur.png) left center no-repeat;
}

#sidebar .child {
	display: none;
}

#sidebar .cur .child {
	display: block;
}

@media only screen and (max-width: 750px) {
	#top .bnr-area img,
	#pile_foundation_index .bnr-area img,
	#top .box-topic-list-movie img,
	#top .bun-use img,
	#pile_foundation_index .bun-use img,
	#pile_foundation_index .btn-construction img,
	#top #sidebar img[src*=btn-topics] {
		width: 100%;
		height: auto;
	}
}

/*common*/
.note {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}

#tab ul#mod-tabnav {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
h3 {
	margin-top: 0 !important;
}
h3 ul {
	margin-bottom: 0 !important;
}

/* ===============================
		弖惈丱仏`
=============================== */

.floating-banner {
	position: fixed;
	right: 3%;
	bottom: 43%;
	z-index: 99999;
}

.floating-banner button {
	position: absolute;
	top: -10px;
	right: -15px;
	background: none;
	border: none;
}

.floating-banner button:hover {
	opacity: 0.7;
}

/* ===============================
		pdfリンク┗馨杏あり
=============================== */
.c-pdf-link {
	display: block;
	padding: 10px;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	background: #0d75bb;
}

.c-pdf-link.-x2 {
	width: 310px;
}

.box-topic .c-pdf-link {
	color: #fff !important;
}

.c-pdf-link.-cyan {
	background: #0fc9b0;
}

.c-pdf-link:hover {
	color: #fff !important;
	opacity: 0.7;
}

/* ===============================
		TOPのh2燕幣
=============================== */
#wrapper #content .c-heading-lv2 {
	position: initial;
	padding: 12px 10px;
	color: #fff;
	font-weight: bold;
	background: #2f8ace;
}

/* ===============================
		gりzみC嬬
=============================== */

/*.search_content {
	position: fixed;
	right: 3%;
	bottom: 10%;
	z-index: 99999;
	width: 192px;
	padding: 10px;
	background: rgba(33, 119, 183, 0.8);
}*/

.search_content_heading {
	margin-bottom: 10px !important;
	padding: 0 !important;
	color: #fff;
	font-size: 18px !important;
	line-height: 1.4;
	text-align: center;
	background: none;
}

.search_content_heading:after {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 8px;
	background: #fff;
	content: "";
}

.search_box_heading {
	position: relative;
	margin-bottom: 6px !important;
	padding-left: 15px !important;
	color: #fff !important;
	font-size: 15px !important;
	background: none;
}

.search_box_heading:before {
	position: absolute;
	top: 20%;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	content: "";
}

.search_box_label_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}

.search_box_label_wrap label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(33.3333% - 5px);
	margin: 5px 0 0 5px;
	padding: 3px 5px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	background: transparent;
	border: solid 1px #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search_box_label_wrap label.active {
	color: #4c91c5;
	background: #fff;
}

.search_box_label_wrap label:hover {
	color: #4c91c5;
	background: #fff;
}

.is-hide {
	display: none;
}

#page1 ul.link li.li_yoko.is-hide {
	display: none;
}

.search_box input[type="radio"] {
	display: none;
}

.btn-link-common {
	display: inline-block;
	width: 250px;
	padding: 5px 10px;
	color: #fff !important;
	font-weight: bold;
	background: #2177B7;
}

.article {
	display: flex;
	justify-content: space-between;
}

.article_img {
    text-align: center;
}

.article_text {
    width: max-content;
	margin-top: 10px;
}

/* ------------------------------------------
	　　　	寄骸J協瞳匯E
------------------------------------------ */
.grant-tbl01 {
	margin: 0 auto;
	border-top: #888 1px solid;
	border-right: #888 1px solid;
}

.grant-tbl01 th,
.grant-tbl01 td {
	padding: 6px 4px;
	border-bottom: #888 1px solid;
	border-left: #888 1px solid;
	vertical-align: middle;
	text-align: center;
}

.grant-tbl01 th.light-blue { background:#8FE0ED; }
.grant-tbl01 td.light-blue { background:#DCF5F9; }

.grant-tbl01 th.purple { background:#B1BBDB; }
.grant-tbl01 td.purple	 { background:#E0E4F2; }

.grant-tbl01 th.orange { background:#FFAD99; }
.grant-tbl01 td.orange { background:#FFE3DC; }

.grant-tbl01 th.green { background:#99DBAE; }
.grant-tbl01 td.green { background:#D8F0E0; }


.attention {
	font-size: 16px;
    font-weight: bold;
    border: 1px solid #FF0004;
	margin-bottom: 25px;
}
.attention a {
    color: #FF0004;
	display:inline-block;
    padding: 2px 10px 4px;
}
.attention a:hover {
    color: #FF0004;
}
.attention .ttl {
	display:inline-block;
	color:#fff;
	background:#FF0004;
    padding: 2px 10px 4px;
}