@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
	background: #F3F3F3;
	text-align: center;
}
/*------------------------------------------------------------MainPhoto*/
section#banner ul {
	margin: 30px auto;
	text-align: center;
}
section#banner ul li {
	margin: 10px auto;
}
section#banner ul li p {
	position: relative;
	z-index: 1000;
}
/*------------------------------------------------------------Greeting*/
section#greeting div {
	margin: 0 10px; 
}
/*------------------------------------------------------------Feautures*/
section#features div{
	margin: 40px 10px;
}
section#features div h2.underline {
	text-align: center;
	margin: 0 auto 10px;
}
section#features div p img{
	margin: 10px 0;
}
section#features div p.features_txt {
	margin-left: 30px;
}
section#features div.link_btn {
	display: flex;
	position: absolute;
	z-index: 1000;
	margin-top: -40px;
	right: 0;
}
/*------------------------------------------------------------News02*/
section#news02 h2.underline {
	text-align: center;
	margin: 0 10px;
}
section#news02 p.link_btn {
	display: flex;
	position: absolute;
	z-index: 1000;
	margin-top: -28px;
	right: 10px;
}
section#news02 div a {
	display: block;
	padding: 10px 25px 0 10px;
	font-size: 12px;
}
section#news02 p.date {
	font-size: 12px;
	color: #fff;
}