html .mceContentBody {
	font-size: 100%;
	max-width: 630px;
	margin:0 auto 0;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

body.mceContentBody {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	background:#eae5da;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
	padding:10px 0 0;
}

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	clear: both;
	line-height: 1.3;
	font-weight:bold;
}

.mceContentBody h1  {
font-size: 30px;
margin-top: 0.67em;
margin-bottom: 0.67em;
}

.mceContentBody h2 {
    font-size: 22px;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    color: #5f4a1b;
    padding: 10px 0 10px 20px;
    border-left: solid 4px #5f4a1b;
}

.mceContentBody h3 {
font-size: 19px;
margin-top: 1em;
margin-bottom: 1em;
font-weight: bold;
}

.mceContentBody h4 {
font-size: 1.25em;
margin-top: 1.33em;
margin-bottom: 1.33em;
}

.mceContentBody h5 {
font-size: 1em;
margin-top: 1.67em;
margin-bottom: 1.67em;
}

.mceContentBody h6 {
font-size: 0.8em;
margin-top: 2.33em;
margin-bottom: 2.33em;
}


.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3 {
line-height: 1.4;
}

.mceContentBody h4 {
line-height: 1.5;
}

.mceContentBody hr {
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 0 auto 24px;
	width: 90%;
}

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

.mceContentBody p {
	margin: 0 0 24px;
	position: relative;
}

.mceContentBody ol,
.mceContentBody ul {
	margin: 0 0 24px;
	padding: 0;
	list-style-position: inside;
}

.mceContentBody ol li,
.mceContentBody ul li {
	margin: 0 0 5px;
	padding: 0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

.mceContentBody ul {
	list-style-type: none;
}

.mceContentBody ol {
	list-style: decimal inside;
}

.mceContentBody li > ul,
.mceContentBody li > ol {
	margin: 0;
}

.mceContentBody dl {
	margin: 0;
}

.mceContentBody dt {
	font-weight: bold;
}

.mceContentBody dd {
	margin: 0 0 20px;
}

.mceContentBody strong,
.mceContentBody strong span{
	font-weight: bold;
}

.mceContentBody code,
.mceContentBody kbd,
.mceContentBody pre,
.mceContentBody samp {
	font-family: monospace, serif;
	font-size: 14px;
}

.mceContentBody pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.mceContentBody blockquote,
.mceContentBody q {
	quotes: none;
}

.mceContentBody blockquote:before,
.mceContentBody blockquote:after,
.mceContentBody q:before,
.mceContentBody q:after {
	content: "";
	content: none;
}

.mceContentBody blockquote {
	font-size: 16px;
	font-weight: 300;
	margin: auto;
	width: 85%;
	background: #f9f9f9;
	padding: 20px 20px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	border: 1px dotted #e6e6e6;
	position: relative;
}
.mceContentBody blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
    width: 30px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background: #cccccc;
    color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.mceContentBody blockquote p{
	margin: 0 auto 30px;
	width: auto !important;
	font-size: 0.9em;
}
.mceContentBody blockquote p:last-child{
	margin-bottom: 0 !important;
}
.mceContentBody blockquote blockquote {
	margin-right: 0;
}
.mceContentBody blockquote cite,
.mceContentBody blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.mceContentBody cite {
	border-bottom: 0;
}
.mceContentBody abbr[title] {
	border-bottom: 1px dotted;
}
.mceContentBody address {
	font-style: italic;
	margin: 0 0 24px;
}
.mceContentBody del {
	color: #333;
}
.mceContentBody ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.mceContentBody sub,
.mceContentBody sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.mceContentBody sup {
	top: -0.5em;
}
.mceContentBody sub {
	bottom: -0.25em;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

.mceContentBody a {
	color: #ca3c08;
	text-decoration: none;
}
.mceContentBody a:visited {
	color: #ac0404;
}
.mceContentBody a:focus {
	outline: thin dotted;
}
.mceContentBody a:active,
.mceContentBody a:hover {
	color: #ea9629;
	outline: 0;
}
.mceContentBody a:hover {
	text-decoration: underline;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.mceContentBody .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	max-width: 45%;
	height: auto;
	display: block;
	border-radius: 5px;
}
.mceContentBody .alignright {
	float: right;
	margin: 5px 0 5px 20px;
	max-width: 45%;
	height: auto;
	display: block;
	border-radius: 5px;
}
.mceContentBody .aligncenter {
	display: block;
	margin: 5px auto;
}

.mceContentBody img.alignnone {
	margin: 5px 0;
}

.mceContentBody img.img45{
	max-width: 45%;
	height: auto;
	display: block;
	border-radius: 5px;
}
/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mceContentBody table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

.mceContentBody caption,
.mceContentBody th,
.mceContentBody td {
	font-weight: normal;
	text-align: left;
}
.mceContentBody caption {
	font-size: 16px;
	margin: 20px 0;
}
.mceContentBody th {
	font-weight: bold;
	text-transform: uppercase;
}
.mceContentBody td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.mceContentBody img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}


.mceContentBody figure{
	width:85%;
	margin-right:auto;
	margin-left:auto;
}
.mceContentBody .caption-text{
	text-align: right;
	font-size: 0.9em;
	margin-top:10px;
}
.mceContentBody .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mceContentBody .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
.mceContentBody .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
.mceContentBody .wp-caption-dt {
	margin: 0;
}
.mceContentBody .wp-caption .wp-caption-text,
.mceContentBody .wp-caption-dd {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 24px;
	padding: 0;
}
.mceContentBody .mceTemp + ul,
.mceContentBody .mceTemp + ol  {
	list-style-position: inside;
}


/**
 * 8.0 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.mceContentBody .post-format-aside {
	background-color: #f7f5e7;
}
.mceContentBody .post-format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}
.mceContentBody .post-format-aside cite {
	font-size: 100%;
	text-transform: none;
}
.mceContentBody .post-format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.mceContentBody .post-format-audio {
	background-color: #db572f;
}
.mceContentBody .post-format-audio a {
	color: #fbfaf3;
}
.mceContentBody .post-format-audio:before {
	background: url(../images/dotted-line.png) repeat-y 85px 0;
	background-size: 4px 4px;
	content: "\f109";
	display: block;
	float: left;
	font-family: Genericons;
	font-size: 64px;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	line-height: 1;
	width: 120px;
}


/* Chat */
.mceContentBody .post-format-chat {
	background-color: #eadaa6;
}
.mceContentBody .post-format-chat a {
	color: #722d19;
}

/* Gallery */
.mceContentBody .post-format-gallery {
	background-color: #fbca3c;
}
.mceContentBody .post-format-gallery a {
	color: #722d19;
}


/* Image: same as Standard/Defaults */

/* Link */
.mceContentBody .post-format-link {
	background-color: #f7f5e7;
}

/* Quote */
.mceContentBody .post-format-quote {
	background-color: #210d10;
	color: #f7f5e7;
}
.mceContentBody .post-format-quote a {
	color: #e63f2a;
}
.mceContentBody .post-format-quote blockquote {
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding-left: 75px;
	position: relative;
}
.mceContentBody .post-format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}
.mceContentBody .post-format-quote blockquote small,
.mceContentBody .post-format-quote blockquote cite {
	display: block;
	font-size: 16px;
}
.mceContentBody .format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.mceContentBody .format-quote .entry-content cite a:hover {
	text-decoration: none;
}



/* Status */
.mceContentBody .post-format-status {
	background-color: #722d19;
	color: #f7f5e7;
	font-style: italic;
	font-weight: 300;
	padding: 0;
	padding-left: 35px;
}
.mceContentBody .post-format-status.mceContentBody {
	font-size: 24px;
}
.mceContentBody .post-format-status:before {
	background: url(../images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	float: left;
	height: 100%;
	position: relative;
	left: -30px;
	width: 1px;
}
.mceContentBody .post-format-status > p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	width: 13px;
	margin-top: 13px;
	position: absolute;
	left: 9px;
}
.mceContentBody .post-format-status a {
	color: #eadaa6;
}


/* Video */
.mceContentBody .post-format-video {
	background-color: #db572f;
}
.mceContentBody .post-format-video a {
	color: #fbfaf3;
}
.mceContentBody .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom:24px;
}
.mceContentBody .video-container span.mce-preview-object{
	width: 100%;
	height: 410px;
}
.mceContentBody .video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 550px) {
body {
	font-weight: 400;
	font-size: 14px;
}
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	clear: both;
	line-height: 1.3;
	font-weight:bold;
}
.mceContentBody h1 {
	font-size: 24px;
}
.mceContentBody h2 {
    font-size: 19px;
}
.mceContentBody h3 {
	width: 100% !important;
	font-size: 16px;
}
.mceContentBody h4 {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}
.mceContentBody h5 {
	font-size: 18px;
	margin: 0 0 30px 0;
}
.mceContentBody h6 {
	font-size: 16px;
	margin: 0 0 36px 0;
}
.mceContentBody hr {
	border-top: 1px solid #ccba93;
	height: 1px;
	margin: 0 auto 24px;
	width: 90%;

}

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

.mceContentBody p {
	margin: 0 0 24px;
}

.mceContentBody p br{
	display: none;
}

.mceContentBody ol,
.mceContentBody ul {
	margin: 16px 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}
.mceContentBody ul {
	list-style: none;
	list-style-position: inside;
}
.mceContentBody ol {
	list-style: decimal inside;
}
.mceContentBody li > ul,
.mceContentBody li > ol {
	margin: 0;
}
.mceContentBody dl {
	margin: 0;
}
.mceContentBody dt {
	font-weight: bold;
}
.mceContentBody dd {
	margin: 0 0 20px;
}
.mceContentBody strong,
.mceContentBody strong span{
	font-weight: bold;
}
.mceContentBody code,
.mceContentBody kbd,
.mceContentBody pre,
.mceContentBody samp {
	font-family: monospace, serif;
	font-size: 14px;
}
.mceContentBody pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.mceContentBody blockquote,
.mceContentBody q {
	quotes: none;
}
.mceContentBody blockquote:before,
.mceContentBody blockquote:after,
.mceContentBody q:before,
.mceContentBody q:after {
	content: "";
	content: none;
}
.mceContentBody blockquote {
	font-size: 14px;
	width: 100%;
}
.mceContentBody blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
    width: 30px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background: #cccccc;
    color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.mceContentBody blockquote blockquote {
	margin-right: 0;
}
.mceContentBody blockquote cite,
.mceContentBody blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.mceContentBody cite {
	border-bottom: 0;
}
.mceContentBody abbr[title] {
	border-bottom: 1px dotted;
}
.mceContentBody address {
	font-style: italic;
	margin: 0 0 24px;
}
.mceContentBody del {
	color: #333;
}
.mceContentBody ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.mceContentBody sub,
.mceContentBody sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.mceContentBody sup {
	top: -0.5em;
}
.mceContentBody sub {
	bottom: -0.25em;
}

/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */
.mceContentBody a {
	color: #ca3c08;
	text-decoration: none;
}
.mceContentBody a:visited {
	color: #ac0404;
}
.mceContentBody a:focus {
	outline: thin dotted;
}
.mceContentBody a:active,
.mceContentBody a:hover {
	color: #ea9629;
	outline: 0;
}
.mceContentBody a:hover {
	text-decoration: underline;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */


.mceContentBody .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.mceContentBody .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
.mceContentBody .aligncenter {
	display: block;
	margin: 5px auto;
}
.mceContentBody img.alignnone {
	margin: 5px 0;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mceContentBody table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
.mceContentBody caption,
.mceContentBody th,
.mceContentBody td {
	font-weight: normal;
	text-align: left;
}
.mceContentBody caption {
	font-size: 16px;
	margin: 20px 0;
}
.mceContentBody th {
	font-weight: bold;
	text-transform: uppercase;
}
.mceContentBody td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */


.mceContentBody img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.mceContentBody .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mceContentBody .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
.mceContentBody .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
.mceContentBody .wp-caption-dt {
	margin: 0;
}
.mceContentBody .wp-caption .wp-caption-text,
.mceContentBody .wp-caption-dd {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 24px;
	padding: 0;
}
.mceContentBody .mceTemp + ul,
.mceContentBody .mceTemp + ol  {
	list-style-position: inside;
}

/**
 * 8.0 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.mceContentBody .post-format-aside {
	background-color: #f7f5e7;
}
.mceContentBody .post-format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}
.mceContentBody .post-format-aside cite {
	font-size: 100%;
	text-transform: none;
}
.mceContentBody .post-format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.mceContentBody .post-format-audio {
	background-color: #db572f;
}
.mceContentBody .post-format-audio a {
	color: #fbfaf3;
}
.mceContentBody .post-format-audio:before {
	background: url(../images/dotted-line.png) repeat-y 85px 0;
	background-size: 4px 4px;
	content: "\f109";
	display: block;
	float: left;
	font-family: Genericons;
	font-size: 64px;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	line-height: 1;
	width: 120px;
}

/* Chat */
.mceContentBody .post-format-chat {
	background-color: #eadaa6;
}
.mceContentBody .post-format-chat a {
	color: #722d19;
}

/* Gallery */
.mceContentBody .post-format-gallery {
	background-color: #fbca3c;
}
.mceContentBody .post-format-gallery a {
	color: #722d19;
}


/* Image: same as Standard/Defaults */

/* Link */
.mceContentBody .post-format-link {
	background-color: #f7f5e7;
}


/* Quote */
.mceContentBody .post-format-quote {
	background-color: #210d10;
	color: #f7f5e7;
}
.mceContentBody .post-format-quote a {
	color: #e63f2a;
}
.mceContentBody .post-format-quote blockquote {
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding-left: 75px;
	position: relative;
}
.mceContentBody .post-format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}
.mceContentBody .post-format-quote blockquote small,
.mceContentBody .post-format-quote blockquote cite {
	display: block;
	font-size: 16px;
}
.mceContentBody .format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.mceContentBody .format-quote .entry-content cite a:hover {
	text-decoration: none;
}



/* Status */
.mceContentBody .post-format-status {
	background-color: #722d19;
	color: #f7f5e7;
	font-style: italic;
	font-weight: 300;
	padding: 0;
	padding-left: 35px;
}
.mceContentBody .post-format-status.mceContentBody {
	font-size: 24px;
}
.mceContentBody .post-format-status:before {
	background: url(../images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	float: left;
	height: 100%;
	position: relative;
	left: -30px;
	width: 1px;
}
.mceContentBody .post-format-status > p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	width: 13px;
	margin-top: 13px;
	position: absolute;
	left: 9px;
}
.mceContentBody .post-format-status a {
	color: #eadaa6;
}


/* Video */
.mceContentBody .post-format-video {
	background-color: #db572f;
}
.mceContentBody .post-format-video a {
	color: #fbfaf3;
}



}
