@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTopBox {
	position: relative;
}

.pageTop {
	position: absolute;
	right: 20px;
	top: -64px;
	width: 65px;
	height: 64px;
}

.pageTop.fix {
	position: fixed;
	right: 20px;
	top: auto;
	bottom: 0;
}

.pageTop a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 40px;
	padding: 25px 0 24px;
	background: #e5e5e6;
	position: relative;
	z-index: 1001;
}

.pageTitle h2 {
	margin: 0 auto;
	max-width: 988px;
	font-size: 24px;
	font-weight: normal;
}

.pageTitle .infoBox {
	margin: 0 auto;
	max-width: 988px;
}

.pageTitle .infoBox h2 {
	float: left;
}

.pageTitle .infoBox .secLink {
	margin: -6px 0;
	float: right;
}

.pageTitle .infoBox .secLink a {
	margin-right: -13px;
	padding: 10px 20px 8px 22px;
	display: block;
	width: 271px;
	font-size: 16px;
	border: 2px solid #000;
	box-sizing: border-box;
	background: #fff url(/product/construction/handbook/img/common/icon03.gif) no-repeat right 20px center;
}

.pageTitle .infoBox .secLink a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .hideTxt {
	display: none;
	font-size: 16px;
	margin-bottom: 20px;
}

#main .comBox .tableTop {
	border-top: solid #000 3px;
	border-bottom: solid #000 2px;
}

#main .comBox .tableTop li {
	padding: 13px 0 10px;
	width: 200px;
	float: left;
	font-size: 16px;
	text-align: center;
	position: relative;
}

#main .comBox .tableTop li:after {
	border: #bfbfbf solid 1px;
	width: 0;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
}

#main .comBox .tableTop li:last-child:after {
	border: none;
}

#main .comBox .tableTop li .link {
	display: inline-block;
	padding-right: 26px;
	background: url(/product/construction/handbook/img/common/link_top.gif) right 2px no-repeat;
}

#main .comBox .tableTop li .link:hover {
	opacity: 0.7;
}

#main .comBox .tableTop li .link.DESC {
	background: url(/product/construction/handbook/img/common/link_btm.gif) right 2px no-repeat;
}

#main .comBox .listUl.on:nth-child(2n-1) {
	background-color: #f5f2e9;
}

#main .comBox .listUl {
	display: none;
	width: 100%;
	font-size: 16px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

#main .comBox .listUl.show {
	display: table;
	opacity: 1;
}

#main .comBox .listUl > li {
	padding: 20px 0 16px;
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: center;
}

#main .comBox .listUl > li:last-child {
	padding-top: 11px;
}

#main .comBox .listUl ul li {
	margin: 0 3.5px 8px;
	display: inline-block;
}

#main .comBox .listUl li .pdfLink {
	padding: 5px 0 5px 35px;
	width: 110px;
	letter-spacing: -0.5px;
	display: inline-block;
	text-align: center;
	font-size: inherit;
	background: url(/product/construction/handbook/img/common/pdfLink.png) left center no-repeat;
}

#main .comBox .listUl li .pdfLink01 {
	text-align: left;
}

#main .comBox .listUl li .pdfLink:hover {
	text-decoration: underline;
}

#main .comBox .listUl li .contact a {
	margin-top: -1px;
	padding: 5px 30px 5px 6px;
	display: inline-block;
	color: #A2000A;
	font-size: 14.5px;
	line-height: 1.2;
	background: #fff url(/product/construction/handbook/img/common/window.gif) center right 8px no-repeat;
	border: #a2000a solid 1px;
}

#main .comBox .listUl li .contact a:hover {
	opacity: 0.7;
}

#main .comBox .more {
	padding-top: 30px;
	text-align: center;	
}

/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
.popCover {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	background-color: #fff;
	opacity: 0.9;
}

.popCover02 {
	z-index: 1000;
}

.popupBox {
	display: none;
	margin-left: -375px;
	position: absolute;
	top: 241px;
	left: 50%;
	width: 749px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 999;
}

.popupBox .title {
	padding: 27px 10px 27px 0;
	color: #fff;
	font-size: 30px;
	position: relative;
	text-align: center;
	letter-spacing: -1px;
	background-color: #4D4D4D;
}

.popupBox .title .close {
	right: 52px;
	position: absolute;
}

.popupBox .title .close a {
	padding: 2px 43px 2px 0;
	display: inline-block;
	color: #fff;
	letter-spacing: -1px;
	background: url(/product/construction/handbook/img/common/icon05.png) no-repeat right center;
	background-size: 
}

.popupBox .title .close a:hover {
	opacity: 0.7;
}

.popupBox .title01 {
	padding: 25px 50px 27px 50px;
	font-size: 26px;
	text-align: left;
	background-color: #000;
}

.popupBox .title02 {
	padding: 25px 50px 27px 50px;
	font-size: 26px;
	text-align: left;
	background-color: #000002;
}

.popupBox .title03 {
	padding: 25px 50px 27px 50px;
	font-size: 26px;
	text-align: left;
	background-color: #A4000B;
}

.popupBox .infoBox {
	padding: 42px 50px 25px;
}

.popupBox .infoBox01 {
	padding: 39px 50px 29px 50px;
	background-color: #F5F2E9;
}

.popupBox .top {
	margin-bottom: 19px;
	color: #AA080F;
	font-size: 25px;
}

.popupBox .top .note {
	color: #000;
	font-size: 14px;
}

.popupBox .checkList {
	margin-bottom: 25px;
}

.popupBox .checkList > li {
	float: left;
	width: 300px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.popupBox .checkList > li.hide {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.popupBox .checkList > li:nth-child(2n) {
	float: right;
}

.popupBox .checkList > li ul li {
	padding: 10px 0 8px;
	font-size: 20px;
	border-bottom: 2px solid #7F7F7F;
}

.popupBox .checkList > li ul li:last-child {
	border: none;
}

.popupBox .checkList > li ul li input {
	display: none;
	padding: 0;
	margin: 0;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}

.popupBox .checkList > li ul li input[type="checkbox"] + label {
	padding: 2px 0 0 32px;
	background: url(/product/construction/handbook/img/common/check_box01_bg.png) no-repeat 2px center;
	background-size: 19px 19px;
}

.popupBox .checkList > li ul li input[type="checkbox"]:checked + label {
	background: url(/product/construction/handbook/img/common/check_box02_bg.png) no-repeat 2px center;
	background-size: 19px 19px;
}

.popupBox .btn {
	width: 97px;
	float: right;
	text-align: center;
}

.popupBox .btn a {
	padding: 8px 0 5px;
	display: block;
	font-size: 21px;
	border: 2px solid #000;
	background-color: #fff;
}

.popupBox .btn a:hover {
	opacity: 0.7;
}

.popupBox .btn01 {
	padding-top: 4px;
	width: 80px;
}

.popupBox .btn01 a {
	padding: 6px 0 3px;
	font-size: 18px;
}

.popupBox .link {
	margin-top: -4px;
	float: right;
	width: 96px;
	text-align: center;
}

.popupBox .link a {
	padding: 10px 15px 7px 0;
	display: block;
	color: #fff;
	font-size: 21px;
	background: #A4000B url(/product/construction/handbook/img/common/icon06.png) no-repeat right 16px center;
}

.popupBox .link a:hover {
	opacity: 0.7;
}

.popupBox .title03 .link a {
	background: #000 url(/product/construction/handbook/img/common/icon06.png) no-repeat right 16px center;
}

:placeholder-shown {
	color: #999;
	font-weight: normal;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

:-moz-placeholder {
	color: #999;
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: #999;
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		right: 15px;
	}
	
	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	.pageTitle {
		padding: 25px 15px 24px;
	}
	
	.pageTitle .infoBox .secLink a {
		margin: 0;
		width: 230px;
	}
	
	#main .comBox .tableTop li {
		width: 20%;
	}
	
	#main .comBox .listUl ul li img {
		width: 35px;
	}
	
	.popupBox {
		margin-left: -350px;
		width: 700px;
	}
	
	.popupBox .checkList > li {
		width: 48%;
	}
	
	.popupBox .checkList > li ul li {
		font-size: 18px;
	}
}

@media all and (max-width: 767px) {
	#main .hideTxt {
		font-size: 12px;
		margin: 20px;
	}

	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		top: -36px;
		padding-right: 0;
		max-width: inherit;
		width: 37px;
		height: 36px;
		right: 25px;
	}
	
	.pageTop img {
		width: 37px;
	}

	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	.pageTitle {
		margin-bottom: 15px;
		padding: 8px 6px 11px;
		background-color: #EFEFEF;
	}
	
	.pageTitle h2 {
		max-width: inherit;
		font-size: 14px;
		text-align: center;
	}
	
	.pageTitle .infoBox {
		margin: 0 auto;
		max-width: inherit;
	}

	.pageTitle .infoBox h2 {
		float: none;
	}

	.pageTitle .infoBox .secLink {
		margin: 11px -6px 0;
		float: none;
	}
	
	.pageTitle .infoBox .secLink a {
		margin-right: 0;
		padding: 10px 20px 8px 22px;
		width: 100%;
		color: #fff;
		font-size: 15px;
		border: none;
		text-align: center;
		background: #4D4D4D;
	}
	
	.pageTitle .infoBox .secLink span {
		padding: 5px 20px 5px 0;
		display: inline-block;
		letter-spacing: -1px;
		background: url(/product/construction/handbook/img/common/sp_icon01.png) no-repeat right center;
		background-size: 14px auto;
	}
	
	.pageTitle01 {
		padding-bottom: 0;
	}
	
	/*------------------------------------------------------------
		comBox
	------------------------------------------------------------*/	
	#main .comBox .order {
		margin-bottom: 27px;
		position: relative;
		text-align: right;
		font-size: 11px;
		background-color: #fff;
	}
	
	#main .comBox .order .link {
		margin: 6px 6%;
		display: inline-block;
		padding-right: 15px;
		background: url(/product/construction/handbook/img/common/link_btm.gif) right center no-repeat;
		background-size: 10px 10px;
	}
	
	#main .comBox .order .link.on {
		background: url(/product/construction/handbook/img/common/link_top.gif) right center no-repeat;
		background-size: 10px 10px;
	}
	
	#main .comBox .order01 {
		display: none;
		width: 100%;
		position: absolute;
		top: 27px;		
		background-color: #fff;
		z-index: 10;
		border-top: #D9D9D9 solid 1px;
		border-bottom: #000 solid 2px;
	}
	
	#main .comBox .order01 ul {
		float: right;
		margin: 5px 6%;
	}
	
	#main .comBox .order01 ul li {
		margin-left: 25px;
	}
	
	#main .comBox .order01 ul li .orderLink {
		padding-right: 18px;
		font-size: 13px;
		background: url(/product/construction/handbook/img/common/link_black.gif)  no-repeat center right;
		background-size: 15px 15px;
	}
	
	#main .comBox .order01 ul li .orderLink.DESC {
		background: url(/product/construction/handbook/img/common/link_black01.gif)  no-repeat center right;
		background-size: 15px 15px;
	}
	
	#main .comBox .order01 ul li {
		display: inline-block;
	}
	
	#main .comBox .listUl {
		margin: 0 auto 12px;
		padding: 0 5% 12px;
		width: 77%;
		font-size: 10px;
		background-color: #fff !important;
	}
	
	#main .comBox .listUl.show {
		display: block;
	}
	
	#main .comBox .listUl > li {
		margin-bottom: 3px;
		padding: 0;
		display: inline-block;
		width: auto;
		text-align: left;
	}
	
	#main .comBox .listUl > li:first-child {
		padding: 12px 0 1px;
		display: block;
		width: auto;
		border-bottom: #000 solid 2px;
	}
	
	#main .comBox .listUl li .pdfLink {
		padding: 5px 0 5px 20px;
		width: auto;
		font-size: 13px;
		text-align: left;
		background-size: 14px 16px;
		background-position: left top 5px;
	}
	
	#main .comBox .listUl > li:nth-child(2) {
		width: 27.78%;
	}
	
	#main .comBox .listUl > li:nth-child(4) {
		margin-bottom: 20px;
		display: block;
	}
	
	#main .comBox .listUl ul li {
		margin: 3px 5px 3px 0;
		width: 9%;
	}
	
	#main .comBox .listUl ul li img {
		width: 100%;
		height: auto;
	}
	
	#main .comBox .listUl li .pdfLink:hover {
		text-decoration: none;
	}
	
	#main .comBox .listUl > li:last-child {
		float: right;
		display: block;
		font-size: 11px;
	}
	
	#main .comBox .listUl > li:last-child p {
		display: inline-block;
		margin-right: 2px;
	}
	
	#main .comBox .listUl > li:last-child .contact {
		display: inline-block;
	}
	
	#main .comBox .listUl > li:last-child .contact a {
		padding: 5px 22px 5px 5px;
		font-size: inherit;
		background-size: 14px 11px;
		background-position: center right 5px;
	}	
	
	#main .comBox .listUl > li .addBox {
		margin-bottom: 10px;
	}

	#main .comBox .more {
		padding-top: 8px;
	}
	
	#main .comBox .more img {
		margin: 0 auto;
	}
	
	/*------------------------------------------------------------
		popupBox
	------------------------------------------------------------*/
	.popupBox {
		display: none;
		margin-left: 0;
		position: absolute;
		top: 119px;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	
	.popupBox .title {
		padding: 13px 10px 13px 0;
		font-size: 15px;
		position: relative;
		letter-spacing: -1px;
		background-color: #4D4D4D;
	}
	
	.popupBox .title .close {
		right: 27px;
	}
	
	.popupBox .title .close a {
		padding-right: 22px;
		letter-spacing: -1px;
		background: url(/product/construction/handbook/img/common/icon05.png) no-repeat right center;
		background-size: 14px auto;
	}
	
	.popupBox .title .close a:hover {
		opacity: 0.7;
	}
	
	.popupBox .title01 {
		padding: 13px 25px 13px;
		font-size: 13px;
		background-color: #000;
	}
	
	.popupBox .title02 {
		padding: 13px 25px 13px;
		font-size: 13px;
		background-color: #000002;
	}
	
	.popupBox .title03 {
		padding: 13px 25px 13px;
		font-size: 13px;
		background-color: #A4000B;
	}
	
	.popupBox .infoBox {
		padding: 21px 23px 12px;
	}
	
	.popupBox .infoBox01 {
		padding: 21px 23px 15px;
	}
	
	.popupBox .top {
		margin-bottom: 10px;
		font-size: 12.5px;
	}
	
	.popupBox .top .note {
		color: #000;
		font-size: 7px;
	}
	
	.popupBox .checkList {
		margin-bottom: 15px;
	}
	
	.popupBox .checkList > li {
		width: 46.5%;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	
	.popupBox .checkList > li:nth-child(2n) {
		float: right;
	}
	
	.popupBox .checkList > li ul li {
		padding: 5px 0 3px;
		font-size: 10px;
		border-bottom: 1px solid #7F7F7F;
	}
	
	.popupBox .checkList > li ul li:last-child {
		border: none;
	}
	
	.popupBox .checkList > li ul li input {
		display: none;
		padding: 0;
		margin: 0;
		height: 10px;
		width: 10px;
		vertical-align: middle;
	}
	
	.popupBox .checkList > li ul li input[type="checkbox"] + label {
		padding: 5px 0 5px 17px;
		background: url(/product/construction/handbook/img/common/check_box01_bg.png) no-repeat 2px center;
		background-size: 10px 10px;
	}
	
	.popupBox .checkList > li ul li input[type="checkbox"]:checked + label {
		background: url(/product/construction/handbook/img/common/check_box02_bg.png) no-repeat 2px center;
		background-size: 10px 10px;
	}
	
	.popupBox .btn {
		width: 50px;
	}
	
	.popupBox .btn a {
		padding: 4px 0 3px;
		font-size: 10.5px;
		border: 1px solid #000;
	}
		
	.popupBox .btn01 {
		padding-top: 4px;
		width: 42px;
	}
	
	.popupBox .btn01 a {
		padding: 4px 0 3px;
		font-size: 9px;
	}
	
	.popupBox .link {
		margin-top: -3px;
		width: 47px;
	}
	
	.popupBox .link a {
		padding: 4px 8px 4px 0;
		font-size: 10.5px;
		background: #A4000B url(/product/construction/handbook/img/common/icon06.png) no-repeat right 8px center;
		background-size: 3px auto; 
	}

	.popupBox .title03 .link a {
		background: #000 url(/product/construction/handbook/img/common/icon06.png) no-repeat right 8px center;
		background-size: 3px auto; 
	}
}




