/* CSS Document */
.hakenBox {
	padding-bottom: 40px;
	text-align: center;
}
.hakenBox .black {
	margin: 0 180px;
	padding-top: 30px;
	padding-bottom: 45px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}
.hakenBox .btn_event {
	display: inline-block;
	margin: 55px 350px 50px;
	background-color: #D47DA0;
}
.hakenBox .btn_event a {
	display: inline-block;
	padding: 10px 25px 15px 20px;
}
.hakenBox .btn_event a img {
	vertical-align: middle;
}
.hakenBox .btn_event a:hover {
	background-color: #E6B0C6;
}
.hakenBox .divination h5 {
	padding-bottom: 35px;
	text-align: center;
	color: #3F4432;
	font-weight: bold;
}
.hakenBox .divination ul {
	overflow: hidden;
	margin: 0 256px;
	/*padding-bottom: 70px;*/
}
.hakenBox .divination ul li {
	float: left;
	width: 80px;
	margin-left: 72px;
}
.hakenBox .divination ul li p{
	padding-top: 10px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #3F4432;
}
.hakenBox .divination ul li a {
	display: block;
}
.hakenBox .divination ul li a:hover {
	opacity: 0.6;
}
.hakenBox .divination ul li:first-child {
	margin-left: 0;
}
.hakenBox .divination ul li p {
	text-align: center;
}

@media screen and (max-width: 736px) {
.hakenBox {
	padding: 0 10px;
}
.hakenBox .black {
	margin: 0 auto;
	padding-top: 0;
	text-align: left;
}
.hakenBox .btn_event {
	display: block;
	margin: 20px auto 30px;
	background-color: #D47DA0;
}
.hakenBox .btn_event a {
	display: block;
	padding: 10px 20px;
}
.hakenBox .divination h5 {
	font-size: 16px;
	padding-bottom: 20px;
	text-align: left;
}
.hakenBox .divination ul {
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 30px;
}
.hakenBox .divination ul li {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 20px;
	text-align: center;
}
.hakenBox .divination ul li:nth-child(3n-2) {
	clear: both;
	margin-left: 0;
}
}
