@charset "utf-8";

/*-----------------------------------
	headline
-----------------------------------*/
.headline{
	background-image: url(../img/privacy/headline.jpg);	
}

/*-----------------------------------
	privacy_block
-----------------------------------*/
#privacy_block{
	margin-bottom: 40px;
}
#privacy_block .text{
	padding-bottom: 20px;
}
#privacy_block ol{
	padding: 0 20px 20px 25px;
}
#privacy_block ol li{
	list-style: decimal;
	padding-bottom: 10px;
}

#privacy_block #representative .tb_1{
	width: 60%;
	margin: 10px 20px 20px 25px;
}
#privacy_block #representative .tb_1 th{
	text-align: left;
	width: 30%;
}
#privacy_block #representative .tb_1 td{
	width: 70%;
}
@media only screen and (max-width: 450px) {
	#privacy_block #representative .tb_1{
	  width: 90%;
	  margin: 0 auto;
    }
}
/*-----------------------------------
	privacycontact_block
-----------------------------------*/
#privacycontact_block{
	margin-bottom: 40px;
}
#privacycontact_block #contact .tb_1{
	width: 50%;
	margin: 15px 20px 20px 0;
}
#privacycontact_block #contact .tb_1 th{
	text-align: left;
	width: 30%;
}
#privacycontact_block #contact .tb_1 td{
	width: 70%;
}
@media only screen and (max-width: 450px) {
	#privacycontact_block #contact .tb_1{
	   width: 90%;
	   margin: 0 auto;
    }
}