@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
.con_news {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
	.con_news {
		width: 95%;
	}
}

@media print {
	.con_news {
		width: 95%;
	}
}

.ie8 .con_news {
	width: 95%;
}

.con_news:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_mainimage
----------------------------------------------------------- */
.con_mainimage {
	background: url(../images/news/img_main.jpg) center 0 no-repeat;
}

@media only screen and (max-width: 767px) {
	.con_mainimage {
		background-position: -260px 0;
	}
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
	margin-bottom: 3em;
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
	/* ----------------------------------------
		.icon
	---------------------------------------- */
	/* ----------------------------------------
		.st_md_db_line
	---------------------------------------- */
}

@media only screen and (max-width: 767px) {
	.con_news {
		padding-top: 2em;
	}
}

.con_news .icon {
	margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	.con_news .icon {
		margin-bottom: 0.4em;
	}
}

.con_news .icon span.date {
	color: #9a8d55;
	margin-right: 0.5em;
}

.con_news .icon span.cate.black {
	background: #333333;
	padding: 0.2em 1em;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
}

.con_news .st_md_db_line {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .st_md_db_line {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_md_db_line {
		margin-top: 0.4em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .st_md_db_line {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_md_db_line {
		margin-bottom: 1em;
	}
}

.con_news .st_md_news {
	position: relative;
	font-weight: normal;
	color: #333;
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.con_news .st_md_news:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #666;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .st_md_news {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_md_news {
		margin-top: 2em;
	}
}

.con_news .st_sm_news {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .st_sm_news {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_sm_news {
		margin-bottom: 1em;
	}
}

.con_news .txt {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .txt {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .txt {
		margin-bottom: 1em;
	}
}

.con_news .col_red {
	color: #811b1c;
}

.con_news .box_list {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .box_list {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_list {
		margin-bottom: 1em;
	}
}

.con_news .box_list > li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}

.con_news .box_list > li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0.55em;
	left: 0.55em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #333333;
}

.con_news .tbl_primary {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .tbl_primary {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .tbl_primary {
		margin-bottom: 2em;
	}
}

.con_nav_bottom {
	margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_nav_bottom {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.con_nav_bottom {
		margin-top: 3em;
	}
}
