@charset "euc-jp";

/* --------------------------------------
　リセット
--------------------------------------- */

* {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}
a {overflow: hidden; text-decoration: none;}
img {border: none; vertical-align: top;}
hr {display: none; clear: both;}
br.clear {clear: both;}
ol { list-style: none; zoom: 1; }
ul { list-style: none; }
ul, ol, li { zoom: normal; }
input { letter-spacing: inherit; }
th,td { padding: 0; }

.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体 */
body {
    width: 100%;
    background-color: #fff;
    background-attachment: scroll;
    background-repeat: repeat;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
    font-size: 1em;
    color: #000;
    letter-spacing: 0.05em;
    word-wrap: break-word;
}
#wrapper {
    line-height: 1.6em;
}

/* ページ全体のリンク */
a {color: #000;}
a:link,a:visited {color: #000;}
a:hover,a:active {color: #999;}

/* ブログ記事内のリンク */
.entry-body a,
.entry-body a:link,
.entry-body a:visited {
    color: #000;
    text-decoration:underline;
}
.entry-body a:hover,
.entry-body a:active {
    color: #999;
    text-decoration:none;
}

/* カレンダーのリンク */
#footer-calendar .cell a,
#footer-calendar .cell a:link,
#footer-calendar .cell a:visited {
    color: #000;
    text-decoration:underline;
}
#footer-calendar .cell a:hover,
#footer-calendar .cell a:active {
    color: #999;
    text-decoration:none;
}

/* --------------------------------------
　ページのレイアウト
--------------------------------------- */

/* タイトル・記事のエリア */
#main {
    width: 1000px;
    margin: 0 auto;
}
#header {
    width: 700px;
    margin: 0 auto;
    padding: 120px 0 90px;
    text-align: center;
}
#content {
    width: 700px;
    margin: 0 auto;
}
#pager {
    text-align: center;
    margin-bottom: 100px;
}

/* footer */
#footer {
    background-color: #f7f7f7;
    padding: 80px 0 40px;
    margin-top: 100px;
}
#footer-inner {
    width: 1000px;
    margin: 0 auto;
}
#footer-content {
    margin-bottom: 40px;
}
#footer-left,
#footer-center {
    float: left;
    width: 330px;
}
#footer-left {
    margin-right: 110px;
}
#footer-right {
    float: right;
}
#footer-infomation {
    text-align: center;
}

/* --------------------------------------
　メインエリアの要素
--------------------------------------- */

/* ブログタイトル */
#blog-title {
    font-weight: normal;
    font-size: 1.875em;
    line-height: 1em;
    margin-bottom: 20px;
}
#blog-description {
    font-size: 0.875em;
}

/* 記事エリア */
.entry {
    margin-bottom: 160px;
}

/* 記事タイトル */
.entry-date {
    font-size: 0.875em;
    font-style: italic;
    margin-bottom: 15px;
}
h2.entry-title {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 40px;
}

/* 記事本文 */
.entry-description {
    line-height: 1.8em;
}
.entry-description ul {
    list-style: disc;
    list-style-position: inside;
}
.entry-description ol {
    list-style: decimal;
    list-style-position: inside;
}
.entry-description blockquote {
    color: #999;
    padding-left: 15px;
    margin: 10px 0;
    border-left: 2px solid #ccc;
}

/* 本文中の斜体 */
em {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
}

/* 続きを読む */
.entry-more {
    clear: both;
    font-size: 0.875em;
    margin: 40px 0;
}

/* ソーシャルボタン */
.service_button {
    clear: both;
    margin: 50px 0 25px !important;
}

/* 記事フッター */
.entry-footer {
    clear: both;
    margin-top: 40px;
}
.entry-footer ul li {
    float: left;
    font-size: 0.875em;
    font-style: italic;
    margin-right: 15px;
}

/* 挿入画像 */
img.pict {
    position: relative;
    max-width: 1000px;
    line-height: 0;
    visibility: hidden;
}

/* 挿入画像のアニメーション */
.animation {
    opacity: 1;
    animation-duration: 2s;
    animation-name: fade-in;
    -moz-animation-duration: 2s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: fade-in;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* ページャー */
#pager span {
    margin: 0 15px;
    text-decoration: underline;
}
#pager .current {
    font-weight: bold;
    text-decoration: none;
}
.pager_first,
.pager_last {
    display: none;
}

/* --------------------------------------
　記事個別ページ
--------------------------------------- */

/* コメント */
#comment {
    margin-bottom: 150px;
}
#comment-title {
    font-size: 1.375em;
    color: #999;
    font-weight: normal;
    margin-bottom: 50px;
}
.comment-list {
    margin-bottom: 35px;
}
.comment-list ul {
    padding: 35px 0 30px;
    border-bottom: 1px dotted #999;
}
.comment-list ul li {
    display: inline-block;
}
.comment-list ul li:last-child {
    font-size: 0.875em;
    color: #999;
    font-style: italic;
    margin-left: 15px;
}
.comment-list ul li a {
    text-decoration: underline;
}
#comment-input {
    margin-top: 50px;
}
.comment-input-item {
    position: relative;
    margin-bottom: 20px;
}
.comment-input-item dt {
    display: inline-block;
    color: #666;
}
.comment-input-item dt label {
    position: absolute;
    top: 0;
}
.comment-input-item dd {
    float: right;
    display: inline-block;
}
.comment-input-item input,
.comment-input-item textarea {
    width: 590px;
    font-size: 1em;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
}
.comment-input-item textarea {
    resize: none;
}
.comment-send-button {
    background: #f1f1f1;
    font-size: 1em;
    padding: 10px 16px 8px 18px;
    margin: 0 25px 0 110px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#comment-send label {
    font-size: 0.875em;
    margin-left: 5px;
}

/* トラックバック */
#trackback {
    margin-bottom: 150px;
}
#trackback-title {
    font-size: 1.375em;
    color: #999;
    font-weight: normal;
    margin-bottom: 50px;
}
.trackback-item {
    margin-bottom: 15px;
}
.trackback-item li {
    float: left;
}
.trackback-title a {
    text-decoration: underline;
}
.trackback-blog-name,
.trackback-time {
    color: #999;
    font-size: 0.875em;
    font-style: italic;
    margin-left: 15px;
}
#trackback-url {
    margin-top: 50px;
}
#trackback-url dt {
    margin-bottom: 15px;
    color: #666;
}
#trackback-url input {
    width: 674px;
    font-size: 0.875em;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
}

/* ページャー */
#entry-pager {
    display: table;
    color: #ccc;
    padding-top: 35px;
    margin-bottom: 110px;
    border-top: 1px solid #ccc;
}
#entry-pager-prev {
    display: table-cell;
    width: 275px;
    max-width: 275px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#entry-pager-top{
    display: table-cell;
    width: 130px;
    text-align: center;
}
#entry-pager-next {
    display: table-cell;
    width: 275px;
    max-width: 275px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#entry-pager-prev-cursor,
#entry-pager-next-cursor {
    display: table-cell;
    width: 10px;
}


/* --------------------------------------
　プロフィール
--------------------------------------- */
#profile {
    margin-bottom: 120px;
}
#profile-title {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 30px;
}
#profile-name {
    margin-bottom: 15px;
}
#profile-back {
    margin-top: 100px;
}
#profile-back a {
    text-decoration: underline;
}

/* --------------------------------------
　フッターエリアの要素
--------------------------------------- */
#footer-left dl,
#footer-center dl {
    margin-bottom: 60px;
}
#footer-left dt,
#footer-center dt {
    font-size: 1.125em;
    color: #777;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dadada;
}
#footer-left dd,
#footer-center dd {
    font-size: 0.875em;
    color: #999;
}

/* カレンダー */
#footer-calendar {
    margin-bottom: 60px;
    font-size: 0.875em;
    color: #777;
}
#footer-calendar .tr {
    zoom: 1;
}
#footer-calendar .tr:after {
    content: "";
    display: block;
    clear: both;
}
#footer-calendar .cell {
    float: left;
    display: block;
    width: 21px;
    margin-right: 30px;
    margin-bottom: 15px;
}
#footer-calendar .cell:nth-child(7) {
    margin-right:0;
}
.calendar-week {
    text-align: center;
}
.calendar-week .cell:first-child {
    color: #f45600;
}
.calendar-week .cell:last-child {
    color: #1883fc;
}
.calendar_month {
    margin-top: 10px;
}
.calendar_month a:first-child {
    float: left;
}
.calendar_month a:last-child {
    float: right;
}

/* おすすめ商品 */
#footer-amazon .amazon {
    margin-bottom: 25px;
}
#footer-amazon .amazon_text {
    margin-top: 15px;
}
#footer-amazon .amazon_text strong {
    font-weight: normal;
}

/* フリースペース */
#footer-free-space dd {
    color: #333;
}

/* ブログ内検索 */
#footer-search {
    margin-bottom: 60px;
}
.footer-search-form {
    width: 150px;
    background-color: #ddd;
    font-size: 0.875em;
    padding: 6px 0 7px 6px;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
}
.footer-search-button {
    width: 30px;
    height: 30px;
    background: url(http://imaging.jugem.jp/template/basic/img/search_icon.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ddd;
    text-indent: -9999px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    outline: none;
}

/* AD */
#footer-ad {
    margin-bottom: 35px;
}
#footer-ad dt {    
    color: #777;
    font-size: 1.125em;
    padding-bottom: 10px;
}

/* その他リンク */
#footer-other {
    font-size: 0.875em;
    margin-bottom: 40px;
}

/* QRコード */
#footer-qrcode {
    margin-bottom: 60px;
    border: 1px solid #dadada;
}

/* copyright */
#footer-copyright {
    display: inline;
    font-size: 0.875em;
    padding-right: 10px;
}

/* powered */
#footer-powered {
    display: inline;
}