/*
Theme Name:100kougeikai
Theme URI:
Description:
Template:twentytwelve
Author:
Author URI:
Version:0.1
*/


#front_newslist{
	margin: 4em 0 6em;
}

#front_newslist h1{
	font-size: 1.6em;
	margin-bottom: 1.2em;
}

#front_newslist .inner{
	/* display: flex; */
	font-size: 1rem;
	width: 100%;
}

#front_newslist .inner .front_news{
	/* display: flex; */
	max-width: 900px;
	font-size:1.1em;
	padding: 1em 0 1em 0.6em;
	border-bottom: 1px solid #ededed;
	margin: 0 1rem;
}

.front_news .time{
	font-size:0.8em;
	margin-right: 4em;
}

.front_news .title{
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
}


@media screen and (min-width: 600px) {
	.site-content_front {
	float: left;
	width: 100%;
	}

}

@media screen and (max-width:800px){
	#front_newslist h1{
		text-align: center;
	}

	#front_newslist .inner .front_news{
		/* display: flex; */
		max-width: 100%;
		font-size:1.1em;
		padding: 1em 0 1em 0.6em;
		border-bottom: 1px solid #ededed;
		margin: 0;
	}
	.front_news .time{
		display: block;
		width: 100%;
		margin: 0 0 0.6em;
	}
	.front_news .title{
		display: block;
		width: 100%;
	}
}