.wysiwyg{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

/*.wysiwyg h1{ font-size: 25px; margin: 20px 0; }*/
.wysiwyg h2{ font-size: 18px;margin: 10px 0;}
.wysiwyg h3{ font-size: 16px;margin: 10px 0; }
.wysiwyg h4{ font-size: 14px;margin: 10px 0; }
.wysiwyg h5{ font-size: 12px;margin: 10px 0; }
.wysiwyg h6{ font-size: 10px;margin: 10px 0; }
.wysiwyg a{
    color: #f27e20;
}
.wysiwyg p{}
.wysiwyg p + p{
	 margin-top: 20px;
}
.wysiwyg hr{
    border-bottom: 1px solid #a7a7a7;
    margin: 40px 0;
}
.wysiwyg blockquote{
    background: #eee;
    padding: 4px 14px;
    margin: 13px 0;
}
.wysiwyg ul{
	list-style-type: disc;
	padding: 0 0 0 22px;
	margin: 13px 0;
}
.wysiwyg ol{
	list-style-type: decimal;
	padding: 0 0 0 22px;
	margin: 13px 0;
}

.wysiwyg blockquote,
.wysiwyg p:after {
    display: block;
    content: "";
    clear: both;
}

.wysiwyg table{
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 13px 0;
}
.wysiwyg table td,
.wysiwyg table th{
	padding: 4px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.wysiwyg .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wysiwyg .alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.wysiwyg .alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px
}

@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {

	.wysiwyg a:hover{
	    text-decoration: underline;
	}
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait), screen and (max-width: 737px) and (orientation: landscape) {

	.wysiwyg{
		font-size: 12px;
	}
	.wysiwyg h1{}
	.wysiwyg h2{}
	.wysiwyg h3{}
	.wysiwyg h4{}
	.wysiwyg h5{}
	.wysiwyg h6{}
	.wysiwyg p{}
	.wysiwyg hr{
    margin: 27px 0;
}

	.wysiwyg blockquote{}
	.wysiwyg ul{}
	.wysiwyg ol{}

	.wysiwyg blockquote,
	.wysiwyg p:after {}

	.wysiwyg table{}
	.wysiwyg table td,
	.wysiwyg table th{}



	/*記事内ＣＳＳ*/
	.wysiwyg .aligncenter{
    /* margin: 0; */
    /* display: inline; */
}

	.wysiwyg .alignleft{
    float: none;
    /* margin: 0; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

	.wysiwyg .alignright{
    float: none;
    /* margin: 0; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}	

}
