@charset "UTF-8";
/*
 Theme Name: クロムの玉手箱ブログ
 Author: クロム
 Description: クロムの玉手箱ブログWordPressテーマ
 Version: 0.0.1
*/

/* header */
header {
    margin-bottom: 40px;
    background-color: #6495ed;
    color: #fff;
}

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

/* body */
body {
    margin: 0;
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/* 記事 */
article {
    margin-bottom: 40px;
}

article h1 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}

article h1 a {
    color: #000;
    text-decoration: none;
}

article img {
    border: none;
    max-width: 100%;
    height: auto;
}

/* footer */
footer {
    margin-top: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #6495ed;
    color: #fff;
}


/*
 class
 */
/* コンテナ全般 */
.container {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* header, footer設定 */
.siteinfo {
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 14px;
}

.siteinfo h1 {
    float: left;
    margin: 0;
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 20px;
}

.siteinfo p {
    float: right;
    margin: 0;
    margin-top: 5px;
    font-size: 12px;
}

/* 記事の付加情報 */
.postinfo {
    margin-top: 15px;
    font-size: 14px;
}

.postinfo a {
    color: #000;
    text-decoration: none;
}

.postinfo .postcat {
    margin-left: 20px;
}

.postinfo i {
    color: #888;
}

/* メニューデザイン */
.blogmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogmenu .widget {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #87ceeb;
}

.blogmenu .widgettitle {
    margin-top: 10px;
    margin-bottom: 20px;
    border-right: solid 10px #4169e1;
    color: #4169e1;
    font-size: 14px;
}

.blogmenu li a {
    display: block;
    padding: 10px 5px;
    color: #06c;
    font-size: 14px;
    text-decoration: none;
}

.blogmenu li a:hover {
    background-color: #add8e6;
}

/* 中央寄せ */
.aligncenter {
    display: block;
    margin: 30px auto 30px auto;
}

/* WordPress 画像キャプション*/
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    margin: 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

/* 前後の記事へのリンク */
.pagenav {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pagenav a {
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 10px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

.pagenav .old a {
    float: left;
}

.pagenav .new a {
    float: right;
}