/*
Theme Name: d-eye-b
Template: twentyfifteen

*functions.php
サムネイル画像サイズ変更
825-->300

*header.php
サイドバー内　ロゴ画像追加　2箇所（中止）
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="http://d-eye-b.j-fr.com/wp-content/uploads/2015/06/logo.gif" alt="<?php bloginfo( 'name' ); ?>" class="alignnone size-full" height="76" width="180"></a></h1>
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="http://d-eye-b.j-fr.com/wp-content/uploads/2015/06/logo.gif" alt="<?php bloginfo( 'name' ); ?>" class="alignnone size-full" height="76" width="180"></a></p>

<body>タグすぐ下facebook用スクリプト
<!-- facebook_button -->～<!-- /facebook_button -->

*index.php
facebookいいねボタン
<!-- facebook -->～<!-- /facebook -->
*/

@import url('../twentyfifteen/style.css');
@import url('kickstart-grid.css');

/******************************************************************
original
******************************************************************/

body {
    font-size: 1rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .entry-title, .page-title {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: bold;
}

/******************************************************************
home, search, category, archive,
******************************************************************/
.home .entry-header,
.search  .entry-header,
.category .entry-header,
.archive .entry-header {
    padding: 2%;
    background-color: #ddd;
}
 
.home h2.entry-title,
.search  h2.entry-title,
.category .entry-title,
.archive .entry-title {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.home .entry-content,
.search  .entry-content,
.category .entry-content,
.archive .entry-content {
    display: none;
}

.home .entry-footer,
.search .entry-footer,
.category .entry-footer,
.archive .entry-footer {
    display: none;
}

.home .site-main,
.search .site-main,
.category .site-main,
.archive .site-main {
    padding: 7.6923% 0px;
}

.hentry + .hentry,
.page-header + .hentry,
.page-header + .page-content {
    margin-top: 7.6923%;
}

/*  3colomn,
******************************************************************/
.home article.post,
.search article.post,
.category article.post,
.archive article.post {
    margin: 1% 1% 1%;
    max-width: 31.3333%;
    float: left;
}

.home .post-thumbnail,
.search .post-thumbnail,
.category .post-thumbnail,
.archive .post-thumbnail {
    margin-bottom: 0;
}


/**
 * - Tablet Small 740px
 */
@media screen and (max-width: 46.25em) {
    .home h2.entry-title,
    .search h2.entry-title,
    .category h2.entry-title,
    .archive h2.entry-title {
        font-size: 100%;
    }
}

@media screen {
    .pagination {
        margin: 7.6923% 1% 0px;
        min-height: 48px;
        clear: both;
    }
    .pagination .prev, .pagination .next {
        height: 48px;
        width: 48px;
}

/*  footer,
******************************************************************/
/**
 * Desktop Small 955px -
 */
@media screen and (min-width: 59.6875em) {
    .home .site-footer,
    .search .site-footer,
    .category .site-footer,
    .archive .site-footer {
        width: 69.2%;
        margin: 1% 0px 0px 30.1118%;
    }
}

/**
 * - Desktop Small 955px
 */
@media screen and (max-width: 59.6874em) {
    .home .site-footer,
    .search .site-footer,
    .category .site-footer,
    .archive .site-footer {
        margin: 1% 0px 0px;
    }
}

/******************************************************************
sidebar,
******************************************************************/
.sidebar h1.site-title,
.sidebar p.site-title {
    text-shadow: 1px 1px 1px #333;
    font-size: 4rem;
}

@media screen {
    .sidebar p.site-description {
        display: block;
        opacity: 1;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        text-shadow: 1px 1px 1px #333;
        font-size: 1.6rem;
        font-weight: bold;
    }
}

.sidebar button.secondary-toggle {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(244, 202, 22, 1);
}

.sidebar button.secondary-toggle:hover  {
    background-color: rgba(0,0,0,0.4);
}

/**
 * Desktop Small 955px -
 */
@media screen and (min-width: 59.6875em) {
    .sidebar h2.widget-title {
        padding: 2px 5px;
        background-color: rgba(0,0,0,0.3);
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        font-size: 1.6rem;
    }

    .sidebar li {
        padding: 2px 5px;
        background-color: rgba(0,0,0,0.3);
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        font-size: 1.4rem;
    }

    .sidebar .tagcloud {
        padding: 2px 5px;
        background-color: rgba(0,0,0,0.3);
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    }

    .sidebar input.search-field {
        font-size: 1.4rem;
    }

}

/******************************************************************
single-post,
******************************************************************/
.single-post article.post {
    background-color: #ddd;
}

.single-post .post-thumbnail img {
    display: none;
}

.single-post .entry-header {
    padding: 2% 2% 0px;
}

.single-post h1.entry-title {
    margin-bottom: 0.2em;
}

.single-post .entry-content { /* , .entry-summary */
    padding: 0;
}

.single-post .entry-content p {
    padding: 0px 10%;
}

.single-post .entry-footer {
    display: none;
}

.single-post .post-navigation {
    display: none;
}

.single-post .site-footer {
    display: none;
}

/******************************************************************
social,
******************************************************************/
.dib_social {
    display: block;
    float: right;
}
.dib_social .dib_social_link {
    float: left;
}
.dib_social .dib_social_link a {
    display: block;
    height: 3.2em;
    position: relative;
    width: 3.2em;
}
.dib_social .dib_social_link a::before {
    font-family: "Genericons";
    content: "\f203";
    color: #4A67B5;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.dib_social .fb-like {
    padding-top: 8px;
}
