@charset "utf-8";
body {
	background-color: #FFF;
	width: 100%;
	-webkit-overflow-scrolling : touch;
}
img {
	height: auto;
	width: 100%;
}
a {
	text-decoration: none;
	color: #757575;
}

a:hover {
	text-decoration: underline;
}
#wx_msg {
	position: fixed;
	font-size: 0.8em;
	line-height: 30px;
	color: #FFF;
	background-color: #F60;
	padding: 10px;
	height: 30px;
	right: 10px;
	z-index: 400;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	top: 10px;
}
#header {
	position: relative;
	width: 100%;
	z-index: 50;
}
#content {
	position: relative;
	width: 100%;
	z-index: 30;
}
#footer {
	position: relative;
	width: 100%;
	z-index: 10;
}
#menu_bottom {
	background-color: #FFF;
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	z-index: 500;
}
#menu_bottom ul li {
	width: 20%;
	float: left;
	text-align: center;
}
#menu_bottom ul li img {
	width: 30px;
	margin-top: 10px;
}
#menu_bottom ul li a {
	display: block;
	width: 100%;
	height: 50px;
}
#menu_bottom ul li a:hover {
	background-color: #F7F7F7;
}





.box_1 {
	position: relative;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 1.5em;
	color: #4CA3AA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	text-align: center;
}
.box_2,.box_4 {
	background-color: #E6F7F7;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	color: #4CA3AA;
	position: relative;
}

.box_2 span, .box_4 span{
	margin-left: 10px;
}

.box_3, .box_5{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.box_3 dl,.box_5 dl {
	width: 33.3%;
	float: left;
	text-align: center;
}
.box_3 dt img,.box_5 dt img {
	width: 62%;
	margin-top: 20px;
}
.box_3 dd,.box_5 dd {
	font-size: 0.6em;
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
	color: #4CA3AA;
}
.text_15px {
	height: 5em;
	overflow: hidden;
}



.app_h {
	background-color: #F7F7F7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}



.a_ios_img {
	display: block;
	height: 40px;
	width: 80%;
	background-image: url(../img/a-btn2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: #757575;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 10%;
}
.a_ios_img:hover {
	background-image: url(../img/a-btn1.png);
	background-color: #FFF;
}

.a_android_img {
	display: block;
	height: 40px;
	width: 80%;
	background-image: url(../img/g-btn2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin-top: 10px;
	background-color: #6089AE;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 10%;
}
.a_android_img:hover {
	background-image: url(../img/g-btn1.png);
	background-color: #FFF;
}
.box_6 {
	width: 100%;
	text-align: center;
	height: 100px;
	color: #4CA3AA;
	margin-top: 20px;
}
.a_mail_img {
	background-image: url(../img/m/btn_01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 60px;
	width: 60%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
.a_mail_img:hover {
	background-image: url(../img/m/btn_01a.png);
	background-repeat: no-repeat;
}
.both_h20 {
	position: relative;
	width: 100%;
	height: 20px;
	clear: both;
}
.nav_bottom {
	text-align: center;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 0.6em;
	color: #757575;
}
#copyright {
	line-height: 40px;
	position: relative;
	width: 100%;
	font-size: 0.3em;
	text-align: center;
	color: #999;
	margin-bottom: 60px;
	background-color: #F7F7F7;
}
.tit_box_1 {
	background-color: #E6F7F7;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	color: #4CA3AA;
	position: relative;
	text-align: center;
}
.tit_box_1 a {
	display: inline-block;
	position: absolute;
	left: 10px;
	color: #4CA3AA;
	width: 20%;
	text-align: left;
}
.text_box_1 {
	position: relative;
	width: 90%;
	margin-left: 5%;
	color: #333;
}
.text_box_1 p {
	line-height: 2em;
	font-size: 0.8em;
	margin-bottom: 1em;
}
