@charset "utf-8";

/* common
----------------------------------------------------*/
/* 汎用クラス */
@media screen and (max-width: 767px) {
.bdTN_sp { border-top: none !important; }
.bdT_sp_2 { border-top: 2px solid #dedede !important; }
.bdB_sp_2 { border-bottom: 2px solid #dedede !important; }
.bdB_sp { border-bottom: 1px solid #dedede !important; }
}

/* レイアウト */
@media screen and (max-width: 767px) {
.grid  > .grid-mod {
	margin-bottom: 0;	
}
	.grid-mod > .txt01 {
		margin: 0 10px;
	}
}

/* 見出しH1 */
.h1_basic01Wrap,
.h1_basic02Wrap {
	position: relative;
}
	.h1_basic01Wrap .dpLinkTop01,
	.h1_basic02Wrap .dpLinkTop01 {
		margin-top: 10px;
	    position: absolute;
	    right: 10px;
	    top: 0px;
	}
@media screen and (max-width: 767px) {
.h1_basic01Wrap,
.h1_basic02Wrap {
    padding: 25px 10px 30px;
}
	.h1_basic01Wrap .h1_basic01,
	.h1_basic02Wrap .read {
		padding-top: 10px;
	}
}
/* メインビジュアル */
.mv {
	margin-bottom: 20px;
}

/* セクション */
.dpSection01 {
	margin-top: 0;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.dpSection01 {
	margin-bottom: 0;
}
	.dpSection01 > .grid > .grid-mod {
		margin-bottom: 0;
	}
}

/* 見出しh2 */
.dpSection01 .h2_basic01Wrap {
	margin-top: 0;
	padding-top: 0;
}	
	.dpSection01 .h2_basic01Wrap .h2_basic01 {
		display: inline-block;
		vertical-align: bottom;
	}
	.dpSection01 .h2_basic01Wrap .ul_arrow01 {
		margin: 0;
		display: inline-block;
		padding: 0 0 6px 20px;
		vertical-align: bottom;
	}
		.dpSection01 .h2_basic01Wrap .ul_arrow01 li {
			margin: 0;
			padding-left: 15px;
		}
@media screen and (max-width: 979px) {
.dpSection01 .h2_basic01Wrap.mt45_tb {
	margin-top: 45px;
}
}
@media screen and (max-width: 767px) {
.dpSection01 .h2_basic01Wrap {
	margin-top: 45px;
}
.h2_basic01Wrap.mb00_sp + .grid > .grid-mod:first-child > .indexBox01 {
	border-top: none;	
}
}

/* 説明文 */
.explain  {
}
/* 説明文右横のボタン */
.dpInquiryBtn01 li a.btn01 {
	margin-top: 15px;	
}
.explain .txt01:first-child,
.dpInquiryBtn01 li:first-child a.btn01 {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
/* 説明文 */
.explain  {
}
	.explain .note01 {
		margin: 30px 10px 0;
	}
/* 説明文右横のボタン */
.dpInquiryBtn01 {
	margin-top: 20px;
}
	.dpInquiryBtn01 li {
		position: relative;
	}
		.dpInquiryBtn01 li a.btn01 {
			margin: 0;
			padding: 10px 0 8px;
			height: auto;
			background: none;
			border-width: 2px 0 0;
		}
		.dpInquiryBtn01 li a.btn01:after {
			content: url(/common/images/ico_arrow_l01_2x.png);
			-webkit-transform: scale(0.5);
			-moz-transform: scale(0.5);
			margin-top: -12px;
			position: absolute;
			top: 50%;
			right: 10px;
		}
			.dpInquiryBtn01 li a.btn01 span {
				padding: 0 36px 0 10px;	
			}
}

/* バナー */
@media screen and (max-width: 767px) {
.indexBox01Wrap {
	margin-top: 0;
	border-bottom: 2px solid #dedede;
}
}

/* 見出しボタン */
.indexBox01 {
}
	.indexBox01 .h3_arrow01.fzM {
		font-size: 100%;
		background-position: 0 0.35em;
	}
.indexBox01.dpBtn01 {
	padding: 0;
}
.dpList01 + .dpBtn01 {
	margin-top: 30px;
}
	.indexBox01.dpBtn01 .h3_arrow01 {
		display: table;
		padding: 0;
		width: 100%;
		height: 56px;
		background-position: 15px center !important;
	}
		.indexBox01.dpBtn01 .h3_arrow01 > a {
			display: table-cell;
			padding: 0 15px 0 36px;
			vertical-align: middle;
		}
@media screen and (max-width: 767px) {
.indexBox01,
.indexBox01Wrap > ul > li:first-child .indexBox01 {
	border-top: 2px solid #dedede;
	border-bottom: none;
}
.dpList01 + .dpBtn01 {
	margin-top: 0;
}
	.indexBox01.dpBtn01 .h3_arrow01 {
		padding: 10px;
		height: auto;
	}
		.indexBox01.dpBtn01 .h3_arrow01 > a {
			padding: 0;	
		}
}

/* 見出しボタン下のリスト */
.dpListTit01 {
	margin: 15px 5px 0 17px;
	font-weight: 600 !important;
}
.dpList01 {
	margin: 15px 5px 0 17px;
}
@media screen and (max-width: 767px) {
.dpListTit01 {
	margin: 0;
	padding: 10px 10px 0;	
}
.dpList01 {
	border-top: 1px solid #dedede;
	margin: 0;
	padding: 10px 10px 0;
}
.dpListTit01 + .dpList01 {
	border-top: none;	
}
}

/* お知らせ */
.grid .dl_news01 dt,
.grid .dl_news01 dd {
	float: none;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.grid .dl_news01 dt,
.grid .dl_news01 dd {
	padding-left: 10px;
}

.h2_basic01Wrap {
}
	.h2_basic01Wrap .h2_basic01 {
		display: inline-block;
		font-size: 128.57%;
	}
	.indexNewsLink01 {
		margin-top: -30px;
		border-bottom: 2px solid #dedede;
	}
		.indexNewsLink01 li {
			font-size: 114.28%;
			font-weight: 600 !important;
		}
}

/* PDF */
@media screen and (max-width: 767px) {
.boxReader.box01 {
	margin-bottom: 0;	
}
}



/* index.html
----------------------------------------------------*/

#mainimg {
	background-color: #000;
	background-image: url(/products/dp/images/mainimg_dp_01.jpg);
}
html>/**/body #mainimg {
	background-image/*\**/: url(/products/dp/images/mainimg_dp_01_legacy.jpg)\9;
}
	#mainimg .inner h1 {
		color: #fff;
	}
	#mainimg .read {
		color: #fff;
	}
.dpSection00 {
	margin-bottom: 25px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	.dpSection00 > .grid > .mainBnr01{
		float: none;
		width: 66.7%;
	}
	.dpSection00 > .grid > .lowerPageNavi01{
		float: none;
		width: 668px;
	}
	.dpSection00 > .grid > .lowerPageNavi01 .w1per2 {
		width: 33.3%;
	}

	.dpSection01 > .grid > .dpSectionNews01{
		float: none;
		width: 100%;
	}
	.dpSection01 > .grid > .dpSectionCatalog01 {
		float: none;
		width: 100%;
	}
	.dpSection01 > .grid > .dpSectionCatalog01 > .dpSectionCatalog01In {
		width: 66.7%;
	}

	.indiv_mt00_tb { margin-top: 0 !important;}
	.indiv_mb17_tb { margin-bottom: 17px !important;}
	.indiv_AH01 { overflow: visible !important;}
}
@media screen and (max-width: 767px) {
#mainimg {
	background-image: url(/products/dp/images/mainimg_dp_01_sp.jpg);
	background-color: transparent;
}
#mainimg .read {
	color: #333;
}
.dpSection00 {
	margin-bottom: 0;
}
}
.imgBd {
	border: 1px solid #ccc;	
}




/* crawler/index.html
----------------------------------------------------*/
.crawlerFigure01 + .crawlerFigure01 { margin-top: 16px;}
@media screen and (max-width: 767px) {
.crawlerFigure01 { margin: 0 10px;}
}

.crawlerTxt01 { margin: 0;}




/* kaseihin/index.html, antiseismic_rubber/index.html
----------------------------------------------------*/
.indexBox01 .inner .fltImg.indivSmall {
	float: left;
	margin-right: 15px;
	width: 70px;
}

.indexBox01 .inner .indivImgBox01 .h3_arrow01 {
	overflow: hidden;
	padding-left: 15px;
}

.indexBox01 .inner .indivImgBox01 + .content > p {
	margin-top: 9px;
}
.indivMl85 { margin-left: 85px;}

@media screen and (max-width: 979px) {
.indexBox01 .inner .indivImgBox01 {
	display: table;
	width: 104%;
    overflow: hidden;
	vertical-align: middle;
}

.indexBox01 .inner .fltImg.indivSmall {
	margin-right: 8px;
	width: 65px;
}

.indexBox01 .inner .indivImgBox01 .h3_arrow01 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
	background: url("/common/images/ico_arrow_l01.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.indivMl85 { margin-left: 0;}
}


@media screen and (max-width: 767px) {
.indiv_w50per_sp { width: 50%; margin-left: 10px; max-width: 204px; }
	.indiv_w50per_sp img { width: 100%; height: auto; }
}



/* pushmaster/index.html
----------------------------------------------------*/
@media screen and (max-width: 979px) and (min-width: 768px) {
	.dpSection01 > .grid > .dpSectionPMbnr01 {
		width: 66.7%;
	}
	.dpSection01 > .grid > .dpSectionPMlogin01 {
		width: 33.3%;
	}
}


