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

/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */


/* TOP ページ */

/* タイトルアイコン */

.title_icon {
	height: 200px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.news_wrap {
		margin-top: 5px;
	}
	
	

.news_day {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-top: 0px;
	color: #666;
	letter-spacing: 0.1em;
	float: left;
	display: block;
	width: 120px;
}
.news_categoly {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	padding: 3px 5px 1px 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-radius: 10px;
	background-color: #231815;
	color: #fff;
	letter-spacing: 0.2em;
	float: left;
	display: block;
	width: 150px;
}
.news_discription {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	padding-top: 5px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
	float: right;
	display: block;
	width: 600px;
	line-height: 1.5;
	
}

.btn_more {
	height: 40px;
	padding-top: 40px;
	float: right;
}

/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {

	
	
/* TOP ページ */



/* タイトルアイコン */

.title_icon {
	font-size: 10px;
	height: 140px;
	margin-top: -30px;
}

.news_wrap {
		margin-top: 100px;
	}
	

.news_day {
	margin-bottom: 5px;
	font-size: 10px;
	width: 90px;}
	
	
	
.news_categoly {
	font-size: 8px;
	padding: 4px 5px 1px 5px;
	margin-top: 7px;
	width: 100px;}

.news_discription {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 13px;
	padding-top: 5px;
	width: 100%;
	
}
.btn_more {
	height: 25px;
	padding-top: 20px;
}

	
}
	
	
	
	
}