@charset "UTF-8";
/* CSS Document */

section#maintenance {
	background-color: #FFCC00;
	padding: 0px;
	width:100%;
	min-width: 1080px;
	height: auto;
}

section#maintenance img {
	width:100%;
	height: auto;
	display: block;
}

section#releasebox {
	background-color:#FFF;
	padding: 60px 0px 0px;
	width: 100%;
	min-width: 1080px;
}

#whitebox a {
	border: 2px solid #1D93CF;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 30px;
	text-decoration: none;
	width: 300px;
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: #FFF;
	color:#000;
	border-radius: 35px;
}

#whitebox a:hover {
	background: none repeat scroll 0 0 #1D93CF;
	color: #fff;
}

a.order {
	position: relative;
}

a.order::after {
	border-right: 2px solid #2E7AC4;
	border-top: 2px solid #2E7AC4;
	content: "";
	height: 7px;
	margin-top: -5px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: rotate(45deg);
	transition: border 0.3s ease-in-out 0s;
	width: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
}

a.order:hover::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
