.center{
  text-align: center;
}
.left{
  text-align: left;
}
.clear{
  clear: both;
}
.profile{
  padding: 25px;
  background: #eee;
  width: 88%;
  margin: 0 auto 30px;
}
.profile p{
  line-height: 1.4;
}
.read{
  padding: 25px;
}
.read p{
  line-height: 1.5;
  padding: 10px 0;
}
.profile_sp{
  padding: 15px;
}
.profile_sp p{
  line-height: 1.4;
  padding: 5px;
  background: #eee;
  margin: 0 auto 30px;
  font-size: 90%;
}
.read_sp{
  padding: 0 15px;
}
.read_sp p{
  line-height: 1.4;
  padding: 5px 0;
  font-size: 90%;
}

.btnMore {
  margin-top: 10px !important;
}
.next_chapter{
  display: inline-block;
  padding: 20px;
  width: 70%;
  margin: auto;
  background: #efefef;
  text-decoration: none;
}
.next_chapter:hover{
  background: #E0E0E0;
  color: #6D6DB6;
}
.next_chapter > p{
  line-height: 1.5;
}
.paging{
  display: inline-block;
  box-sizing: border-box;
  font-size: 120%;
  padding: 0 5px;
  width: 30px;
  height: 30px;
  border: solid 1px #D3D3D3;
  text-decoration: none;
}
.page_this{
  background: #15276a;
  color: #fff;
}
a.paging:hover{
  background: #EAEAF4;
  color: #6D6DB6;
}
.chapter{
  color: #3d589d;
  padding: 0 10px;
}
.news-contents_sp p{
  margin: 0 !important;
}

.gray {
	color: #808080;
}

.readmore {
	text-align: right;
	margin-right: 30px;
	background-color: white;
}

.read_more {
	width: 100px;
}

.sub {
	font-weight: bold;
}

.news-contents p {
	padding-top: 5px;
	padding-bottom: 5px;
}
