/* 製品情報 お問い合わせフォーム */

#K3_header{
	display: none!important;
}

#K3_body #K3_headline h2{
	display: none;	
}

#K3_body hr{
	display: none;
	}

#K3_content{
	width: 100%!important;
}

.productcontact-inner-box iframe{
	display: block;
	/*height: 1600px;*/
	width: 60%;
	margin-left: 3%;
}

div.form-headline {
    margin: 0!important;
}

#K3_footer_inner{
	display: none;	
}

@media screen and (max-width: 767px){
	.productcontact-inner-box iframe{
	display: block;
	/*height: 1600px;*/
	width: 100%;
	margin-left: 0;
}
	#K3_content{
    padding: 0 0!important;
}
}

