@charset "utf-8";

html{
	font-size: 62.5%;
}
body	{
	font-size: 1.2rem;
	line-height:1.5;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
#Wrapper{
	width:100%;
	margin:0 auto;
	text-align:left;
}
header	{
	margin: 0 auto 0;
	padding: 16px 0 0;
	text-align: center;
	position: relative;
}
h1	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 2px 0 0;
	height: 14px;
	line-height: 1.1;
	font-size: 1.0rem;
	text-align: center;
	background: #13657c;
	color: #fff;
}

footer nav	{
	margin: 0 0 10px;
	border-bottom: #333 solid 1px;
}
footer nav li	{
	display: block;
	text-align: center;
	margin: 0 0 5px;
}
footer nav li a	{
	color: #fff;
	display: block;
	border: #6fa6c8 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 5px 10px;
	text-align: center;
}
.top_MainVisual{
	background: url(../images/vi_tel.jpg) no-repeat;
	background-size: contain;
	position: relative;
	height: 130px;
}
.top_MainVisual h2{
	position: absolute;
	left: 10px;
	top:20px;
	width: 170px;
	font-weight: bold;
	color: #e32b80;
	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: 5px;
	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;
}
.leads strong{
	color: #c00;
	background: #f9f1be;
}
.RecommendArea{
}
.RecommendArea h3{
	color: #fff;
	background: #363636;
	line-height: 1.3;
	padding: 8px 5px 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	background: url(../images/label_color.png) no-repeat;
	background-size: 320px auto;
}
.RecommendArea h3 img{
	position: absolute;
	right: 25px;
	top: 0;
	width: 36px;
}
.RecommendArea .r_Box{
	border: #d8f9e1 solid;
	border-width: 8px 8px 30px;
	padding: 8px;
}
.RecommendArea .r_Box h4{
	position: relative;
	padding: 10px 0 10px 5px;
	margin: 0 0 10px;
	font-size: 1.8rem;
	border-bottom: #c00 dashed 1px;
}
.RecommendArea .r_Box h4 span{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
	background: #c00;
	text-align: center;
	color: #fff;
}
.RecommendArea .r_Box h4 span i{
	font-size: 3.0rem;
	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;
}
