@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news .entry {
	margin: 60px 0 90px;
	text-align: left;
	font-size: 16px;
	position: relative;
}

#news .entry h3 {
	margin-bottom: 20px;
	padding: 16px 16px 16px 75px;
	border-radius: 10px;
	background: #90d1f8 url(../images/bg_01.png) no-repeat 15px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
}

#news .entry p {
	margin-bottom: 20px;
}

#news .entry ul {
	text-align: center;
	font-size: 0;
}

#news .entry li {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	margin-bottom: 20px;
}

#news .entry li:nth-child(odd) {
	margin-right: 20px;
}


/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin-bottom: 100px;
}

#contact li a {
	display: inline-block;
	vertical-align: top;
	width: 498px;
	height: 60px;
	border-radius: 60px;
	background: #009ee2;
	box-shadow: 0 5px 0 #6ac1e2;
	text-decoration: none;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	position: relative;
	transition: .4s;
}

#contact li a:hover {
	opacity: 0.6;
}

#contact li a:after {
	content: '';
	width: 18px;
	height: 100%;
	background: url(../images/bg_06.png) no-repeat left;
	position: absolute;
	top: 0;
	right: 20px;
}
