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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
    font-family:"メイリオ", Meiryo, sans-serif;
}
#wrapper {
    background: #FFF;
    padding-top: 0;
}
#container {
    margin: 0 auto;
    width: 1068px;
}
#content {
    position: relative;
}
#main {
    padding: 0px 0;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
    background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
    background-color: #f8f8f8;
    border-radius: 0 0 4px 4px;
    padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
    float: left;
    padding: 20px 0;
    margin: 0 10px;
    width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
/*  background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y;*/
}
body.layout-2col #main {
    width: 728px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    padding: 0;
    width: 280px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
    background-position: 100% 0;
    padding: 40px 0;
}
body.layout-2col.sidebar-right #main {
    border-radius: 0 0 0 4px;
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    border-radius: 0 0 4px 0;
    float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
    background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
    border-radius: 0 0 4px 0;
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    border-radius: 0 0 0 4px;
    float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
    background-attachment: fixed;
    background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #080000;
    font-family:"メイリオ", Meiryo, sans-serif;
}
a,
body.page-article .article-title a:visited {
    color: #2e90c5;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #3870AB;
}
a:hover {
    color: #197bb0;
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    border-radius: 4px 4px 0 0;
    height: 160px;
    background-color: #287cba;
    background-image: -webkit-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
    background-image:    -moz-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
    background-image:     -ms-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
    background-image:         radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
    position: relative;
}
#blog-header-inner {
    padding: 20px;
}
#blog-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-title a {
    color: #fff;
}
#blog-description {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
    color: #fff;
}


/* メインカラム
----------------------------------------------- */
.article {
    box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2);
    background: #fff;
    margin: 20px 0;
    padding: 10px;
}
.first-article {
/*  padding-top :0px;*/
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 20px;
    position: relative;
}
.article-title {
    margin: 4px 0;
}
.article-title a {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}

.article-title a:hover { 
    background: #d3d3d3; 
    color: #000000; 
    text-decoration: underline; 
}

/* 日付 */
.article-date {
    color: #808080;
    font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */

.article-title a {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}
.article-footer {
    border-bottom: 1px solid #cecece;
}
.article-meta {
    padding: 16px 0;
}
.article-social-btn {
    border-top: 1px solid #cecece;
    margin-bottom: -1px;
}

/* 関連記事 */
.article-body .related-articles {
 font-size: 18px;
    margin:4em 0;
    line-height:1.3
}
.article-body .related-articles h3 {
    font-size: 14px;
    font-weight: bold;
}
.article-body .related-articles ul {

    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {

    margin:4px 0;
    padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
    color:#333;
}

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

/* メッセージボード */
.message-board {
    background-color: #f7f7f7;
    border: 1px solid #e4e7e8;
    border-radius: 4px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 15px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
    clear: both;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
    clear: both;
}
.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-left: 14px;
    color: #666;
   font-size: 14px;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
ul.index-navigator li.current span {
    background-color: #2e90c5;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
    background-color: #eee;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
    color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    background: #4C4C4C;
    color: #fff;
    padding: 40px;
}
#blog-footer a {
    color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0px;
}
.sidewrapper {
    box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2);
    background: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
    padding: 0px;
    position: relative;
}
.sidewrapper:after{
    border-bottom: 1px solid #d8d8d8;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}
.sidewrapper .sidetitle {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 10px;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    margin: 0 0 0;
    border-bottom: solid 1px #e9e9e9;
    padding: 10px 10px;
}
.sidewrapper .side .sidebody:first-child{
    border-top: solid 1px #e9e9e9;
}
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
    background: #797979;
}
.sidewrapper .side .sidebody.category-child a{
    color: #fff;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}
table.caltblwk .weekday {
    color: #666;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #8d8d8d;
    border-collapse: separate;
    border-spacing: 1px;
}
table.caltblday .caloff {
    background-color: #fff;
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    border: none;
}
table.caltblday .calon a {
    background-color: #2e90c5;
    color:#fff;
    height: 23px;
    line-height: 23px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
    background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    background: #fafafa;
    border-left: 5px solid #2e90c5;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 10px;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
    color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {

}
#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    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;
}

/* ページトップへ */
.to-pagetop {
    bottom: 0px!important;
    position: absolute;
    right: -5px;
}

.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}


/*---------------------------
オリジナルCSS
---------------------------*/
#header2{
    display: none;
}

.clear{
    clear: both;
    height: 0;
}

/*header部分*/
header#header_top {
    background: url(http://livedoor.blogimg.jp/sabukarunews/imgs/7/5/75dc321a.png);
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: solid 1px #ddd;
}

.header_inner {
    width: 1068px;
    min-height: 60px;
    margin: 0 auto;
    padding: 20px 0;
}

#header_logo{
    width: 300px;
    float: left;
}

.header_right {
    float: right;
    width: 420px;
}

.search {
    position: relative;
}

.search-header {
    float: right;
    width: 235px;
    border-radius: 35px;
    overflow: hidden;
}

.in-text-header {
    width: 235px;
    font-size: 12px;
    padding: 5px 45px 5px 10px;
    background: #eee;
}

.search input {
    outline: none;
    border: none;
}

.btn-submit-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 28px;
    line-height: 28px;
    color: #555;
    background: none;
    cursor: pointer;
}

.search button {
    outline: none;
    border: none;
}

.fa {
    display: inline-block;
}

.sns-follow-list {
    float: right;
    margin-bottom: 10px;
    height: 30px;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}

.sns-follow-item:first-child {
    margin-left: 0;
}

.follow-item-top {
    width: 95px;
    font-size: 12px;
}

.sns-follow-item {
    float: left;
    margin-left: 5px;
}

.follow-item-top > a {
    padding: 5px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sns-follow-item > a {
    display: block;
    color: #fff;
    text-align: center;
}


.sns-follow-item > a {
    display: block;
    color: #fff;
    text-align: center;
}

.tw-bg {
    background: #55acee;
    -webkit-box-shadow: 0 3px 0 #2E87CC;
    -moz-box-shadow: 0 3px 0 #2E87CC;
    box-shadow: 0 3px 0 #2E87CC;
}

.fb-bg {
    background: #4368BD;
    -webkit-box-shadow: 0 3px 0 #2B488A;
    -moz-box-shadow: 0 3px 0 #2B488A;
    box-shadow: 0 3px 0 #2B488A;
}

.fe-bg {
    background: #6cc655;
    -webkit-box-shadow: 0 3px 0 #499635;
    -moz-box-shadow: 0 3px 0 #499635;
    box-shadow: 0 3px 0 #499635;
}

.rs-bg {
    background: #ff8c00;
    -webkit-box-shadow: 0 3px 0 #BD6801;
    -moz-box-shadow: 0 3px 0 #BD6801;
    box-shadow: 0 3px 0 #BD6801;
}

a {
    outline: none;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*top カテゴリ部分*/
.cate_inner{
    width: 1068px;
    margin: 0 auto;
}

.cate_block{
    width: 20%;
    float: left;
    text-align: center;
}

.cate_block:first-child > a {
    border-left: 1px dotted #ddd;
}

.cate_block > a {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
    border-right: 1px dotted #ddd;
    color: #484848;
}

/*記事一覧背景色*/
/*rss-area*/
#rss_area{
    min-height: 220px;
    padding: 40px 0;
    background: #00abee;
}

.rss_inner{
    width: 1068px;
    margin: 0 auto;
}

.popular-title {
    font-size: 32px;
    color: #fff;
    float: left;
    font-weight: bold;
}

.nav-popular-list {
    float: right;
}

.nav-popular-item {
    float: left;
    margin-left: 20px;
    width: 55px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px;
}

.nav-popular-item > a {
    color: #fff;
    font-weight: bold;
    display: block;
    border: 1px solid #fff;
    padding: 7px 0;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.nav-popular-item > a.active {
    color: #555;
    background: #fff;
}

/*よく読まれている記事*/

.popular-header{
    margin-bottom: 20px;
}

div.popularArticlesWithImage.A ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: left;
    list-style-type: none;
}

div.popularArticlesWithImage.A ul li {
    width: 20%;
    float: left;
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
}

div.popularArticlesWithImage.A ul li a {
    display: block;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0,0,0,0.8);
    padding: 0px !important;
    background: none !important;
    text-decoration: none;
    width: 150px;
    height: 112px;
}

div.popularArticlesWithImage.A ul li a {
    width: 100% !important;
    height: auto !important;
    border: none;
    padding: 10px !important;
    background: #fff !important;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-bottom: 1px solid #d7d7d7 !important;
    box-sizing: border-box;
}

div.popularArticlesWithImage.A ul li a:hover div.title {
    color: #00abee !important;
}

.image {
    margin: 25px 0 10px;
}

.popularArticlesWithImage.A li div.image img {
    width: 100%;
    height: 95px;
}

div.popularArticlesWithImage.A li div.image img {
    border-width: 0px;
}

img, a img {
    border: none;
    vertical-align: bottom;
}

div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment, div.popularArticlesWithImage.A div.pv {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 3px 6px 2px 5px;
    background: #000;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 0 #000;
}

div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment, div.popularArticlesWithImage.A div.pv {
    top: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    text-shadow: none;
    font-size: 14px;
    background: #555 !important;
    color: #fff !important;
    height: 28px;
    line-height: 28px;
    padding: 0;
}

div.popularArticlesWithImage.A div.title {
    position: static;
    background: none !important;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    font-size: 14px;
    width: auto !important;
    height: auto;
    padding: 0;
    height: 57px;
    overflow: hidden;
    color: #333 !important;
}

/*メインコンテンツ*/

#top-banner-box{
    margin-bottom: 20px;
}

/*ブログロール*/

.main-content,.article-section h3 {
    background: #4c4c4c;
    color: #fff;
    padding: 15px;
}


.article-section.something{

    width: 728px;
    overflow: auto;
    margin-bottom: 30px;
}

.main-content,.article-lists{
    background: #fff;
    height: 250px;
    overflow: auto;
    border-radius: 2px;
}

.article-section.something article{
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.article-wrapper article{
    padding: 7px 10px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

.article-wrapper article p{
    color: #333;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*メイン記事*/

.article_title_box{
    width: 70%;
    float: right;
    margin: 20px 0 0;
}

.top_colum_list {
    width: 25%;
    margin: -15px 0 0;
}

.top_colum_list img{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 0!important;
    max-width: 98.4%;
    height: 150px!important;
    overflow: hidden;
}

span.article-continue{
}

.article-meta {
    padding: 16px 0;
    margin: 0 0 -53px;
}

.category-toggle{
    float: right;
}

.sidebody .category-child{
    background: #333;
}

ul.index-navigator {
    box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2);
    height: 36px;
    margin: 18px 0;
    background: #fff;
    text-align: center;
    padding: 15px 0 10px;
}

.article-body-more{
    padding: 0 0 20px;
}

/*サイドバー*/

.side select {
    margin: 10px 0 10px;
}

.side_banner {
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    margin-bottom: 25px;
}

.side_banner img{
    width: 100%;
}

.sidewrapper .sidetitle {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 10px;
    background: #00ABEE;
}

/*フッター上相互リンク*/

#link_area{
    background: #F7F7F7;
}

.link_area_inner{
    width: 1068px;
    margin: 0 auto;
    padding: 50px 0;
}

.link_block{
    width: 20%;
    float: left;
    margin: 2.5%;
}

.link_block a{
    display: block;
    padding: 10px 0;
    text-align: center;
    border: solid #333 1px;
    color: #333;
}

.link_block a:hover{
    background: #1B95E0;
    border: solid #fff 1px;
    color: #fff;
}

#blog-header.show-image {
    background: transparent;
    height: auto;
    position: relative;
    display: none;
}

/*スクロールで表示ソーシャルボタン*/
.option-bar{
    /*width: 70px;
    height: 70px;*/
    top: 130px;
    right: 16px;
    position: fixed;
}

.option-bar .social-banner{
    display: block;
    /*width: 55px;
    height: 55px;*/
}

.option-bar .social-banner {
    line-height: 53px;
    text-align: center;
    height: 55px;
}

.option-bar .fa:before{
    padding: 0 !important;
} 

.option-bar .to-top{
    /*display: none;*/
    opacity: .7;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 55px;
    text-align: center;
    /*border-radius: 50%;*/
}

.option-bar .to-top p{
    color: #00abee;
    font-weight: bold;
}

.social-banner.twitter {
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.social-banner.facebook{  
    color: #fff;
    font-size: 32px;
}

.social-banner.rss{  
    color: #fff;
    font-size: 32px;
}

/*-------------------------コメント欄--------------------------*/

section#comments{

    padding: 0 30px;
}

dl.comment-form-email{
    display: none;
}

dl.comment-form-url{
    display: none;
}

dd#comment-author-form input{

    border-radius: 3px;
    height: 32px;
    width: 100%;

}

#comment-form dd {

    margin: 0;
}

#comment-form dt {
    float: none;
    width: 10%;
    text-align: left;
    line-height: 30px;
    color: #555;
}

#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating,
#comment-form-tools .memorize {

    display: none;
}



/*-------------------------タグ表示--------------------------*/

dl.article-tags {
    line-height: 1.3;
    width: 100%;
    margin: -40px 0 10px 10px;
    overflow: hidden;
    padding: 10px 0 0;
}

/*-------------------------ページャー--------------------------*/

ul.article-pager li a, ul.archives-pager li a {
    border: 1px solid #00ABEE;
    border-radius: 3px;
    color: #555;
    background-color: #00ABEE;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #FFF;
}

/*-------------------------サイドバー--------------------------*/

.side ul.recent-article-image li {
    padding-bottom: 5px;
    line-height: 1.2;
    min-height: 1px;
    text-align: left;
    padding: 10px 10px 0;
}

.side ul.recent-article-image li:last-child{
    padding-bottom: 10px;
}

/*-------------------------コメント欄タイトル--------------------------*/


#article-options .article-option-title {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 1px;
    background: #00ABEE;
    color: #FFFFFF;
    padding: 0 10px;
    /* border: solid 2px #089AD4; */
    border-radius: 5px;
}

/*-------------------------カテゴリ表示タイトル--------------------------*/

.article-body .related-articles h3 {
    font-size: 20px;
    font-weight: bold;
    background: #00ABEE;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}

/*-------------------------フッター--------------------------*/

#footer_area{
    background: #232323;
    padding: 30px 0;
}

#footer_area h5{
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.footer_area_inner{
    width: 1068px;
    margin: 0 auto;
}

.footer_ranking,.footer_link,.footer_etc{
    width: 30%;
    margin: 0 1.5%;
    float: left;
}

.footer_ranking_box{
    background: #fff;
    border: solid 1px #ccc;
    width: 300px;
    margin: 0 auto;
}

.footer_ranking_box a {
    display: block;
    border-bottom: solid 1px #ccc;
    color: #444;
    text-align: center;
    padding: 5px;
}

.footer_ranking_box a:last-child{
    margin-bottom: 0;
}


/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 207px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px #999;
    background: #fff;
    overflow-y: scroll;
}

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

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.3;
}

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

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.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: 18px;
}
