@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;
}
a[href^="http://"],	
a[href^="https://"]{	
background:transparent url(http://img-cdn.jg.jugem.jp/7cf/1474623/20170209_2749049.gif) center right no-repeat;	
padding-right:15px;	
}	
a[href^="http://imabari.cia-japan.com"],	
a[href^="https://www.amazon.co.jp"],	
a[href^="http://jugem.jp"]{	
background:transparent;	
padding-right:0;	
}
/* カレンダーのリンク */
#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: 30px 0 20px;
    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: 300px;
}
#footer-left {
    margin-right: 80px;
}
#footer-right {
    float: right;
  width: 280px;
}
#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: 30px;
}

/* 記事タイトル */
.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,
.entry-more 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;
    margin: 40px 0;
    line-height: 1.8em;
}

/* ソーシャルボタン */
.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;
}

/* 挿入画像 */
#content img.pict {
    position: relative;
    max-width: 1000px;
    height: auto;
    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: 15px;
}
.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-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;
}

/* おすすめ商品 */
#footer-amazon .amazon {
    margin-bottom: 25px;
}
#footer-amazon .amazon_text {
    margin-top: 15px;
}
#footer-amazon .amazon_text strong {
    font-weight: normal;
}

/* copyright */
#footer-copyright {
    display: inline;
    font-size: 0.875em;
    padding-right: 10px;
}

/* powered */
#footer-powered {
    display: inline;
}
/*ページの先頭へ戻るアイコン*/
#back-top {
        position:fixed;
        right:20px;
        bottom:0px;
}

ol.topicpath {
  display:none;
  clear: both;
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 80%;
  color: #888;
list-style-type: none;
}
ol.topicpath li {
  display: inline;
}
#eid ol.topicpath, #cid ol.topicpath {
  display:block;
}
#cid ol#pankuzu li.topic_entry {
  display: none;
}
.relatedEntry {
    margin-bottom: 30px;
}

ul.sitemap1 {
position: relative;
padding: 0.5em;
border: solid 1px #AB47BC;
list-style-type: none;
}
ul.sitemap1 li {
padding: 0.5em 0 0.5em 1.4em;
line-height: 1.5;
border-bottom: 1px dashed #AB47BC;
}
ul.sitemap1 li::before {
position: absolute;
content:'';
color: #AB47BC;
font-weight: bold;
left : 0.5em;
}
ul.sitemap1 li:last-of-type {
border-bottom: none;
}

ul.sitemap2 {
padding:0.5em;
list-style-type:none;
}
ul.sitemap2 li {
position:relative;
padding: 0em 0.3em 0.3em 1.3em;
}
ul.sitemap2 li:before {
position:absolute;
content:'';
top: 0.5em;
left: 0.2em;
height:0;
width:0;
border-style: solid;
border-width: 6px 0 6px 9px;
border-color: transparent transparent transparent #3F51B5;
}