
/* clearfix初期指定：floatをしている内容がはみ出さないように、外の要素を調整 */

#clear::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#clear {
  display: inline-block;
}


#chikumakobunsha {
	background-color: #000;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	width: 800px;
}

#banner {
	background-image: url("../img/banner.jpg");
	background-repeat: no-repeat;
	height: 400px;
	width: 710px;
}

#banner h2 {
	display: none;
}

.left {
  flex: 0 1 170px;
	position: relative;
	width: 170px;
	z-index: 1;
}

.right {
  flex: 0 1 170px;
	position: relative;
	width: 170px;
	z-index: 2;
}


.battle {
  align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	border-top: 1px solid #FFF;
  display: flex;
  justify-content: space-between;
	padding: 30px 20px;
	position: relative;
  width: 100%;
	z-index: 0;
}

#battle1 {
	background-image: url("../img/title1.gif");
}

#battle2 {
	background-image: url("../img/title2.gif");
}

#battle3 {
	background-image: url("../img/title3.gif");
}

#battle4 {
	background-image: url("../img/title4.gif");
}

#battle5 {
	background-image: url("../img/title5.gif");
}

#battles{
	color: #FFF;
	line-height: 1.5;
}

.book {
	margin-bottom: 10px;
}

.battle p{
	font-size: 12px;
}

.right .book {
	text-align: left;
}

.left .book {
	text-align: left;
}

#battles .indent {
	font-weight: normal;
	text-indent: -10px;
}

.copy {
	position: absolute;
	right: 145px;
	top: 15px;
	z-index: 99;
}

.left a ,
.right a {
	color: #FFF;
  font-size: 12px;
	text-decoration: underline;
}

.right a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
