#l-contents-detail{
	/* padding: 0 !important; */
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.6;
}
.is-sp_none {
	display:none;
}
img {
	max-width: 100%;
}
.section {
	margin: 0 0 20px 0;
}
.contents-wrap {
	padding: 20px 3% 0;
}

/*	heading-wrap
-----------------------------------------------*/
.heading-wrap {
	margin: 0 !important;
}
.heading-wrap h1 img {
	width: 100%;
}
.heading-wrap *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.heading-wrap .gnavi{
	width:100%;
	padding:0;
}
.heading-wrap .gnavi ul{
}
.heading-wrap .gnavi li{
	float:left;
	display:block;
	width:50%;
	border-right: 1px solid #143488;
	border-left: 1px solid #3a5cb5;
}
.heading-wrap .gnavi li:last-child{
	border-right: none;
}
.heading-wrap .gnavi li:first-child{
	border-left: none;
}
.heading-wrap .gnavi li a{
	display:block;
	width:100%;
	padding: 10px;
	color: #fff;
	background-color: #173FA8;
	font-size: 14px;
	text-align: center;
}
.heading-wrap .gnavi li a:hover{
	background-color: #3a5cb5;
}

/*	basic
-----------------------------------------------*/
/* .btn {
	background-color:#21519E;
	color:white;
	font-size:120%;
	padding:10px !important;
	margin:10px !important;
} */

ul.btn_list {
	text-align: center;;
}
.btn_list li {
    /* float: left; */
		display: inline;
}
.btn_list li a {
		text-align: center;
    display: inline-block;
    border: solid 1px #DDD;
		background-color:#21519E;
		color:white;
		font-size:120%;
		margin: 0 10px 10px 0;
		padding:10px 20px;
		width: 250px;
}
.btn_list li a:hover {
    text-decoration: none
		background-color:#21519E;
		color:white;
		opacity: 0.85 !important;
}

.lead {
	padding: 10px 1em;
	margin: 20px 0;
	font-size: 14px;
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 3px;
}
.basic-ui h2 {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0 17.5px;
	padding: 20px 0 0.5em;
	border-bottom: 1px solid #CCC;
}
.basic-ui h2:after {
	content: '';
	height: 1px;
	width: 20%;
	background: #173FA8;
	position: absolute;
	display: block;
	bottom: -1px;
}
.buttons .button {
	display: block;
	text-align: center;
	margin-top: 2.5rem;
}
.news_item_body{
/*	font-size: 14px;*/
}
.meta_item{
	color: #888;
	font-size: 12px;
}
.news-list li {
	position: relative;
	font-size: 14px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 3.75px 15px;
	margin-bottom: 7.5px;
}
.news-list li:before {
	position: absolute;
	content:'';
	width: 6px;
	height: 6px;
	left: 0;
	top: 6.5px;
	border: 3px solid #173FA8;
	border-radius: 50%;
}
.news-list li a {
	color: #000;
}
.voice-list li {
	position: relative;
	font-size: 14px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 3.75px 15px;
	margin-bottom: 7.5px;
}
.voice-list li:before {
	position: absolute;
	content:'';
	width: 8px;
	height: 8px;
	left: 0;
	top: 7.5px;
	background: #CCC;
	border-radius: 50%;
}
.news_item_body .img_box2 {
	float: left;
	margin-right: 20px;
}
.btn-more_news {
	position: relative;
	margin-top: 0.5em;
	margin-right: 20px;
	padding-right: 20px;
	text-align: right;
}
.btn-more_news:after {
	position: absolute;
	content: "";
	transition:all .3s;
	right: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	-ms-transform:translate(50%,50%);
	-webkit-transform:translate(50%,50%);
	transform:translate(50%,50%);
	border-top: 1px solid #173FA8;
	border-right: 1px solid #173FA8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.book-list {
	margin-bottom: 20px;
}

.book-list h4{
	position: relative;
	padding-left: 1.2em;
	font-size: 14px;
	font-weight: bold;
	color: #173FA8;
}
.book-list h4:before {
	position: absolute;
	content:'';
	width: 6px;
	height: 6px;
	left: 0;
	top: 4px;
	border: 3px solid #173FA8;
	border-radius: 50%;
}
.book-list h5{
	height: 30px;
	padding-left: 1em;
	margin-bottom: 14px;
	color: #FFF;
	background-color: #4A6C8F;
	line-height: 34px;
}
.book-name{
	position: relative;
	margin-bottom: 5px;
}
.book-name h3{
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	border-bottom: 1px solid #173FA8;
	border-left:  4px solid #1C4977;
	line-height: 30px;
}
.book-name p{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	text-align: right;
}
.book-name h3 span{
	display: none;
}
.book-name p span{
	display: inline-block;
	width: 100px;
	margin-left: 10px;
	color: #FFF;
	background-color: #173FA8;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
}
.book-photo{
	margin-bottom: 5px;
	padding: 5px;
	background: #FFF;
	text-align: center;
}
.book-photo img{
	border: 1px solid #ddd;
	width: 80px;
}
.book-descrip{
	line-height: 1.5em;
}
.book-descrip p{
	font-size: 13px;
	padding-bottom: 10px;
}
