@charset "Shift-JIS";
/*---------------------------------------------------------------------------------------------------------------------*/
/*Newsy[WpCSS
/*---------------------------------------------------------------------------------------------------------------------*/
#news {
	width: 85%;
	height: auto;
	font-size: 0;
	text-align: center;
	z-index: 888;
	background-color: #f5f5f5;
	position: absolute;
	right: 0;
}
@media screen and (max-width: 600px) {
	#news {
		width: 100%;
		height: auto;
		font-size: 0;
		text-align: center;
		z-index: 888;
		background-color: #fff;
		position:absolute;
		top: 55px;
		right: 0;
		z-index: 888;
	}
}
/*-----------------------------------------------------------------*/
.news_top {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.news_top {
		width: 100%;
		height: auto;
		display: none;
		margin: 0;
	}
}
/*-----------------------------------------------------------------*/
.news_top_p {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
/*-----------------------------------------------------------------*/
.news_top_p p{
	position: absolute;
	font-size: 30px;
	color: #666666;
	letter-spacing: 0.1em;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	text-shadow: 1px 1px 1px  #fff;
	width: 80%;
}
/*-----------------------------------------------------------------*/
.news_content{
	width: 1200px;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.news_content {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.news_content_section_sp {
	display: none;
}
@media screen and (max-width: 600px) {
	.news_content_section_sp {
		display: block;
		width: 90%;
		margin: 0px 0% 0px 0%;
		padding: 12px 5% 12px 5%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: left;
		background-color: #f5f5f5;
		border-top: solid 1px #c0c0c0;
		border-bottom: solid 1px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.news_content_section_sp p{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.news_content_section {
	width: 100%;
	height: 100%;
	margin: 8% 0 0% 0;
}
@media screen and (max-width: 600px) {
	.news_content_section {
		width: 100%;
		margin: 0% 0 0% 0;
	}
}
/*-----------------------------------------------------------------*/
.news_content_section_table {
	width: 84%;
	font-size: 0;
	margin: 0% 8%;
	padding: 0% 0;
	border-collapse: collapse;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.news_content_section_table {
		width: 100%;
		font-size: 0;
		margin: 0 0 0px 0%;
		border-collapse: collapse;
	border-bottom: 1px solid #dfdfdf;
	}
}
/*-----------------------------------------------------------------*/
.news_table_td {
	width: 90%;
	padding: 3% 5% 0% 5%;
	text-align: left;
	font-weight: normal;
	display: block;
}
@media screen and (max-width: 600px) {
	.news_table_td {
		width: 84%;
		display: block;
		padding: 5% 8% 0% 8%;
		font-weight: normal;
		color: #666666;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.news_table_td p{
	color: #666666;
	letter-spacing: 0em;
	line-height: 1.5;
	font-size: 17px;
}
@media screen and (max-width: 600px) {
	.news_table_td p{
		color: #666666;
		letter-spacing: 0em;
		line-height: 1.5;
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------*/
.news_table_td1 {
	width: 90%;
	padding: 0% 5% 3% 5%;
	text-align: left;
	font-weight: normal;
	display: block;
}
@media screen and (max-width: 600px) {
	.news_table_td1 {
		width: 84%;
		display: block;
		padding: 0% 8% 10% 8%;
		font-weight: normal;
		color: #666666;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.news_table_td1 a{
	color: #0066cc;
	letter-spacing: 0em;
	line-height: 1.5;
	font-size: 14px;
	transition: 0.6s;
}
@media screen and (max-width: 600px) {
	.news_table_td1 a{
		color: #0066cc;
		letter-spacing: 0em;
		line-height: 1.5;
		font-size: 12px;
	}
}
/*-----------------------------------------------------------------*/
.news_table_td1 a:hover{
	opacity: 0.3;
	transition: 0.6s;
}
/*-----------------------------------------------------------------*/
.news_content_section_image {
	width: 80%;
	height: auto;
	font-size: 0;
	margin: 0 10% 10% 10%;
}
@media screen and (max-width: 600px) {
	.news_content_section_image {
		width: 100%;
		font-size: 0;
		margin: 0 0 0px 0%;
	}
}
