/*2016.9.30 Hikaru Tokunaga*/

@charset "UTF-8";


/*-----------------------------------------
	遷移画面
-----------------------------------------*/

#container {
	width: 700px;
}
.lead-text {
	font-weight: bold;
	font-size: 100%;
}
.close-btn {
	background-image: none;
}
.close-btn:hover {
	background-image: none;
	background-color: #01a369;
	color: #fff;
	text-decoration: none;
}
.close-btn:before {
	content: "";
	display: inline;
	padding: 6px 10px;
	background: url(/common/img/icon_close_green.png) no-repeat center;
}
.close-btn:hover:before {
    background: url(/common/img/icon_close_white.png) no-repeat center;
}
hr {
	border: none;
	border-top: 2px solid #01a369;
	margin: 0 0 20px 0;
}

