@charset "UTF-8";
/* editor */
.wp-post:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.wp-post {
    display: block;
}
.wp-post * {
    max-width: 100%;
}
.wp-post p {
    display: block;
    margin-bottom: 20px;
    font-size: inherit;
    line-height: 1.5em;
    min-height: 13px;
}
.wp-post span,
.wp-post em,
.wp-post itaric,
.wp-post strong {
    font-size: inherit;
    color: inherit;
}
.wp-post strong,
.wp-post b { font-weight: bold; }
.wp-post em { font-style: italic; }
.wp-post blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.wp-post h1 {font-size: 160%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h2 {font-size: 140%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h3 {font-size: 120%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h4 {font-size: 100%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h5 {font-size: 80%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h6 {font-size: 70%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}

.wp-post table {
    width: 100%;
    margin-bottom: 30px;
}
.wp-post table th {
    width: 25%;
    background-color: #eee;
    padding: 4px;
    border: 1px solid #AAAAAA;
}
.wp-post table td {
    padding: 4px;
    border: 1px solid #AAAAAA;
}
.wp-post ul {
    list-style: circle;
    padding-left: 1.2em;
    margin-bottom: 1em;
}
.wp-post ol {
    list-style: decimal;
    padding-left: 1.2em;
    margin-bottom: 1em;
}
.wp-post a {
    text-decoration: underline;
    color: #003CFF;
}
.wp-post a:hover {
    color: #FF0004;
}
/* img */
.wp-post img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}
.wp-post img[class*="wp-image-"],
.wp-post img[class*="attachment-"],
.wp-post img.pict {
    margin: 1em 5px 2em 0;
    vertical-align: bottom;
    display: block;
}
.wp-post img.pict {
    margin: 1em auto 2em;
}
.wp-post img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-post img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    vertical-align: top;
}

.wp-post img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    vertical-align: top;
}

.wp-post .alignright {
    float: right;
}

.wp-post .alignleft {
    float: left;
}

.wp-post iframe {
    max-width: 100% !important;
}
