@charset "utf-8";

html{
	font-size: 62.5%;
}
body	{
	font-size: 1.4rem;font-size: 14px;
	line-height:1.6;
	background: #13657c;
}
#Wrapper{
	width:730px;
	padding: 0 10px 10px;
	margin:0 auto;
	text-align:left;
	background: #fff;
}
header	{
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	position: relative;
}
h1	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 2px 0 0;
	height: 18px;
	font-size: 11px;
	text-align: center;
}

footer nav li	{
	display: inline-block;
	text-align: center;
	margin: 0 0 5px;
	padding: 5px 10px;
}
.top_MainVisual{
	background: url(../images/vi_tel.jpg) no-repeat;
	position: relative;
	height: 274px;
	margin: 0 0 20px;
}
.top_MainVisual h2{
	position: absolute;
	left: 20px;
	top:50px;
	width: 320px;
	padding: 20px;
	font-weight: bold;
	color: #e32b80;
	font-size: 250%;
	box-shadow: 2px 2px 2px 0px rgba(000,000,000,0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(000,000,000,0.2);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(000,000,000,0.2);
}
.leads{
	margin: 0 5px 20px;
	padding: 15px;
	border: #b6ece9 solid 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.leads h3{
	color: #fff;
	background: #363636;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	line-height: 1.3;
	padding: 6px 5px 6px;
	text-align: center;
	margin: 0 0 15px;
	font-size: 140%;
}
.leads strong{
	color: #c00;
	background: #f9f1be;
}
.RecommendArea{
}
.RecommendArea h3{
	color: #fff;
	line-height: 1.3;
	height: 110px;
	line-height: 90px;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	position: relative;
	background: url(../images/label_color.png) no-repeat;
}
.RecommendArea h3 img{
	position: absolute;
	right: 85px;
	top: 0;
}
.RecommendArea .r_Box{
	border: #d8f9e1 solid;
	border-width: 8px 8px 30px;
	padding: 8px;
}
.RecommendArea .r_Box h4{
	position: relative;
	padding: 0 0 5px 5px;
	margin: 0 0 10px;
	font-size: 150%;
	line-height: 60px;
	border-bottom: #c00 dashed 1px;
}
.RecommendArea .r_Box h4 span{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	width: 100px;
	height: 60px;
	line-height: 60px;
	font-size: 85%;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
	background: #c00;
	text-align: center;
	color: #fff;
}
.RecommendArea .r_Box img{
	width: 640px;
}
.RecommendArea .r_Box h4 span i{
	font-size: 250%;
	font-weight: bold;
}
.RecommendArea .r_Box dl dt{
	text-align: center;
	padding: 0 30px 10px;
}
.RecommendArea .r_Box dl dd{
	padding: 0 10px 10px;
}
.RecommendArea .r_Box dl dd strong{
	color: #c00;
}
.RecommendArea .r_Box .link_btn{
	padding: 0 0 10px;
	text-align: center;
	font-size: 130%;
}
