@charset "utf-8";

.bt {
	background: #CCE08E;
	width: 160px;
	height: 25px;
}

a {
	text-decoration: none;
}

.menu {
	color: fff;
	background: #CCE08E;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

span {
	float: right;
	font-size: 10px;
}

div {
	color: fff;
	font-size: 11px;
	padding-left: 3px;
	background: #87CAAE;
}

.menu:before {
	content:"●";
	padding-left: 2px;
	font-size: 15px;
}

.menu:hover {
	background: #2EB164;
}

div:hover {
	background: #7CC383;
}

.notice {
	font-size: 20px;
	color: #EA2D54;
	position: relative;
	bottom: 2px;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 15px;
	text-shadow: white 0px 1px 10px, white 0px 1px 10px, white 0px 1px 10px, white 0px 1px 10px;
}

h3 {
    background: #000;
    width: 820;
    color: #fff;
    padding: 1px 0;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
}