@charset "UTF-8";
/*
page.css
2017.04.20
*/

/*  mainContentsWrap */
/*_______________________________________________________________ */

/*  -------------------- common */
#mainContentsWrap {
/*	width: 700px;
	float: right;
*/
}

#mainContentsWrap h3.title {
	font-size: 26px;
	color: #292f89;
	margin-bottom: 25px;
}

#mainContentsWrap h3.title span{
	padding-right: 5px;
}

#mainContentsWrap .registered {
	position: relative;
	top: -14px;
	font-size: 14px;
}

#mainContentsWrap img {
	max-width: 100%;
	height: auto;
}

#mainContentsWrap .catalog_list img {
	height: -webkit-fill-available;
}

#mainContents table.type03 th.w8per {
	width: 8%;
}

#mainContents section {
	overflow: hidden;
}

/*  -------------------- index */
#index .introduction {
	overflow: hidden;
	margin-left: -14px;
	margin-bottom: 21px;
}

#index .introduction li {
	padding-left: 14px;
	padding-bottom: 14px;
}

#index h3.title {
	font-size: 26px;
	color: #292f89;
	margin-top: 35px;
	margin-bottom: 20px;
}

#index .left li {
	float: left;
}

#index .bottom {
	margin-bottom: 40px;
}

#index #customer {
	background: #f5f5f5;
	margin-bottom: 40px;
}

#index #customer h3 {
	font-size: 24px;
	text-align: center;
	padding: 14px 0 8px;
}

#index #customer ul {
	overflow: hidden;
	width: 920px;
	margin: auto;
	padding-bottom: 30px;
}

#index #customer li {
	width: 220px;
	background: #ffffff;
	margin-right: 13px;
	padding: 8px 8px 18px 8px;
}

#index #customer li.last {
	margin-right: 0px;
}

#index #customer h4 {
	font-size: 16px;
	color: #353f7e;
	text-align: center;
	padding: 5px;
}

#index #customer small {
	font-size: 19px;
}

/*  -------------------- index slider */
#index .wideslider {
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

#index .wideslider ul,
#index .wideslider ul li {
	width: 960px;
	float: left;
	display: inline;
	overflow: hidden;
}

#index .wideslider ul li img {
	width: 100%;
	display: none;
}

#index .wideslider_base {
	top: 0;
	position: absolute;
}

#index .wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}

#index .slider_prev,
#index .slider_next {
	top: 10;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	opacity: 1.0;
}

#index .slider_prev {
	background: #fff url(../img/header/btn_prev.png) no-repeat;
	background-position: 86% 50%;
}

#index .slider_next {
	background: #fff url(../img/header/btn_next.png) no-repeat;
	background-position: 14% 50%;
}

#index .pagination {
	top: 184px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

#index .pagination a {
	margin: 45px 6px 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background: gray;
}

#index .pagination a.active {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

/*  -------------------- index slider ClearFixElements*/
#index .wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#index .wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*  -------------------- index add202303*/

#index .inq-btn{
	/* position: absolute; */
	margin: 5px;
}

/*  -------------------- navContent */
#silver .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_silver.jpg?20240958375) no-repeat;
	height: 51px;
	width: 159px;
}

#silver .navContent li.feature a {
	background-position: 0 0;
}

#silver .navContent li.feature a:hover,
#silver .navContent li.feature a.active {
	background-position: 0 0;
	background-position: 0 -51px;
}

#silver .navContent li.mechanism a {
	background-position: -159px 0;
	margin-right: 1px;
}

#silver .navContent li.mechanism a:hover,
#silver .navContent li.mechanism a.active {
	background-position: -159px -51px;
}

#silver .navContent li.investigation a {
	background-position: -320px 0;
	margin-right: 1px;
}

#silver .navContent li.investigation a:hover,
#silver .navContent li.investigation a.active {
	background-position: -320px -51px;
}

#silver .navContent li.date a {
	background-position: -480px 0;
	margin-right: 1px;
}

#silver .navContent li.date a:hover,
#silver .navContent li.date a.active {
	background-position: -480px -51px;
}

#silver .navContent li.howTo a {
	background-position: -640px 0;
	margin-right: 1px;
}

#silver .navContent li.howTo a:hover,
#silver .navContent li.howTo a.active {
	background-position: -640px -51px;
}

#silver .navContent li.faq a {
	background-position: -800px 0;
}

#silver .navContent li.faq a:hover,
#silver .navContent li.faq a.active {
	background-position: -800px -51px;
}

#silver .sectionInner .ctr80 {
	width: 80%;
	margin: 0 auto;
}
#silver .sectionInner .ctr70 {
	width: 70%;
	margin: 0 auto;
}

#silver .sectionInner .img_left {
	float: left;
	width: 249px;
	height: 327px;
}

#silver .sectionInner .img_right {
	float: right;
	margin-top: 24px;
	width: 357px;
	height: 327px;
}

#silver .sectionInner #m_top {
	margin-top: -8px;
}

#silver .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#silver .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#silver .modal_h3{
background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}

#silver .modal_h5{
	border-left: 4px #2360bd solid;
    color: #2360bd;
    padding-left: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

#silver .imgArea{width: 318px;}

#silver .txtArea{width: 360px;}

#silver .experiment{
	width: 85%;
    margin: auto;
}
#silver .result{
	width: 85%;
    margin: auto;
}

#silver .modal_right{
	display: block;
    float: right;
}
#silver .modal_left{
	display: block;
    float: left;
}

#silver .imgCaption{
    margin-top: -20px;
    padding: 0 14px;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

#silver .modalw75{
	width: 75%;
    margin: auto;
}
#silver .modalw85{
	width: 85%;
    margin: auto;
}
#silver .modalw90{
	width: 90%;
    margin: auto;
}

#silver .modalcaption{
	margin-top: 10px;
    padding: 0 2px;
}

#silver .arrowBottom{
    padding: 10px;
}


#housewrap .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_house.jpg?20240958375) no-repeat;
	height: 51px;
	width: 159px;
}

#housewrap .navContent li.feature a {
	background-position: 0 0;
}

#housewrap .navContent li.feature a:hover,
#housewrap .navContent li.feature a.active {
	background-position: 0 0;
	background-position: 0 -51px;
}

#housewrap .navContent li.mechanism a {
	background-position: -159px 0;
	margin-right: 1px;
}

#housewrap .navContent li.mechanism a:hover,
#housewrap .navContent li.mechanism a.active {
	background-position: -159px -51px;
}

#housewrap .navContent li.investigation a {
	background-position: -320px 0;
	margin-right: 1px;
}

#housewrap .navContent li.investigation a:hover,
#housewrap .navContent li.investigation a.active {
	background-position: -320px -51px;
}

#housewrap .navContent li.date a {
	background-position: -480px 0;
	margin-right: 1px;
}

#housewrap .navContent li.date a:hover,
#housewrap .navContent li.date a.active {
	background-position: -480px -51px;
}

#housewrap .navContent li.howTo a {
	background-position: -640px 0;
	margin-right: 1px;
}

#housewrap .navContent li.howTo a:hover,
#housewrap .navContent li.howTo a.active {
	background-position: -640px -51px;
}

#housewrap .navContent li.faq a {
	background-position: -800px 0;
}

#housewrap .navContent li.faq a:hover,
#housewrap .navContent li.faq a.active {
	background-position: -800px -51px;
}

#housewrap .pdf {
	margin-top: 10px;
}

#housewrap .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}
#housewrap .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#housewrap .modal_h3{
background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}
#housewrap .modal_h4 {
	text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
#housewrap .modalw75{
	width: 75%;
    margin: auto;
}
#housewrap .modalw85{
	width: 85%;
    margin: auto;
}
#housewrap .modalw90{
	width: 90%;
    margin: auto;
}
#housewrap .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#housewrap .modal_right{
	display: block;
    float: right;
}
#housewrap .modal_left{
	display: block;
    float: left;
}


#drainwrap .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_drain.jpg?20240958375) no-repeat;
	height: 51px;
	width: 191px;
}

#drainwrap .navContent li.feature a {
	background-position: 0 0;
	margin-right: 1px;
}

#drainwrap .navContent li.feature a:hover,
#drainwrap .navContent li.feature a.active {
	background-position: 0 -51px;
}

#drainwrap .navContent li.investigation a {
	background-position: -192px 0;
	margin-right: 1px;
}

#drainwrap .navContent li.investigation a:hover,
#drainwrap .navContent li.investigation a.active {
	background-position: -192px -51px;
}

#drainwrap .navContent li.date a {
	background-position: -385px 0;
	margin-right: 1px;
}

#drainwrap .navContent li.date a:hover,
#drainwrap .navContent li.date a.active {
	background-position: -385px -51px;
}

#drainwrap .navContent li.howTo a {
	background-position: -576px 0;
	margin-right: 1px;
}

#drainwrap .navContent li.howTo a:hover,
#drainwrap .navContent li.howTo a.active {
	background-position: -576px -51px;
}

#drainwrap .navContent li.faq a {
	background-position: -770px 0;
	margin-right: 1px;
}

#drainwrap .navContent li.faq a:hover,
#drainwrap .navContent li.faq a.active {
	background-position: -770px -51px;
}

#drainwrap .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#drainwrap .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#drainwrap .modal_h3{
background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}
#drainwrap .modal_h4 {
	text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
#drainwrap .modalw75{
	width: 75%;
    margin: auto;
}
#drainwrap .modalw85{
	width: 85%;
    margin: auto;
}
#drainwrap .modalw90{
	width: 90%;
    margin: auto;
}

#roofliner .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_roof.jpg?20240958375) no-repeat;
	height: 51px;
	width: 239px;
}

#roofliner .navContent li.feature a {
	background-position: 0 0;
	margin-right: 1px;
}

#roofliner .navContent li.feature a:hover,
#roofliner .navContent li.feature a.active {
	background-position: 0 -51px;
}

#roofliner .navContent li.date a {
	background-position: -240px 0;
	margin-right: 1px;
}

#roofliner .navContent li.date a:hover,
#roofliner .navContent li.date a.active {
	background-position: -240px -51px;
}

#roofliner .navContent li.howTo a {
	background-position: -481px 0;
	margin-right: 1px;
}

#roofliner .navContent li.howTo a:hover,
#roofliner .navContent li.howTo a.active {
	background-position: -481px -51px;
}

#roofliner .navContent li.faq a {
	background-position: -721px 0;
	margin-right: 1px;
}

#roofliner .navContent li.faq a:hover,
#roofliner .navContent li.faq a.active {
	background-position: -721px -51px;
}

#roofliner #mainContents .column.only {
	position: relative;
	height: 230px;
}

#roofliner #mainContents .column.only .btn {
	position: absolute;
	width: 280px;
	height: 50px;
	bottom: 0;
}

#roofliner #mainContents .column.only .left .btn {
	left: 32px;
	top: 169px
}

#roofliner #mainContents .column.only .right .btn {
	right: 32px;
	top: 169px
}

#roofliner #mainContents .title_only {
	margin-top: 34px;
}

#roofliner .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#roofliner .modal_h3{
background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}
#roofliner .modal_h4 {
	text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
#roofliner .modalw85{
	width: 85%;
    margin: auto;
}
#roofliner .modalw90{
	width: 90%;
    margin: auto;
}
#roofliner .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#roofliner .modal_right{
	display: block;
    float: right;
}
#roofliner .modal_left{
	display: block;
    float: left;
}


#flushing .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
    margin: 15px 0;
}

#flushing .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#flushing .modal_h3{
background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}
#flushing .modal_h4 {
	text-align: center;
    font-weight: bold;
    margin-top: 20px;
}


#stretchGuard .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#stretchGuard .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#stretchGuard .modal_h3{
	background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}

#stretchGuard .modal_h5{
	border-left: 4px #2360bd solid;
    color: #2360bd;
    padding-left: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}


#stretchGuardRoll .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#stretchGuardRoll .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#stretchGuardRoll .modal_h3{
	background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}

#stretchGuardRoll .modal_h5{
	border-left: 4px #2360bd solid;
    color: #2360bd;
    padding-left: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

#smart .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#smart .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#smart .modal_h3{
	background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}

#smart .modal_h5{
	border-left: 4px #2360bd solid;
    color: #2360bd;
    padding-left: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}


#flexwrap .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_nf.jpg?20240958375) no-repeat;
	height: 51px;
	width: 174px;
}

#flexwrap .navContent li.feature a {
	background-position: 0 0;
	margin-right: 1px;
}

#flexwrap .navContent li.feature a:hover,
#flexwrap .navContent li.feature a.active {
	background-position: 0 -51px;
}

#flexwrap .navContent li.date a {
	background-position: -175px 0;
	margin-right: 1px;
}

#flexwrap .navContent li.date a:hover,
#flexwrap .navContent li.date a.active {
	background-position: -175px -51px;
}

#flexwrap .navContent li.howTo a {
	background-position: -351px 0;
	margin-right: 1px;
}

#flexwrap .navContent li.howTo a:hover,
#flexwrap .navContent li.howTo a.active {
	background-position: -351px -51px;
}

#flexwrap .navContent li.faq a {
	background-position: -526px 0;
	margin-right: 1px;
}

#flexwrap .navContent li.faq a:hover,
#flexwrap .navContent li.faq a.active {
	background-position: -526px -51px;
}

#waterprooftape .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_tape.jpg?20240958375) no-repeat;
	height: 51px;
	width: 159px;
}

#waterprooftape .navContent li.waterprooftape a {
	background-position: 0 0;
	margin-right: 1px;
}

#waterprooftape .navContent li.waterprooftape a:hover,
#waterprooftape .navContent li.waterprooftape a.active {
	background-position: 0 -51px;
}

#waterprooftape .navContent li.acrylic a {
	background-position: -160px 0;
}

#waterprooftape .navContent li.acrylic a:hover,
#waterprooftape .navContent li.acrylic a.active {
	background-position: -160px -51px;
}

#waterprooftape .navContent li.btyl a {
	background-position: -320px 0;
}

#waterprooftape .navContent li.btyl a:hover,
#waterprooftape .navContent li.btyl a.active {
	background-position: -320px -51px;
}

#waterprooftape .navContent li.acrylic_half a {
	background-position: -480px 0;
}

#waterprooftape .navContent li.acrylic_half a:hover,
#waterprooftape .navContent li.acrylic_half a.active {
	background-position: -480px -51px;
}

#waterprooftape .navContent li.silver_tape a {
	background-position: -640px 0;
}

#waterprooftape .navContent li.silver_tape a:hover,
#waterprooftape .navContent li.silver_tape a.active {
	background-position: -640px -51px;
}

#waterprooftape .navContent li.faq a {
	background-position: -800px 0;
}

#waterprooftape .navContent li.faq a:hover,
#waterprooftape .navContent li.faq a.active {
	background-position: -800px -51px;
}


#waterprooftape #mainContents #tab03 table th.only {
	width: 72%;
}

#waterprooftape #mainContents #tab02 .caption a {
	text-decoration: underline;
	color: #3a78c8;
}

#waterprooftape #mainContents #tab02 .caption a:hover {
	text-decoration: none;
}



#stretchGuard .navContent li a,
#stretchGuardRoll .navContent li a,
#flushing .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_add.jpg?2024091395739) no-repeat;
	height: 51px;
	width: 239px;
}

#stretchGuard .navContent li.tabNav__item_01 a,
#stretchGuardRoll .navContent li.tabNav__item_01 a,
#flushing .navContent li.tabNav__item_01 a {
	background-position: 0 0;
	margin-right: 1px;
}

#stretchGuard .navContent li.tabNav__item_01 a:hover,
#stretchGuard .navContent li.tabNav__item_01 a.active,
#stretchGuardRoll .navContent li.tabNav__item_01 a:hover,
#stretchGuardRoll .navContent li.tabNav__item_01 a.active,
#flushing .navContent li.tabNav__item_01 a:hover,
#flushing .navContent li.tabNav__item_01 a.active {
	background-position: 0 -51px;
}

#stretchGuard .navContent li.tabNav__item_02 a,
#stretchGuardRoll .navContent li.tabNav__item_02 a,
#flushing .navContent li.tabNav__item_02 a {
	background-position: -240px 0;
	margin-right: 1px;
}

#stretchGuard .navContent li.tabNav__item_02 a:hover,
#stretchGuard .navContent li.tabNav__item_02 a.active,
#stretchGuardRoll .navContent li.tabNav__item_02 a:hover,
#stretchGuardRoll .navContent li.tabNav__item_02 a.active,
#flushing .navContent li.tabNav__item_02 a:hover,
#flushing .navContent li.tabNav__item_02 a.active {
	background-position: -240px -51px;
}

#stretchGuard .navContent li.tabNav__item_03 a,
#stretchGuardRoll .navContent li.tabNav__item_03 a,
#flushing .navContent li.tabNav__item_03 a {
	background-position: -480px 0;
	margin-right: 1px;
}

#stretchGuard .navContent li.tabNav__item_03 a:hover,
#stretchGuard .navContent li.tabNav__item_03 a.active,
#stretchGuardRoll .navContent li.tabNav__item_03 a:hover,
#stretchGuardRoll .navContent li.tabNav__item_03 a.active,
#flushing .navContent li.tabNav__item_03 a:hover,
#flushing .navContent li.tabNav__item_03 a.active {
	background-position: -480px -51px;
}

#stretchGuard .navContent li.tabNav__item_04 a,
#stretchGuardRoll .navContent li.tabNav__item_04 a,
#flushing .navContent li.tabNav__item_04 a {
	background-position: -720px 0;
	margin-right: 1px;
}

#stretchGuard .navContent li.tabNav__item_04 a:hover,
#stretchGuard .navContent li.tabNav__item_04 a.active,
#stretchGuardRoll .navContent li.tabNav__item_04 a:hover,
#stretchGuardRoll .navContent li.tabNav__item_04 a.active,
#flushing .navContent li.tabNav__item_04 a:hover,
#flushing .navContent li.tabNav__item_04 a.active {
	background-position: -720px -51px;
}

/*
#stretchGuardRoll .navContent li a{
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_GuardRoll.jpg) no-repeat;
	height: 51px;
	width: 319px;
}

#stretchGuardRoll .navContent li.tabNav__item_01 a{
	background-position: 0 0;
	margin-right: 1px;
}

#stretchGuardRoll .navContent li.tabNav__item_01 a:hover,
#stretchGuardRoll .navContent li.tabNav__item_01 a.active {
	background-position: 0 -51px;
}

#stretchGuardRoll .navContent li.tabNav__item_02 a{
	background-position: -320px 0;
	margin-right: 1px;
}

#stretchGuardRoll .navContent li.tabNav__item_02 a:hover,
#stretchGuardRoll .navContent li.tabNav__item_02 a.active{
	background-position: -320px -51px;
}

#stretchGuardRoll .navContent li.tabNav__item_03 a{
	background-position: -640px 0;
	margin-right: 1px;
}

#stretchGuardRoll .navContent li.tabNav__item_03 a:hover,
#stretchGuardRoll .navContent li.tabNav__item_03 a.active {
	background-position: -640px -51px;
}
*/


/*  -------------------- mainContents common */
#mainContents {
	border: #1666ce 2px solid;
	padding: 30px 20px;
}

#mainContents .alingLeft {
	/* text-align: left !important; */
	float: left;
}

#mainContents .alingCenter {
	text-align: center !important;
}

#mainContents .alingRight {
	text-align: right !important;
}

#mainContents .sectionInner {
	padding: 0 10px;
}

#mainContents .caption {
	color: #737373;
	font-size: 11px;
	line-height: normal;
	text-align: center;
}

#mainContents .caption.tableCaption {
	text-align: right;
}

#mainContents .kome {
	padding-left: 1em;
	text-indent: -1em;
}

/**/

/*  -------------------- mainContents p */
#mainContents .txt {
	/* margin: 20px 0 30px; */
	padding: 0 12px;
	line-height: normal;
}

#mainContents .txt.headSentence {
	margin: 0 0 30px;
}

#mainContents .txt a {
	text-decoration: underline;
	color: #3a78c8;
}

#mainContents .txt a:hover {
	text-decoration: none;
}

#mainContents .btn {
	text-align: center;
	margin-bottom: 30px;
	line-height: normal;
}

#mainContents .productData .btn {
	margin: 15px 0;
}

#mainContents .banner {
	text-align: center;
}

#mainContents .img {
	text-align: center;
	margin: 50px 0 30px;
}

#mainContents .img2 {
	padding-top: 70px;
	text-align: center;
	margin: 20px auto;
}

#mainContents .video {
	margin: 20px auto 30px;
	display: block;
}

/*  -------------------- mainContents h */
#mainContents .logo {
	position: relative;
	/* bottom: -6px; */
	margin-right: 4px;
	margin-left: 2px;
	top: 7px;
}

#mainContents h2 {
/*	height: 57px;
	background: url(../../product/silver/img/feature/bg_h2.jpg) no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 23px;
	padding-left: 15px;
	padding-top: 10px;
*/
	line-height: 1.7 !important;
    background: #F2F2F2 !important;
    border-left: 3px solid #DE163D;
    border-bottom: 1px solid #ACACAC !important;
    padding: 10px 0px 10px 15px;
    margin: 30px 0;
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 1.3rem;
}

#mainContents #double {
	height: 57px;
	background: url(../../product/silver/img/feature/bg_h2.jpg) no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 19px;
	padding-left: 15px;
	padding-top: 2px;
	line-height: 1.3em;
}

#mainContents h3 {
	font-size: 20px;
	margin: 30px 0 15px;
	padding: 0 0 5px 20px;
	border-bottom: #dbdbdb solid 1px;
}

#mainContents .sectionList h3 {
	font-size: 16px;
	border-bottom: 0;
	padding: 0;
}

#mainContents #tab01 h3 strong {
	font-size: 24px;
	margin: 0 4px 0 2px;
}

#mainContents #tab04 h3 {
	margin: 15px 0;
}

#mainContents .productData h4 {
	font-size: 13px;
	margin: 30px 0 10px;
	padding-left: 25px;
	background: url(../img/content/icon_attention.gif) no-repeat top left;
	line-height: 17px
}

/*  -------------------- mainContents li */
#mainContents .floatList li {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	padding: 0 3px;
}

#mainContents .floatList li.last {
	margin-right: 0;
}

#mainContents .normalList li {
	padding-left: 17px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: normal;
}

#mainContents .normalList li.last {
	margin-bottom: 0;
}

#mainContents .normalList li:before {
	content: "●";
	margin-left: -12px;
	margin-right: 5px;
	display: inline-block;
}

#mainContents .normalList.type02 li:before {
	content: "・";
}

#mainContents .recommendation {
	margin: 30px 0;
}

#mainContents .no_bottom {
	margin-bottom: 0 !important;
}

/*  -------------------- mainContents table type01 */
#mainContents table {
	/* margin-top: 20px;
	margin-bottom: 5px; */
	margin: 20px 0 5px 70px;
	width: 680px;
}

#mainContents table th {
	padding: 15px 0;
	text-align: center;
	background: #f6f6f6;
	width: 120px;
	border: #dbdbdb solid 1px;
	font-weight: normal;
	vertical-align: middle;
}

#mainContents table td {
	border: #dbdbdb solid 1px;
	text-align: center;
	vertical-align: middle;
}

#mainContents table strong {
	font-size: 26px;
	font-weight: normal;
	position: relative;
	top: 5px;
}

#mainContents table .borderLeftNo {
	border-left: none !important;
}

#mainContents table .borderRightNo {
	border-right: none !important;
}

#mainContents table .borderDot {
	border-left: 1px #dbdbdb dotted;
	border-right: 1px #dbdbdb dotted;
}

#mainContents table .bgColorNo {
	background: none;
}

/*  -------------------- mainContents table type02 */
#mainContents table.type02 th {
	padding: 5px 0;
}

#mainContents table.type02 .head {
	text-align: center;
	padding: 5px 20px;
	/* width: 200px; */
}

/*  -------------------- mainContents table type03 */
#mainContents table.type03 {
	width: 78%;
	margin :10px auto;
}

#mainContents table.type03 th {
	border-left: 0;
	width: 30%;
	background: #e7eef7;
}

#mainContents table.type03 td {
	border-right: 0;
	text-align: left;
	padding: 20px;
}

#mainContents table.type03 .first td {
	font-weight: bold;
}

/*  -------------------- mainContents table type04 */
#mainContents table.type04 {
	width: 78%;
	margin :10px auto;
}

#mainContents table.type04 th {
	background: #f9f99a;
}

#mainContents table.type04 td {
	padding: 20px;
	text-align: left;
}

#mainContents table.type04 td.textCenter {
	text-align: center;
	line-height: 2em;
}

#mainContents table.type05 {
	margin :auto;
}

#mainContents .tbl_sc {
	overflow-x: auto;
    padding-bottom: 15px;
}

/*  -------------------- mainContents dl.question */
#mainContents .question dt {
	padding-left: 50px;
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
	background: url(../../product/silver/img/faq/icon_question.gif) no-repeat left top;
	font-weight: bold;
}

#mainContents .question dd {
	padding-left: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #dbdbdb dotted;
	background: url(../../product/silver/img/faq/icon_answer.gif) no-repeat left top;
	line-height: normal;
}

#mainContents .question dd.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}

/*  -------------------- mainContents column */
#mainContents .column .left {
	width: 49%;
	float: left;
}

#mainContents .column .right {
	width: 49%;
	float: right;
}

#mainContents .column .left.txtArea {
	/* width: 370px; */
	width: 58%;
}

#mainContents .column .right.photoArea {
	width: 250px;
	margin: 20px 0;
}

#mainContents .column.type02 {
	width: 93%;
	margin: 0 auto 20px;
}

#mainContents .column.type02 .left {
	width: 19%;
	float: left;
}

#mainContents .column.type02 .right {
	width: 80%;
	float: right;
}

#mainContents .column .left .type02 img {
	margin-bottom: 5px;
}

/*  -------------------- mainContents sectionList */
#mainContents .sectionList {
	border-bottom: #BABABA 1px dotted;
	/* padding: 0 0 30px; */
	margin: 30px auto;
}

#mainContents .sectionList.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

#mainContents .sectionList .orange {
	color: #ff6633;
}

#mainContents .sectionList .blue {
	color: #1666ce;
}

#mainContents .sectionList .iconNo {
	position: relative;
	/*top: 8px;*/
	top: -5px;
	margin-right: 5px;
}
#mainContents .sectionList .references1 {
	width: 62%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#mainContents .sectionList .references2 {
	width: 72%;
    margin: 10px auto;
}
/*  -------------------- mainContents innerBox */
#mainContents .innerBox {
	border: #bfbfbf 1px solid;
	padding: 25px;
	margin: 20px 0;
}

#mainContents .innerBox h4 {
	margin-bottom: 15px;
	font-size: 16px;
	margin-left: 20px;
}

/*  -------------------- Product drainwrap */
#drainwrap #mainContents .border {
	/* width: 605px; */
	width: 80%;
	border: #bfbfbf 1px solid;
	margin: 0 auto 40px;
	overflow: hidden;
	padding: 15px 35px;
}

#drainwrap #mainContents {
	overflow: hidden;
}

#drainwrap #mainContents small {
	font-size: 16px;
}

#drainwrap .col3 {
	width: calc(100% / 3);
}

#drainwrap .w49 {
	width: 49%;
}

#drainwrap div.mrg20 {
	margin: 20px;
}

#drainwrap .mrg-b20 {
	margin-bottom: 20px;
}

#drainwrap p.img {
	text-align: center;
    margin: 20px 0 30px;
}

#drainwrap div.left {
	float: left;
}

#drainwrap div.right {
	float: right;
}

#drainwrap #tab01 div.left {
	width: 245px;
}

#drainwrap #tab01 div.right {
	width: 245px;
}

#drainwrap #tab01 #mainContents .sectionInner p.txt:nth-child(1) {
	margin-bottom: 10px;
}

#drainwrap #mainContents .sectionInner div .blue {
	font-size: 16px;
	font-weight: bold;
	color: #1666ce;
	margin: 18px 4px -10px 2px;
}

#drainwrap #mainContents .sectionInner div .txt:nth-child(3) {
	/* text-align: left;
	width: 225px;
	padding: 0; */
	margin-top: -26px;
}

#drainwrap .sectionInner .border .txt {
	font-size: 100%;
	color: #333;
	font-weight: normal;
}

#drainwrap .sectionInner {
	margin-bottom: 40px;
}

#drainwrap .width300 {
	width: 300px;
}

#drainwrap .width480 {
	width: 480px;
}

#drainwrap .dateColumn {
	margin-top: -16px;
}

/*  -------------------- Product flexwrap */
#flexwrap #mainContents .imgSection {
	text-align: left;
	margin-top: 30px;
	padding-left: 12px;
}

#flexwrap #mainContents #tab01 .innerBox .column {
	margin: 10px auto 0;
}

#flexwrap #mainContents #tab01 .innerBox .column li {
	margin: 0 30px 20px;
	background: url(../../common/img/content/listhead_disc.gif) no-repeat left 4px;
}

#flexwrap #mainContents #tab01 .innerBox .column .right,
#flexwrap #mainContents #tab01 .innerBox .column .left {
	width: 210px;
}

#flexwrap #mainContents #tab01 .innerBox .even.last .column .right {
	width: 295px;
	padding: 15px 0 0 5px;
}

#flexwrap #mainContents #tab01 .innerBox .column li p.txt {
	margin: 0 0 0 15px;
	padding: 0;
}

#flexwrap #mainContents #tab01 .innerBox .column li .img {
	margin: 10px 0;
}

#flexwrap #mainContents #tab03 h4 {
	margin: 0 20px;
}

#flexwrap #mainContents #tab03 section p {
	margin: 20px 20px;
}

/*  -------------------- Product housewrap */
#housewrap #tab01 .innerBox h4 {
	/* margin-bottom: -10px; */
}

#housewrap #tab01 .innerBox txt {
	padding: 0;
}

#housewrap #tab01 .p_left {
	padding-left: 36px;
    padding-bottom: 20px;
}

#housewrap #tab01 .width {
	width: 58%;
}

#housewrap #tab02 .purpose ol {
	padding-left: 20px;
}
#housewrap #tab02 .purpose ol li {
	padding-bottom: 5px;
}

#housewrap #tab02 .padding {
	padding: 0 17px;
}

#housewrap #tab04 table last {
	margin-bottom: 40px;
}

#housewrap .purpose ol li.first:before {
	content: "1.";
}

#housewrap .purpose ol li.even:before {
	content: "2.";
}

#housewrap .purpose ol li.third:before {
	content: "3.";
}
#housewrap #tab04 .btnContainer img{margin-left: 25px;}

#housewrap #tab05 .ctr70 {
	width: 77%;
	margin: 0 auto;
}

#housewrap #tab05 .column .w49{width: 49%;}
#housewrap #tab05 .column .left-btn24 {margin-left: 24%;}
#housewrap #tab05 .column .right-btn24 {margin-right: 24%;}


#stretchGuardRoll .ctr94 {
	width: 94%;
	margin: 0 auto;
}

#stretchGuardRoll .col_left100{
	float: left;
}


/*  -------------------- Product other */
#other #mainContentsWrap h3.title {
	margin-bottom: 15px;
}

#other #mainContents .sectionWrap {
	margin-bottom: 30px;
}

#other #mainContents .sectionWrap:last-child {
	margin-bottom: 0;
}

#other #mainContents h2 {
	font-size: 18px;
}

#other #mainContents h2 .logo {
	bottom: -4px;
}

#other #mainContents .column .left {
	width: 40%;
}

#other #mainContents .column .right {
	width: 60%;
}

#other #mainContents .column .btn {
	margin-bottom: 0;
}

/*  -------------------- Product roofliner */
#roofliner .w49 {
	width: 49%;
}

#roofliner .mrg-b20 {
	margin-bottom: 20px;
}

#roofliner .photoArea .mrg-r40 {
	margin-right: 40px;
	width:auto;
}

#roofliner #tab01 .btn {
	margin: 20px 0;
}

#roofliner .blue {
	font-size: 16px;
	font-weight: bold;
	color: #1666ce;
	margin: 20px 4px 10px 98px;
}

#roofliner #mainContents table.type03 td {
	text-align: center;
}

#roofliner #tab01 #mainContents .img {
	margin-bottom: -20px;
}

#roofliner #tab02 h3{
	margin: 0 0 15px;;
}

#roofliner #tab02 .pad-t20{
	padding-top: 20px;;
}

#roofliner .floatList {
	margin-bottom: 20px;
	text-align: center;
}

#roofliner .fature03 {
	margin-top: 30px;
}

#roofliner .m-40 {
	margin-bottom: 40px;
}

#roofliner #tab02 .sectionInner {
	margin-bottom: 40px;
}

#roofliner #tab02 .column .txt {
	padding-left: 20px;
}

#roofliner #tab03 .img{
	text-align: center;
    margin: 20px 0 10px;
}

#roofliner #tab02 .btn {
	/* margin: 10px 0px 10px -7px; */
}

#roofliner #mainContents #tab03 .btn {
	margin-top: 20px;
}

#roofliner ol li.first:before {
	content: "1.";
}

#roofliner ol li.second:before {
	content: "2.";
}

#roofliner ol li.third:before {
	content: "3.";
}

#roofliner ol li.fourth:before {
	content: "4.";
}

#roofliner ol li.third {
	overflow: hidden;
	margin-bottom: 20px;
}

#roofliner #mainContents .column .right.photoArea {
	/* margin-top: -51px; */
}

#roofliner #mainContents ol .txt {
	margin: -22px 0 0 0;
}

#roofliner #mainContents ol .sectionInner {
	margin: 0 0 28px 0;
}

/*  -------------------- Product wallflash */
#wallflash #mainContentsWrap h3.title {
	line-height: 36px;
}

#wallflash #mainContentsWrap #mainContents h3 {
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: -8px;
}

#wallflash #mainContentsWrap #mainContents h4 {
	font-size: 16px;
	line-height: 28px;
	padding: 0 0 4px 10px;
}

#wallflash .wallflashTable {
	background: #fff;
	margin-bottom: 40px;
	width: 100%;
}

#wallflash .mt30 {
	margin-top: 30px;
}

#wallflash .thum {
	width: 652px;
	margin: 0;
}

#wallflash .prod {
	margin-top: 30px;
}

#wallflash ul.img_thum_01 {
	width: 652px;
	margin-top: -18px;
	margin-left: -10px;
}

#wallflash ul.img_thum_01 li {
	float: left;
	width: 326px;
}

#wallflash ul.img_thum_02a {
	width: 480px;
	margin: auto;
}

#wallflash ul.img_thum_02a li {
	float: left;
	width: 160px;
	height: 141px;
	margin-bottom: 10px;
}

#wallflash ul.img_thum_02b {
	width: 652px;
	margin-left: -12px;
}

#wallflash ul.img_thum_02b li {
	float: left;
	width: 160px;
}

#wallflash .sectionInner .mtop {
	margin-top: -32px;
}

#wallflash .sectionInner .mtop p.txt {
	width: 420px;
	float: left;
}

#wallflash .sectionInner .mtop img {
	margin-top: 6px;
}

#wallflash .center {
	text-align: center;
}

#wallflash table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
}

#wallflash table th {
	padding: 15px 0;
	text-align: center;
	background: #f6f6f6;
	width: 120px;
	border: #dbdbdb solid 1px;
	font-weight: normal;
}

#wallflash .wallflashTable td {
	border: #dbdbdb solid 1px;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
}

#wallflash #btn {
	position: absolute;
	width: 157px;
	height: 77px;
}

#wallflash #btn img {
	position: relative;
	top: -129px;
	left: 456px;
	width: 157px;
	height: 77px;
}

/*  -------------------- Product waterprooftape   --*/
#waterprooftape .mrg-t5 {
	margin-top: 5px;
}

#waterprooftape .mrg-b40 {
	margin-bottom: 40px;
}

#waterprooftape .pd-5 {
	padding: 5px 0;
}

#waterprooftape h2 img{
	/* margin-top: 5px; */
}

#waterprooftape #tab01 .btn {
	text-align: center;
	margin: 20px 0 30px;
}

#waterprooftape #tab01 .sectionInner section.border {
	border: #bfbfbf 1px solid;
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#waterprooftape #tab01 .sectionInner h3 {
	margin-top: 0px;
}

#waterprooftape #tab01 table td {
	width: 230px;
}

#waterprooftape #tab01 h4.caution {
	font-size: 13px;
	margin: 30px 0 10px;
	padding-left: 25px;
	background: url(../../common/img/content/icon_attention.gif) no-repeat top 1px left;
	line-height: normal;
}

#waterprooftape #tab05 h4.caution {
	font-size: 13px;
	margin: 30px 0 10px;
	padding-left: 25px;
	background: url(../../common/img/content/icon_attention.gif) no-repeat top 1px left;
	line-height: normal;
}

#waterprooftape #tab01 .caption {
	margin-top: 6px;
}

#waterprooftape #tab02 tr.first .odd td {
	padding: 12px 16px;
}

#waterprooftape #waterprooftape #tab02 tr.last .even td {
	padding: 12px 16px;
}

#waterprooftape #tab02 table.type03 th {
	text-align: center;
}

#waterprooftape #tab02 table.type03 td {
	text-align: center;
}

#waterprooftape #tab02 .sectionInner h4 {
	margin-top: 26px;
	/* margin-bottom: -10px; */
	font-size: 16px;
}

/*  -------------------- faq */
.faq .question{
	padding-left: 50px;
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
	background: url(../../product/silver/img/faq/icon_question.gif) no-repeat left top;
	font-weight: bold;
}

.faq .answer{
	padding-left: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #dbdbdb dotted;
	background: url(../../product/silver/img/faq/icon_answer.gif) no-repeat left top;
	line-height: normal;
}

.faq .answer li{line-height: 1.4;}

.faq .answer li.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}

.faq .answer .figure1{padding: 10px; width: 80%;}


@media screen and (max-width:760px) {
	.faq .answer .figure1{width: 100%;}
}


@media screen and (max-width:960px) {
	#waterprooftape #tab02 .sectionInner h4 {
		margin-top: 26px;
		margin-bottom: 0;
		font-size: 16px;
	}
}

#waterprooftape #tab02 table td {
	padding: 8px 10px;
}

#waterprooftape #tab03 table.type03 td {
	text-align: center;
}

#waterprooftape #tab03 table td {
	padding: 8px 10px;
}

#waterprooftape #tab03 h4 {
	font-size: 15px;
	margin-top: 40px;
	/* margin-bottom: -8px; */
}

/*  -------------------- Product const-tech   --*/
#const-tech .house {
	margin: 48px auto;
	width: 100%;
	/* height: 324px; */
	/* background: url(../../const-tech/img/house/img_house.jpg) no-repeat; */
	background-position: 90px -5px;
}

#const-tech h4 {
	font-size: 16px;
	color: #3978c8;
	margin-left: 20px;
	padding-left: 8px;
	border-left: 3px solid #3978c8;
	line-height: 20px;
}

#const-tech .open .sentence {
	margin-top: 8px;
}

#const-tech .open small {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#const-tech .open p.first {
	margin-top: 39px;
}

#const-tech .m_top {
	margin-top: 61px;
}

#const-tech .m_top-24 {
	margin-top: -24px;
}

#const-tech .m_top-48 {
	margin-top: -48px;
}

#const-tech p.center {
	text-align: center;
}

#const-tech #btn {
	position: relative;
	margin-bottom: 30px;
}

#const-tech #btn #btn_01 {
	position: absolute;
	top: -24px;
	left: 203px;
}

#const-tech #btn #btn_02 {
	position: absolute;
	top: -24px;
	left: 388px;
}

#const-tech #btn #btn_03 {
	position: absolute;
	top: -23px;
	left: 586px;
}

#const-tech #btn #btn_04 {
	position: absolute;
	bottom: 20px;
	left: 183px;
}

#const-tech #btn #btn_05 {
	position: absolute;
	bottom: 20px;
	left: 370px;
}

#const-tech #btn #btn_06 {
	position: absolute;
	bottom: -12px;
	left: 370px;
}

#const-tech #btn #btn_07 {
	position: absolute;
	bottom: 20px;
	left: 596px;
}

#const-tech .txt {
	width: 610px;
	margin: 0 auto 40px;
	border: 1px solid #dbdbdb;
	padding: 14px 20px;
}

#const-tech small {
	font-size: 14px;
	padding-left: 20px;
}

#const-tech .sentence {
	/* margin-top: -8px; */
	margin-left: 28px;
	margin-bottom: 38px;
}

#const-tech .sentence li {
	line-height: normal;
}

#const-tech .sentence li:before {
	content: "・";
}

#const-tech .btn {
	float: right;
    padding-right: 15px;
}

#const-tech .sectionInner .btn{
    padding-right: 15px;
    text-align: right;
}

#const-tech .modal_h2 {
	text-align: center;
    color: #292f89;
    font-size: 1.4rem;
    font-weight: bold;
}
#const-tech .modal_h3{
	background: #2f66ba;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: normal;
}

#const-tech .modal_h5{
	border-left: 4px #2360bd solid;
    color: #2360bd;
    padding-left: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

#const-tech .modalw75 {
	width: 75%;
	margin: auto;
}

#const-tech .modalw85{
	width: 85%;
    margin: auto;
}
#const-tech .modalw90{
	width: 90%;
    margin: auto;
}

#const-tech .modalpdl70 {padding-left: 70%;}


/*-------------------- category about   --*/
#about .center {
	text-align: center;
	margin: 20px 0px;
}

/*
#about section {
	overflow: hidden;
}
*/
#about .txt {
	margin-top: -4px;
}

#about .center {
	text-align: center;
	margin: 20px 0px;
}

#about .left {
	float: left;
	width: 400px;
}

#about .right {
	margin-top: -64px;
	float: right;
}

#about .position_01 {
	margin-top: -20px;
	padding-left: 70px;
}

#about .position_02 {
	margin-top: -27px;
	padding-left: 14px;
}

#about .use {
	margin-left: 15px;
	padding-top: 20px;
}

#about .use li {
	float: left;
	padding-right: 30px;
}

/*-------------------- category request   --*/
#request #contentWrap {
	margin-top: 40px;
}

#request .request_btn {
	margin-top: 20px;
	margin-left: 20px;
}

#request p.text {
	margin-left: 20px;
}

#request .left {
	float: left;
	margin-bottom: 10px;
}

#request .right {
	float: right;
	margin-right: 120px;
	margin-top: 0px;
}

#request #form_btn {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#request #form_btn .first {
	margin-right: 30px;
	background: #1766cd;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    font-style: bold;
    width: 200px;
    height: 48px;
    border: 0;
    font-size: 1.3em;
    border-radius: 5px;
}

#request #article {
	/* width: 620px;
	margin: auto; */
	width: 90%;
}

#request #article .info-table {
	border-collapse: collapse;
	border-bottom: 1px solid #adabae;
	width: 100%;
}

#request #article .info-table.th-up th {
	width: 200px;
}

#request #article .info-table th {
	border-left: 2px solid #353f7e;
	width: 150px;
}

#request .info-table th {
	border-collapse: collapse;
	border: none;
	text-align: left;
	padding: 15px 15px 8px 15px;
	font-size: 12px;
	font-weight: bold;
}

#request #article .info-table tr {
	border-top: 1px solid #adabae;
}

#request #article .info-table tr.odd {
	background: #f6f6f6;
}

#request #article table td {
	text-align: left;
	padding: 20px 6px 20px;
	border: none;
}

#request #article table tr.even th {
	background: #fff;
}

#request .info-table th span {
	display: inline-block;
	float: right;
	color: #FFF;
	vertical-align: middle;
	margin-top: -4px;
	padding: 5px 10px;
	font-weight: normal;
	background: #ACACAC;
}

#request #article .info-table th em {
	background: #333c7f;
	margin-top: -4px;
	padding: 5px 10px;
	font-weight: normal;
	color: #fff;
	float: right;
	font-style: normal;
}

#request #article .background th {
	background: #fff;
}

#request #article .background td {
	background: #fff;
}

#request #article .info-table td .zip1-text {
	width: 45px;
	color: #333 !important;
}

#request #article .info-table td .zip2-text {
	width: 60px;
	color: #333 !important;
}

#request #article .info-table td .default {
	color: #868686;
}

#request #article .info-table td .normal-text {
	width: 300px;
}

#request #article .info-table td .black {
	color: #333 !important;
}

#request #mainContents em {
	background: #333c7f;
	margin-top: -4px;
	margin-left: 16px;
	margin-right: 4px;
	padding: 8px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#request #article .info-table td .error_txt {
	background-color: #ffdada;
	color: #b61616;
	font-weight: 600;
	width: 304px;
	display: block;
	margin-top: 5px;
	padding-left: 5px;
}


#request #article .error_txt2 {
	background-color: #ffdada;
	color: #b61616;
	font-weight: 600;
	width: 42%;
	display: block;
	margin: 5px 0;
	padding-left: 5px;
}

#request .g-recaptcha{margin-top: 40px; margin-left: 70px;}

/*  -------------------- category warranty   --*/
#warranty #mainContents h2 span {
	font-size: 20.0px;
	padding: 16px 0;
	display: block;
}

#warranty #mainContents small {
	display: block;
	margin-top: -8px;
	padding-left: 30px;
}

#warranty #mainContents p.txt {
	margin: 20px 0 30px;
	padding: 0 22px;
}

#warranty .f_size {
	font-size: 18px;
}

#warranty .download {
	/*margin-top: 30px;
	margin-left: 20px; */
	margin: 30px auto;
	width: 90%;
	overflow: hidden;
}

#warranty .download p.pdf {
	padding-top: 14px;
}

#warranty .download .left {
	float: left;
	width: 115px;
	height: 114px;
}

#warranty .download .right {
	float: left;
	width: 670px;
	padding-left: 60px;
}

#warranty #contentWrap {
	margin-top: 30px;
}

#warranty #contentWrap ul.background {
	width: 605px;
	background: #eeeeee;
	padding: 18px 30px;
	margin: 0 auto 30px;
}

#warranty #contentWrap ul.second {
	margin-top: 30px!important ;
}

#warranty #contentWrap .background li {
	list-style-type: disc;
}

#warranty ol {
	list-style-type: decimal;
	padding: 0 42px;
	margin-top: -16px;
}

#warranty ol.first {
	margin-bottom: 40px;
}

#warranty ol li {
	list-style-type: decimal;
}

/*-------------------- category catalog   --*/
#catalog #mainContents section {
	margin-bottom: 0px;
}

#catalog .catalog_list {
	/* width: 656px; */
	margin-left: 40px;
	overflow: hidden;
	text-align: center;
}

#catalog .catalog_list .last {
	margin-bottom: 40px;
}

#catalog .catalog_list li {
	float: left;
	font-size: 12px;
	padding-right: 60px;
	height: 288px;
}

#catalog .adobe {
	width: 656px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
	margin: auto;
}

#catalog .adobe li {
	float: left;
}

#catalog .adobe li img {
	/*margin-top: 37px;
	margin-left: 40px; */
	margin: 16px;
}

#catalog .adobe .txt {
	width: 440px;
	margin-right: 24px;
	float: right;
}

#catalog .catalog_list li.readtxt {
	text-align: left;
	/*font-size: 13px;*/
	width: 360px;
	line-height: 14px;
}

#catalog .catalog_list li.readtxt span {
	/*font-size: 16px;*/
}


/*-------------------- category faq   --*/

#mainContentsWrap .faq-list{display: grid;}

#mainContentsWrap .faq-product .faq-category{float: left;}
#mainContentsWrap .faq-product ul{
	margin-left: 30%;
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 40px;
}
#mainContentsWrap .faq-product ul li{
    width: 44%;
    font-size: 14px;
    border: #77c 1px solid;
    padding: 5px;
    margin: 5px;
}
#mainContentsWrap .faq-product ul li a{
	display: block;
    width: 100%;
    color: #3f3f3f;
    vertical-align: top;
    position: relative;
    height: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
}
#mainContentsWrap .faq-product ul li:hover{
	text-decoration: none;
    filter: alpha(opacity = 60);
    -moz-opacity: 0.6;
    background-color: #e9f2f5;
}
#mainContentsWrap .faq-product ul li a::after{
	content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #ea364c;
    border-right: solid 1px #ea364c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -5px;
}

#mainContentsWrap .faq-product a:hover{
	text-decoration: none;
    filter: alpha(opacity = 60);
    -moz-opacity: 0.6;
    background-color: #e9f2f5;
}

#mainContentsWrap .faq-category{
    border: #a29a9a 1px solid;
    padding: 10px;
    display: inline-block;
    margin: 0 0 40px 0;
    width: 24%;
    font-size: 20px;
    text-align: center;
    background-color: #f1f1f1;
    font-weight: 600;
}

#mainContentsWrap .faq-category a{
	width: 100%;
    display: block;
    height: 100%;
    padding: 10px 5px;
    vertical-align: top;
    position: relative;
}

#mainContentsWrap .category-product{
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/**************************************************************
*
*  stretchGuard,stretchGuardRoll,flushing 　追加分　ここから
*
***************************************************************/

/*-------------------- 使い回しモジュール   --*/

/*textStyle*/
.md--textStyle {}

.md--textStyle_type01 {
	color: #1766cf;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 20px;
}

.md--textStyle_type02 {
	font-size: 20px;
	padding-top: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
}

/*remarksList*/
.md--remarksList {
	margin-top: 10px;
}

.md--remarksList_type01 {margin-left: 140px;}

.md--remarksList_type01 li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
}


.md--treat {}

.md--treat .treat__txt {
	font-size: 13px;
	line-height: 1;
	margin:30px 0 10px;
	font-weight: bold;
}

.md--treat .treat__txt:before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	width: 19px;
	height: 17px;
	background-image: url(/construction/common/img/content/icon_attention.gif);
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.md--treat .treat__list li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
}


/*-------------------- stretchGuard   --*/
#stretchGuard {}

#stretchGuard hr {
	border-top: 1px solid #1666ce;
	margin-top: 6px;
	margin-bottom: 6px;
}

#stretchGuard .tab01__pointList {
	margin: auto;
    width: 660px;
}

#stretchGuard .tab01__pointList li {
	float: left;
	width: 198px;
	margin-left: 25px;
}

#stretchGuard .tab01__pointList li:first-child {
	margin-left: 0;
}

#stretchGuard .tab01__pointList li dl dt {
	color: #1766cf;
	font-size: 16px;
	padding: 5px 0;
}

#stretchGuard .tab01__pointList li dl dd {
	line-height: 1.4;
}

#stretchGuard .tab03__btnList {
	width: 870px;
	margin: 0 auto;
	/* margin-bottom: -20px; */
}

#stretchGuard .tab03__btnList li {
	margin-bottom: 20px;
}

#stretchGuard .tab03__btnList li.odd {
	float: left;
	margin-left: 0;
	/* clear: both; */
}

#stretchGuard .tab03__btnList li.even {
	float: left;
	/* margin-left: 35px; */
}

#stretchGuard .middle_flex{
	width: 80%;
    margin: 0 auto;
}


/*-------------------- stretchGuardRoll   --*/

#stretchGuardRoll {}

#stretchGuardRoll em {
	color: #e80000;
	font-style: normal;
	text-decoration: underline;
}

#stretchGuardRoll .tab01__txt01 {
	line-height: 1.2;
	font-size: 20px;
	background: #e2eeff;
	padding: 15px;
	text-align: center;
}

#stretchGuardRoll .middle_flex{
	width: 80%;
    margin: 0 auto;
}


/*-------------------- flushing   --*/
#flushing .tab01__pointList {
	margin: auto;
    width: 660px;
}

#flushing .tab01__pointList li {
	float: left;
	width: 198px;
	margin-left: 25px;
}

#flushing .tab01__pointList li.tab01__pointList__item_01 {
	width: 192px;
	margin-left: 0;
}

#flushing .tab01__pointList li.tab01__pointList__item_02 {
	width: 192px;
}

#flushing .tab01__pointList li.tab01__pointList__item_03 {
	width: 221px;
}

#flushing .tab01__pointList li.tab01__pointList__item_04 {
	float: none;
	width: 100%;
	margin-left: 0;
}

#flushing .tab01__pointList li dl dt {
	color: #1766cf;
	font-size: 16px;
	padding: 5px 0;
}

#flushing .tab01__pointList li dl dd {
	line-height: 1.4;
}

#flushing .middle_flex{
	width: 80%;
    margin: 0 auto;
}

#flushing .tab03__btnList {
	width: 600px;
	margin: 0 auto;
	margin-bottom: -20px;
}

#flushing .tab03__btnList li {
	width: 280px;
	margin-bottom: 20px;
}

#flushing .tab03__btnList li.odd {
	clear: both;
	margin-left: 0;
	float: left;
}

#flushing .tab03__btnList li.even {
	margin-left: 40px;
	float: right;
}

/**************************************************************
*
*  stretchGuard,stretchGuardRoll,flushing 　追加分　ここまで
*
***************************************************************/


/**************************************************************
*
*  Tyvek Samart  　追加分　ここから
*
***************************************************************/

#smart .navContent li a {
	text-indent: -9999px;
	float: left;
	display: block;
	background: url(../img/content/nav_content_smart.jpg) no-repeat;
	height: 51px;
	width: 159px;
	/* width: 191px; */
	/*width: 174px;*/
}

#smart .navContent li.feature a {
	background-position: 0 0;
	margin-right: 1px;
}

#smart .navContent li.feature a:hover,
#smart .navContent li.feature a.active {
	background-position: 0 -51px;
}

#smart .navContent li.need a {
	/* background-position: -192px 0; */
	background-position: -160px 0;
	margin-right: 1px;
}

#smart .navContent li.need a:hover,
#smart .navContent li.need a.active {
	background-position: -160px -51px;
}

#smart .navContent li.data a {
	background-position: -320px 0;
	margin-right: 1px;
}

#smart .navContent li.data a:hover,
#smart .navContent li.data a.active {
	background-position: -320px -51px;
}

#smart .navContent li.howTo a {
	background-position: -480px 0;
	margin-right: 1px;
}

#smart .navContent li.howTo a:hover,
#smart .navContent li.howTo a.active {
	background-position: -480px -51px;
}

#smart .navContent li.case a {
	background-position: -640px 0;
	margin-right: 1px;
}

#smart .navContent li.case a:hover,
#smart .navContent li.case a.active {
	background-position: -640px -51px;
}

#smart .navContent li.faq a {
	background-position: -800px 0;
	margin-right: 1px;
}

#smart .navContent li.faq a:hover,
#smart .navContent li.faq a.active {
	background-position: -800px -51px;
}


#smart #mainContents .column.only {
	position: relative;
	height: 230px;
}

#smart #mainContents .column.only .btn {
	position: absolute;
	width: 280px;
	height: 50px;
	bottom: 0;
}

#smart #mainContents .column.only .left .btn {
	left: 32px;
	top: 169px
}

#smart #mainContents .column.only .right .btn {
	right: 32px;
	top: 169px
}

#smart #mainContents .title_only {
	margin-top: 34px;
}

#smart #tab01 .btn {
	margin: 10px 0;
}

#smart .blue {
	font-size: 16px;
	font-weight: bold;
	color: #1666ce;
	margin: 20px 4px 20px 2px;
}

#smart #mainContents table.type03 td {
	text-align: center;
}

#smart #tab01 #mainContents .img {
	margin-bottom: -20px;
}

#smart .floatList {
	margin-bottom: 20px;
}

#smart .fature03 {
	margin-top: -90px;
}

#smart .m-40 {
	margin-bottom: 40px;
}

#smart #mainContents .box-bule {
	border: 1px solid #0180AF;
	background-color: #EBECEC;
	padding: 0 16px 16px
}

#smart #mainContents .box-gray {
	background: #fff url(../../product/smart/img/need/bg_01.png) repeat 0 0;
	padding: 0 16px 16px
}

#smart #mainContents .box-white {
	background: #fff;
	border: 1px solid #555;
	margin: 16px;
}

#smart #mainContents .box-bule h3 {
	border: none;
	padding-left: 0
}

#smart #tab02 .sectionInner {
	margin-bottom: 40px;
}

#smart #tab02 .column .txt {
	padding-left: 20px;
}

#smart #tab02 .btn {
	margin: 10px 0px 10px -7px;
}

#smart #tab03 .btn {
	margin-top: 20px;
}

#smart ol li.first:before {
	content: "1.";
}

#smart ol li.second:before {
	content: "2.";
}

#smart ol li.third:before {
	content: "3.";
}

#smart ol li.fourth:before {
	content: "4.";
}

#smart ol li.third {
	overflow: hidden;
	margin-bottom: 20px;
}

#smart .middle_flex{
	width: 80%;
    margin: 0 auto;
}

/*  -------------------- mainContents column  #tab04 */
#smart #mainContents #tab04 .column .left {
	width: 49%;
	float: left;
}

#smart #mainContents #tab04 .column .right {
	width: 49%;
	float: right;
}

#smart #mainContents #tab04 .column .left.txtArea {
	width: 370px;
}

#smart #mainContents #tab04 .column .right.photoArea {
	width: 250px;
}

#smart #mainContents #tab04 .column .left2 {
	width: 39%;
	float: left;
}

#smart #mainContents #tab04 .column .right2 {
	width: 59%;
	float: right;
}

/*  -------------------- mainContents column  #tab05 */

#smart #mainContents h3.new-line {
	border-bottom: 6px solid #B8E4FA;
}

#smart #mainContents h3.reform-line {
	border-bottom: 6px solid #CEE4AD;
}

#smart #mainContents h3 {
	position: relative;
}

#smart #mainContents .mark {
	position: absolute;
	top: -10px;
	right: 0;
	width: 64px;
	z-index: 10
}

/**************************************************************
*
*  Tyvek Samart 　追加分　ここまで
*
***************************************************************/


/*-------------------- VCLSmart   --*/

#smart #mainContents #tab01 .workability .left {
	width: 70%;
	float: left;
}
#smart #mainContents #tab01 .workability .right {
	width: 30%;
	float: left;
}

#smart #tab03 .vcl_logo{
	position: relative;
    margin-right: 4px;
    margin-left: 2px;
    top: -7px;
}
#smart #tab03 .vcl_logo img{width: 18%;}

#smart #tab03 .vcl_logo_standard{
	position: relative;
    margin-right: 4px;
    margin-left: 2px;
    top: 0px;
}
#smart #tab03 .vcl_logo_standard img{width: 25%;}

#smart #tab05 .large_flex{
	width: 90%;
    margin: 0 auto;
}







/*-------------------- table   --*/

table.noStyle,
table.noStyle th,
table.noStyle td {
	border: none !important;
	text-align: left !important;
	vertical-align: top !important;
	padding: 4px 6px;
}

table.style1 th,
table.style1 td {
	padding: 8px 6px !important;
	border: 1px solid #666666;
	font-weight: normal;
	line-height: 1.4;
	text-align: left !important;
}

table.style1 thead th {
	background: #4879b9 !important;
	font-weight: bold !important;
	color: #fff;

}


/*-------------------- list   --*/

ol.number {
	margin-left: 1.5em;
}

ol.number li {
	list-style: outside decimal;
	margin-bottom: 1.5em
}




/*-------------------- Margin   --*/
.mT20 {
	margin-top: 20px;
}

.mT40 {
	margin-top: 40px;
}

.mT60 {
	margin-top: 60px;
}

.mT80 {
	margin-top: 80px;
}

.mT100 {
	margin-top: 100px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB30 {
	margin-bottom: 30px;
}

.mB40 {
	margin-bottom: 40px;
}

.mB60 {
	margin-bottom: 60px;
}

.mB80 {
	margin-bottom: 80px;
}

.mB100 {
	margin-bottom: 100px;
}


/*-------------------- txtBnr   --*/

.btnBlue01 {
	text-align: center;
	display: inline-block;
	/*min-width:180px;*/
	background-color: #3a78c8;
	padding: 15px 47px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(25, 73, 169, 0.98);
	-moz-box-shadow: 0px 3px 0px 0px rgba(25, 73, 169, 1);
	box-shadow: 0px 3px 0px 0px rgba(25, 73, 169, 1);
	position: relative;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.btnBlue01:hover {
	color: #fff;
	background-color: #4c87d4;
}

a.btnBlue01::after {
	border-left: 10px solid #fff;
	border-bottom: transparent 7px solid;
	border-top: transparent 7px solid;
	content: "";
	margin: 0 0 0 10px;
	height: 0px;
	right: 19px;
	position: absolute;
	top: 33px;
	width: 0px;
}

.txtBnr .btnBlue01 {
	width: 86% !important;
}

/*2017.8.29 add*/
.kome#btn-bottom {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	width: 280px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}