/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


#nav_kigyou{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #C8000A;
}

#privacy_container{
	background-color: #EAE4D1;
	padding-top: 34px;
	padding-bottom:50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}
#privacy_text{
	margin-right: 14.28%;
	margin-left: 14.28%;
	background-color: #FFF;
	padding-top: 75px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}
#privacy_text p {
	line-height: 1.6;
}
h1{
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C8000A;
}
h2{
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 10px;
}
h3{
	font-size: 18px;
	font-weight: bold;	
}
.p_h3{
	margin-top: 30px;
	margin-bottom: 10px;
}
.potion_right{
	text-align: right;
	margin-top: 35px;
	margin-bottom: 35px;
}
hr{
	background-color: #9FA0A0;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}