@charset "UTF-8";

/*
	Theme Name: ANTHEM THEME
	Description: 株式会社アンセム 2017
	Theme URI: http://wordpress.org/
	Author: CSRS Sin Niida
	Version: 1.0.1

*/



/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

.post_single {
	overflow: hidden;
}
.post_single h1 {
    font-size: 2em;
    margin: 0.67em 0;
/*
    font-weight: 700;
    font-size: 220%;
*/
    border-bottom: 3px solid #000;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.post_single h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    border-bottom: 1px solid #000;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
/*
.post_single h2:before {
    content: "●";
    color: #1383E5;
    font-size: 90%;
    padding-right: 5px;
}
*/
.post_single h3 {
    font-size: 1.17em !important;
    margin: 1em 0 !important;
}
.post_single h3:before {
    content: "●";
    color: #1383E5;
    font-size: 90%;
    padding-right: 5px;
}

.post_single h4 {
    font-size: 1em;
    margin: 1.33em 0;
    padding: 0;
    border-bottom: none;
}

.post_single h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

.post_single h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
.post_single  a {
	text-decoration: underline;
	color: #00a0ff;
}


.post_single b,
.post_single strong {
    font-weight: bold;
}

.post_single hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.post_single p,
.post_single pre {
    margin: 1em 0;
}

.post_single pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.post_single em {
	font-style: italic;
}
.post_single small {
    font-size: 80%;
}

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

.post_single sup {
    top: -0.5em;
}

.post_single sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

.post_single dl,
.post_single menu,
.post_single ol,
.post_single ul {
    margin: 1em 0;
}

.post_single dd {
    margin: 0 0 0 40px;
}

.post_single menu,
.post_single ol,
.post_single ul {
    padding: 0 0 0 40px;
}
.post_single ul li {
    position: relative;
    padding-left: 1.2em;
}
.post_single ul li:before {
    content: "■";
    color: #CCC;
    position: absolute;
    left: 0;
    top: 0;	
}
.post_single ol,
.post_single ol li {
	list-style-type: decimal;	
}

.post_single img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
    width: auto;
    max-width: 100%;
    height: auto;
}

.post_single button,
.post_single input,
.post_single select,
.post_single textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

.post_single button,
.post_single input {
    line-height: normal;
}

.post_single button,
.post_single select {
    text-transform: none;
}
/* ==========================================================================
   Tables
   ========================================================================== */

.post_single table {
    border-collapse: collapse;
    border-spacing: 0;
}

