/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		お知らせ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
	トップ用
****************************************************************************************************************************/
article.top_page .newsArea{
}

article.top_page .newsArea ul{
	border-top: dashed 1px #ddd;
}

article.top_page .newsArea li{
	border-bottom: dashed 1px #ddd;
}

article.top_page .newsArea li a{
	display: block;
	width: 100%;
	padding: 15px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* 背景囲みの追加 */
article.top_page .contsArea.newsBox.bg_on_wrap{
}
article.top_page .contsArea.newsBox.bg_on_wrap .conts_loop .blocks .blocks_in .blocks_inner{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
article.top_page .contsArea.newsBox.bg_on_wrap .conts_loop .blocks .blocks_in .blocks_inner .conts{
}





/*------------------------------
	box内
------------------------------*/
article.top_page .newsArea li .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

article.top_page .newsArea li .box .day{
	width: 200px;
	font-weight: bold;
}

article.top_page .newsArea li .box .titleArea{
	flex: 1;
}

article.top_page .newsArea li .box .title{
	font-weight: bold;
	font-size: 18px;
}

article.top_page .newsArea li .box .read{
	margin-top: 5px;
}

@media screen and (min-width: 920px){
	article.top_page .newsArea li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 640px){
	article.top_page .newsArea li .box{
		display: block;
	}
	article.top_page .newsArea li .box .day{
		width: 100%;
		margin-bottom: 5px;
	}
	article.top_page .newsArea li .box .titleArea{
	}
}




/****************************************************************************************************************************
	アーカイブ用
****************************************************************************************************************************/
article.news_archive .newsArea{
}

article.news_archive .newsArea ul{
	border-top: dashed 1px #ddd;
}

article.news_archive .newsArea li{
	border-bottom: dashed 1px #ddd;
}

article.news_archive .newsArea li a{
	display: block;
	width: 100%;
	padding: 15px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

article.news_archive .newsArea li .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

article.news_archive .newsArea li .box .day{
	width: 200px;
	font-weight: bold;
}

article.news_archive .newsArea li .box .titleArea{
	flex: 1;
}

article.news_archive .newsArea li .box .title{
	font-weight: bold;
	font-size: 18px;
}

article.news_archive .newsArea li .box .read{
	margin-top: 5px;
}

@media screen and (min-width: 920px){
	article.news_archive .newsArea li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 800px){
	article.news_archive .newsArea li .box{
		display: block;
	}
	article.news_archive .newsArea li .box .day{
		width: 100%;
		margin-bottom: 5px;
	}
	article.news_archive .newsArea li .box .titleArea{
	}
}

/****************************************************************************************************************************
	詳細ページ用
****************************************************************************************************************************/
article.single_news{
	padding-top:50px;
	padding-bottom: 50px;
}

article.single_news .single_contsArea{
}

article.single_news .single_contsArea .in_conts{
	background-color: #fff;
	padding: 50px 30px;
	margin-bottom: 35px;
}

article.single_news .single_contsArea .in_conts .single_head{
	text-align: left;
	padding-bottom: 30px;
}

article.single_news .single_contsArea .in_conts .single_head h1{
	display: inline-block;
	text-align: left;
	line-height: 1.3em;
	font-size: 30px;
}

article.single_news .single_contsArea .in_conts .single_head .day{
	display: block;
	text-align: left;
	width: 100%;
	margin-top: 10px;
}

article.single_news .single_contsArea .in_conts .single_body{
	line-height: 1.7em;
	padding-top: 30px;
}

article.single_news .single_contsArea .in_conts .single_body a{
	text-decoration: underline;
}

article.single_news .single_contsArea .in_conts .single_body img{
	display: block;
	width: auto;
	max-width: 100%;
	line-height: 1em;
}

@media screen and (max-width: 640px){
	article.single_news{
		padding-top:30px;
		padding-bottom: 30px;
	}
	article.single_news .single_contsArea .in_conts{
		padding: 30px 15px;
		margin-bottom: 15px;
	}
	article.single_news .single_contsArea .in_conts .single_head{
		padding-bottom: 20px;
	}
	article.single_news .single_contsArea .in_conts .single_head h1{
		line-height: 1.5em;
    font-size: 25px;
    letter-spacing: 0.1em;
	}
	article.single_news .single_contsArea .in_conts .single_head .day{
		margin-top: 8px;
	}
	article.single_news .single_contsArea .in_conts .single_body{
		padding-top: 20px;
	}
}

















/****************************************************************************************************************************

****************************************************************************************************************************/
