@charset "UTF-8";
/* CSS Document */

.media_top {
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	background-image: url("../img/company/company_top.png");
	width: 100%;
	height: 250px;
	background-size: cover;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.media_title {
	padding-top: 110px;
}
.media_wrap {
	width: 1400px;
	margin: 0 auto;
}
.media_post {
	width: 250px;
	float: right;
	background-image: url("../img/index/news_topix_bg.png");
	border: 8px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px #cfcfcf;
	box-sizing: border-box;
	height: inherit;
	list-style-type: none;
	margin: 60px auto;
	padding: 20px;
	position: relative;
	text-align: center;
}
.media_post li {
	list-style-type: none;
	font-size: 12px;
	padding: 5px;
}
.media_postname {
	padding-bottom: 10px;
	border-bottom: 2px dashed #fff;
	font-family: "Montserrat", sans-serif;
}
.post {
	margin:8px 0 13px;
}
.post a {
	color: #000;
	text-decoration: none;
}
.media_detail {
	float: left;
	border: 8px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px #cfcfcf;
	box-sizing: border-box;
	height: inherit;
	list-style-type: none;
	padding: 5px;
	position: relative;
	width: 1120px;
	margin: 60px auto;
	text-align: center;
	background-image: url("../img/index/news_topix_bg.png");
}
.media_detail ul li {
	list-style-type: none;
}
.media_date {
	font-size: 16px;
	margin: 0 0 10px;
	font-family: "Montserrat", sans-serif;
}
.media_img img {
	width: 100%;
	margin: 0 auto;
}
.media_dt_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 13px;
	border-bottom: 2px dashed #fff;
	padding-bottom: 10px;
}
.media_img {
	margin: 20px 0;
}
.media_pd {
	padding: 20px;
}
.media_pd span {
	font-size: 13px;
}

@media screen and (max-width: 768px) {
.media_top {
	text-align: center;
	font-size: 30px;
	margin:12% auto 0;
	background-image: url("../img/company/company_top.png");
	width: 100%;
	background-size: cover;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.media_title {
	padding-top: 15%;
}
.media_wrap {
	width: 100%;
	margin: 0 auto;
}
.media_post {
	width: 90%;
	float: none;
	background-image: url("../img/index/news_topix_bg.png");
	border: 8px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px #cfcfcf;
	box-sizing: border-box;
	list-style-type: none;
	margin: 60px auto;
	padding: 10px;
	position: relative;
	text-align: center;
}
.media_post li {
	list-style-type: none;
	font-size: 12px;
	padding: 5px;
}
.media_postname {
	padding-bottom: 10px;
	border-bottom: 2px dashed #fff;
	font-family: "Montserrat", sans-serif;
}
.media_detail {
	float: none;
	border: 8px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px #cfcfcf;
	box-sizing: border-box;
	list-style-type: none;
	padding: 5px;
	position: relative;
	width: 90%;
	margin: 60px auto;
	text-align: center;
	background-image: url("../img/index/news_topix_bg.png");
}
.media_detail ul li {
	list-style-type: none;
}
.media_date {
	font-size: 16px;
	margin: 0 0 10px;
	font-family: "Montserrat", sans-serif;
}
.media_dt_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 2%;
	border-bottom: 2px dashed #fff;
	padding-bottom: 10px;
}
.media_pd {
	padding: 20px;
}
.media_pd span {
	font-size: 13px;
}
}

@media screen and (max-width: 480px) {
.media_top {
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	background-image: url("../img/company/company_top.png");
	width: 100%;
	height: 250px;
	background-size: cover;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.media_title {
	padding-top: 36%;
}
.media_wrap {
	width: 100%;
	margin: 0 auto;
}
.media_post {
	width: 90%;
	float: none;
	background-image: url("../img/index/news_topix_bg.png");
	border: 8px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px #cfcfcf;
	box-sizing: border-box;
	height: inherit;
	list-style-type: none;
	margin: 10% auto;
	padding: 5% 3%;
	position: relative;
	text-align: center;
}
.media_post li {
	list-style-type: none;
	font-size: 12px;
	padding: 5px;
}
.media_postname {
	padding-bottom: 10px;
	border-bottom: 2px dashed #fff;
	font-family: "Montserrat", sans-serif;
	margin:2% 0;
}
.media_detail {
	float: none;
	border: 8px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px #cfcfcf;
	box-sizing: border-box;
	height: inherit;
	list-style-type: none;
	margin: 10% auto 0;
	padding: 5px;
	position: relative;
	width: 90%;
	text-align: center;
	background-image: url("../img/index/news_topix_bg.png");
}
.media_detail ul li {
	list-style-type: none;
}
.media_date {
	font-size: 16px;
	margin:2% 0;
	font-family: "Montserrat", sans-serif;
	display:block;
}
.media_dt_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4%;
	border-bottom: 2px dashed #fff;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.media_pd {
	padding: 5% 3%;
}
.media_pd span {
	font-size: 13px;
}
}
