@charset "utf-8";

/*
************************************************************************
* エディタ
* @copyright Revolme Inc.
************************************************************************
*/

#postEditor
{
	padding:0.5em;
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-weight:400;
	min-width:auto;
	font-size:16px;
}
.eyecatch {
	text-align: center;
	margin-bottom: 1em;
}
.news-title-lv2.title-lv2 {
	margin-bottom: 0;
}
.postBody
{
	background-color:#F2F4EB;
}

.postBody p
{
	margin:0;
	padding:0;
}

.postBody h2
{
	padding:0.5em 0.5em;
	margin-bottom:0.8em;

	line-height:1.2;
	font-size:1.2em;
	font-weight:bold;

	background-color: #fff;
	border-radius: 0.5em;
	color: #009FE8;
}
.postBody h3
{
	padding:0.2em 0.5em;
	margin-bottom:0.5em;

	line-height:1.2;
	font-size:1.2em;
	font-weight:bold;

	border-left:0.25em solid #009FE8;
}

.postBody img
{
	display:block;

	max-width:80%;
	height:auto;
}
.postBody p {
	margin-bottom: 0em;
}
.postBody a {
	color: #FCCC00;
	font-weight: bold;
	text-decoration: underline;
}
.postBody a:hover {
	text-decoration: none;
}



/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {

}
