@charset "utf-8";
/* CSS Document（backnumber/index.html用） */

/*---バックナンバー---*/
#section01{
  margin:0px auto;
  padding-bottom:100px;
  width:100%;
  height:auto;
  overflow:hidden;
  background:url(img/bg01.jpg) no-repeat center;
	background-size: cover;
}

#section01 h3{
  text-align:left;
  font-weight:bold;
  font-size:14px;
  border-bottom:solid 2px #059a94;
	padding-left:23px;
  line-height:17px;
	background:url(img/arrow.png) no-repeat;
}
dl{
	padding-left: 0;
}
.cover_box{
	float:left;
	width:280px;
	height:500px;
	margin: 0px 12px 25px 0px;
  background-color:#FFFFFF;  
}

.inner_coverbox{
	margin-left:auto;
	margin-right:auto;
	width:250px;
}

.inner_coverbox dt{
  width:250px;
  text-align:center;
  margin:0px auto 10px;
}

.inner_coverbox dd{
	width:210px;
  backkground-color:silver;
  line-height:1.4;
  font-size:14px;
  text-align:left;
  margin:5px 30px 5px auto;
}



