@charset "UTF-8";



#tinymce,
#content {
	position: relative;
}


#tinymce .h2title,
#content .h2title {
	color: #AF1414;
	font-size: 18px;
	line-height: 26px;
	padding: 0 10px 4px 10px;
	margin: 0 0 16px 0;
	background: url(../img/h2_line.png) repeat-x left bottom;
}


#tinymce .h3title,
#content .h3title {
	color: #000000;
	font-weight: bold;
	padding: 0 10px 4px 10px;
	margin: 0 0 8px 0;
	background: url(../img/h3_line.png) repeat-x left bottom;
}


#tinymce p,
#content p {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: 0 10px;
	padding: 0;
}


#tinymce .section1,
#content .section1 {
	background: #F9F9F9;
	padding: 8px;
	margin: 0 0 10px 0;
}
#tinymce .section1 p,
#content .section1 p {
	font-size: 14px;
	line-height: 20px;
}


#tinymce table,
#content table {
	border: 1px solid #E0E0E0;
	width: 94%;
	height: auto;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 10px auto;
}
#tinymce table tr td,
#content table tr td {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	padding: 12px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #666666;
	vertical-align: top;
}
#tinymce table tr th,
#content table tr th {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	padding: 12px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	vertical-align: top;
}
#tinymce table tr td p,
#content table tr td p {
	color: #666666;
	margin: 0;
	padding: 0;
}


#tinymce ul, #tinymce ol,
#content ul, #content ol {
	margin: 0 0 10px 28px;
	list-style-position: outside;
}
#tinymce ul,
#content ul {
	list-style: square;
}
#tinymce ol,
#content ol {
	list-style-type: decimal;
}
#tinymce ol ol,
#content ol ol {
	list-style: upper-alpha;
}
#tinymce ol ol ol,
#content ol ol ol {
	list-style: lower-roman;
}
#tinymce ol ol ol ol,
#content ol ol ol ol {
	list-style: lower-alpha;
}
#tinymce ul ul, #tinymce ol ol, #tinymce ul ol, #tinymce ol ul,
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#tinymce strong,
#content strong {
	font-weight: bold;
}
#tinymce em,
#content em {
	font-style: italic;
}
#tinymce img,
#content img {
	padding: 0;
}


#tinymce .alignright,
#content .alignright {
	margin: 0 0 0 10px;
	display: inline;
	float: right;
}

#tinymce .wp-caption,
#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#tinymce .wp-caption .wp-caption-dd,
#content .wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




/* more */

#tinymce .section2,
#content .section2 {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #295F9A;
	border-radius: 8px;
	background: #4F8CD0;
	width: 340px;
	float: left;
}
#tinymce .section2:nth-child(odd),
#content .section2:nth-child(odd) {
	margin-right: 10px;
}
#tinymce .section2 h3,
#content .section2 h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #AF1414;
	font-size: 16px;
	line-height: 28px;
	background: #FFF;
}
#tinymce .section2 .section2-content,
#content .section2 .section2-content {
	margin: 0;
	padding: 10px 8px 0 8px;
	color: #FFF;
}
#tinymce .section2 .section2-content p,
#content .section2 .section2-content p {
	color: #FFF;
}
#tinymce .section3,
#content .section3 {
	background: #FFF8DB url(../img/section3_icon.png) no-repeat 6px 8px;
	padding: 44px 16px 16px 16px;
	margin: 0 0 10px 0;
	border-radius: 5px;
}
#tinymce .section4,
#content .section4 {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 10px;
}

#tinymce p.linkbtn,
#content p.linkbtn {
	margin: 10px auto;
	text-align: center;
}
#tinymce p.linkbtn a,
#content p.linkbtn a {
	display: block;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 38px;
	color: #000;
	background: #FFF url(../img/linkbtn.png) repeat-x left bottom;
	text-decoration: none;
	width: 80%;
}
#tinymce p.linkbtn a:hover,
#content p.linkbtn a:hover {
	background: #EDEDED;
	color: blue;
	text-decoration: underline;
}



.clearfix:after { content: "."; display: block; clear: both; height: 0px; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
