@charset "utf-8";


/* for wordpress's editor ---------- */
.txXXL {
	font-size: 160%;
}
.txXL {
	font-size: 132%;
}
.txL {
	font-size: 116%;
}
.txM {
	font-size: 100%;
}
.txS {
	font-size: 90%;
}
.txXS {
	font-size: 84%;
}
.txXXS {
	font-size: 70%;
}

.txBold {
	font-weight: bold;
}

.txBlack {
	color: #000000;
}

.txGreen {
	color: #0f8c94;
}

.txRed {
	color: #ff0000;
}

#tinymce {
	line-height: 180%;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "KozGoStd-Light", "KozGoStd-Regular", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: normal;
	color: #707070;
}

#tinymce img {
	max-width: 660px;
	width: auto;
	height: auto;
	margin-bottom: 0.8em;
}
#tinymce p,
#tinymce div,
#tinymce iframe {
	margin-top: 0px;
	margin-bottom: 1.2em;
}
#tinymce p .mceItemIframe,
#tinymce div .mceItemIframe {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.2em;
}

#tinymce a:link,
#tinymce a:visited,
.postBody a:link,
.postBody a:visited {
	color: #0f8c94;
	text-decoration: underline;
}
#tinymce a:hover,
#tinymce a:active,
.postBody a:hover,
.postBody a:active {
	color: #0f8c94;
	text-decoration: underline;
}

img.alignleft {
	display: inline;
	margin: 0px 12px 20px 0px;
	float: left;
}
img.alignright {
	display: inline;
	margin: 0px 0px 20px 12px;
	float: right;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.4em;
}
img.alignnone {
	margin-bottom: 0.4em;
}

div.alignleft,
p.alignleft {
	display: inline;
	float: left;
	margin: 0px 12px 20px 0px;
}
div.alignright,
p.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 20px 12px;
}
div.aligncenter,
p.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 1.8em;*/
}
div.alignnone,
p.alignnone {
	/*margin-bottom: 1.8em;*/
}

.wp-caption {
	text-align: center;
}










