@charset "utf-8";
/*-------------------------------------

layout style

-------------------------------------*/
header {
  background: #fff;
  border-bottom: 3px solid #f6941b;
  padding: 25px 0 20px 0;
}
.wrapper {
  width: 980px;
  margin: 20px auto;
}
.l-full {
  width: 100%;
}
.l-harf {
  width: 1155px;
  margin:0 auto;
  position:relative;
}
@media only screen and (max-width:1155px) {
.l-harf {
  width: 100%;
  margin:0 auto;
  position:relative;
}
}
.l-main {
  width: 740px;
  float: right;
}

.w-main {
  width: 980px;
}

.l-side {
  width: 220px;
  float: left;
  margin-bottom: 70px;
}
.social {
  width: 980px;
  margin: 20px auto;
	overflow:hidden;
}
footer {
  background: #fff;
}
.footer-nav {
  background: #f6941b;
}

.fw-blue { font-size: 140%; color:#5299cf; font-weight: bold; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.ml250 { margin: 20px 0 20px 250px; }
.center { text-align: center; }

#faq h3 {
	display: block;
	background-color: #f7941c;
	width:905px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 10px 10px;
	padding: 4px 0 0 15px;
}

#faq .ques {
	background-image:url(/images/faq_q.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	margin: 0 0 0 20px;
	padding: 5px 0 0 25px;
	color: #f7941c;
	font-weight:bold;
}

#faq .answ {
	background-image:url(/images/faq_a.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	margin: 0 10px 30px 20px;
	padding: 5px 10px 0 25px;
}

#faq .faq_block {
	padding-bottom:15px;
}

#faq .about-bg {
	background-image:url(/images/about_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-left: 10px;
}

#faq .about-img {
	display: block;
	width: 920px;
	height: 611px;
	background-image:url(/images/about_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left: 10px;
}

.sub-agent { font-size:80%; float: right; }
.sub-alart { font-size:80%; color: #c40705; float:right; width:270px; }

#sitemap {
	padding:30px 0 30px 20px;
}

#sitemap p{
	padding-bottom:5px;
}

#sitemap ul li {
	margin-bottom: 15px;
	list-style-image: url("../images/allow-blue-r_03.png");
	margin-left: 1em;
}

#sitemap ul li a{
	color: #039;
}

.pp-text {
	padding:10px;
	margin-bottom:20px;
}

.pp-text p.indent {
	padding-left:10px;
	width: 900px;
}

.pp-text p.indent02 {
	padding-left:20px;
	width: 900px;
}

.pp-text p.bold {
	font-weight:bold;
}

#privacy h3 {
	display: block;
	background-color: #FEF7E9;
	width:905px;
	height: 28px;
	color: #F7941C;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	padding: 4px 0 0 15px;
	border: #F7941C 1px solid;
}