@charset "UTF-8";
/* ===================================================================
top-news.css　ニュース一覧
=================================================================== */

/* ニュース一覧 */
.news_box {
	width: 700px;
	margin-bottom:25px;
}
.news_box .head {
	background: url(../images/pc/ttl_bg02.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head h1 {

	width: 200px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.news {
	background: url(../images/pc/news_ttl.png) no-repeat;
}
.news_ichiran {
	background: url(../images/pc/news_ichiran_ttl.png) no-repeat;
}
.news_box .head span {
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(../images/pc/news_btn.png) no-repeat ;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
	margin-left: 120px;
}
.news_box .inner {
	background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 660px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 660px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 95px;
	float: left;
	line-height: 25px;
	padding-left: 80px;
	color: #666;
}
.news_box .inner dd {
	width: 484px;
	float: left;
	line-height: 25px;
}
/* ニュースの分類　赤いタグ */
.tag_recruit {
	background: url(../images/common/tag_recruit.png) no-repeat left center;
}
.tag_news {
	background: url(../images/common/tag_news.png) no-repeat left center;
}

/* 641pxから768pxまでのサイズ ipad*/
@media screen and (max-width: 768px) {
/* ニュース一覧 */
.news_box {
	width: 700px;
}
.news_box .head {
	background: url(../images/tablet/ttl_bg02.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head span {
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(../images/pc/news_btn.png) no-repeat;
	height: 0px;
	overflow: hidden;
	padding-top: 25px;
	margin-left: 70px
}
.news_box .inner {
	background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 448px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 448px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 448px;
	float: left;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 448px;
	float: left;
}
}

/* 640px未満のサイズ　スマートフォン */
@media screen and (max-width: 640px) {
/* ニュース一覧 */
.news_box {
	width: 100%;
	font-size: 110%;
	margin-bottom: 35px;
}
.news_box .head {
	background: url(../images/phone/ttl_bg02.png) no-repeat;
	width: 93%;
	height: 50px;
	padding: 10px 2% 0 5%;
}
.news_box .head h1 {
	background:none;
	width: 210px;
	height: 25px;
	padding:0px;
	float: left;
	display:block;
}
.news_box .head span {
	width: 80px;
	height: 25px;
	float: right;
}
.news_box .head span a {
	background:none;
	width: 80px;
	height: 25px;
	padding:0px;
	display:block;
	float: right;
}

.news_box .inner {
	width: 95%;
	padding: 5px 15px 15px 15px;
	border:none;
}
.news_box .inner dl {
	width: 100%;
}
.news_box .inner dt {
	width: 86%;
	margin: 15px 0px 15px 0px;
}
.news_box .inner dd {
	width: 100%;
}
}