@charset "utf-8";
/* CSS Document */
html,body{
	background-attachment: fixed;
	background-image: url(../jpg/bg_1-4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	animation: bgfadeIn 0.8s 1 ease forwards;
	-webkit-animation: bgfadeIn 0.8s 1 ease forwards;
	-moz-animation: bgfadeIn 0.8s 1 ease forwards;
	-o-animation: bgfadeIn 0.8s 1 ease forwards;
}
.block1{
	clear: both;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}
.corelist{
	float: left;
	clear: both;
	width: 70%;
	margin-top: 50px;
	margin-bottom: 200px;}
.corelist li{
	float: left;
	width: 28%;
	margin-right: 2%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #264854;
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
.corelist li h1{
	color: #264854;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
.corelist li p{
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.9em;
}
.corelist li .pic{
	clear: both;
	float: left;
	width: 100%;
	border: none 10px #000000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 100px;
}
.corelist li .pic.bule{
	background-color: #3b8898;
	background-image: url(../png/icon1-2.png);
}
.corelist li .pic.orange{background-color: #f49b4d;
background-image: url(../png/icon2-2.png);}
.corelist li .pic.green{background-color: #2ea37e;
background-image: url(../png/icon3-2.png);}
@keyframes bgfadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
.titlearea{
	clear: both;
	float: right;
	width: 200px;
	margin-bottom: 50px;
	margin-top: 50px;
}

@media screen  and (max-width: 1052px) {
.corelist{
	float: left;
	clear: both;
	width: 100%;
}

}

@media screen  and (max-width: 1000px) {
.corelist li{
	float: left;
	width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.25em;
	color: #000;
	text-decoration: none;
	margin-left: 5%;
	margin-bottom: 50px;
}
}
@media screen  and (max-width: 400px) {
.corelist li{
	width: 95%;
	font-size: 1.25em;
	margin-left: 5%;
	text-shadow:0px 0px 10px #ffffff;
}
}