@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

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

fieldset,
img {
    border: 0;
}

.articlebomad {
    display: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

select {
    color: inherit;
}

body {
    font-family: Arial;
    -webkit-text-size-adjust: none;
}

.section-box {
    margin-bottom: 12px;
}

.section-box h1 {
    width: 70%;
    height: 100px;
    display: inline-block;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}

.section-box h1 img {
    width: 100%;
}

.logo {
    display: block;
    width: 70%;
    border-radius: 4px;
    margin-top: 5px;
    text-align: center;
    /*左右中央*/
    layout-grid-line: 166px;
    /*IE7*/
}

.logo img {
    margin-top: 6px;
    width: 80%;
    height: auto;
}


/* Link Setting */

a {
    color: #006fff;
    text-decoration: none;
}

.box a,
a.box {
    color: #F6F6F6;
}


/* Header */

div.blog-title-outer {
    display: table;
    width: 100%;
}

div.blog-title-outer-2 {
    display: table-row;
}

h1.blog-title {
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    height: 30px;
}

h1.blog-title img {
    vertical-align: bottom;
}


/* share-btn */

aside.share-btn h2 {
    margin-bottom: 5px;
    font-size: 14px;
}

aside.share-btn ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

aside.share-btn ul li {
    display: inline-block;
    width: 47.5%;
    margin: 2px;
}

aside.share-btn ul li a {
    display: block;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background: -moz-linear-gradient(top, #fafafa, #ededed);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
}

aside.share-btn ul li a span {
    display: block;
    padding: 0 0 0 48px;
    text-align: left;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: -0.1em;
}

aside.share-btn ul li a span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    width: 30px;
    height: 30px;
}

aside.share-btn ul li.first a span:before {
    /*LINE送信*/
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_share-btn.png) no-repeat 0 0;
}

aside.share-btn ul li.last a span:before {
    /*メール送信*/
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_share-btn.png) no-repeat 0 -30px;
}


/* Footer */

footer.blog-footer {
    font-size: 10px;
    text-align: center;
    padding: 4px;
    clear: both;
    background-color: #3EA2D9;
}

footer.blog-footer nav.footer-nav li {
    background: url("/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_forward.png") no-repeat right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: : 14px 10px;
    -o-background-size: : 14px 10px;
    -ms-background-size: : 14px 10px;
    background-size: 14px 10px;
    font-size: 16px;
    line-height: 20px;
    border: none;
}

footer.blog-footer nav.footer-nav li a {
    display: block;
    padding: 10px 20px 10px 35px;
    border-style: solid;
    border-width: 1px;
    border-right: none;
    border-left: none;
    border-top: none;
}

footer.blog-footer nav.footer-nav li:last-child a {
    border: none;
}

footer.blog-footer nav.footer-nav li.nav-blogranking a {
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_ranking.png) no-repeat 10px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

footer.blog-footer nav.footer-nav li.nav-category a {
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_category.png) no-repeat 10px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

footer.blog-footer nav.footer-nav li.nav-createblog a {
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_blog.png) no-repeat 10px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

footer.blog-footer nav.footer-nav li.nav-portaltop a {
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_blogportal.png) no-repeat 10px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

footer.blog-footer nav.footer-nav li.nav-textad a {
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_pr.png) no-repeat 10px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

footer.blog-footer nav.footer-nav li.nav-recommend a {
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_recommend.png) no-repeat 10px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

.blog-footer .footerPcLink {
    border-top: 1px solid #ccc;
    background: #ffffff;
    font-size: 12px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.blog-footer .footerPcLink dl {
    padding: 15px 0;
    text-align: center;
    letter-spacing: -0.2em;
}

.blog-footer .footerPcLink dt,
.blog-footer .footerPcLink dd {
    display: inline;
    letter-spacing: 0;
}

.blog-footer .footerPcLink dt {
    font-weight: bold;
    padding: 0;
    padding-right: 3px;
}

.blog-footer .footerPcLink dd {
    padding: 0;
    color: #aaa;
    padding-right: 7px;
}

.blog-footer .footerPcLink dd:last-child {
    border-left: 1px solid #999;
    padding-left: 8px;
    padding-right: 0;
}

.blog-footer .footerPcLink a {
    color: #4c4c4c;
    font-weight: normal;
}

footer.blog-footer nav.viewmode {
    border-top: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
}

footer.blog-footer nav.viewmode ul li {
    display: inline;
    padding: 0 8px;
    border-right: 1px solid #4c4c4c;
}

footer.blog-footer nav.viewmode ul li:last-child {
    border: 0;
}

footer.blog-footer p.copyright {
    text-align: center;
    font-size: 14px;
}

p.pagetop {
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}

.linkwithin_hook {
    display: none;
}

p.pagetop a {
    display: inline-block;
    padding: 0 15px 0 35px;
    height: 28px;
    line-height: 28px;
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -ms-background-size: 14px 14px;
    background-size: 14px 14px;
}

.footer-bottom {
    background: #fafafa;
    padding: 0 0 5px;
    color: #4c4c4c;
}

.footer-bottom a {
    color: #4c4c4c;
}

.footer-search {
    border-top: 1px solid #999;
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
    background: linear-gradient(top, #ffffff, #eeeeee);
    padding: 10px;
}

.footer-search-form {
    height: 36px;
    background: #fff;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 white, 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    display: box;
    width: 100%;
}

.footer-search-form span.footer-search-input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    display: block;
}

.footer-search-form span.footer-search-input input {
    width: 100%;
    height: 36px;
    padding: 2px;
    line-height: 1;
    background: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.footer-search-form span.footer-search-submit {
    width: 45px;
    display: block;
    margin: -1px -1px 0 0;
}

.footer-search-form span.footer-search-submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_search.png) no-repeat 0 0;
    -webkit-background-size: 45px 39px;
    -moz-background-size: 45px 39px;
    -o-background-size: 45px 39px;
    -ms-background-size: 45px 39px;
    background-size: 45px 39px;
    width: 45px;
    height: 39px;
    border: none;
    text-indent: -9999px;
}

.footer-btn {
    border-top: 1px solid #ccc;
    padding: 10px 5px;
    background: #fff;
}

.footer-btn ul {
    display: table;
    width: 100%;
}

.footer-btn ul li {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 5px;
}

.footer-btn ul li a {
    display: block;
}

.footer-btn ul li a div {
    padding: 10px 0;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
}

.footer-btn ul li.footer-btn-signup a div {
    background: -moz-linear-gradient(top, #ffaa07, #f96706);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffaa07), to(#f96706));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffaa07, endcolorstr=#f96706))";
    background: linear-gradient(top, #ffaa07, #f96706);
    color: #fff;
}

.footer-btn ul li.footer-btn-login a div {
    background: -moz-linear-gradient(top, white, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
    background: linear-gradient(top, #ffffff, #eeeeee);
    text-shadow: 0 1px 0 white;
    color: #4c4c4c;
}


/* Box Setting */

.box {}

.box-padding {
    padding: 10px;
}

.box-margin {
    margin-right: 10px;
    margin-left: 10px;
}

.box-border {
    border-width: 1px;
}

.title-color {}

.sub-color {}

.outside-border {}


/* Plugin Common Box */

div.plugin-box {
    font-size: 14px;
    line-height: 18px;
}

.plugin-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}


/* Plugin Article List */

.article-list {
    margin-bottom: 10px;
}

p.article-list-more {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

p.article-list-more a {
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_arrow2.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -ms-background-size: 14px 14px;
    background-size: 14px 14px;
    padding-left: 20px;
}

div.archives-title-outer {
    margin-bottom: 10px;
}

.archives-title {
    text-align: center;
}


/* plugin - Article List (Basic Type) */

ul.article-list-basic .article-list {
    overflow: hidden;
}

ul.article-list-basic div.article-calendar {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 1px 2px #989898;
    -moz-box-shadow: 0px 1px 2px #989898;
    -o-box-shadow: 0px 1px 2px #989898;
    -ms-box-shadow: 0px 1px 2px #989898;
    box-shadow: 0px 1px 2px #989898;
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

p.article-body-toggle {
    float: right;
    width: 24px;
    margin-left: 10px;
    display: inline;
}

p.article-body-toggle img.close {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

span.article-calendar-month {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 20px;
    white-space: nowrap;
    font-size: 14px;
}

span.article-calendar-day {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #efefef));
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef))";
    background: linear-gradient(top, #ffffff, #efefef);
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    font-weight: bold;
    display: block;
    font-size: 22px;
    color: #000000;
}

ul.article-list-basic div.article-image-icon {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 1px 2px #989898;
    -moz-box-shadow: 0px 1px 2px #989898;
    -o-box-shadow: 0px 1px 2px #989898;
    -ms-box-shadow: 0px 1px 2px #989898;
    box-shadow: 0px 1px 2px #989898;
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

ul.article-list-basic h2.article-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 6px 60px;
}

ul.article-list-basic h2.title-ellipsis a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.article-list-basic ul.article-post {
    font-size: 12px;
    margin-left: 60px;
}

ul.article-list-basic li.article-list-style-none h2.article-title,
ul.article-list-basic li.article-list-style-none ul.article-post {
    margin-left: 0;
}

ul.article-list-basic ul.article-post li.article-author {
    margin-bottom: 5px;
}

ul.article-list-basic ul.article-post li.article-datetime {
    display: inline;
    margin-right: 5px;
}

ul.article-list-basic ul.article-post li.article-comment-count {
    display: inline;
    margin-right: 2px;
}

ul.article-list-basic ul.article-post li.article-trackback-count {
    display: inline;
}

ul.article-list-basic div.article-body {
    padding-top: 10px;
    clear: both;
}

ul.article-list-basic div.article-body-inner {
    font-size: 14px;
    line-height: 20px;
}

ul.article-list-basic div.article-body p.article-more {
    padding-top: 5px;
    font-size: 14px;
    text-align: right;
}


/* plugin - Article List (Gallery Type)  */

ul.article-list-gallery {
    zoom: 1;
}

ul.article-list-gallery:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

ul.article-list-gallery li.article-list-outer-2 {
    clear: left;
    /*width: 50%;*/
    /*	display: inline-block;*/
    vertical-align: top;
    background: url("/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_forward_02.png") no-repeat right center;
}

ul.article-list-gallery li.article-list-outer-2:first-child {
    clear: left;
    width: 100%;
    background: url("/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_forward_02.png") no-repeat right center;
}

ul.article-list-gallery div.article-list {}

ul.article-list-gallery li.article-list-outer-2 div.article-list {
    margin-bottom: 10px;
}

ul.article-list-gallery li.article-list-outer-2:last-child div.article-list,
ul.article-list-gallery li.article-list-outer-2:nth-last-child(2) div.article-list {
    margin-bottom: 0;
}

ul.article-list-gallery li.article-list-outer-2:first-child div.article-list {
    margin-bottom: 10px;
    /* For when there are only two articles */
}

ul.article-list-gallery div.article-gallery-image {
    width: 25%;
    float: left;
}

ul.article-list-gallery h2.article-title {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 6px 0;
    height: 60px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 8px;
}

ul.article-list-gallery h2.title-ellipsis {
    height: auto;
}

ul.article-list-gallery h2.title-ellipsis a {
    display: block;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.article-list-gallery li.article-list-outer-2:first-child h2.article-title {}

ul.article-list-gallery ul.article-post {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

ul.article-list-gallery ul.article-post li.article-author {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.article-list-gallery ul.article-post li.article-datetime {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.article-list-gallery ul.article-post li.article-comment-count {
    display: inline;
    margin-right: 2px;
    white-space: nowrap;
}

ul.article-list-gallery ul.article-post li.article-trackback-count {
    display: inline;
    white-space: nowrap;
}

ul.article-list-basic li.new h2.article-title a,
ul.article-list-gallery li.new h2.article-title a {
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_new.png) no-repeat left 2px;
    -webkit-background-size: 22px 15px;
    -moz-background-size: 22px 15px;
    -o-background-size: 22px 15px;
    -ms-background-size: 22px 15px;
    background-size: 22px 15px;
    padding: 0 0 0 27px;
}


/* plugin - Select Box (Category & Monthly Archives etc...) */

select.select-box,
select.postform {
    width: 100%;
    border: 0;
    font-size: 14px;
    background-color: transparent;
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/arrow_pull.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-repeat: no-repeat;
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    -o-background-size: 14px 10px;
    -ms-background-size: 14px 10px;
    background-size: 14px 10px;
    height: 32px;
}


/* plugin - Profile */

div.profile-data {
    overflow: hidden;
}

p.profile-image {
    float: left;
    width: 32px;
}

.profile-name {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 40px;
}

dl.profile-list {
    margin-left: 40px;
    overflow: hidden;
}

dl.profile-list dt {
    float: left;
    clear: left;
}

dl.profile-list dd {
    float: left;
}

dl.profile-list dt:after {
    content: "：";
}

p.profile-message {
    margin: 0 0 0 40px;
}

div.profile-image-none .profile-name,
div.profile-image-none dl.profile-list,
div.profile-image-none p.profile-message {
    margin-left: 0;
}

ul.profile-social {
    margin-top: 5px;
}

ul.profile-social li {
    display: inline;
    margin-right: 5px;
}


/* plugin - Article Search */

form.search-form {
    display: table;
    width: 100%;
}

form.search-form span.search-input {
    display: table-cell;
}

form.search-form span.search-submit {
    display: table-cell;
    width: 55px;
    text-align: right;
}

form.search-form span.search-input input {
    width: 100%;
    height: 28px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    background: #fff;
    vertical-align: middle;
}

form.search-form span.search-submit input {
    border: 1px solid #b3b3b3;
    height: 30px;
    width: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #ededed));
    background: -moz-linear-gradient(top, #fcfcfc, #ededed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fcfcfc, endcolorstr=#ededed))";
    background: linear-gradient(top, #fcfcfc, #ededed);
    vertical-align: middle;
}


/* plugin - Article Search */

ul.members-list {}

ul.members-list li {
    width: 56px;
    display: inline-block;
    margin: 0 5px 10px 6px;
    font-size: 12px;
}

ul.members-list2 {}

ul.members-list2 li {
    margin: 10px 0 0;
    font-size: 12px;
    overflow: hidden;
}

ul.members-list2 li:first-child {
    margin: 0;
    line-height: 14px;
}

ul.members-list2 li img {
    float: left;
    margin-right: 10px;
}

ul.members-list3 {}

ul.members-list3 li {
    margin: 10px 0 0;
    font-size: 12px;
}

ul.members-list3 li:first-child {
    margin: 0;
}


/* plugin - Social Button */

.article-button {
    padding-bottom: 0!important;
}

.article-button li {
    display: inline-block;
    margin: 2px 3px 2px 0;
    vertical-align: top;
}

.article-button li.article-facebook iframe {
    width: 106px!important;
}

.article-button li:last-child {
    margin-right: 0;
}


/* plugin - Border */

hr.plugin-border {
    height: 1px;
    border-width: 0 0 1px 0;
}


/* plugin - News */

.plugin-news h2 {
    margin-bottom: 0 !important;
    padding: 10px 10px;
    font-size: 16px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.plugin-news .news a {
    display: block;
    padding: 5px 10px;
}

.plugin-news .news a li {
    font-size: 16px;
    line-height: 1.7;
}

.plugin-news .news a {
    border-style: solid;
    border-width: 1px;
    border-right: none;
    border-left: none;
    border-top: none;
}

.news-link.box-border {
    border-top: none;
    border-right: none;
    border-left: none;
}

.news-link.box-border:last-child {
    border-bottom: none;
}

.news_entry:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.plugin-news .news img {
    display: block;
    float: left;
    margin-top: 6px;
    padding: 0 10px 0 0;
    max-width: 60px;
    max-height: 60px;
}


/* plugin - Title Area */


/* plugin - Tags List */

ul.tags-list li {
    display: inline;
    margin-right: 10px;
    line-height: 1.1;
}

ul.tags-list li.tag-weight-0 {
    font-size: 14px;
}

ul.tags-list li.tag-weight-1 {
    font-size: 18px;
}

ul.tags-list li.tag-weight-2 {
    font-size: 22px;
}

ul.tags-list li.tag-weight-3 {
    font-size: 26px;
}

ul.tags-list li.tag-weight-4 {
    font-size: 30px;
}


/* plugin - Top of Page */

p.plugin-goto_top {
    text-align: right;
    font-size: 12px;
}

p.plugin-goto_top a {
    display: inline-block;
    padding: 0 15px 0 35px;
    height: 28px;
    line-height: 28px;
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -ms-background-size: 14px 14px;
    background-size: 14px 14px;
}


/* article - Comments List */

article.comment-list {
    margin-bottom: 10px;
}

article.comment-list .comment-author {
    font-size: 14px;
    line-height: 20px;
}

article.comment-list p.comment-body {
    font-size: 12px;
    line-height: 16px;
}

article.comment-list time.comment-time {
    font-size: 12px;
    line-height: 16px;
}


/* article - Trackbacks List */

article.trackback-list {
    margin-bottom: 10px;
}

article.trackback-list .trackback-title {
    font-size: 14px;
    line-height: 20px;
}

article.trackback-list p.trackback-body {
    font-size: 12px;
    line-height: 16px;
}

article.trackback-list time.trackback-time {
    font-size: 12px;
    line-height: 16px;
}


/* article */

div.article-header {
    margin-bottom: 10px;
    line-height: 1;
}

div.article-header .article-title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-left: 60px;
    width: 100%;
}

div.article-header ul.article-post {
    overflow: hidden;
    margin-left: 60px;
}

div.article-header.article-header-style-none .article-title,
div.article-header.article-header-style-none ul.article-post {
    margin-left: 0;
}

div.article-header ul.article-post li {
    font-size: 12px;
    white-space: nowrap;
}

div.article-header ul.article-post li.article-author {
    padding-bottom: 5px;
}

div.article-header ul.article-post li.article-datetime {
    display: inline;
    margin-right: 5px;
}

div.article-header ul.article-post li.article-comment-count {
    display: inline;
    margin-right: 2px;
}

div.article-header ul.article-post li.article-trackback-count {
    display: inline;
}

div.article-header div.article-calendar {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 1px 2px #989898;
    -moz-box-shadow: 0px 1px 2px #989898;
    -o-box-shadow: 0px 1px 2px #989898;
    -ms-box-shadow: 0px 1px 2px #989898;
    box-shadow: 0px 1px 2px #989898;
    float: left;
    display: inline;
    margin: 0 10px 10px 0;
}

div.article-header div.article-image-icon {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 1px 2px #989898;
    -moz-box-shadow: 0px 1px 2px #989898;
    -o-box-shadow: 0px 1px 2px #989898;
    -ms-box-shadow: 0px 1px 2px #989898;
    box-shadow: 0px 1px 2px #989898;
    float: left;
    display: inline;
    margin: 0 10px 10px 0;
}

div.article-body-outer div.article-body {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: left;
}

div.article-body-outer div.article-body:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div.article-body-outer div.article-body pre,
div.article-body-outer div.article-body blockquote {
    margin: 10px 0;
    padding: 8px;
    font-size: 14px;
    line-height: 1.3;
}

div.article-body-outer div.article-body pre {
    white-space: pre-wrap;
}

div.article-body-outer div.article-body h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin: 10px 0;
}

div.article-body-outer div.article-body h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin: 10px 0;
}

div.article-body-outer div.article-body ul,
div.article-body-outer div.article-body ol {
    margin: 10px 0;
}

div.article-body-outer div.article-body ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px;
}

div.article-body-outer div.article-body ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}

div.article-body-outer div.article-body p {
    margin-bottom: 1em;
}

div.article-body-outer dl.article-category {
    font-size: 14px;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    color: #777;
}

div.article-body-outer dl.article-category dt {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
    line-height: 20px;
    padding-left: 20px;
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_folder.png) no-repeat left 2px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

div.article-body-outer dl.article-category dt:after {
    content: "：";
}

div.article-body-outer dl.article-category dd {
    display: table-cell;
    vertical-align: top;
    color: #777;
}

div.article-body-outer dl.article-category dd ul {
    overflow: hidden;
}

div.article-body-outer dl.article-category dd ul li {
    margin-right: 10px;
    white-space: nowrap;
    line-height: 20px;
    float: left;
}

div.article-body-outer dl.article-tags {
    font-size: 14px;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

div.article-body-outer dl.article-tags dt {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
    line-height: 20px;
    padding-left: 20px;
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_tag.png) no-repeat left 2px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

div.article-body-outer dl.article-tags dt:after {
    content: "：";
}

div.article-body-outer dl.article-tags dd {
    display: table-cell;
    vertical-align: top;
}

div.article-body-outer dl.article-tags dd ul {
    overflow: hidden;
}

div.article-body-outer dl.article-tags dd ul li {
    margin-right: 10px;
    white-space: nowrap;
    line-height: 20px;
    float: left;
}

.article-category > dd > a {
    color: #777;
    text-decoration: underline;
}

.article-tags {
    color: #777;
}

.article-tags > dd > ul >li > a {
    color: #777;
    text-decoration: underline;
}

div.private-mode-announcement {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
}

p.private-mode-login-text {
    line-height: 20px;
}

p.private-mode-login-button {
    padding-top: 10px;
}

p.private-mode-login-button a {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    width: 90%;
    height: 28px;
    padding: 5px 1%;
    margin: 10px auto 0;
    line-height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.03, #ebebeb), color-stop(1, #fefefe));
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 3%, #fefefe 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fefefe))";
    background: linear-gradient(top, #ffffff, #ebebeb, #fefefe);
    text-align: center;
    color: #333;
    text-decoration: none;
}


/* Article Pager */

ul.article-pager:after {
    content: "";
    display: block;
    clear: both;
}

ul.article-pager-bottom {
    margin-top: 10px;
}

ul.article-pager li {
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
}

ul.article-pager li.prev {
    float: left;
    width: 42%;
    text-align: left;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.article-pager li.home {
    margin: 0 auto;
    width: 12%;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

ul.article-pager li.next {
    float: right;
    width: 42%;
    text-align: right;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -o-border-top-left-radius: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

ul.article-pager li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

ul.article-pager li.prev a {
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/arrow_prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 27px 40px;
    -moz-background-size: 27px 40px;
    -o-background-size: 27px 40px;
    -ms-background-size: 27px 40px;
    background-size: 27px 40px;
    padding: 10px 10px 10px 30px;
}

ul.article-pager li.home a {
    text-align: center;
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_home.png);
    -webkit-background-size: 43px 43px;
    -moz-background-size: 43px 43px;
    -o-background-size: 43px 43px;
    -ms-background-size: 43px 43px;
    background-size: 43px 43px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-indent: -9999px;
    padding: 10px 0;
}

ul.article-pager li.next a {
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/arrow_next.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 27px 40px;
    -moz-background-size: 27px 40px;
    -o-background-size: 27px 40px;
    -ms-background-size: 27px 40px;
    background-size: 27px 40px;
    padding: 10px 30px 10px 10px;
}


/* Article Innter Pager */

div.article-inner-pager {
    margin-bottom: 10px;
}

div.article-inner-pager p.page-current {
    text-align: center;
    margin-bottom: 10px;
}

div.article-inner-pager p.prev,
div.article-inner-pager p.next {
    text-align: center;
}

div.article-inner-pager p.prev a,
div.article-inner-pager p.next a {
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px;
}


/* comment form */

ul.comment-form-input {
    display: table;
    font-size: 14px;
    width: 95%;
}

ul.comment-form-input li {
    display: table-row;
}

ul.comment-form-input li label.comment-form-label {
    display: table-cell;
    padding: 5px 5px 5px 0;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

ul.comment-form-input li label.comment-form-icon {
    margin-right: 10px;
}

ul.comment-form-input li span {
    display: table-cell;
    padding: 5px 0;
}

ul.comment-form-input li span input.input-text {
    -webkit-box-shadow: 0px 1px 2px #808080;
    -moz-box-shadow: 0px 1px 2px #808080;
    -o-box-shadow: 0px 1px 2px #808080;
    -ms-box-shadow: 0px 1px 2px #808080;
    box-shadow: 0px 1px 2px #808080;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    width: 98%;
    height: 24px;
    padding: 5px 1%;
    line-height: 34px;
}

p.comment-form-textarea textarea {
    -webkit-box-shadow: 0px 1px 2px #808080;
    -moz-box-shadow: 0px 1px 2px #808080;
    -o-box-shadow: 0px 1px 2px #808080;
    -ms-box-shadow: 0px 1px 2px #808080;
    box-shadow: 0px 1px 2px #808080;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    width: 90%;
    margin-left: 4%;
    height: 12em;
    padding: 1%;
}

p.comment-form-submit {
    padding: 20px 0 10px;
    text-align: center;
}

p.comment-form-submit input.input-submit {
    width: 90%;
    height: 38px;
    padding: 0 1%;
    font-weight: bold;
    color: #333;
    -webkit-box-shadow: 0px 1px 2px #808080;
    -moz-box-shadow: 0px 1px 2px #808080;
    -o-box-shadow: 0px 1px 2px #808080;
    -ms-box-shadow: 0px 1px 2px #808080;
    box-shadow: 0px 1px 2px #808080;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    background: linear-gradient(top, #ffffff, #ebebeb, #fefefe);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.03, #ebebeb), color-stop(1, #fefefe));
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 3%, #fefefe 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fefefe))";
    font-size: 16px;
}

p.auth-comment-text {
    border: 2px solid #ffb2b2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #fff0f0;
    padding: 10px 8px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.3;
}

div.auth-type-select {
    margin: 0 0 10px;
}

.auth-form-select {
    width: 100%;
}

div.auth-box {
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 10px 8px;
    margin: 0 0 10px;
    display: none;
}

p.auth-box-comment {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 4px;
    color: #ae1e1e;
    font-size: 14px;
    line-height: 1.3;
    padding: 20px 10px;
    margin-bottom: 10px;
}

ul.auth-form-input {
    display: table;
    width: 100%;
    font-size: 14px;
}

ul.auth-form-input li {
    display: table-row;
}

ul.auth-form-input li label.auth-form-label {
    display: table-cell;
    padding: 5px 5px 5px 0;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

ul.auth-form-input li span.auth-form-body {
    display: table-cell;
    padding: 5px 0;
}

ul.auth-form-input li span.auth-form-body input.input-text {
    -webkit-box-shadow: 0px 1px 2px #808080;
    -moz-box-shadow: 0px 1px 2px #808080;
    -o-box-shadow: 0px 1px 2px #808080;
    -ms-box-shadow: 0px 1px 2px #808080;
    box-shadow: 0px 1px 2px #808080;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    width: 98%;
    height: 24px;
    padding: 5px 1%;
    line-height: 34px;
}

p.auth-box-submit {
    padding: 10px 0;
    text-align: center;
}

p.auth-box-submit input.input-submit {
    width: 90%;
    height: 38px;
    padding: 0 1%;
    font-weight: bold;
    color: #333;
    -webkit-box-shadow: 0px 1px 2px #808080;
    -moz-box-shadow: 0px 1px 2px #808080;
    -o-box-shadow: 0px 1px 2px #808080;
    -ms-box-shadow: 0px 1px 2px #808080;
    box-shadow: 0px 1px 2px #808080;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    background: linear-gradient(top, #ffffff, #ebebeb, #fefefe);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.03, #ebebeb), color-stop(1, #fefefe));
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 3%, #fefefe 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fefefe))";
    font-size: 16px;
}

div.auth-box-other-account {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

div.auth-announcement {
    background: #ebebeb;
    padding: 10px;
    margin-bottom: 10px;
}

div.auth-announcement span.authorized-name {
    margin-right: 10px;
}

div.auth-announcement div.authorized-comment {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
}


/* pager */

p.fractional-page {
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
}

nav.pager {}


/* pager normal */

ul.normal-pager {
    text-align: center;
    display: table;
    width: 100%;
    margin: 0 auto;
}

ul.normal-pager li.box-border {
    border-width: 0 1px 0 0;
    border-style: solid !important;
}

ul.normal-pager li a {
    height: 38px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
    overflow: hidden;
}

ul.normal-pager li a:not([href]) {
    opacity: 0.2;
}

ul.normal-pager li.pager-prev,
ul.normal-pager li.pager-next {
    width: 100px;
    display: table-cell;
}

ul.normal-pager li.pager-first,
ul.normal-pager li.pager-last {
    width: 58px;
    display: table-cell;
}

ul.normal-pager li.pager-prev a,
ul.normal-pager li.pager-next a {
    display: block;
}

ul.normal-pager li.pager-prev a {
    padding: 0 20px;
}

ul.normal-pager li.pager-prev a span {
    display: inline-block;
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/pager_prev.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    background-size: 12px 12px;
    padding-left: 20px;
}

ul.normal-pager li.pager-next a {
    padding: 0 20px;
}

ul.normal-pager li.pager-next a span {
    display: inline-block;
    background: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/pager_next.png) no-repeat right center;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    background-size: 12px 12px;
    padding-right: 20px;
}

ul.normal-pager li.pager-first a,
ul.normal-pager li.pager-last a {
    display: block;
    padding: 0 10px;
}

ul.normal-pager li.pager-first a {}

ul.normal-pager li.pager-last a {}


/* other */

p.back-link {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

p.back-link a {
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -ms-background-size: 14px 14px;
    padding-left: 15px;
}

p.button-link {
    margin-top: 10px;
}

p.button-link a {
    display: block;
    text-align: center;
    font-size: 14px;
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/arrow_next.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 26px 40px;
    -webkit-background-size: 26px 40px;
    -moz-background-size: 26px 40px;
    -o-background-size: 26px 40px;
    -ms-background-size: 26px 40px;
}

p.prev-link {
    margin-top: 10px;
}

p.prev-link a {
    display: block;
    text-align: center;
    font-size: 14px;
    background-image: url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/arrow_prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px 40px;
    -webkit-background-size: 26px 40px;
    -moz-background-size: 26px 40px;
    -o-background-size: 26px 40px;
    -ms-background-size: 26px 40px;
}

p.plugin-more {
    text-align: right;
    font-size: 14px;
}

p.plugin-more a {
    display: block;
    padding: 6px 0;
}

div.loading {
    background: #c1c1c1 url(/img/syuh/wp-content/themes/sp_ver1.2_haji/img/loading.gif) no-repeat 50% 50%;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -ms-background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}


/* ad */

div#ad,
div#top_ad {
    margin: 0 auto;
    text-align: center;
}

div#ad a img,
div#top_ad a img,
div#ad iframe {
    vertical-align: middle;
}

div.ad2,
div.blog_ad2 {
    margin: 10px auto 10px auto;
    text-align: center;
}

div.ad2 a img,
div.blog_ad2 a img {
    vertical-align: text-bottom;
}


/* plugin - Popular Articles-OLD */

ol.popular-articles li {
    margin-top: 5px;
}

ol.popular-articles li a {
    margin-left: 5px;
}

span.popular-rank:after {
    content: ".";
}

span.popular-count {
    margin-left: 5px;
}


/* blogroll & popular-article */

div.plugin-blogroll,
div.plugin-popular_articles-new {
    padding: 0;
}

div.plugin-blogroll h2,
div.plugin-popular_articles-new h2 {
    padding: 10px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right: none;
    border-left: none;
    border-top: none;
}

ul.blogroll_entries li,
ol.popular-articles-new li {
    font-size: 12px;
    border-top-style: solid;
    border-top-width: 1px;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background: url("/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_forward.png") no-repeat right center;
    -webkit-background-size: 14px 10px, 16px 16px;
    -moz-background-size: 14px 10px, 16px 16px;
    -o-background-size: 14px 10px, 16px 16px;
    -ms-background-size: 14px 10px, 16px 16px;
    background-size: 14px 10px, 16px 16px;
}

ul.blogroll_entries li:first-child,
ol.popular-articles-new li:first-child {
    border-top: none;
}

ul.blogroll_entries li a,
ol.popular-articles-new li a {
    display: block;
    padding: 5px 25px 5px 10px;
}

ul.blogroll_entries li div.blogroll_new {
    float: right;
}

ul.blogroll_entries li div.blogroll_entry {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.blogroll_entries li div.blogroll_entry img {
    vertical-align: middle;
}

ol.popular-articles-new li {
    font-size: 14px;
}

ol.popular-articles-new li span.popular-rank {
    box-shadow: none;
    background: none;
}

ol.popular-articles-new li span.popular-rank:after {
    content: ".";
}

ol.popular-articles-new li span.popular-count {
    margin-left: 5px;
}

ol.popular-articles-new li a {
    /*font-size: 14px;
	margin-left: 1.5em;
	text-indent: -1.5em;*/
}


/* image gallery */

div.plugin-image_album_list ul.index {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    min-width: 280px;
    max-width: auto;
}

div.plugin-image_album_list ul.index li.image-list {
    display: inline-block;
    float: none;
    margin: auto;
    height: 90px;
    line-height: 0;
}

div.plugin-image_album_list {
    overflow: hidden;
    text-align: center;
    padding: 10px 10px 5px 10px;
    margin: 0 10px;
}

div.plugin-image_album_list ul {
    display: inline-block;
    overflow: hidden;
    min-width: 285px;
    max-width: 380px;
    margin: 0 0 0 -5px;
}

div.plugin-image_album_list ul li.image-list {
    float: left;
    margin: 0 0 5px 5px;
}

div.plugin-image_album_list ul li.image-list a {
    display: block;
    line-height: 0;
    height: 90px;
}

div.plugin-image_album_largeimg {
    text-align: center;
}

div.plugin-image_album_largeimg img {
    vertical-align: text-bottom;
}

article.image_list h3 a,
div.image_list_view article h3 a {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article.image_list h3 {
    margin-top: 10px;
}

div.image_list_view article h3 {
    margin-top: 10px;
}

article.image_list h3 a,
div.image_list_view article h3 a {
    display: block;
}

div.image_list_view div.plugin-image_album_list {
    padding: 10px 0;
}

div.image_list_view article ol {
    overflow: hidden;
    margin: 0 10px;
}

div.image_list_view article ol li {
    float: left;
    height: 90px;
    width: 50%;
    line-height: 0;
}

div.image_list_view article ol li:first-child {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right-style: solid;
    border-right-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

div.image_list_view article ol li a {
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 26px 40px;
}

div.image_list_view article ol li:first-child a {
    background-image: url("/img/syuh/wp-content/themes/sp_ver1.2_haji/img/arrow_prev.png");
    background-position: left center;
}

div.image_list_view article ol li:last-child a {
    border: none;
    background-image: url("/img/syuh/wp-content/themes/sp_ver1.2_haji/img/arrow_next.png");
    background-position: right center;
}


/* plungin-ad */

div.plugin-ad {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}


/* category-ad */

#category-ad h2,
#category-ad2 h2 {
    font-size: 14px;
}

#category-ad,
#category-ad2 {
    clear: both;
    padding: 9px;
    font-size: 14px;
    overflow: hidden;
}

#category-ad h2,
#category-ad2 h2 {
    margin-bottom: 5px;
}

#category-ad ul,
#category-ad2 ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#category-ad ul li,
#category-ad2 ul li {
    display: inline-block;
    width: 31.9%;
    margin: 2px;
}

#category-ad ul li a {
    display: block;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background: -moz-linear-gradient(top, #fafafa, #ededed);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#category-ad2 ul li a {
    display: block;
    height: 64px;
    -weblit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background: -moz-linear-gradient(top, #fafafa, #ededed);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#category-ad ul li a span {
    display: block;
    padding: 0 0 0 32px;
    -webkit-background-size: 32px auto!important;
    -moz-background-size: 32px auto!important;
    background-size: 32px auto!important;
    text-align: left;
    color: #444444;
}

#category-ad2 ul li a span {
    display: block;
    padding: 34px 0 0 0;
    -webkit-background-size: 35px auto!important;
    -moz-background-size: 35px auto!important;
    background-size: 35px auto!important;
    text-align: center;
    color: #444444;
}

#category-ad ul li a span {
    background: url('/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_category_ad.png') no-repeat;
}

#category-ad2 ul li a span {
    background: url('/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_category_ad5.png') no-repeat;
}

#category-ad .evnt2 span {
    background-position: 0 -32px;
}

#category-ad .evnt3 span {
    background-position: 0 -64px;
}

#category-ad .evnt4 span {
    background-position: 0 -96px;
}

#category-ad2 .evnt1 span {
    background-position: center -4px;
}

#category-ad2 .evnt2 span {
    background-position: center -76px;
}

#category-ad2 .evnt3 span {
    background-position: center -148px;
}

aside.category-ad2 ul li a span {
    background: url('/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_category_ad5.png') no-repeat!important;
}

aside.category-ad2 .evnt1 span {
    background-position: center -4px!important;
}

aside.category-ad2 .evnt2 span {
    background-position: center -76px!important;
}

aside.category-ad2 .evnt3 span {
    background-position: center -148px!important;
}


/* lite_link */

aside#lite_link h2 {
    padding: 10px;
}

ul.list-box li {
    background: url("/img/syuh/wp-content/themes/sp_ver1.2_haji/img/icon_forward.png") no-repeat right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: : 14px 10px;
    -o-background-size: : 14px 10px;
    -ms-background-size: : 14px 10px;
    background-size: 14px 10px;
    font-size: 14px;
    line-height: 16px;
    border: none;
}

ul.list-box li a {
    display: block;
    padding: 10px 20px 10px 10px;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-right: none;
}


/*関連記事*/

.relation-cat-name {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5%;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    color: #50505a;
    background-color: #edeff0;
}

.relation-contents {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 46%;
    margin-left: 2%;
    margin-bottom: 4px;
    font-size: 0px;
    vertical-align: top;
}

.relation-head {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    padding: 8px 8px 4px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    background-color: rgba(255, 255, 255, 0.8);
    color: #50505a;
}

.relation-body {
    position: relative;
    color: #555;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.relation-body img {
    position: relative;
    width: 100%;
    height: auto;
}

.relation-none {
    padding: 12px;
    background-color: #fff;
}

.new-mark {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -25px;
    width: 100px;
    z-index: 4;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
    background-color: #F2808F;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0, 0, 0, .8), inset 0 3px 20px rgba(255, 255, 255, .3)
}


/*個別記事ページ*/

.contents-title-wrap {
    width: 92%;
    margin: auto;
    margin-bottom: 12px;
    padding: 2%;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #50505a;
    background-color: #fff;
}

.article-post {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #ccc;
}

.article-comment-count {
    width: 60%;
    display: inline-block;
    color: #777
}

.article-datetime {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    color: #777
}

.contents-wrap > p > a > img {
    margin-top: 4px;
}

.contents-wrap {
    color: #777;
    text-align: center;
}

.contents-wrap > .article-category > dd {
    text-align: left;
}

.contents-wrap > .article-tags > dt {
    text-align: left;
}

.download-inner {
    width: 90%;
    margin: auto;
}


/*検索結果*/

.return-posts-wrap {
    padding-bottom: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.return-posts-label {
    width: 90%;
    margin: auto;
    font-size: 16px;
    text-align: left;
    color: #777;
}

.entry-date {
    color: #50505a;
    text-align: right;
    font-size: 12px;
}


/*2つめの表紙非表示*/

img[src$="001-s.jpg"] {
    display: none;
}

.manga-navi {
    width: 80%;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
}

.header-menu {
    margin-top: 4px;
    margin-bottom: 8px;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
}

.header-menu:after {
    content: "";
    clear: both;
    display: block;
}

ul>.main-menu {
    display: block;
    float: left;
    height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    list-style-type: none;
    text-align: center;
    font-size: 14px;
}

ul>.main-menu a {
    color: #777;
    font-weight: bold;
}

.menu-01,
.menu-02,
.menu-03 {
    width: 24%;
    border-right: 1px solid #777;
}

.menu-04 {
    width: 25%;
}

.lists {
    margin-top: 8px;
    margin-bottom: 8px;
}

.category-list-wrap {}

.category-list-wrap:after {
    content: "";
    clear: both;
    display: block;
}

ul>.category-list {
    display: block;
    width: 45%;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 3%;
    list-style-type: none;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 0;
}

ul>.category-list a {
    color: #50505a;
}

.search-form {
    text-align: center;
    padding: 8px;
}

input[type=submit] {
    font-family: FontAwesome;
    font-size: 16px
}

.search {
    color: #3EA2D9;
    height: 32px;
    width: 32px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}


/*一覧ページ*/

li.categories {
    margin-bottom: 12px;
    color: #50505a;
    background-color: #fafafa;
}

.categories>ul>li {
    padding: 12px;
    padding-bottom: 12px;
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
}

.categories>ul>li a {
    color: #50505a;
}

.categories>ul>li>.children>li {
    display: inline-block;
    width: 39%;
    padding: 8px;
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    color: #50505a;
    background-color: #fff;
    border: 1px solid #ccc;
}


/*新着記事*/

.new-article-wrap {
    width: 96%;
    margin: auto;
    padding-bottom: 8px;
    margin-bottom: 12px;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.new-article-box {
    position: relative;
}

.new-article-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

label {
    color: #50505a;
}


/*人気キャラクター*/

.popular-doujin-wrap {
    width: 96%;
    margin: auto;
    margin-bottom: 12px;
}

.popular-doujin-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.popular-doujin-boxes {
    padding: 2%;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.popular-doujin-box {
    width: 32%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.popular-doujin-elem {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.popular-doujin-elem img {
    position: absolute;
    width: 100%;
}

.doujin-image {
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    color: #50505a;
}

.doujin-topname {
    text-align: center;
    font-size: 12px;
    background-color: #2ECC71;
    color: #fff;
}

.doujin-middlename {
    text-align: center;
    font-size: 12px;
    background-color: #F5AB35;
    color: #fff;
}

.doujin-bottomname {
    text-align: center;
    font-size: 12px;
    background-color: #EF4836;
    color: #fff;
}


/*タブレット*/

@media screen and (min-width: 640px) {
    .logo {
        display: inline-block;
        width: 79%;
        background-color: #fafafa;
        border-radius: 4px;
        margin-top: 5px;
        text-align: center;
        /*左右中央*/
        layout-grid-line: 166px;
        /*IE7*/
    }
    .logo img {
        width: auto;
        height: auto;
        max-width: 300px;
        max-height: 250px;
        vertical-align: middle;
    }
    .blbl-link {
        display: inline-block;
        width: 19%;
        margin-top: 5px;
        vertical-align: top;
        text-align: center;
        background-color: #7cb9f0;
        border-radius: 4px;
    }
    .blbl-link img {
        width: 100px;
    }
}

.btn-topreturn {
    width: 80%;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #3EA2D9;
    text-align: center;
}

.btn-topreturn > a > div {
    color: #fff;
}


/*SingleThumbnail*/

.title-wrap {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    color: #50505a;
}

.postinfo-wrap {
    width: 90%;
    margin: auto;
    margin-bottom: 12px;
    padding: 6px;
    background-color: #fff;
    color: #50505a;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.single-thumbnail {
    width: 49%;
    display: inline-block;
}

.single-thumbnail img {
    width: 100%;
}

.tag-list {
    margin-left: 4px;
}

.about-this-post {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}

.fa-book {
    display: inline-block;
    width: 10%;
    color: #3EA2D9;
}

.fa-female {
    color: #E26A6A;
}

.about-cat {
    display: inline-block;
    width: 90%;
    margin-top: 4px;
    font-size: 12px;
}

.this-cat a {
    font-size: 12px;
    color: #50505a;
}

.fa-tag {
    display: inline-block;
    width: 10%;
    color: #2ECC71;
}

.about-tag {
    display: inline-block;
    width: 90%;
    margin-top: 4px;
    font-size: 12px;
}

.this-tag {
    display: inline;
    margin-bottom: 6px;
    font-size: 12px;
    color: #50505a;
}


/*ヘッダーメニュー*/

.header {
    width: 100%;
    z-index: 3;
    border-top: 3px solid #3EA2D9;
}

.header h1 {
    display: inline-block;
    width: 42%;
    margin-left: 3%;
    margin-right: 4%;
    text-align: left;
    vertical-align: top;
}

.header .header__heading {
    background: #fff;
    width: 100%;
    z-index: 3;
    border-bottom: 1px solid #ccc;
}



input#search-box {
    width: 100%;
    font-size: 12px;
}



.nav-horizontal {
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.nav-horizontal .list {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 100%;
}

.nav-horizontal .list li {
  width: 24.5%;
  text-align: center;
  font-size: 12px;
}

.nav-horizontal .list a {
  display: block;
    padding: 0 8px;
    text-decoration: none;
    color: #666;
    text-align: center;
    line-height: 3;
}

.nav-horizontal .list li:nth-of-type(-n+4) {
border-bottom: 1px dotted #ccc;
}

.nav-horizontal .list li:not(:nth-of-type(4n)) {
border-right: 1px dotted #ccc;
}


.btn-topReturn {
    width: 80%;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px;
    background-color: #FE8491;
    border-radius: 20px;
    text-align: center;
    font-weight: normal;
}

.btn-topReturn a {
    color: #fff;
    text-decoration: underline;
}


/*検索BOX*/

.search-form {
    text-align: center;
    padding: 8px;
}

input[type=submit] {
    font-family: FontAwesome;
    font-size: 13px
}

.search {
    color: #fff;
    height: 26px;
    width: 36px;
    cursor: pointer;
    background: -moz-linear-gradient(top, #0099CC 0%, #006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    border: 1px solid #DDD;
    border-radius: 4px;
    color: #FFF;
}





/*人気記事*/

.popular-post-wrap {
    width: 96%;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.popular-post-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.wpp-list {
    background-color: #fff;
}

.wpp-list li {
    position: relative;
    margin: auto;
    padding: 8px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.wpp-thumbnail {
    position: relative;
    width: 100%;
    float: none !important;
}

.widget-title {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5%;
    font-size: 16px;
    text-align: left;
    color: #fafafa;
    background-color: #ff512a;
}

.popular-posts>ul>li {
    border-top: 1px solid #ccc;
}

.wpp-post-title {
    width: 54%;
    position: absolute;
    top: 4px;
    left: 116px;
    overflow: hidden;
    color: #50505a;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.wpp-post-title a {
    color: #777;
}

img.wpp-thumbnail {
    width: 100px!important;
    height: auto!important;
}

.popular-post-box > ul > li {
    position: relative;
    margin: auto;
    padding: 8px;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}


/*小カテゴリ関連記事*/

.small-cat-wrap {
    width: 96%;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    background-color: #fff;
}

.small-cat-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.small-cat-boxes {
    padding-bottom: 12px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.small-cat-box {
    padding: 6px;
}

.small-cat-contents {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 1%;
    padding: 4px;
}

.small-cat-contents img {
    max-width: 100%;
}

.small-cat-head {
    font-size: 12px;
    display: -webkit-box;
    color: #50505a;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.small-cat-head a {}

.small-cat-pagelink {
    width: 80%;
    margin: 0 auto;
    margin-top: 4px;
    padding: 8px;
    background-color: #2ECC71;
    text-align: center;
    font-weight: normal;
}

.small-cat-pagelink a {
    color: #fafafa;
    text-decoration: underline;
}


/*コメント*/

.comment-wrap {
    width: 96%;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    color: #50505a;
}

#comments-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.comments-num {
    color: #50505a;
}

li.comment.odd {
    margin-right: 0px;
    padding-left: 12%;
    border-radius: 0px;
    text-align: left;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
}

li.comment.even {
    margin-right: 0px;
    padding-left: 12%;
    border-radius: 0px;
    text-align: left;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
}

.comment>.children>li {
    width: 96%;
    margin-left: 4%;
    font-size: 14px;
}

aside>div>.comments-list>.comment {
    border-bottom: 1px solid #fafafa;
}

.comment {
    padding-bottom: 8px;
    padding-top: 12px;
}

.fn {
    color: #3EA2D9;
}

.comment-body > div.comment-meta.commentmetadata > a {
    color: #aaa;
    font-size: 12px;
}

.comment-body > p {
    color: #50505a;
    margin-top: 12px;
    padding-right: 4%;
}

.reply {
    margin-right: 4%;
    text-align: right;
}

.reply a {
    width: 100px;
    color: #50505a;
    text-decoration: underline;
}

h3#reply-title {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #ff512a;
}

.cmnt_wrap {
    background-color: #eee;
}

form#commentform {
    padding: 12px;
}


/*中カテゴリ関連記事*/

.middle-cat-wrap {
    width: 96%;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    color: #fafafa;
}

.middle-cat-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.middle-cat-boxes {
    padding-bottom: 12px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.middle-cat-box {
    padding: 6px;
}

.middle-cat-contents {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.middle-cat-contents img {
    max-width: 100%;
}

.middle-cat-body {}

.middle-cat-pagelink {
    width: 80%;
    margin: 0 auto;
    margin-top: 4px;
    padding: 8px;
    background-color: #F5AB35;
    text-align: center;
    font-weight: normal;
}

.middle-cat-pagelink a {
    color: #fafafa;
    text-decoration: underline;
}


/*タグ*/

.tag-wrap {
    width: 96%;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    background-color: #fff;
    color: #aaa;
    border-radius: 4px;
}

.tag-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.tag-boxes {
    padding-bottom: 12px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tag-box {
    padding: 4px;
    padding-left: 12px
}

.tag-lists-name {
    color: #50505a;
    margin-left: 12px;
    font-size: 16px;
    font-weight: normal;
}

.tag-lists {
    font-size: 12px;
    margin-left: 12px;
}

.tag-toplist {
    display: inline;
    border-left: 2px solid #2ECC71;
    padding-left: 4px;
    margin-right: 12px;
}

.tag-middlelist {
    display: inline;
    border-left: 2px solid #F5AB35;
    padding-left: 4px;
    margin-right: 12px;
}

.tag-bottomlist {
    display: inline;
    border-left: 2px solid #EF4836;
    padding-left: 4px;
    margin-right: 12px;
}

.tag-list a {
    color: #50505a;
}

.tag-pagelink {
    width: 80%;
    margin: 0 auto;
    margin-top: 4px;
    padding: 8px;
    background-color: #ca0d06;
    text-align: center;
    font-weight: normal;
}

.tag-pagelink a {
    color: #fafafa;
    text-decoration: underline;
}


/*特集*/

.pickup-wrap {
    width: 96%;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    color: #50505a;
}

.pickup-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.pickup-boxes {
    padding: 2%;
    padding-bottom: 12px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pickup-box {
    width: 49%;
    display: inline-block;
    margin: auto;
    margin-top: 4px;
}

.pickup-imgbox {
    width: 58%;
    height: 80px;
    overflow: hidden;
    float: left;
}

.pickup-img {
    width: 100%;
}

.pickup-name {
    float: left;
    width: 36%;
    height: 64px;
    padding: 4px;
    padding-top: 12px;
    text-align: center;
    color: #fafafa;
    font-size: 12px;
    font-weight: normal;
}

.name001 {
    background-color: #F5AB35;
}

.name002 {
    background-color: #2ECC71;
}

.name003 {
    background-color: #E26A6A;
}

.name004 {
    background-color: #9B59B6;
}

.name005 {
    background-color: #4B77BE;
}

.name006 {
    background-color: #EC644B;
}

.pickup-pagelink {
    width: 80%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 8px;
    background-color: #EF4836;
    text-align: center;
    font-weight: normal;
}

.pickup-pagelink a {
    color: #fafafa;
    text-decoration: underline;
}


/*404,検索ない場合のカテゴリ導線*/

.cat-list-pagelink,
.home-pagelink {
    width: 80%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 8px;
    background-color: #ca0d06;
    text-align: center;
    font-weight: normal;
}

.cat-list-pagelink a,
.home-pagelink a {
    color: #fafafa;
    text-decoration: underline;
}

.singlepost-description {
    color: #50505a;
    text-align: center;
    border: 1px dashed;
    font-size: small;
    margin: 2%;
}

.singlepost-description a {
    color: #3EA2D9;
}

.fourad-wrap {
    width: 96%;
    margin: auto;
    margin-bottom: 12px;
}

.fourad-label {
    margin: auto;
    margin-top: 12px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fafafa;
    background-color: #3EA2D9;
}

.fourad-boxes {
    padding: 2%;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.fourad-box {
    width: 48%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.fourad-elem {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.fourad-elem img {
    position: absolute;
    width: 100%;
}

.fourad-image {
    text-align: center;
    font-size: 12px;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
    color: #50505a;
}

.fourad-name {
    text-align: center;
    font-size: 12px;
    background-color: #2ECC71;
    color: #fff;
}

#adroute_ads_frame_adblock_7788_4 {
    width: 100% !important;
    height: 100% !important;
}

#adroute_ads_frame_adblock_7789_4 {
    width: 100% !important;
    height: 100% !important;
}

.site--banner {
    margin-top: 6px;
    margin-bottom: 6px;
    width: 48%;
    display: inline-block;
}

.site--banner img {
    width: 100%;
    vertical-align: bottom
}

.site--bnner a {
    vertical-align: bottom;
}

form {
    width: 94%;
    margin: 0 auto;
}

.hotword--box {
    margin-top: 6px;
    margin-bottom: 6px;
}

dl.hotword--box dt {
    width: 67%;
    display: inline-block;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: bottom;
}

dl.hotword--box dt input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
}

dl.hotword--box dd {
    display: inline-block;
    width: 28%;
}

dl.hotword--box dd button {
    display: block;
    color: #fff;
    padding: 6px 0 6px 0;
    text-align: center;
    border: 1px solid #40B19A;
    background: #43c3a9;
    width: 100%;
}


.parent-cat-name {
  width: 96%;
  border-bottom: 1px solid #ccc;
  color: #3EA2D9;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 16px;
  text-align: left;
}

.category {
    width: 96%;
    margin: auto;
    margin-bottom: 8px;
    margin-top: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #50505a;
    border-radius: 4px;
}

.category-label {
    padding: 4px;
    font-size: 16px;
    text-align: center;
    color: #fafafa;
    border-radius: 4px 4px 0px 0px;
    background-color:#3EA2D9;
}

.category-btn {
  font-size: 13px;
  text-align: right;
  margin-right: 2%;
}

.category-btn a{
    color:#3EA2D9;
}

.article {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
  }


.article-body {
  width: 33%;
}

.article-thumbnail {
  width: 100%;
  vertical-align: bottom;
}
