@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

News CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


/* Content
-------------------------------------------- */
#container .news_ttl {
	font-size: 3rem;
	padding: 15px 0;
	line-height: 1.4;
}

#container .post_content {
	font-size: 1.6rem;
	padding: 30px 0 0;
}
#container .post_content h2 {
	font-size: 2rem;
	padding: 20px 0 0;
}
#container .post_content h3 {
	font-size: 1.8rem;
	padding: 20px 0 0;
}
#container .post_content h4 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 20px 0 0;
}
#container .post_content p {
	padding: 20px 0 0;
}
#container .post_content img {
	max-width: 100%;
	width: auto;
}


/*
------------------------------------------------------------------------------------------------------------------ Tablet */

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

	/* Content
	-------------------------------------------- */
	#container .news_ttl {
		font-size: 2rem;
	}

	#container .post_content,
	#container .post_content p {
		padding: 15px 0 0;
	}

}
