@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_km_contrastive_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2014-02-03";
 :release [:revision "1.00"; :created "2014-02-03"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {}
#wrapper {}
#container {
    margin: 0 auto;
    width: 1280px;
}

#content {position: relative;}

#main {background-color:#fff9f7;}

#sidebar {}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 940px;
    padding: 30px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
background-color:#ffffee;
    width: 250px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
color: #000000;
background-color:#ffffee;
background-image: url("http://www.ayushii.net/imgg/bg.png");
font: medium;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    text-decoration:none;
}
a:link {color: #4169e1;}
a:visited {color: #4169e1;}
a:hover {color: #ff0000;}
a:active {color: #4169e1;}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {text-align: center;}
#blog-header.show-image #blog-header-inner {
    position: static;
}
#blog-header-image {
    height: 400px;
    width: 100%;
    background-color: #f1f1f1;
}
#blog-title {
    padding: 54px 0 0;
    font-size: 36px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    font-weight: nomal;
    text-align: center;
}
#blog-title a {
    color: #000;
    text-decoration: none;
}
#blog-title a:hover {
    color: #e31010;
    text-decoration:underline;
}
#blog-description {
    padding: 33px 0 0;
    font-size: 16px;
    color: #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    text-align: center;
}
#blog-description a {
    text-decoration: underline;
}
#blog-description a:hover {
    text-decoration: none;
}
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#blog-header.hide-text #blog-header-image {
    margin: 0;
}
#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    z-index: 10;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
         -o-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
    opacity: 0.15;
}
#blog-header #blog-header-image{
    margin-top: 53px;
}

/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list {
    zoom:100%;
    width: 1280px;
    margin: 0 auto;
    background: #000;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 18px;
    line-height: 1;
    display: block;
    font-size: 14px;
    color: #fff;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
    background: #e31010;
    text-decoration: none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article-body {
padding-top: 30px;
line-height: 160%;
color:#000000;}

.article {}
.first-article {
    padding-top: 0;
}
.article-rating {
    margin-bottom: 10px;
    display: block;
}

/* ━━━TOP用記事タイトルリスト━━━ */

.article_top {margin-bottom: 10px;}

.article-title_top {font-size: large;}
.article-title_top a:link    {color:#000000; text-decoration:none;}
.article-title_top a:visited {color:#000000; text-decoration:none;}
.article-title_top a:hover   {color:#ff0000; text-decoration:underline;}
.article-title_top a:active  {color:#000000; text-decoration:none;}

.article-date_top {font-size: 13px; color: #028760; margin-bottom: 5px;}

.res_top a:link    {color:#028760; text-decoration:underline;}
.res_top a:visited {color:#028760; text-decoration:underline;}
.res_top a:hover   {color:#ff0000; text-decoration:underline;}
.res_top a:active  {color:#028760; text-decoration:underline;}


/* ━━━━━━個別記事タイトル━━━━━━ */

.article-header {position: relative;}

.article-title {
    font-size: large;
    font-weight: bold;
    margin-bottom: 7px;
}

.article-title a:link    {color:#000000; text-decoration:none;}
.article-title a:visited {color:#000000; text-decoration:none;}
.article-title a:hover   {color:#ff0000; text-decoration:underline;}
.article-title a:active  {color:#000000; text-decoration:none;}

.article-date {text-align: right;border-bottom: double 8px #ded5be;}

.res_kobe a:link    {color:#000000; text-decoration:underline;}
.res_kobe a:visited {color:#000000; text-decoration:underline;}
.res_kobe a:hover   {color:#ff0000; text-decoration:underline;}
.res_kobe a:active  {color:#000000; text-decoration:underline;}

/* ━━━━━━━━━━━━━━━━━━ */

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-inner:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.article-footer-inner {
    zoom:100%;
    margin-top: 0px;
}
.article-footer-inner a:link,
.article-footer-inner a:visited,
.article-footer-inner a:active  {text-decoration:underline;}
.article-footer-inner a:hover {color: #ff0000;text-decoration:underline;}

.article-tags {
    font-weight: bold;
    padding: 5px 0 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
}
dl.article-tags dt {
    background: none;
    float: left;
    text-indent: 0;
    width: 55px;
    padding: 2px 0;
}
.article-tags dd {
    line-height: 20px;
    list-style: none;
    margin-left: 0 !important;
    border-left: 1px solid #aaaaaa;
}
.article-tags dd a {
    line-height: 1;
    padding: 0 8px;

}
.article-tags dt + dd {
    border-left: none;
}
.article-tags dt + dd a {
    padding: 0 8px 0 0;
}
.article-meta {
    padding: 5px 0 0;
}
.article-meta li {
    margin: 0;
    float: none;
}
.article-category dt {
    text-indent: 0;
    float: left;
    width: 67px;
    height: 20px;
    background: none;
}
.article-category dd.article-category1 ,
.article-comment-count dd {
    padding: 0 8px 0 0;
}
.article-category dd.article-category2 {
    border-left: 1px solid #e4e4e4 !important;
}
.article-social-btn {
    margin: 10px 0 0;
}

/* 関連記事 */
.article-body .related-articles {
    margin-top: 50px;
}
.article-body .related-articles h3 {
    font-size: 16px;
    color: #000000;
    margin: 0 0 15px 0;
    border-bottom: none;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 10px;
    padding-left: 12px;
    font-size: 16px;
}
.article-body .related-articles ul li a {
    text-decoration: none;
}
.article-body .related-articles ul li a:hover {
    text-decoration: underline;
}

/* 続きを読む */
.article-continue {
    text-align: right;
    margin: 30px 0 5px;
}
.article-continue a:link,
.article-continue a:visited {
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 14px 15px;
    line-height: 1;
    text-decoration: none;
    font-weight: normal;
}
.article-continue a:hover {
    background: #e31010;
    text-decoration: none;
    color: #fff;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

/* メッセージボード */
.message-board {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    color: #000000;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 2px solid #000;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {font-size: large;font-weight: bold;color: #000b00;}

.article-body-inner h1{
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 22px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h2 {
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    color: #000;
}
.article-body-inner h4 {
    font-size: 16px;
    color: #000;
}
.article-body-inner blockquote {
    background-color:#f7f7f7;
    border: 1px solid #fff;
    padding: 24px 25px 25px 75px;
    color: #666;
}
.article-body-inner blockquote:before {
    color: #000 !important;
    font-size: 58px;
    top: 23px;
    left: 25px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 4px;
}
#comment-form {
    font-size: medium;
    margin: 2px 0;
}
.comment-info,
.trackback-set {
    padding-top: 30px;
    border-top: 1px dashed #DBDBDB;
}
.comment-info:first-child,
.trackback-set:first-child {
    padding-top: 0;
    border-top: none;
}
.comment-author,
.ping-title {
    padding-right: 3px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #666;
    color: #999;
    padding: 0 6px;
}

.comment-reply-list {margin-left: 60px;}

.comment-author {color: #38a859;font-weight:normal;font-size: small;}
.comment-author a:link,
.comment-author a:visited {}

.comment-body {line-height: 1.4;font-size: medium;}

.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

#comment-form dt {
    width: 8%;
}
#comment-form dd {
    margin: 0 11%;
}
div.article-option ol {

}
.comment-info, .trackback-set {
    font-size: 14px;
}
.commentEvaluation {
    float: right;
    display: block;
    margin-top: -27px;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
    margin: 30px 0 10px;
}
ul.index-navigator li a,
ul.index-navigator li.current span,
.paging-number{
    background-color: none;
    color: #e31010;
    font-weight: normal !important;
}
ul.index-navigator li.current span {
    background-color: #e31010;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #e31010;
    text-decoration: none;
    color: #FFF;
}
ul.index-navigator a:visited {
    color: #e31010;
}
ul.index-navigator a:visited:hover {
    color: #FFF;
}

.paging-prev a,
.paging-next a,
.paging-first a,
.paging-last a {
    display: block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    vertical-align: middle;
    text-indent: -9999px;
    *text-indent: 0;
    *line-height: 9999px;
}

.paging-prev a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat center !important;
}
.paging-next a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) no-repeat center !important;
}
.paging-first a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev_end.png) no-repeat center !important;}
.paging-last a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next_end.png) no-repeat center !important;}


/* 記事ページ、月別アーカイブページ */
ul.article-pager:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
ul.article-pager {
    zoom:100%;
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4
}
ul.article-pager li ,
ul.archives-pager li {
    margin: 0;
}
ul.article-pager li.prev{
    float: left;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat left 4px;
    padding-left: 10px;
}
ul.article-pager li.next {
    float: right;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) no-repeat right 4px;
    padding-right: 10px;
}
ul.article-pager li a,
ul.archives-pager li a {
    font-size: 16px;
    padding: 0;
}
ul.article-pager li a:visited,
ul.archives-pager li a:visited {
    color: #e31010;
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
    background: none;
    text-decoration: underline;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    padding: 10px;
    color: #000000;
    font-size: 12px;
    background: #ffffee;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 14px;
    overflow: hidden;
    padding: 0 0 20px 0;
    position: relative;
}

.side a:link    {color:#000000;text-decoration:none;}
.side a:visited {color:#000000;text-decoration:none;}
.side a:hover   {color:#ff0000;text-decoration:underline;}
.side a:active  {color:#000000;text-decoration:none;}

.sidewrapper .sidetitle {
color: #000000;
font-size: 16px;
background: #f5deb3;
padding: 8px;
margin-bottom: 20px;
}
.sidewrapper .sidetitle a {
    color: #000000;
}
.sidewrapper .side .sidebody {
    margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.sidebody {border-bottom:#333333 1px solid;}


.side {padding:5px;}

/*  カテゴリ */
.category-parent ,
.category-child {
}
.category-parent a ,
.category-child a {
}


/* カレンダー */
.plugin-calendar_default {
    width: 280px;
}
.table.caltbl.calendartable{
    margin-top: 17px !important;
    margin-bottom: 0 !important;
}
table.caltbl {
    line-height: 1.8;
    margin: 17px auto;
    margin-bottom: 0 !important;
    width: 100%;
}
.calendarhead{
    font-weight: normal;
    font-size: 15px;
}
.calendarhead a,
.calendarhead a:hover,
.calendarhead a:visited{
}
table.caltblwk {
    width: 280px;
}
table.caltblwk .weekday {
    color: #000;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #000;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 13px;
    max-width: 280px;
    font-family : Arial,sans-serif ;
    width: 280px;
}
table.caltblday .caloff {
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    border: 1px solid #e4e7e8;
}
table.caltblday td a {
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #E31010;
}
table.caltblday td a:hover {
    text-decoration: underline;
}
.caltblwkbg.calendarwd table.caltblwk{
    max-width: 270px;
}


/*検索フォーム*/
.sidewrapper input.sf{
    background-color: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 5px 0 5px;
    vertical-align: top;
    width: 240px;
    height: 28px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    outline: 0;
}

.sidewrapper input.sfbtn {
    border-left: 0;
    border-radius: 0;
    float: right;
    text-shadow: none;
    width: 55px;
    background: #bbb;
    color: #fff;
    outline: 0;
    border: none;
}

.sidewrapper input.sfbtn {
    width: 55px;
    height: 28px;
    line-height: 28px;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.sidewrapper input.sfbtn:hover {
    color: #FFF;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
}
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
    color: #000;
}

/* 記事下広告 */
#ad2 {
    padding: 40px 0 35px !important;
}
#ad2 a.addescription {
    color:#000;
}


/* ━━━━━━━━BlogRoll css 2━━━━━━━━━━ */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    background-color:#ffffff;
}
.blogroll-channel {
    padding: 5px 0px 5px 8px;
}

.blogroll-channel a.blogroll-link {color:#281a14; text-decoration:none;}

ul.blogroll-list-wrap li.blogroll-category-name {
font-size: 13px;
color: #4169e1;
font-weight:bold;
margin-bottom: 5px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 80px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 0;
    border-bottom: 1px dashed #d3cbc6;
}

.blogroll-channel .blogroll-list img {vertical-align: middle;}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {margin: 0 2px 0 0;}
.blogroll-channel img.blogroll-favicon {width: 16px;height: 16px;}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {margin: 0 0 0 5px;}
.blogroll-channel .blogroll-new-entry {margin-left: 5px;color: red;}
.blogroll-channel .blogroll-link-time {margin: 0 0 0 3px;color: #666;font-size: 10px;}
.blogroll-channel .blogroll-ad-img {}
.blogroll-channel .blogroll-ad-text {display: block;margin-top: 5px;color: #666;font-size: 12px;}

.blogroll_wrapper {
width: 100%;
overflow-y:scroll;
background-color: #ffffff;
border: 2px solid #281a14;
}

.blogroll_innner {
width: 50%;
height: 230px;
float: left;
}

/* ━━━━━━━━サイド新作━━━━━━━━━━ */

td.sin01 {
text-align:center;
font-size:small;
border-bottom:#281a14 1px dashed;
}

td.sin02 {
line-height:160%;
border-bottom:#281a14 1px dashed;
}

td.sin02 a:link    {color:#008ae6;}
td.sin02 a:visited {color:#008ae6;}
td.sin02 a:hover   {color:#ff0000;text-decoration:underline;}
td.sin02 a:active  {color:#ff0000;}


/* ━━━━━━━━その他━━━━━━━━━━ */

.kugi2 {margin:20px 0 0 -25px;height:10px;background-color:#ded5be;border:none;}

div.article-body img.pict {margin: 0;}

.br-footer {
border: 1px solid #aaaaaa;
height: 230px;
overflow-y:scroll;
}

select {padding: 5px;background-color: #f0ffde;}

.aa {font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';line-height:1;font-weight:normal;}