@charset "utf-8";

/* -------------------------------------------------- */
/* file   : end.css                                   */
/* -------------------------------------------------- */

/*background*/
#top { 
	background-color:#E9F2D3;
	text-align:center;
}
/*InformationBox*/
#top .InformationBox {
	margin:50px auto 50px;
	padding:15px;
	border:3px solid #346702;
	background-color: #ffffff;
	line-height:1.4em;
}
#top .InformationBox p.text1 {
	color:#346702;
	font-size:133%;
	font-weight:bold;
}
#top .InformationBox .btn {
    display:block;
		height:auto;
		margin:10px auto 10px;
		padding:8px 0 10px;
		background-color:#346702;
    font-size:120%;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    color:#fff;
		border-radius:5px;
		box-shadow:1px 1px 1px #999999;
}
#top .InformationBox a.btn:hover {
		background-color:#214F95;
}
@media print,screen and (min-width: 681px){
#top .InformationBox {
	width:80%;
}
#top .InformationBox .btn {
    width:70%;
}
@media screen and (max-width: 680px){
#top .InformationBox {
	width:auto;
}
#top .InformationBox .btn {
    width:95%;
}
}