@import url("base.css");

/*メイン
────────────────────────────────*/
.date {
margin-top: 1.5rem;
font-size: 0.75rem;
color: #BBB;
}
h1 {
margin: 5px 0;
padding: 0 0 1rem 0;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
border-bottom: 2px solid #191943;
}

/*カテゴリー・タグ
────────────────────────────────*/
.post_category_tag {
margin: 1rem 0 0 -5px;
}
.post_category_tag a {
display:inline-block;
margin: 0 0 0 5px;
padding: 7px 8px 6px 25px;
border: 1px solid #BBB;
border-radius: 5px;
font-size: 0.688rem;
line-height: 1;
text-decoration: none;
color: #333;
}
.category a {
background: url("../img/folder.png") no-repeat 3px 2px;
background-size: 20px auto;
}
.category a:hover {
background: #191943 url("../img/folder_hover.png") no-repeat 3px 2px;
background-size: 20px auto;
border: 1px solid #191943;
color: #FFF;
}
.tag a {
background: url("../img/tag.png") no-repeat 2px 3px;
background-size: 20px auto;
}
.tag a:hover {
background: #191943 url("../img/tag_hover.png") no-repeat 2px 3px;
background-size: 20px auto;
border: 1px solid #191943;
color: #FFF;
}

/*アイキャッチ
────────────────────────────────*/
.eye_catch {
margin: 1rem 0;
}
.eye_catch img {
display: block;
margin: 0 auto;
max-width:100%;
box-sizing: border-box;
}

/*SNSボタン
─────────────────────────────────────*/
.share {
margin: 3rem 0 -1.5rem 0;
font-size: 1.125rem;
font-weight: bold;
}
.sns {
margin: 1.5rem 0 0 0;
display: flex;
justify-content: space-between;
}
.sns i {
font-style: normal;
line-height: 2.5;
}
.sns li {
width: calc(100% / 4 - 5px);
}
.sns li a {
padding: 0 5px;
display: block;
color:#FFF;
font-size: 0.75rem;
text-align: center;
text-decoration: none;
border-radius: 3px;
}
.twitter a {
background:#000;
}
.twitter a:hover {
background:#333;
}
.facebook a {
background:#3B5998;
}
.facebook a:hover {
background:#2c4373;
}
.hatebu a {
background:#008FDE;
}
.hatebu a:hover {
background:#43638b;
}
.pocket a {
background:#f03e51;
}
.pocket a:hover {
background:#c0392b;
}

/*コンテンツ
────────────────────────────────*/
.post_contents {
margin: 2rem 0 4rem 0;
}
.post_contents img,
.mceContentBody img {
max-width: 100%;
height: auto;
box-sizing: border-box;
}
.post_contents ol,
.mceContentBody ol {
margin: 1rem 0 1rem 1.5rem;
list-style-type: decimal;
}
.post_contents ul,
.mceContentBody ul {
margin: 1rem 0 1rem 1.5rem;
list-style-type: disc;
}
hr {
margin: 2rem 0;
border: none;
border-top: 1px dotted #191943;
clear: both;
}
blockquote {
margin: 2rem 0;
padding: 2rem 1rem 1rem 1rem;
border: 1px solid #DDD;
background: url("../img/blockquote.png") no-repeat 10px 10px #F8F8F8;
}

/*見出し*/
h2 {
margin: 4rem 0 2rem 0;
padding: 1.8rem 0;
border-top: 2px solid #191943;
border-bottom: 2px solid #191943;
font-size: 1.688rem;
font-weight: bold;
line-height: 1.5;
}
h3 {
margin: 4rem 0 2rem 0;
padding: 1.6rem 1.2rem;
border: 1px solid #191943;
border-radius: 8px;
background: #F8F8F8;
font-size: 1.438rem;
font-weight: bold;
line-height: 1.5;
}
h4 {
margin: 3rem 0 2rem 0;
padding: 0.8rem 0 0.8rem 1rem;
border-left: 2px solid #191943;
font-size: 1.375rem;
font-weight: bold;
line-height: 1.5;
}
h5 {
margin: 2rem 0 1.5rem 0;
font-size: 1.125rem;
font-weight: bold;
}
h6 {
margin-top: 1.5rem;
}
h6 + p {
margin-top: 0.5rem;
}
h6::before {
margin-right: 0.5rem;
content: "●";
}


/*メディア関係*/
.size-full,
.size-thumbnail,
.size-medium,
.size-large,
.attachment-full {
display: block;
padding: 5px;
border: 1px solid #DDD;
}
.alignleft {
margin: 1rem 1rem 1rem 0;
float: left;
}
.alignright {
margin: 1rem 0 1rem 1rem;
float: right;
}
.aligncenter {
margin: 1rem auto;
display: block;
}
.wp-caption-text {
font-size: 0.75rem;
}
.attachment-full {
margin: 0 auto;
}

/*ギャラリー関係*/
.gallery-item {
margin-top: 10px;
float: left;
}
.gallery dl+dl {
margin-left: 10px;
}
.gallery-icon img {
padding: 5px;
border: 1px solid #DDD;
}

