html .mceContentBody {
	font-size: 100%;
	max-width: 630px;
	margin:0 auto 0;
}

body.mceContentBody {
	color:#222;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.8;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
	padding:10px 0 0;
}

.mce_article h1,
.mce_article h2,
.mce_article h3,
.mce_article h4,
.mce_article h5,
.mce_article h6,
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	clear: both;
	line-height: 1.3;
	font-weight:bold;
}

.mce_article h1,
.mceContentBody h1  {
	font-size: 30px;
	margin: 0 0 25px 0;
    color: #be9662;
}

.mce_article h2,
.mceContentBody h2 {
	margin: 45px 0;
	font-size: 24px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	border-left: 5px solid #be9662;
	background: #f6f6f6;
	padding: 25px 20px;
	color: #555;
}

.mce_article h3,
.mceContentBody h3 {
    width: 90% !important;
    font-size: 23px;
    margin: 0 0 22px 0;
    border-left: 5px solid #760100;
    padding: 10px 0 10px 20px;
    color: #760100;
    box-sizing: border-box;
}

.mce_article h4,
.mceContentBody h4 {
	font-size: 22px;
	margin: 0 0 25px 0;
	border-left: 5px solid #002d77;
	padding: 0 0 0 10px;
	color:#002d77;
}

.mce_article h5,
.mceContentBody h5 {
	font-size: 18px;
	margin: 0 0 30px 0;
}

.mce_article h6,
.mceContentBody h6 {
	font-size: 16px;
	margin: 0 0 36px 0;
}

.mce_article hr,
.mceContentBody hr {
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 0 auto 24px;
	width: 90%;
}

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

.mce_article p,
.mceContentBody p {
	margin: 0 0 24px;
	position: relative;
}

.mce_article p span.takai01,
.mceContentBody p span.takai01 {
	display: block;
}

.mce_article p span.takai01:before,
.mceContentBody p span.takai01:before {
	content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/column/face_takai01.jpg) no-repeat center;
    background-size: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 10px 0 0;
    position: absolute;
    left: -55px;
    top: -6px;
}
.mce_article p span.takai01:after,
.mceContentBody p span.takai01:after {
	content: "";
	width: 20px;
	height: 20px;
}

.mce_article p span.interviewer01,
.mceContentBody p span.interviewer01 {
	font-weight: bold;
	color:#808080;
}

.mce_article p span.interviewer01:before,
.mceContentBody p span.interviewer01:before {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/column/man.png) no-repeat center;
    background-size: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 10px 0 0;
    position: absolute;
    left: -45px;
    top: 0px;
}

.mce_article div.inlineBox,
.mceContentBody div.inlineBox{
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px;
    width: 85%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.mce_article div.inlineBox h4,
.mceContentBody div.inlineBox h4{
    margin: 0 0 5px 0;
    font-size: 17px;
    width: 100% !important;
    border-left: 3px solid #002d77;
}
.mce_article div.inlineBox h4 span.name,
.mceContentBody div.inlineBox h4 span.name{
	font-size:15px;
	font-weight:bold;
	margin:0 10px 0 0;
}
.mce_article div.inlineBox h4 a,
.mceContentBody div.inlineBox h4 a{
	font-size:14px;
}
.mce_article div.inlineBox h4 a i,
.mceContentBody div.inlineBox h4 a i{
	margin:0 0 0 5px;
    font-weight: normal;
}
.mce_article div.inlineBox p,
.mceContentBody div.inlineBox p{
    width: 100% !important;
    font-size: 14px;
}
.mce_article div.inlineBox p:last-child,
.mceContentBody div.inlineBox p:last-child{
	margin-bottom:0 !important;
}
.mce_article ol,
.mce_article ul,
.mceContentBody ol,
.mceContentBody ul {
	margin: 0 0 24px;
	padding: 0;
	list-style-position: inside;
}

.mce_article ol li,
.mce_article ul li,
.mceContentBody ol li,
.mceContentBody ul li {
	margin: 0 0 5px;
	padding: 0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

.mce_article ul,
.mceContentBody ul {
	list-style-type: none;
}

.mce_article ol,
.mceContentBody ol {
	list-style: decimal outside;
    padding: 0 0 0 40px;
}

.mce_article li > ul,
.mce_article li > ol,
.mceContentBody li > ul,
.mceContentBody li > ol {
	margin: 0;
}

.mce_article dl,
.mceContentBody dl {
	margin: 0;
}

.mce_article dt,
.mceContentBody dt {
	font-weight: bold;
}

.mce_article dd,
.mceContentBody dd {
	margin: 0 0 20px;
}
.mce_article strong,
.mceContentBody strong,
.mce_article strong span,
.mceContentBody strong span{
	font-weight: bold;
}

.mce_article code,
.mce_article kbd,
.mce_article pre,
.mce_article samp,
.mceContentBody code,
.mceContentBody kbd,
.mceContentBody pre,
.mceContentBody samp {
	font-family: monospace, serif;
	font-size: 14px;
}

.mce_article pre ,
.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;
}


.mce_article blockquote,
.mce_article q ,
.mceContentBody blockquote,
.mceContentBody q {
	quotes: none;
}


.mce_article blockquote:before,
.mce_article blockquote:after,
.mce_article q:before,
.mce_article q:after ,
.mceContentBody blockquote:before,
.mceContentBody blockquote:after,
.mceContentBody q:before,
.mceContentBody q:after {
	content: "";
	content: none;
}


.mce_article blockquote ,
.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;
}
.mce_article blockquote:before ,
.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%;
}

.mce_article blockquote p,
.mceContentBody blockquote p{
	margin: 0 auto 30px;
	width: auto !important;
	font-size: 0.9em;
}

.mce_article blockquote p:last-child,
.mceContentBody blockquote p:last-child{
	margin-bottom: 0 !important;
}

.mce_article blockquote blockquote ,
.mceContentBody blockquote blockquote {
	margin-right: 0;
}


.mce_article blockquote cite,
.mce_article blockquote small,
.mceContentBody blockquote cite,
.mceContentBody blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}


.mce_article cite ,
.mceContentBody cite {
	border-bottom: 0;
}


.mce_article abbr[title],
.mceContentBody abbr[title] {
	border-bottom: 1px dotted;
}


.mce_article address ,
.mceContentBody address {
	font-style: italic;
	margin: 0 0 24px;
}


.mce_article del ,
.mceContentBody del {
	color: #333;
}


.mce_article ins ,
.mceContentBody ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}


.mce_article sub,
.mce_article sup,
.mceContentBody sub,
.mceContentBody sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}


.mce_article sup ,
.mceContentBody sup {
	top: -0.5em;
}


.mce_article sub,
.mceContentBody sub {
	bottom: -0.25em;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

.mce_article a,
.mceContentBody a {
	color: #ca3c08;
	text-decoration: none;
}


.mce_article a:visited ,
.mceContentBody a:visited {
	color: #ac0404;
}


.mce_article a:focus,
.mceContentBody a:focus {
	outline: thin dotted;
}

.mce_article a:active,
.mce_article a:hover,
.mceContentBody a:active,
.mceContentBody a:hover {
	color: #ea9629;
	outline: 0;
}


.mce_article a:hover ,
.mceContentBody a:hover {
	text-decoration: underline;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.mce_article .alignleft,
.mceContentBody .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.mce_article .alignright,
.mceContentBody .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}

.mce_article .aligncenter,
.mceContentBody .aligncenter {
	display: block;
	margin: 5px auto;
}


.mce_article img.alignnone,
.mceContentBody img.alignnone {
	margin: 5px 0;
}

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mce_article table ,
.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%;
}


.mce_article caption,
.mce_article th,
.mce_article td,
.mceContentBody caption,
.mceContentBody th,
.mceContentBody td {
	font-weight: normal;
	text-align: left;
}


.mce_article caption ,
.mceContentBody caption {
	font-size: 16px;
	margin: 20px 0;
}


.mce_article th ,
.mceContentBody th {
	font-weight: bold;
	text-transform: uppercase;
}

.mce_article td ,
.mceContentBody td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.mce_article img ,
.mceContentBody img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.mce_article img.round ,
.mceContentBody img.round {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}

.mce_article img.img20 ,
.mceContentBody img.img20 {
	width:20%;
	height:auto;
}
.mce_article img.img25 ,
.mceContentBody img.img25 {
	width:25%;
	height:auto;
}
.mce_article img.img30 ,
.mceContentBody img.img30 {
	width:30%;
	height:auto;
}
.mce_article img.img40 ,
.mceContentBody img.img40 {
	width:40%;
	height:auto;
}

.mce_article img.shadow ,
.mceContentBody img.shadow {
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.mce_article figure,
.mceContentBody figure{
	width:85%;
	margin-right:auto;
	margin-left:auto;
}
.mce_article .caption-text,
.mceContentBody .caption-text{
	text-align: right;
	font-size: 0.9em;
	margin-top:10px;
}

.mce_article .wp-caption,
.mceContentBody .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.mce_article .wp-caption.alignleft,
.mceContentBody .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

.mce_article .wp-caption.alignright,
.mceContentBody .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}


.mce_article .wp-caption-dt,
.mceContentBody .wp-caption-dt {
	margin: 0;
}


.mce_article .wp-caption .wp-caption-text,
.mce_article .wp-caption-dd,
.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;
}


.mce_article .mceTemp + ul,
.mce_article .mceTemp + ol,
.mceContentBody .mceTemp + ul,
.mceContentBody .mceTemp + ol  {
	list-style-position: inside;
}


/**
 * 8.0 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.mce_article .post-format-aside ,
.mceContentBody .post-format-aside {
	background-color: #f7f5e7;
}


.mce_article .post-format-aside blockquote,
.mceContentBody .post-format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}


.mce_article .post-format-aside cite,
.mceContentBody .post-format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.mce_article .post-format-aside cite:before ,
.mceContentBody .post-format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.mce_article .post-format-audio,
.mceContentBody .post-format-audio {
	background-color: #db572f;
}

.mce_article .post-format-audio a ,
.mceContentBody .post-format-audio a {
	color: #fbfaf3;
}


.mce_article .post-format-audio:before ,
.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 */
.mce_article .post-format-chat ,
.mceContentBody .post-format-chat {
	background-color: #eadaa6;
}


.mce_article .post-format-chat a ,
.mceContentBody .post-format-chat a {
	color: #722d19;
}

/* Gallery */
.mce_article .post-format-gallery ,
.mceContentBody .post-format-gallery {
	background-color: #fbca3c;
}


.mce_article .post-format-gallery a ,
.mceContentBody .post-format-gallery a {
	color: #722d19;
}


/* Image: same as Standard/Defaults */

/* Link */
.mce_article .post-format-link,
.mceContentBody .post-format-link {
	background-color: #f7f5e7;
}

/* Quote */
.mce_article .post-format-quote ,
.mceContentBody .post-format-quote {
	background-color: #210d10;
	color: #f7f5e7;
}


.mce_article .post-format-quote a,
.mceContentBody .post-format-quote a {
	color: #e63f2a;
}


.mce_article .post-format-quote blockquote,
.mceContentBody .post-format-quote blockquote {
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding-left: 75px;
	position: relative;
}


.mce_article .post-format-quote blockquote:before,
.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;
}


.mce_article .post-format-quote blockquote small,
.mce_article .post-format-quote blockquote cite,
.mceContentBody .post-format-quote blockquote small,
.mceContentBody .post-format-quote blockquote cite {
	display: block;
	font-size: 16px;
}


.mce_article .format-quote .entry-content cite a,
.mceContentBody .format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}


.mce_article .format-quote .entry-content cite a:hover,
.mceContentBody .format-quote .entry-content cite a:hover {
	text-decoration: none;
}



/* Status */
.mce_article .post-format-status,
.mceContentBody .post-format-status {
	background-color: #722d19;
	color: #f7f5e7;
	font-style: italic;
	font-weight: 300;
	padding: 0;
	padding-left: 35px;
}

.mce_article .post-format-status.mceContentBody,
.mceContentBody .post-format-status.mceContentBody {
	font-size: 24px;
}


.mce_article .post-format-status:before,
.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;
}


.mce_article .post-format-status > p:first-child:before,
.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;
}


.mce_article .post-format-status a ,
.mceContentBody .post-format-status a {
	color: #eadaa6;
}


/* Video */
.mce_article .post-format-video ,
.mceContentBody .post-format-video {
	background-color: #db572f;
}


.mce_article .post-format-video a ,
.mceContentBody .post-format-video a {
	color: #fbfaf3;
}

.mce_article .video-container,
.mceContentBody .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom:24px;
}
.mce_article .video-container span.mce-preview-object,
.mceContentBody .video-container span.mce-preview-object{
	width: 100%;
	height: 410px;
}
.mce_article .video-container iframe, .video-container object, .video-container embed,
.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;
}
.mce_article h1,
.mce_article h2,
.mce_article h3,
.mce_article h4,
.mce_article h5,
.mce_article h6,.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	clear: both;
	line-height: 1.3;
	font-weight:bold;
}

.mce_article h1 ,
.mceContentBody h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}


.mce_article h2 ,
.mceContentBody h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
}


.mce_article h3,
.mceContentBody h3 {
	width: 100% !important;
	font-size: 16px;
}


.mce_article h4 ,
.mceContentBody h4 {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

.mce_article h5 ,
.mceContentBody h5 {
	font-size: 18px;
	margin: 0 0 30px 0;
}


.mce_article h6 ,
.mceContentBody h6 {
	font-size: 16px;
	margin: 0 0 36px 0;
}


.mce_article hr ,
.mceContentBody hr {
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 0 auto 24px;
	width: 90%;

}

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

.mce_article p,
.mceContentBody p {
	margin: 0 0 24px;
}

.mce_article p span.takai01:before,
.mceContentBody p span.takai01:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin: 0 0 0 0;
    position: relative;
    left: -15px;
    top: 0;
    display: inline-block;
}
.mce_article p span.interviewer01:before,
.mceContentBody p span.interviewer01:before {
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin: 0 0 0 0;
    position: relative;
    left: -15px;
    top: 0;
    display: inline-block;
}

.mce_article div.inlineBox, .mceContentBody div.inlineBox {
    width: 100%;
	margin: 0 0 24px;
}
.mce_article div.inlineBox p,
.mceContentBody div.inlineBox p{
    font-size: 12px;
}
.mce_article div.inlineBox h4 a, .mceContentBody div.inlineBox h4 a {
    display: block;
}
.mce_article p br,
.mceContentBody p br{
	display: none;
}

.mce_article ol,
.mce_article ul ,
.mceContentBody ol,
.mceContentBody ul {
	margin: 16px 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}


.mce_article ul,
.mceContentBody ul {
	list-style: none;
	list-style-position: inside;
}


.mce_article ol ,
.mceContentBody ol {
	list-style: decimal inside;
}


.mce_article li > ul,
.mce_article li > ol,
.mceContentBody li > ul,
.mceContentBody li > ol {
	margin: 0;
}


.mce_article dl ,
.mceContentBody dl {
	margin: 0;
}


.mce_article dt,
.mceContentBody dt {
	font-weight: bold;
}


.mce_article dd ,
.mceContentBody dd {
	margin: 0 0 20px;
}


.mce_article strong,
.mceContentBody strong,
.mce_article strong span,
.mceContentBody strong span{
	font-weight: bold;
}


.mce_article code,
.mce_article kbd,
.mce_article pre,
.mce_article samp,
.mceContentBody code,
.mceContentBody kbd,
.mceContentBody pre,
.mceContentBody samp {
	font-family: monospace, serif;
	font-size: 14px;
}


.mce_article pre,
.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;
}


.mce_article blockquote,
.mce_article q,
.mceContentBody blockquote,
.mceContentBody q {
	quotes: none;
}


.mce_article blockquote:before,
.mce_article blockquote:after,
.mce_article q:before,
.mce_article q:after,
.mceContentBody blockquote:before,
.mceContentBody blockquote:after,
.mceContentBody q:before,
.mceContentBody q:after {
	content: "";
	content: none;
}


.mce_article blockquote,
.mceContentBody blockquote {
	font-size: 14px;
	width: 100%;
}

.mce_article blockquote:before ,
.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%;
}


.mce_article blockquote blockquote,
.mceContentBody blockquote blockquote {
	margin-right: 0;
}

.mce_article blockquote cite,
.mce_article blockquote small,
.mceContentBody blockquote cite,
.mceContentBody blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}


.mce_article cite,
.mceContentBody cite {
	border-bottom: 0;
}


.mce_article abbr[title],
.mceContentBody abbr[title] {
	border-bottom: 1px dotted;
}


.mce_article address,
.mceContentBody address {
	font-style: italic;
	margin: 0 0 24px;
}

.mce_article del,
.mceContentBody del {
	color: #333;
}

.mce_article ins,
.mceContentBody ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}


.mce_article sub,
.mce_article sup,
.mceContentBody sub,
.mceContentBody sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.mce_article sup ,
.mceContentBody sup {
	top: -0.5em;
}


.mce_article sub ,
.mceContentBody sub {
	bottom: -0.25em;
}

/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

.mce_article a,
.mceContentBody a {
	color: #ca3c08;
	text-decoration: none;
}


.mce_article a:visited,
.mceContentBody a:visited {
	color: #ac0404;
}

.mce_article a:focus,
.mceContentBody a:focus {
	outline: thin dotted;
}


.mce_article a:active,
.mce_article a:hover ,
.mceContentBody a:active,
.mceContentBody a:hover {
	color: #ea9629;
	outline: 0;
}


.mce_article a:hover,
.mceContentBody a:hover {
	text-decoration: underline;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.mce_article .alignleft ,
.mceContentBody .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.mce_article .alignright,
.mceContentBody .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}


.mce_article .aligncenter,
.mceContentBody .aligncenter {
	display: block;
	margin: 5px auto;
}


.mce_article mg.alignnone,
.mceContentBody mg.alignnone {
	margin: 5px 0;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mce_article table,
.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%;
}


.mce_article caption,
.mce_article th,
.mce_article td,
.mceContentBody caption,
.mceContentBody th,
.mceContentBody td {
	font-weight: normal;
	text-align: left;
}


.mce_article caption,
.mceContentBody caption {
	font-size: 16px;
	margin: 20px 0;
}


.mce_article th,
.mceContentBody th {
	font-weight: bold;
	text-transform: uppercase;
}


.mce_article td,
.mceContentBody td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.mce_article img,
.mceContentBody img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.mce_article img.img20 ,
.mceContentBody img.img20 {
	width:20%;
	height:auto;
}
.mce_article img.img25 ,
.mceContentBody img.img25 {
	width:25%;
	height:auto;
}
.mce_article img.img30 ,
.mceContentBody img.img30 {
	width:30%;
	height:auto;
}
.mce_article img.img40 ,
.mceContentBody img.img40 {
	width:40%;
	height:auto;
}

.mce_article .wp-caption ,
.mceContentBody .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}


.mce_article .wp-caption.alignleft ,
.mceContentBody .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}


.mce_article .wp-caption.alignright,
.mceContentBody .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}


.mce_article .wp-caption-dt,
.mceContentBody .wp-caption-dt {
	margin: 0;
}


.mce_article .wp-caption .wp-caption-text,
.mce_article .wp-caption-dd,
.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;
}

.mce_article .mceTemp + ul,
.mce_article .mceTemp + ol,
.mceContentBody .mceTemp + ul,
.mceContentBody .mceTemp + ol  {
	list-style-position: inside;
}

/**
 * 8.0 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.mce_article .post-format-aside,
.mceContentBody .post-format-aside {
	background-color: #f7f5e7;
}


.mce_article .post-format-aside blockquote ,
.mceContentBody .post-format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}


.mce_article .post-format-aside cite,
.mceContentBody .post-format-aside cite {
	font-size: 100%;
	text-transform: none;
}


.mce_article .post-format-aside cite:before,
.mceContentBody .post-format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.mce_article .post-format-audio,
.mceContentBody .post-format-audio {
	background-color: #db572f;
}


.mce_article .post-format-audio a,
.mceContentBody .post-format-audio a {
	color: #fbfaf3;
}


.mce_article .post-format-audio:before,
.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 */
.mce_article .post-format-chat,
.mceContentBody .post-format-chat {
	background-color: #eadaa6;
}

.mce_article .post-format-chat a,
.mceContentBody .post-format-chat a {
	color: #722d19;
}

/* Gallery */
.mce_article .post-format-gallery,
.mceContentBody .post-format-gallery {
	background-color: #fbca3c;
}

.mce_article .post-format-gallery a,
.mceContentBody .post-format-gallery a {
	color: #722d19;
}


/* Image: same as Standard/Defaults */

/* Link */
.mce_article .post-format-link,
.mceContentBody .post-format-link {
	background-color: #f7f5e7;
}


/* Quote */
.mce_article .post-format-quote,
.mceContentBody .post-format-quote {
	background-color: #210d10;
	color: #f7f5e7;
}


.mce_article .post-format-quote a,
.mceContentBody .post-format-quote a {
	color: #e63f2a;
}


.mce_article .post-format-quote blockquote,
.mceContentBody .post-format-quote blockquote {
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding-left: 75px;
	position: relative;
}


.mce_article .post-format-quote blockquote:before ,
.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;
}


.mce_article .post-format-quote blockquote small,
.mce_article .post-format-quote blockquote cite,
.mceContentBody .post-format-quote blockquote small,
.mceContentBody .post-format-quote blockquote cite {
	display: block;
	font-size: 16px;
}


.mce_article .format-quote .entry-content cite a ,
.mceContentBody .format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.mce_article .format-quote .entry-content cite a:hover,
.mceContentBody .format-quote .entry-content cite a:hover {
	text-decoration: none;
}



/* Status */
.mce_article .post-format-status,
.mceContentBody .post-format-status {
	background-color: #722d19;
	color: #f7f5e7;
	font-style: italic;
	font-weight: 300;
	padding: 0;
	padding-left: 35px;
}


.mce_article .post-format-status.mceContentBody ,
.mceContentBody .post-format-status.mceContentBody {
	font-size: 24px;
}


.mce_article .post-format-status:before ,
.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;
}


.mce_article .post-format-status > p:first-child:before,
.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;
}

.mce_article .post-format-status a ,
.mceContentBody .post-format-status a {
	color: #eadaa6;
}


/* Video */
.mce_article .post-format-video,
.mceContentBody .post-format-video {
	background-color: #db572f;
}

.mce_article .post-format-video a,
.mceContentBody .post-format-video a {
	color: #fbfaf3;
}



}

/*- - - - - - - - - - -*/

dt.question{
	font-size: 22px;
	padding: 10px 10px 10px 50px;
	margin: 0 0 0px 0;
	color: #ffffff;
	position: relative;
	line-height: 1.2;
	background: #0f2d77;;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

dt.question:before{
	content: "Q";
	margin: 0 10px 0 0;
	font-size: 23px;
	font-weight: bold;
	font-family: century gothic;
	background: #ffffff;
	color: #0f2d77;
	padding: 0;
	line-height: 30px;
	border-radius: 20px;
	position: absolute;
	top: 10px;
	left: 8px;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
}

dd.answer{
	position: relative;
	padding: 10px 5px 10px 50px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
dd.answer:before{
	content: "A";
	margin: 0 10px 0 0;
	font-size: 23px;
	font-weight: bold;
	font-family: century gothic;
	background: #990100;
	color: #fff;
	padding: 0;
	line-height: 30px;
	border-radius: 20px;
	position: absolute;
	top: 10px;
	left: 7px;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
}
@media screen and (max-width: 415px) {
dt.question{
	font-size: 18px;
}

}
