@charset "utf-8";

/* CSS Document */

/*------------------------

新着情報

------------------------*/
.news {
	padding: 0;
}

.news-top .title-box h1 {
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
	font-size: 2.5em;
	font-weight: 400;
	margin-bottom: .3em;
}

.news-detail-blocks,
.news-blocks {
	margin: 0 0 3.65em;
	padding-top: .65em;
}

.news-blocks a:hover {
	text-decoration: none;
}

.news-blocks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-blocks li:before,
.news-blocks li:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}

.news-blocks li:after {
	clear: both;
}

.news-blocks li + li {
	border-top: 1px solid #E0E0E0;
	margin-top: .65em;
	padding-top: .65em;
}

.news-blocks .img {
	margin-bottom: .5em;
	float: left;
	margin-right: 1em;
	width: 300px;
	text-align: center;
}

.news-blocks .label {
	margin-right: .5em;
}

.news-blocks .day {
	margin-top: 3.55em;
	margin-bottom: .35em;
	font-weight: 500;
	display: block;
}

.news-blocks p {
	height: 4em;
	margin-top: .35em;
	margin-bottom: 0;
	line-height: 1.45;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*------------------------

新着情報-詳細ページ

------------------------*/
.news-detail-blocks {
	margin-top: -2.65em;
}

.news-detail-blocks h2 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	/* padding: .65em 1em .55em; */
	/* margin: 1.35em 0 1.35em; */
	text-align: center;
}

h1.head-lines01 {
	margin-bottom: 1.25em;
}

.news-detail-blocks h2 em {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	/* margin-bottom: 3.65em; */
	/* margin-top: .65em; */
	text-align: right;
}

.news-detail-blocks h2 span.label {
	display: inline-block;
	margin-right: .65em;
}

.news-detail-blocks img {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

a.btn.clear.w220 {
	display: block;
	margin: 2.65em auto;
}

.news-detail-blocks .pagination {
	margin: 2.65em 0 4.65em;
}

.news-detail-blocks .pagination li + li {
	float: right;
	margin-right: 0;
}

.news-detail-blocks .pagination li a {
	display: block;
	background-color: #004098;
	border: 1px solid #004098;
	border-radius: 0;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: .65em 1.25em .55em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
}

.news-detail-blocks .pagination li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #004098;
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
	

			
/*------------------------*/
