.battle {
	background: #ffffff;
	width: 95%;
	height: auto;
	display: block;
	padding: 20px 30px;
	border-radius: 10px;
	margin-left: 2.5%;
	margin-top: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.battle a.open_battle {
	width: 100%;
	display: block;
}

.battle h3 {
	font-size: 18px;
	margin: 0;
	display: inline-block;
	font-family: GoodPro-Medium;
}

.battle .open {
	display: inline-block;
	padding: 0px 8px;
	float: right;
}

.battle .open svg {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.battle .open svg.active {
	-webkit-transform: scale(0.8) rotate(180deg);
	transform: scale(0.8) rotate(180deg);
}

.battle h3.star {
	margin-bottom: 20px;
}

.battle .battle_inner {
	margin-top: 60px;
	margin-bottom: 20px;
	display: none;
}

.battle .battle_inner.active {
	display: block;
}

.battle .battle_inner p i {
	color: #531600;
	font-family: GoodPro-LightItalic;
}
