@charset "utf-8";
/* CSS Document */
html,body{
	background-attachment: fixed;
	background-image: url(../jpg/bg_1-2.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;
	  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start}
.corelist .item{
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #264854;
	font-size: 1.25em;
	color: #000;
	text-decoration: none;
	flex: 0 0 25%;
  margin: 10px;
  margin-right: 5%;
}
.corelist .item h1{
	color: #264854;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
.corelist .item p{
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.9em;
}
.corelist .item .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 .item .pic.bule{
	background-color: #3b8898;
	background-image: url(../png/icon1.png);
}
.corelist .item .pic.orange{background-color: #f49b4d;
background-image: url(../png/icon2.png);}
.corelist .item .pic.green{background-color: #2ea37e;
background-image: url(../png/icon3.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%;
	margin-top: 50px;
}

}



@media screen  and (max-width: 400px) {
.corelist{
  flex-wrap: wrap;
}
.corelist .item{
	font-size: 1.25em;
	text-shadow:0px 0px 10px #ffffff;
	flex: 0 0 95%;
margin-left: 5%;
}

}