@charset "utf-8";


/* breadcrumb
-----------------------------------*/
.breadcrumb{
	margin-bottom: 93px;
}



/* page_title
-----------------------------------*/
h2.page_title{
	width: 100%;
	height: 120px;
	background: #e7e7e7 url("../img/bg_page_title_01.png") no-repeat center 0;
	position: relative;
}

h2.page_title img{
	position: absolute;
	top: -79px;
	left: 50%;
	margin-left: -500px;
}

/* privacy_unit
-----------------------------------*/
#privacy_unit{
	width: 100%;
}

#privacy_unit section.box{
	font-size: 116%;
	width: 1000px;
	margin: 0 auto 110px;
	position: relative;
}

#privacy_unit section.box h3{
	width: 820px;
	color: #587235;
	font-weight: bold;
	font-size: 131%;
	border-bottom: 1px solid #414b32;
	padding: 10px 0 3px 1px;
	margin: 0 0 18px 10px;
	position: relative;
}

#privacy_unit section.box h3:after{
	display: block;
	content: "";
	background: url("../img/bg_privacy_01.png") no-repeat 0 0;
	width: 62px;
	height: 55px;
	position: absolute;
	top: 7px;
	right: -29px;
}

#privacy_unit section.box h3 + p{
	width: 740px;
	margin: 0 0 60px 10px;
}

#privacy_unit section.box > ul > li{
	list-style: none;
	padding-top: 24px;
	margin-bottom:50px;
	position:relative;
	float: left;
}

#privacy_unit section.box > ul > li:after{
	display: block;
	content: "";
	border-bottom: 2px dotted #646464;
	width: 450px;
	height: 2px;
	position: absolute;
	bottom: -25px;
	left: 25px;
}

#privacy_unit section.box > ul > li:nth-child(odd){
	width: 498px;
	border-right: 2px dotted #646464;
}

#privacy_unit section.box > ul > li:nth-child(even){
	width: 500px;
}

#privacy_unit section.box > ul > li h4{
	color: #587235;
	font-weight: bold;
	font-size: 123.1%;
	border-left: 4px solid #587235;
	padding: 5px 0 2px 12px;
	margin: 0 0 10px 30px;
}

#privacy_unit section.box > ul > li p{
	width: 440px;
	margin: 0 0 18px 10px;
}

#privacy_unit section.box > ul > li:nth-child(even) h4{
	margin: 0 0 10px 70px;
}

#privacy_unit section.box > ul > li:nth-child(even) p{
	margin-left: 50px;
}

#privacy_unit section.box > ul > li > ul.ban{
	width: 385px;
	margin-left: 44px;
}

#privacy_unit section.box > ul > li > ul.ban li{
	list-style-image: url("../../common/img/ico_05.gif");
	margin-bottom: 13px;
}

#privacy_unit section.box > ul > li:last-child{
	border: none;
	margin-bottom: 30px;
}

#privacy_unit section.box > ul > li:last-child:after{
	display: none;
}

#privacy_unit section.box > ul > li:last-child h4 + p{
	width: 470px;
}

#privacy_unit section.box > ul > li > ul.address{
	margin-left: 30px;
}

#privacy_unit section.box > ul > li > ul.address li{
	list-style: none;
}

#privacy_unit section.box > ul > li a{
	color: #323232;
}

#privacy_unit section.box > ul > li a:hover{
	color: #787878;
	text-decoration: underline;
}
