/*
Theme name: mediam2
*/

/****  リセット  ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1,h2,h3,h4,h5,h6 {
    clear: both;
}




/****  base  ****/
body {
    font-size: 16px;
    line-height: 1.7;
    font-family: -apple-system,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
    color: #333;
    background: #fff;
    min-width: 1050px;
    font-weight: 100;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
        box-sizing: border-box;
}
a {
    text-decoration: none;
}

/****  文字装飾  ****/

.red {color: red;}
.blue {color: blue;}
.green {color: green;}
.gray {color: gray;}

.b {font-weight: bold;}

.ll {font-size: 1.6em; font-weight: bold;}
.l {font-size: 1.3em; font-weight: bold;}
.s {font-size: 0.85em;}
.ss {font-size: 0.65em;}

.back-red {background-color: #ffccff;}
.back-blue {background-color:#ccffff;}

.clear {
    clear: both;
    line-height: 0;
    overflow: hidden;
}
.space {
    clear: both;
    height: 2.5em;
}

table.hyou {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 20px auto 2.5em;
    border:1px solid #111;
}

table.hyou th, table.hyou td {
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #111;
}

table.hyou th {
    background-color: #bde;
}

.no-deco {
    text-decoration: none;
}


/****  ベーシックレイアウト  ****/
.main-side {
    width: 1050px;
    margin: 0 auto 30px auto;
    padding: 40px 0 0;
}

.main-side:after {
    content: "";
    display: block;
    clear: both;
}

.main {
    width: 738px;
    float: left;
}
.side {
    width: 300px;
    float: right;
}



/****  ヘッダー  ****/
.header {
    height: 110px;
    overflow: hidden;
    background: #FFF;
    border-top: 2px solid #434343;
}
.header-inner {
    width: 1050px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}
.site-title {
    color: #333;
    font-size: 1.8em;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
}
.site-title a {
    color: #333;
    display: block;
}
.site-desc {
    color: #434343;
    font-size: 0.8em;
    line-height: 80px;
}

@media screen and (min-width: 481px) {
.sb-slide {
    display: none;
}
}
@media screen and (max-width: 480px) {
#search_section,
.header_sns,
.pickup-feature {
    display: none;
}
}

#search_section {
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.search-box {
    width: 230px;
    height: 30px;
    margin: 48px 0 0 0;
}
.search-text {
    width: 80%;
    height: 100%;
    font-size: 0.7em;
    float: left;
    padding: 5px 10px;
    margin: 0;
    border: none;
    background: #f1f1f1;
}
.search-submit {
    font-size: 1.2em;
    width:20%;
    height: 100%;
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    color: #434343;
    background: #f1f1f1;
}
input#searchsubmit {
    font-family: FontAwesome;
}
.search-submit:hover {
    background-color: #f8f8f8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}



.header_sns {
    height: 80px;
    position: absolute;
    right: 0;
    top: 18px;
}
.follow-icon {
    width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    display: block;
    float: left;
}
.twitter {
    color: #434343;
}
.twitter:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.fb {
    color: #434343;
}
.fb:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.g {
    color: #434343;
}
.g:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.feedly {
    color: #434343;
}
.feedly:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.line {
    color: #434343;
    font-size: 2.3em;
}
.line:hover {
    color: #434343;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.hatebu {
    color: #1b6fc9
}

.metaslider {
    margin: 0 0 10px 0;
    border-radius: 4px;
    overflow: hidden;
}


/****  パンくず  ****/
.bread {
    height: 50px;
    background-color: #f1f1f1;
}
.bread ul {
    width: 1050px;
    margin: 0 auto;
    list-style: none;
    font-size: 0.75em;
}
.bread ul li {
    color: #666;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.bread ul li:before {
    content: ">";
    margin: 0 15px 0 0;
    color: #434343;
}
.bread ul li a {
    color: #434343;
}

.bread ul li.home:before {
    display: none;
}

.bread ul li.home a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #434343;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
}





/****  big-box  ****/
.big-box {
    margin-bottom: 30px;
}

.big-box:after {
    content: "";
    display: block;
    clear: both;
}

.big-box .box-header {
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 10px 5px;
}

.hide {
    display: none;
}
.post {
    width: 236px;
    height: 300px;
    float: left;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.post:hover img {
    background: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.post:hover .post-title,
.post:hover .up-date {
    color: #fff;
}

.post a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 7px;
}

.post a:hover {
    background-color: #434343;
    border-color: #434343;
}

.post a:hover .post-meta .up-date {
    border-color: #434343;
    color: #fff;
}

.post a:hover .post-meta .author-name {
    border-color: #434343;
    color: #fff;
}

.thumb-box {
    width: 220px;
    height: 147px;
    overflow:hidden;
    background: #fff;
    text-align: center;
}

.thumb-box img {
    height: 147px;
    width: auto;
    display: inline-block;
}

.no-thumbnail {
    height: 220px;
    background: #CCC;
    position: relative;
    overflow: hidden;
}
.no-thumbnail p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

.post-info {
    padding: 7px 0 0;
}
.share-count-top {
    margin: 5px 10px 5px 0;
    font-size: 0.8em;
    line-height: 1;
    vertical-align: top;
    float: left;
}

.post-title {
    color: #666;
    padding: 0;
    line-height: 1.42;
    clear: both;
    font-size: 14px;
}

.post-meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 65px;
}


.post-meta .up-date {
    font-size: 0.6em;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 7px 7px;
    margin: 0 0 10px;
    -webkit-transition: border-color 0.25s ease-out;
    transition: border-color 0.25s ease-out;
}

.post-meta .author-name {
    color: #666;
    font-size: 0.6em;
    float: left;
    margin: 0 0 0 7px;
}

.post-meta .author-name img {
    vertical-align: middle;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 23px;
    height: auto;
}

.post-meta .cat-link {
    line-height: 1;
    display: inline-block;
    padding: 2px 5px 1px;
    background-color: #333333;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    font-size: 0.6em;
    border-radius: 2px;
    float: right;
    margin: 2px 7px 0 0;
}



.cat-folder {
    font-size: 1.3em;
    color: #808080;
    vertical-align: middle;
}
.cat-link a {
    color: #fff;
}

.clear3 {
    clear: both;
}



/****  min-box  ****/
.min-box {
    background-color: #ebebeb;
    width: 354px;
    margin-bottom: 30px;
    float: left;
    padding: 15px 10px 0;
    overflow: hidden;
    position: relative;
}
.min-box .box-header {
    font-size: 1.1em;
    line-height: 1.2;
    padding-right: 48px;
    margin: 5px 0 17px;
}
.left {
    margin-right: 20px;
}

.min-box .post {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    width:100%;
    padding-bottom: 0;
}
.min-box .thumb-box {
    width: 23%;
    height: 77px;
    float: left;
    overflow: hidden;
}
.min-box .thumb-box img {
    width: auto;
    height: 100%;
    display: block;
}
.min-box .no-thumbnail {
    max-height: 77px;
}
.min-box .no-thumbnail p {
    font-size: 0.7em;
    line-height: 1;
    position: absolute;
    right: 3px;
    bottom: 15px;
}

.min-box .post-info {
    background-color: #fff;
    width: 77%;
    float: left;
    padding: 4px 3px 0 5px;
}
.min-box .up-date {
    font-size: 0.7em;
    margin-bottom: 4px;
}
.min-box .share-count-top {
    margin: 6px 0 4px 10px;
    font-size: 0.7em;
    line-height: 7px;
}
.min-box .post-title {
    color: #333;
    font-size: 0.9em;.
    line-height: 1.2;
    padding: 0;
    margin-bottom: 0;
}
.min-more-link {
    color: #fff;
    font-size: 0.9em;
    text-align:center;
    width: 48px;
    line-height: 48px;
    height: 48px;
    border-radius: 24px;
    margin-top: -10px;
    margin-bottom: 10px;
    position: absolute;
    right: 10px;
    top: 20px;
}





/****  カテゴリーページ  ****/
.cat-desc {
    margin: 0 0 20px;
    color: #555;
    font-size: 0.9em;
}





/****　　投稿・固定ページ  ****/
.content-box {
    width: 728px;
    background-color: #fff;
    padding: 0 0 10px;
    margin-bottom: 30px;
    position: relative;
    border: 4px solid #434343;
}
.content-header {
    padding: 33px 0 0;
    border-bottom: 1px dotted #434343;
}

.content-header .title {
    margin: 0 0 30px;
    font-size: 1.9em;
    color: #666;
    line-height: 1.25;
    border-left: 7px solid #434343;
    padding: 0 35px 0 30px;
}

.content-header .meta {
    width: 648px;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: right;
    color: #999;
}

.cat-folder {
    font-size: 1.3em;
    color: #808080;
    vertical-align: middle;
}

.up-date-single {
    position: static;
    font-size: 0.875em;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.writer-single {
    position: static;
    font-size: 0.875em;
    display: inline-block;

}
.writer-single a {
    color: #999;
    font-weight: bold;
}
.writer-single a:hover {
    color: #434343;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.content-header .up-date,
.content-header .cat-link-single {
    text-align: right;
    float: none;
}
.sns-counts .share-count-top {
    font-size: 1.1em;
}

.eye-catch {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
}
.content {
    width: 648px;
    margin: 0 auto 50px;
    color: #666;
    font-size: 1.125em;
}
.content p {
    margin-bottom: 2em;
    line-height: 1.5555;
}
.content * {
    max-width: 100% !important;
}

.content h2 {
    clear: both;
    font-size: 1.4em;
    line-height: 1.3;
    padding: 10px 10px 10px 20px;
    margin: 40px 0 25px 0;
    color: #666;
    background: #f1f1f1;
    border-left: 5px solid #434343;
}
.content h2:first-child {
    margin-top: 10px;
}

.content h3 {
    clear: both;
    color: #666;
    font-size: 1.22em;
    line-height: 1.3;
    padding: 5px 5px 5px 15px;
    margin: 40px 0px 20px 0px;
    background-color: #f1f1f1;
    border-bottom: 1px dotted #434343;
}

.content h4 {
    clear: both;
    color: #434343;
    font-size: 1.1em;
    line-height: 1.3;
    margin: 40px 0 15px;
    font-weight: bold;
}

.content h5 {
    clear: both;
    color: #666;
    font-size: 1.0em;
    line-height: 1.2;
    margin: 40px 0 15px;
    font-weight: bold;
}

.content h6 {
   clear: both;
    color: #666;
    font-size: 1.0em;
    line-height: 1.2;
    margin: 40px 0 15px;
    font-weight: bold;
}

.content img {
    max-width: 100% !important;
    height: auto;
}
.content a {
    color: #434343;
}
.content a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.content img.alignnone {
    max-width: 100% !important;
    height: auto;
    margin: 10px 0 0 0;
    line-height: 1;
}
.content img.alignright {
    max-width: 100% !important;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 0px 10px;
    line-height: 1;
}
.content img.alignleft {
    max-width: 100% !important;
    height: auto;
    display: block;
    float: left;
    margin: 0 10px 0px 0;
    line-height: 1;
}
.content img.aligncenter {
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
    line-height: 1;
}
.content iframe {
    display: block;
    max-width: 100% !important;
    margin: 1em auto 2em auto;
}
.content blockquote {
    width: 90%;
    margin: 0 auto 2em;
    font-size: 0.9em;
    line-height:1.5;
    background-image: url(images/blockquote.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #f1f1f1;
    padding: 30px 20px 1px;
    border-radius: 3px;
}
.content blockquote:before {
    content: "“";
    color: #999;
    display: block;
    font-size: 3em;
    line-height: 0.6;
}
.content small {
    font-size: 0.8em;
    line-height: 1.2;
}
.content .small {
    font-size: 0.8em;
    line-height: 1.2 !important;
}

.content .img_detail,
.content figcaption {
    font-size: 0.8em;
    line-height: 1.3 !important;
    margin: 0 0 7px 0;
    clear: both;
    color: #666;
    display: block;
}

figcaption .img_detail {
    font-size: 1.1em !important;
}
.content .source,
.content figcaption {
    font-size: 0.7em;
    color: #bbb;
    margin: 0 ;
    clear: both;
    line-height: 1.3 !important;
    display: block;
}
.content figcaption {
    margin-bottom: 2em;
}
.content .source a,
.content figcaption a {
    color: #bbb;
    line-height: 1.3 !important;
}
.content .source a:after,
.content figcaption a:after {
    content: " \f08e";
    font-family: FontAwesome;
}
.content .source a:hover,
.content figcaption a:hover {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.content ul,
.content ol
 {
    padding-left: 6%;
    margin-bottom: 2em;
}
.content ul li,
.content ol li {
    margin-bottom: 15px;
}

.content dl {
    padding: 0 4%;
    margin-bottom: 2.5em;
}
.content dl dt {
    font-size:1.2em;
    padding-left: 10px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}
.content dl dd {
    margin-bottom: 1.5em;
}

/****  関連記事  ****/
.kanren {
    margin: 0 0 30px;
    padding: 25px 36px;
    border-top: 1px dotted #434343;
}

.tag-header {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #434343;
}

.kanren ul {
    margin: 0 0 40px;
    list-style: none;
}

.kanren ul li {
    margin-bottom: 10px;
    line-height: 1.4;
    overflow: hidden;
}

.kanren .same-tag-post {

}


.kanren .same-tag-post a {
    color: #434343;
    font-weight: bold;
    display: table;
    width: 100%;
    background-color: #f1f1f1;
    font-weight: bold;
}


.kanren .same-tag-post a:hover {
    background-color: #434343;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.kanren .thumb-box {
    width: 130px;
    height: 130px;
    display: table-cell;
    background-color: #f1f1f1;
    overflow: hidden;
    position: relative;
}

.kanren .thumb-box img {
    width: auto;
    height: 130px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
}
.kanren .no-thumbnail {
    width: 100%;
    height: 100%;
}
.kanren .no-thumbnail p {
    font-size: 0.7em;
    right: 3px;
    bottom: 10px;
}
.kanren-post-name {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 35px;
}



.same-tag,
.same-category {
    display: inline-block;
    margin: 0 8px 8px 0;
    font-size: 0.94em;
}
.same-tag a,
.same-category a {
    color: #333;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 10px;
}
.same-tag a:hover,
.same-category a:hover {
    color: #434343;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.same-tag a:hover,
.same-category a:hover {

}

.same-tag .fa,
.same-category .fa {
    margin: 0 10px 0 0;
    color: #434343;
    font-size: 17px;
}

.antenna_news_single {
    overflow: hidden;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 3px;
}
.antenna_news_single a {
    color: #434343;
}
.antenna_news_single h2 {
    margin: 0 0 10px 0;
}



/****  シェアボタン  ****/
.share-buttons,
.curator-area {
    width: 648px;
    margin: 0 auto;
    display: table;
}
.share {
    font-size: 1.3em;
    padding-left: 10px;
    border-bottom: 2px solid #59BEC7;
    margin-bottom: 15px;
}

.share-count-button {
    display: table-cell;
    width: 25%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.share-count-button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    line-height: 80px;
    font-size: 45px;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.share-count-button a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.share-count-button a:hover {
    opacity: 0.5;
}

.share-count-button img {
    vertical-align: top;
}

.share-count-button.facebook a {
    background-color: #305097;
}
.share-count-button.twitter a {
    background-color: #00aced;
}
.share-count-button.googleplus a {
    background-color: #db4a39;
}
.share-count-button.hatena a {
    background-color: #008fde;
}


/*
.share-count {
    background-color: #fff;
    font-size: 0.9em;
    line-height: 25px;
}
.share-button {
    font-size: 1.8em;
    line-height: 35px;
}

.share-count-button .twitter {
    color: #3589e2 !important;
    background-color: #fff;
}
.share-count-button .twitter:hover {
    color: #fff !important;
    background-color: #3589e2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 4px;
}
.share-count-button .facebook {
    color: #0559b2 !important;
    background-color: #fff;
}
.share-count-button .facebook:hover {
    color: #fff !important;
    background-color: #0559b2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 4px;
}
.share-count-button .hatebu {
    color: #1b6fc9 !important;
    background-color: #fff;
}
.share-count-button .hatebu:hover {
    color: #fff !important;
    background-color: #1b6fc9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 4px;
}
.share-count-button .line {
    color: #1DCD00 !important;
    background-color: #fff;
    line-height: 60px;
    font-size: 2.8em;
}
.share-count-button .line:hover {
    color: #fff !important;
    background-color: #1DCD00;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 4px;
}
*/


/****  記事下プロフィール欄  ****/
.writer {
    margin: 10px 0;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 3px;
    clear: both;
    overflow: hidden;
    position: relative;
}
.writer a {
    color: #434343;
}
.writer a:hover {
    color: #434343;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.author_img {
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 3px;
}
.author_img img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}
.author_prof {
    float: left;
    text-align: center;
    line-height: 70px;
    display: block;
}
.author_more {
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 9px;
    line-height: 1em !important;
}

/****  サイドバー  ****/
.side .box {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.fb-box {
    margin:0 auto 20px auto;
    width: 300px;
}
.fb-page {
    width: 300px;
    border: none;
    display: block;
}

.side h2 {
    background: #434343;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    line-height: 1;
    font-size: 12px;
}

.side .box-header {
    font-size: 1em;
    padding: 15px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}
.side ul.children {
    margin: 8px 0 0 25px;
    font-size: 0.95em;
}
.side ul li {
    list-style: none;
    line-height: 1.3;
    font-size: 0.95em;
    clear:both;
    overflow: hidden;
}
.side .box a {
    color: #333;
}
.side .box a:hover {
    color: #434343;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.side-share {
    font-size: 1.2em;
    padding: 0 15px;
    margin: 0 0 5px;
}

.side_category {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.side_category .lsf {
    font-size: 1.4em;
    margin-right: 10px;
    color: #666;
}
ul.side_nav li {
    line-height: 1;
    margin: 0;
}
.side_category a {
    color: #333;
    text-decoration: none;
    padding:12px 15px;
    display: block;
}
.side_category a:hover {
    background-color: #f8f8f8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.category_bar_left {
    width:50%;
    float: left;
}
.category_bar_right {
    width:50%;
    float: right;
}

.side_tagcloud_box {
    padding: 16px 0 0;
}

.side_tagcloud_box a {
    background: #f1f1f1;
    margin: 0 7px 7px 0;
    padding: 0 8px;
    line-height: 26px;
    height: 26px;
    font-size: 12px !important;
    text-align: center;
    float: left;
    display: block;
    border-radius: 2px;
}

.side_tagcloud_box a:before {
    margin: 0 5px 0 0;
    content: "\f02b";
    font-family: FontAwesome;
    color: #434343;
    width: 13px;
    height: 13px;
    display: inline-block;
}
.side .menu li a {
    display: block;
    width: 100%;
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #434343;
    font-size: 0.8em;
    padding: 0 10px;
}
.side .menu li a:hover {
    background: #434343;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/****  RSS  ****/
.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    font-size: 12px;
}
.blogroll-channel {
    padding: 0px;
}

.blogroll-channel .blogroll-list-wrap {

}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 12px 14px;
}

.blogroll-channel .blogroll-list:nth-child(even) {
    background-color: #f1f1f1;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    display: none;
}

.blogroll-channel img.blogroll-favicon {
    display: none;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    display: none;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}
.blogroll-channel .blogroll-ad-img {
    display: none;
}
.blogroll-channel .blogroll-ad-text {
}
.blogroll-channel .blogroll-ad-text:before {
    content: "PR ";
    font-weight: 100;
}


/****  フォローボタン  ****/
.side .follow-box {
    padding: 0 !important;
}
.side .follow-box {
    clear: both;
}
.follow-box .box-header {
    padding: 15px 15px 5px;
    margin: 0 !important;
}

/****  SNS  ****/

.sns {
    margin: 20px auto;
    clear: both;
    width: 648px;
}

.sns li {
    margin: 3px 0;
}
.sns .snsb li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;
    vertical-align: top;
    height: 20px;
    overflow: ;
}

.sns .snsb li.snsb-fb {
    margin-top: -4px;
}

.post .sns .snsb.clearfix {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

/****  プロフィール欄  ****/
.side .prof-box {
    padding-left: 10px;
    padding-right: 10px;
}
.side .prof-box .box-header {
    padding-left: 5px;
}
.image-text {
    overflow: hidden;
    margin-bottom: 10px;
}
img.prof-image {
    width: 28%;
    float: left;
    margin: 0 3% 3px 0;
}
.prof-name {
    font-size:1em;
    line-height: 1.2;
    margin-left: 30%;
    margin-bottom: 7px;
    border-bottom: 1px solid #aaa;
    padding: 5px 5px 4px;
}
.prof-text {
    font-size: 0.75em;
    line-height: 1.6;
}
.twiiter-follow {
    clear: both;
    margin: 10px 0;
}
.like-box {
    clear: both;
    margin-top: 10px;
}

/****  カテゴリータイル  ****/
.cat-tile {
    box-sizing: border-box;
    border-bottom: 1px solid #434343;
    border-right: 1px solid #434343;
}

.cat-tile:after {
    content: "";
    clear: both;
    display: block;
}

.cat-tile ul li {
    float: left;
    border-left: 1px solid #434343;
    border-top: 1px solid #434343;
    width: 99px;
    box-sizing: border-box;
    clear: none;
    line-height: 50px;
}

@media screen and (max-width: 480px) {
    .cat-tile ul li {
        width: 33.3%;
    }
}

.cat-tile ul li:nth-child(3n+1) {
    width: 100px;
}


@media screen and (max-width: 480px) {
    .cat-tile ul li:nth-child(3n+1) {
        width: 33.3%;
    }
}

.cat-tile ul li a {
    display: block;
    line-height: 50px;
    text-align: center;
    color: #434343 !important;
    background-color: #fff;
    -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out;
    transition: color 0.25s ease-out, background-color 0.25s ease-out;
}

.cat-tile ul li a:hover {
    background-color: #434343;
    color: #fff !important;
}

/****  インタビュー  ****/
.bnr-interview {
    text-align: center;
    margin-bottom: 20px;
}


/****  WordPress_Popular_Posts  ****/
.wpp-list {
    padding: 7px 0 0;
}
.wpp-list li {
    padding: 13px 0 13px 29px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;;
}

.wpp-list li:nth-child(1):before {
    content: "1";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(2):before {
    content: "2";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(3):before {
    content: "3";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(4):before {
    content: "4";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(5):before {
    content: "5";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(6):before {
    content: "6";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(7):before {
    content: "7";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(8):before {
    content: "8";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(9):before {
    content: "9";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}
.wpp-list li:nth-child(10):before {
    content: "10";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #434343;
    line-height:20px;
    text-align:center;
    font-size:0.7em;
    color: #FFF;
}

.wpp-thumbnail {
    width: 60px;
    height: 60px;
    float:left;
    margin-right: 12px !important;
    border:none;
}
.wpp-thumbnail:hover {
    background: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.wpp-post-title {
    font-size: 0.8em;
    text-align: left;
}
.wpp-list li span {
    font-size: 0.65em;
    margin-top: 3px;
    margin-left: 10px;
    color: #666;
    float: right;
}


/****  ad  ****/
.ad_pagenavi {
    margin: 20px auto 20px -10px;
    text-align: center;
    font-size: 10px;
    line-height: 1.1em;
    clear: both;
    overflow: hidden;
}
.ad_single_top,
.content .ad_single_top {
    margin: 20px auto;
    text-align: center;
    font-size: 10px;
    line-height: 1.1em;
    clear: both;
}
.content .ad_single_middle {
    width: 336px;
    margin: 20px auto;
    text-align: center;
    font-size: 10px;
    line-height: 1.1em;
    clear: both;
}
.content .ad_single_bottom {
    margin: 20px auto 30px auto;
    text-align: center;
    font-size: 10px;
    line-height: 1.1em;
    clear: both;
}

@media screen and (max-width: 480px) {
.ad_pagenavi {
    margin: 30px auto;
}
.content .ad_single_top {
    width: 320px;
    height: 100px;
    margin: 20px auto 30px auto;
}
.content .ad_single_middle {
    margin: 25px auto;
}
.content .ad_single_bottom {
    margin: 20px auto 30px auto;
}
}

@media screen and (max-width: 330px) {
.ad_pagenavi {
    width: 300px;
}
.content .ad_single_middle {
    width: 300px;
}
}


/****  コンタクトフォーム  ****/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: #f1f1f1;
    color: #333;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    margin: 8px 0;
    border-radius: 5px;
}
.wpcf7 input[type="submit"] {
    font-size: 100%;
    padding: 0.4em 4em;
    background: #434343;
    color: #FFF;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}


/****  ページナビ  ****/

#wp_pagenavi {
    clear: both;
    margin:25px 0 25px 0;
    border: none !important;
    height:50px;
}
.wp-pagenavi {
    clear: both;
    margin:0;
    text-align:center;
    border: none !important;
    border-radius: 4px;
}
.wp-pagenavi span {
    color: #434343;
    font-size: 0.8em;
    margin: 5px 0;
    padding: 9px;
}
.wp-pagenavi a, .wp-pagenavi span.current,
.wp-pagenavi span.pages {
    padding: 11px 13px;
    margin: 5px 0;
    background: #FFF;
    color: #434343;
    font-size: 0.9em;
    border: 1px solid #434343;
    font-weight: bold;
}
.wp-pagenavi span.extend {
    color: #434343;
    font-size: 0.9em;
    font-weight: bold;
}
.wp-pagenavi a:hover {
    background: #434343;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.wp-pagenavi span.current {
    background: #434343;
    color: #fff;
}

#postpage {
    clear: both;
    margin:25px 0 25px 0;
    padding:0 0 40px 0;
    border: none !important;
    display: block;
}
#postpage {
    clear: both;
    margin:0;
    text-align:center;
    border: none !important;
    border-radius: 4px;
}
#postpage span {
    padding: 11px 13px;
    margin: 5px 0;
    background: #434343;
    color: #FFF;
    font-size: 0.9em;
    border: 1px solid #434343;
    font-weight: bold;
}
#postpage a span {
    background: #FFF;
    color: #434343;
}
#postpage a span:hover {
    background: #434343;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/****  フッター  ****/

.footer {
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    clear: both;
    background: #333333;
    border-top: 1px solid #ccc;
    position: relative;
}



.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #CCC;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.footer p {
    margin: 20px 0;
}
.footer ul {
    display: table;
    text-align: center;
    margin: 30px auto;
    list-style: none;
    clear: both;
}
.footer ul li {
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #fff;
    float: left;
}
.footer ul li.last {
    border: none;
}

.footer .page-top {
    width: 1050px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
}


@media screen and (max-width: 480px) {
body {
    font-size: 16px;
    min-width: 320px;
}
.main-side {
    width: 100%;
    margin: 0;
    padding: 0;
}
.main {
    width: 100%;
    float: none;
}
.side {
    width: 100%;
    float: none;
}
.footer {
}

.header {
    height: 45px;
    background: #FFF;
    border: none;
}
.header-inner {
    width: 100%;
    width: 100%;
    z-index: 100;
    height: 45px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    padding: 0;
    border-top: 2px solid #434343;
    text-align: center;
}
.site-title {
    line-height: 45px;
}
.site-title {
    font-size: 1.4em;
    padding-top: 0;
    padding-bottom: 0;
}
.site-title img {
    width: 160px;
    height: 40px;
    margin: 2px auto 0 auto;
}
.site-desc {
    font-size: 0.7em;
    line-height: 45px;
}

.sb-toggle-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    font-size: 1.7em;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #333;
}
.toggle-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    font-size: 1.7em;
    line-height: 40px;
    display: block;
    text-align: center;
}
.toggle-right a {
    color: #333;
}
.sb-slidebar {
    background: #FFF !important;
}
.sb-slidebar ul {
    width: 100%;
    text-align: left;
    margin: 50px 0 0 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.sb-slidebar ul li {
    height: 40px;
    padding: 0 10px;
    line-height: 1;
    border-right: none;
    border-bottom: 1px solid #CCC;
    float: none;
    font-size: 1em;
    line-height: 40px;
}
.sb-slidebar ul li a {
    display: block;
    width: 100%;
    color: #333;
}

.bread {
    margin: 0 0 30px;
    width: auto;
    height: 26px;
}

.bread ul {
    width: auto;
}

.bread ul li {
    margin: 0 5px 0 0;
}

.bread ul li:before {
    margin: 0 8px 0 0;
}

.bread ul li.home {
    margin: 0 5px 0 0;
}

.bread ul li.home a {
    width: 26px;
    height: 26px;
    padding: 7px 0;
}

.bread ul li.home img {
    width: 15px;
    height: auto;
    vertical-align: top;
}

/*leanModal*/
#lean_overlay {
    position: fixed;
    z-index:1000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: rgba(0,0,0,1);
    display: none;
}
a.modal_close {
    color: #999;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 20px;
    clear: both;
    font-size: 0.6em;
}
#sp_search {
    width: 310px;
    background: rgba(255,255,255,0.9);
    color: #333;
    border-radius: 4px;
    display: none;
    overflow: scroll;
}
#sp_search .search-box {
    width: 290px;
    margin: 30px auto 20px auto;
}


.metaslider {
    margin: 0;
    border-radius: 0;
}

.big-box {

}
.big-box .box-header {
    font-size: 1.3em;
}
.post {
    width: 100%;
    height: 90px;
    float: none;
    margin: 0;
    clear: both;
    overflow:hidden;
    border-bottom: 1px solid #f1f1f1;

}

.post a {
    padding: 0;
    border: none;
}
.thumb-box {
    width: 90px;
    height: 90px;
    overflow:hidden;
    float: left;
    position: relative;
}
.thumb-box img {
    width: auto;
    height: 90px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
}
.no-thumbnail {
    width: 90px;
    height: 90px;
    background: #CCC;
    overflow: hidden;
}
.no-thumbnail p {
    font-size: 0.6em;
}




.post-title {
    font-size: 0.8em;
    line-height: 1.4;
}
.post-title a {
    display: block;
    margin: 5px 5px 5px 95px;
}
.post h3 {
}
.big-box .share-count-top {
    font-size: 1em;
}

.post-info {
    overflow: hidden;
    padding: 7px 0 7px 5px;
}

.post-meta {
    position: static;
    height: auto;
}

.post-meta .up-date {
    border: none;
    position: absolute;
    left: 95px;
    bottom: 0;
    padding: 0 0 5px;
    margin: 0;
}

.post-meta .author-name {
    position: absolute;
    right: 8px;
    bottom: 0;
    padding: 0 0 5px;
}

.post-meta .author-name img {
    vertical-align: middle;
}

.post-meta .cat-link {
    display: none;
}

.cat-tile {
    margin: 0 10px;
}


.min-box {
    width: 100%;
    float: none;
    margin: 0px 0px 30px 0px;
    font-size: 17px;
}
.min-box .box-header {
    font-size: 1.1em;
}
.min-box .post {
    margin-left: 0;
    margin-right: 0;
}
.min-box .thumb-box {
    height: 75px;
}
.min-box .no-thumbnail {
    max-height: 75px;
}
.min-box .post-info {
    padding: 5px 0 0 10px;
}
.min-box .up-date,
.min-box .share-count-top {
    margin-bottom: 2px;
}
.min-box .share-count-top {
    margin-top: 6px;
}

.sns {
    width: auto;
}

.sns .snsb li {
    margin-right: 2px;
}


.content-box {
    padding: 0px 10px 30px 10px;
    width: auto;
    border: none;
}
.content-header {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
}

.content-header .title {
    font-size: 1.5rem;
    padding: 0 10px;
    margin: 0 0 10px;
}

.content-header .meta {
    width: auto;
    font-size: 0.8em;
}

.content {
    width: auto;
}

.content h2 {
    font-size: 1.3em;
    padding: 7px;
}

.content h3 {
    font-size: 1.2em;
    padding: 7px;
}

.content h4 {
    font-size: 1.1em;
}

.content h5 {
    font-size: 1.1em;
}
.content h6 {
    font-size: 1.1em;
}
.content ul,
.content ol {
    padding-left: 10%;
}

.share-buttons,
.curator-area {
    width: 100%;
}

.share-count-button {
    height: 70px;
}
.share-count-button a {
    line-height: 70px;
}

.kanren-post-name {
    font-size: 0.95em;
}

.main .prof-box {
    font-size: 18px;
}

.kanren {
    width: auto;
    padding: 10px 0 0;
}

.kanren-post-name {
    padding: 10px;
}

.side {
    font-size: 16px;
}
.search-box {
    margin: 0 5px 20px 0;
}
.prof-name {
    font-size: 1em;
}
.prof-text {
    font-size: 0.8em;
}
.footer p {
    font-size: 0.9em;
}
}

/* Font Awesome hatena bookmark */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

/* FB like */

.fb_page_wrap {
    width: 100%;
    color:#434343;
    display: table;
    border: 2px solid #434343;
    clear: both;
}
.fb_page_wrap .article_image {
    display: table-cell;
    width:30%;
}
.fb_page_wrap .article_image div {
    background-position:center;
    background-size:125%;
    width:100%;
    height:114px;
    border-right: 2px solid #434343;   
}
.fb_page_wrap .fb-like-btn_area {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    font-size:12px;
}
.fb_page_wrap .fb-like-btn_area p {
    margin-bottom: 0;
}
.fb_page_wrap .btn_wrap {
    margin: 0 auto;
    text-align: center;
    width: 180px;
    height: 35px;
}
.fb_page_wrap .fb-like {
    margin-right: 10px;
    display:table-cell;
    float: left;
}
.fb_page_wrap .twitter-follow {
    display:table-cell;
}
.curator-area {
    background-color: #f1f1f1;
    font-size: 12px;
    overflow: hidden;
}
.curator-area:hover {
    background: #434343;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a .curator-area {
    color:#666;
}
.curator-area-thumb {
    float:left;
    width:80px;
    height:80px;
}
.curator-area-thumb img {
    width:80px;
    height:80px;
}
.curator-area-info {
    float:left;
    line-height: 80px;
    padding-left: 10px;
}
.curator-name {
    font-weight: bold;
}