@charset "utf-8";

#Protect{
	width: 980px;
	margin: 0 auto 80px;
	font-size: 14px;
	line-height: 1.8;
}
#Protect .main{
	width: 980px;
	height: 132px;
	margin: 0 0 20px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../../protect/img/pttl.jpg) no-repeat 0 0;
}
#protect-header{
	min-height: 320px;
	margin: 40px 0 30px;
	padding: 0 0 30px 380px;
	border-bottom: 1px dashed #39a727;
	background: url(../../protect/img/bg-header.png) no-repeat 30px 0;
}
#price{
	margin: 10px 0 20px;
	background: #40a2e1;
	overflow: hidden;
}
#price h4{
	float: left;
	width: 225px;
	padding: 20px 0 0 20px;
}
#price ul{
	float: left;
	width: 355px;
}
#price ul li a{
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#price ul li a:hover{
	color: #ff6400;
	background: #fff;
}
h3.icon{
	margin: 0 0 10px;
	padding-left: 22px;	
	color: #3caa28;
	font-size: 18px;
	font-weight: bold;
	background: url(../../protect/img/icon.gif) no-repeat 0 center;
}

.service{
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px dashed #39a727;
}
.service h4{
	margin: 0 0 10px;
	color: #464646;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.service h4 img{
	margin: -5px 10px 0 0;
	vertical-align: middle;
}
.service .list h5{
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #dcedfa;
}
.note{font-size: 12px;}
.circle{color: #58a875;}

#service01 strong{
	color: #58a875;
	font-size: 18px;
	font-weight: bold;
}
#service01 #item{
	overflow: hidden;
}
#service01 #item li{
	float: left;
	margin-left: 8px;
}
#service01 #item li:first-child{
	margin-left: 0;
	color: #f00;
}

#service02 .left{
	float: left;
	width: 450px;
}
#service02 .right{
	float: right;
	width: 450px;
}
#service02 .right .list{
	margin: 0 -15px;
	overflow: hidden;
}
#service02 .right .list li{
	float: left;
	width: 210px;
	margin: 0 0 15px;
	padding: 0 15px;
}

#service03{
	padding-right: 400px;
	background: url(../../protect/img/img-03.gif) no-repeat 650px 0;
}
#service04{
	padding-right: 400px;
	background: url(../../protect/img/img-04.gif) no-repeat 620px 180px;
}
#service04 .list{
	margin: 30px -15px 0;
	overflow: hidden;
}
#service04 .list li{
	float: left;
	width: 275px;
	margin: 0 0 15px;
	padding: 0 15px;
}
#service05 .list{
	margin: 30px -10px 0;
	overflow: hidden;
}
#service05 .list li{
	float: left;
	width: 230px;
	margin: 0 0 20px;
	padding: 0 10px;
}

#guide{
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px dashed #39a727;
	overflow: hidden;
}
#guide #premium{
	float: right;
	width: 490px;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #cb5539;
}
#guide #premium h4{
	margin: 0 0 10px;
	color: #cb5539;
	font-weight: bold;
}
#guide #premium a{
	display: block;
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: center;
	background: #cb5539;
}
#guide #premium a:hover{
	background: #ff6400;
}
#qa{
	margin: 0 0 80px;
	padding: 0;
	border: none;
}
.faq{margin:0 0 30px;}
.faq li.faq-Q{
	padding:10px 0 10px 40px;
	border-bottom:1px solid #c8c8c8;
	background:url(../../protect/img/q.gif) no-repeat left center;
}
.faq li.faq-Q a{display:block;color: #39a727;}
.faq li.faq-Q a:hover{color: #ff6400;}
.faq li.faq-A{
	display:none;
}
.faq li.faq-A .answer{
	padding:15px 25px 15px 65px;
	background:url(../../protect/img/a.gif) no-repeat 30px 15px;
}

#f-tel{
	text-align: center;
}
#f-tel span{
	display: inline-block;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: 5px 5px 10px -2px #c8c8c8;
	-moz-box-shadow: 5px 5px 10px -2px #c8c8c8;
	box-shadow: 5px 5px 10px -2px #c8c8c8;
}