@charset "utf-8";



 /* ==============================================
★headbar
 ==============================================*/

#headbar{

	width: 100%;
	min-width: 960px;
	padding:62px 0 44px;
	margin: 0 auto;
	background:url(../../img/bg02.jpg) center repeat;
}
#headbar .con{
	width: 100%;
	height: 154px;
	background:url(../../img/privacy/headbar.jpg) center no-repeat;
	margin: 0 auto;
	text-align: center;
}
#headbar .con h2{
	padding:120px 0 0;
	font-size: 14px;
	color: #FFF;
}
#headbar .con .bgsp{
	display: none;
}
@media(max-width:480px){
	#headbar{
	width: 100%;
	min-width: auto;
	padding:0;
	margin: 0 auto;
	background:none;
}
#headbar .con{
	width: 100%;
	height: auto;
	background:none;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#headbar .con h2{
	position: absolute;
	top:70%;
	left: 0;
	width: 100%;
	text-align: center;
	padding:00 0;
	font-size: 14px;
	color: #FFF;
}
	#headbar .con .bgsp{
	display: block;
		width:100%;
}
}
 /* ==============================================
★breadcrumb
 ==============================================*/

#breadcrumb{
	width: 960px;
	margin:26px auto 20px;
	text-align:left;
	font-size:12px;
	line-height:1;
	color:#000;
}
#breadcrumb a{
	color:#000;
}


@media (max-width:480px){

	#breadcrumb{
		width: 95%;
	margin:20px auto 15px;
		font-size:12px;
	}
}

 /* ==============================================
★prCon
 ==============================================*/
.prCon{
	width: 900px;
	margin:0 auto;
	padding:47px 30px 60px;
	text-align:left;
	line-height: 1.7;
	font-size:14px;
	color:#000;
	background:url(../../img/contact/dotline.jpg) top no-repeat;

}
.prBottom{
	width: 960px;
	height: 9px;
	margin: 0 auto;
	background:url(../../img/contact/dotline.jpg) bottom no-repeat;
}

.prCon p{
font-size: 14px;
	margin:0 0 35px;
}
.prCon p a{
 color: #009944;
}
.prCon p a:hover{
 color: #009944;
}
.prCon p.p01{
    font-size: 14px;
	margin:0 0 0;
}
.prCon p.p02{
font-size: 14px;
padding-left:1em;
text-indent:-1em;
	margin:0 0 0 1em;

}
.prCon p.end{
margin-bottom:35px;

}
.prCon h3{
font-size: 14px;
	font-weight: bold;
	margin:0 0 3px;
}
.prCon h4{
font-size: 14px;
	font-weight: normal;
	margin:0 0 3px;
}

@media (max-width:480px){

.prCon{
	width: 95%;
	margin:0 auto;
	padding:30px 0 40px;
	text-align:left;
	font-size:12px;
	color:#000;
	background:url(../../img/contact/dotline.jpg) top no-repeat;

}
.prBottom{
	width: 95%;
	height: 9px;
	margin: 0 auto;
	background:url(../../img/contact/dotline.jpg) bottom no-repeat;
}

.prCon p{
font-size: 12px;
	margin:0 0 25px;
}
.prCon p a{
 color: #009944;
}
.prCon p a:hover{
 color: #009944;
}
.prCon p.p01{
    font-size: 12px;
	margin:0 0 0;
}
.prCon p.p02{
font-size: 12px;
padding-left:1em;
text-indent:-1em;
	margin:0 0 0 1em;

}
.prCon p.end{
margin:0 0 25px;

}
.prCon h3{
font-size: 12px;
	font-weight: bold;
	margin:0 0 1px;
}
.prCon h4{
font-size: 12px;
	font-weight: normal;
	margin:0 0 1px;
}
	
}
 