@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;
}

.postBody
{
	
}

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

.postBody h2
{
	padding:0.5em 0.5em;
	margin-bottom:0.8em;
	
	line-height:1.2;
	font-size:1.6em;
	font-weight:bold;
	
	/* background-color: #ECECEC; */
	background-color: transparent;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(128,128,128, 0.25)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(128,128,128, 0.25)),color-stop(.75, rgba(128,128,128, 0.25)), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.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 #404040;
}

.postBody img
{
	display:block;
	margin:0 auto;
	max-width:80%;
	height:auto;
}
.postBody code
{
	white-space:pre-wrap;
	padding:0.5em;
	background-color:rgba(128,128,128,0.05);
	border:1px dashed #DDDDDD;
	
	display:block;
	
	margin:0.5em auto;
}


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

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

	
}

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