@charset "utf-8";

/**
 *
 *  news一覧ページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#Side .s_cont-base.nav-style01{
	margin-top: 0;
}
#Side .s_cont-base.bnr-app{
	margin-left: 0;
	margin-right: 0;
}
.c_pagination{
	background: #fff;
	margin-top: 0;
	padding: 0 40px 30px;
	border-radius: 0 0 2px 2px;
}

/* @SP */
@media all and (max-width: 767px) {
	.c_pagination{
		margin-top: 13px;
		padding-bottom: 0;
	}	
}

/*--------------------------------------------------------------------------
  	Side サイドナビ
---------------------------------------------------------------------------*/

/* s_press
-----------------------------------------------------------------*/
/* new */
.s_press .new{
	padding: 11px 9px 13px;
	border: solid 1px #8B8B8B;
	border-bottom: none;
	text-align: center;
}
.s_press .new .img{
	position: relative;
	margin-top: 20px;
}
.s_press .new .img > img{
	border: solid 1px #3D3D3D;
}
.s_press .new .img  a:hover> img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.s_press .new .img .ico-new{
	display: block;
	position: absolute;
	bottom: 4px;
	left: -1px;
}
.s_press .new .txt{
	margin-top: 21px;
	line-height: 1.4;
	font-size: 12px;
}
/* backnumber */
.s_press .backnumber{
	padding: 25px 0;
	background: #000;
	color: #FFF;
}
.s_press .backnumber a{
	color: #FFF;
}
.s_press .backnumber .ttl{
	padding: 0 30px;
	font-size: 15px;
	font-weight: bold;
}
.s_press .backnumber .ttl a{
	text-decoration: none;
	cursor: default;
}
.s_press .backnumber ul{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-left: 20px;
	font-size: 12px;
	letter-spacing: -.4em;
}
.s_press .backnumber ul li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: normal;
	min-width: 33.33%;
	padding: 11px 10px 0;
	text-align: center;
}
.s_press .backnumber ul li a{
	display: block;
	text-align: left;
}

/* @SP */
@media all and (max-width: 767px) {
	/* bnr
	-----------------------------------------------------------------*/
	#Side .bnr-wrap{
		overflow: hidden;
		margin: 0 -5px;
	}
	#Side .bnr-wrap .bnr{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	#Side .bnr-wrap .bnr img{
		width: 100%;
		height: auto;
	}
	
	/* s_press
	-----------------------------------------------------------------*/
	.s_press{
		float: left;
		width: 100%;
	}
	.s_press .new{
		padding: 20px 10px 10px;
	}
	.s_press .new .ttl img{
		width: 123px;
		height: 24px;
	}
	.s_press .new a{
		display: inline-block;
		position: relative;
	}
	.s_press .new .img{
		margin-top: 15px;
	}
	.s_press .new .img img{
		width: 146px;
		height: auto;
	}
	.s_press .new .img .ico-new{
		bottom: 3px;
		left: -51px;
	}
	.s_press .new .ico-new img{
		width: 62px;
		height: 62px;
	}
	.s_press .backnumber{
		padding: 0;
	}
	.s_press .backnumber .ttl{
		padding: 0;
		font-size: 13px;
	}
	.s_press .backnumber .ttl a{
		display: block;
		position: relative;
		padding: 10px 15px;
	}
	.s_press .backnumber .ttl a:after{
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -4px;
		width: 11px;
		height: 7px;
		background: url(/shared/images/ico_arw11.png) no-repeat;
		background-size: 11px 7px;
	}
	.s_press .backnumber .ttl a.active:after{
		background-image: url(/shared/images/ico_arw12.png);
	}
	.s_press .backnumber ul{
		padding: 0 10px 15px;
	}
}


/*--------------------------------------------------------------------------
  	nav-sort
---------------------------------------------------------------------------*/

.nav-sort{
	overflow: hidden;
}
.nav-sort .inner{
	float: right;
	overflow: hidden;
}
.nav-sort dl{
	display: table;
	float: left;
	margin-left: 20px;
}
.nav-sort .btn{
	float: left;
	margin-left: 35px;
}
.nav-sort dl:first-child{
	margin-left: 0;
}
.nav-sort dl dt,
.nav-sort dl dd{
	display: table-cell;
	font-size: 14px;
}
.nav-sort dl dd{
	padding-left: 10px;
	font-size: 12px;
}

/* @SP */
@media all and (max-width: 767px) {
	.nav-sort{
		padding-bottom: 22px;
		background: #F5F5F5;
	}
	.nav-sort .inner{
		float: none;
	}
	.nav-sort dl{
		margin: 14px 0 0;
		width: 100%;
	}
	.nav-sort dl dt,
	.nav-sort dl dd{
		display: block;
		width: 100%;
		font-size: 12px;
	}
	.nav-sort dl dd{
		margin-top: 9px;
		padding: 0;
	}
	.nav-sort .btn{
		width: 100%;
		margin: 20px 0 0;
		font-size: 14px;
		text-align: center;
	}
	.nav-sort .btn a span{
		padding-right: 20px;
	}
}


/*--------------------------------------------------------------------------
  	.list-news
---------------------------------------------------------------------------*/

.list-news{
	background: #fff;
	margin-top: 30px;
	padding: 30px 30px 40px;
	border-radius: 2px 2px 0 0;
}
.list-news li{
	border-bottom: solid 1px #7F7F7F;
}
.list-news li a,
.list-news li .inner{
	display: block;
	overflow: hidden;
	padding: 11px 0;
	text-decoration: none;
}
.list-news li .img{
	display: table-cell;
	padding-right: 18px;
	vertical-align: top;
}
.list-news li .img img{
	width: 89px;
	height: auto;
}
.list-news li .txt-wrap{
	display: table-cell;
	vertical-align: middle;
}
.list-news li .txt-wrap .ico{
	margin-right: 10px;
}
.list-news li .txt-wrap .date,
.list-news li .txt-wrap .txt{
	font-size: 14px;
}
.list-news li .txt-wrap .txt{
	display: block;
	margin-top: 7px;
}
.list-news li a:hover .img img{
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.list-news li a:hover .txt-wrap .txt{
	color: #a9151a;
}

/* btn-more
-----------------------------------------------------------------*/


/* @SP */
@media all and (max-width: 767px) {
	.list-news{
		margin-top: 0;
		padding: 0 13px 7px;
	}
	.list-news li a,
	.list-news li .inner{
		padding: 16px 0;
	}

	.list-news li .img{
		padding-right: 10px;
	}
	.list-news li .img img{
		width: 63px;
		height: auto;
	}
	.list-news li .txt-wrap{
		vertical-align: middle;
	}
	.list-news li .txt-wrap .ico{
		margin-right: 10px;
	}
	.list-news li .txt-wrap .date{
		font-size: 11px;
	}
	.list-news li .txt-wrap .txt{
		font-size: 12px;
	}	
}

/*--------------------------------------------------------------------------
   xxx
---------------------------------------------------------------------------*/

/* xxx
-----------------------------------------------------------------*/


/* xxx */


