@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: 1040px;
    position: relative;
}
#content {
    position: relative;
    padding: 0 0 100px;
}
#main {
    padding: 0;
}
#sidebar {}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 740px;
}
body.layout-2col #main-inner {
    overflow: hidden;
}
body.layout-2col #sidebar {
    width: 300px;
}
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: #555;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    text-decoration:none;
}
a:link {
    color: #333;
}
a:visited {
    color: #555;
}
a:hover {
    color: #99cc00;
    text-decoration:underline;
}
a:active {
    color: #99cc00;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#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);
    line-height: 45px;
    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: 12px;
    color: #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    line-height: 24px;
    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;
}

#blog-header ul.externalLink {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px 10px 0;
    z-index: 20;
}
#blog-header ul.externalLink:after {
    content: '';
    display: table;
    clear: both;
}
#blog-header ul.externalLink li {
    list-style: none;
    float: left;
    margin-left: 10px;
}
#blog-header ul.externalLink li a:hover {opacity: .8;}


/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
    margin: 15px 0 20px 0;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list {
    zoom:100%;
}
.ldb_menu-list li {
    width:calc(99% / 8);
    float:left;
    list-style: none;
}
.ldb_menu-list li + li {border-left: 1px solid #ddd;}
.ldb_menu-list li a{
    padding: 10px;
    line-height: 1;
    display: block;
    font-size: 16px;
    text-align:center;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
    text-decoration: none;
}
#globalNav {
    height: 44px;
    margin-bottom: 40px;
}
#globalNav ul {
    border: solid rgb(191,193,194);
    border-width: 1px 0 0 1px;
}
#globalNav ul:after {
    content: '';
    display: table;
    clear: both;
}
#globalNav ul li {
    float: left;
    border: solid rgb(191,193,194);
    border-width: 0 1px 1px 0;
}
#globalNav ul li a {
    display: block;
    height: 42px;
    background: url(/image/nav.png) no-repeat;
    text-indent: -8888px;
    overflow: hidden;
}
#globalNav ul li.home a {
    width: 129px;
    background-position: -1px -1px;
}
#globalNav ul li.home a:hover {background-position: -1px -44px;}
#globalNav ul li.about a {
    width: 228px;
    background-position: -131px -1px;
}
#globalNav ul li.about a:hover {background-position: -131px -44px;}
#globalNav ul li.search a {
    width: 213px;
    background-position: -360px -1px;
}
#globalNav ul li.search a:hover {background-position: -360px -44px;}
#globalNav ul li.link a {
    width: 229px;
    background-position: -574px -1px;
}
#globalNav ul li.link a:hover {background-position: -574px -44px;}
#globalNav ul li.sponsor a {
    width: 235px;
    background-position: -804px -1px;
}
#globalNav ul li.sponsor a:hover {background-position: -804px -44px;}


/* トップページソーシャルボタン
----------------------------------------------- */
.topSocialBox{
    position: absolute;
    z-index:21;
    top: 400px;
    right: 3px;
}

.topSocial{
    display:inline-block;
    margin:5px;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article-body {}
.article {
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.page-article .article {
    width: 700px;
}
.article:nth-child(3n+1){clear: left;}
.first-article {
    padding-top: 0;
}
.article-rating {
    margin-bottom: 10px;
    display: block;
}

.article .article-first-image {
    position: relative;
    height: 330px;
    margin-bottom: 10px;
    background: #eee;
    overflow: hidden;
    box-shadow: 5px 2px 10px 1px #ccc;
    border-radius: 5px 5px;
}
.article .article-first-image > a {
    display: table-cell;
    width: 220px;
    height: 330px;
    vertical-align: middle;
    text-align: center;
}
.article .article-first-image img {
    height:330px;
}
.article .article-first-image img:hover {
    opacity: 0.7;
}
.page-category {}
.page-category .article {
    position: relative;
    margin-bottom: 20px;
}


/* 記事ヘッダー、記事タイトル */
.article-header {
    position: relative;
}
.article-title {
    height: 60px;
    font-size: 14px;
    color: #69c;
    line-height: 1.5;
    overflow: hidden;
}
.article-title a {
    color: #583822;
    font-weight: bold;
}
.page-article .article-title {
    height: auto;
    margin-bottom: 30px;
    font-size: 22px;
    overflow: auto;
    line-height: 1.3;
    border-left: 5px solid #99cc00;
    padding-left:10px;
    color:#99cc00;
    font-weight:bold;
}


.article-body-inner img{
   /*  max-width: 90%; */
    margin: 0 auto;
}

.article-body-inner img.pict {
    margin: 20px 0;
}

/* 日付 */
.article-date {
    font-size: 12px;
    color: #999;
}
.page-article .article-date {
    display: table;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
}
.page-article .article-date time {
    position: relative;
    display: block;
}


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

.article-footer-inner .article-meta{
    height: auto;
}

.article-tags {
    padding: 5px 0 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
}
dl.article-tags dt {
    background: none;
    float: left;
    text-indent: 0;
    width: 45px;
    padding: 4px 0;
    font-size: 12px;
}
.article-tags dd {
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin-left: 0 !important;
    border-left: 1px solid #e4e4e4;
}
.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 {
    font-size: 12px;
    box-sizing: border-box;
    margin-top: 5px;
    height: 61px;
}
.article .article-first-image a:hover + .article-meta li {opacity: .5;}
.article-meta li {
    display: inline-block;
    float: none;
    margin:0;
}
.article-meta li + li {margin-top: 5px;}
.article-meta li a {
    display: inline-block !important;
    height: auto !important;
    padding: 2px 7px;
    background: rgba(255,255,255,.8);
    border:1px solid rgb(170,170,170);
    border-radius:5px 5px;
}
.article-meta li a:hover {
    background: rgba(255,255,255,1);
    text-decoration: none;
    color:#bfbd51;
}
.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: 0;
}
.article-social-btn iframe {margin: 0;}

.page-article .article-footer {display: inherit;}
.page-article .article-footer:after {
    content: '';
    display: table;
    clear: both;
}
.page-article .article-footer .article-tags {
    margin: 20px 0 0 0 !important;
}
.page-article .article-footer .article-tags dt {
    float: left;
    width: auto;
    margin-right: 10px;
    padding: 7px 0;
    line-height: 1;
}
.page-article .article-footer .article-tags dd {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 14px !important;
    line-height: 1;
}
.page-article .article-footer .article-tags dd a {
    display: block;
    padding: 5px;
}
.page-article .article-footer .article-tags dd a:hover {
    color: #bfbd51;
    text-decoration: none;
}


/* 関連記事 */
.article-body .related-articles {
    margin-top: 50px;
}
.article-body .related-articles h3 {
    font-size: 16px;
    color: #333;
    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: 14px;
    line-height: 28px;
}
.article-body .related-articles ul li a {
    text-decoration: none;
}
.article-body .related-articles ul li a:hover {
    text-decoration: underline;
}

/* 続きを読む */
.article-continue {
    position: relative;
    right: -5px;
    margin: 0;
    text-align: right;
}

.article-continue a{
    color:#99cc00;
    padding-right: 5px;
}

.article-continue a:link,
.article-continue a:visited {
    background: #fff;
    text-decoration: none;
}
.article-continue a:hover {
    text-decoration: none;
    opacity: .8;
}

/* 共通テーマ */
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: #333;
    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 {
    color: #333;
    font-size: 14px;
}
.article-body-inner h1{
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 22px;
    color: #699;
    margin: 25px 0;
}
.article-body-inner h2 {
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 16px;
    color: #69C;
    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 {width: 700px;}
#article-options .article-option-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
#comment-form {
    font-size: 12px;
    margin: 42px 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-author a:link,
.comment-author a:visited {}
.comment-body {
    color: #484848;
    margin-top: 2px;
    line-height: 21px;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

#comment-form dt {
    width: 8%;
}
#comment-form dd {
    margin: 0 11%;
}
div.article-option ol {
    margin: 20px 0 0 0;
}
div.article-option ol li.comment-set {
    padding: 10px;
    background: rgba(230,239,242,.3);
}
div.article-option ol li.comment-set + li.comment-set {
    margin-top: 10px;
}
div.article-option ol li.comment-set ul.comment-info {
    margin: 0;
}
.comment-info, .trackback-set {
    font-size: 14px;
}
.commentEvaluation {
    float: right;
    display: block;
    margin-top: -27px;
}

/* ページ送り
----------------------------------------------- */

.pager {
    clear: both;
    width: 700px;
    margin-bottom: 60px;
    padding-top: 10px;
}

/* トップページ */
ul.index-navigator {
    margin: 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span,
.paging-number{
    background-color: none;
    color: #99cc00;
    font-weight: normal !important;
}
ul.index-navigator li.current span {
    background-color: #99cc00;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #99cc00;
    text-decoration: none;
    color: #FFF;
}
ul.index-navigator a:visited {
    color: #99cc00;
}
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(/image/icon_prev.png) no-repeat center !important;}
.paging-next a {background: url(/image/icon_next.png) no-repeat center !important;}
.paging-first a {background: url(/image/icon_prev_end.png) no-repeat center !important;}
.paging-last a {background: url(/image/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(/image/icon_prev.png) no-repeat left 4px;
    padding-left: 10px;
}
ul.article-pager li.next {
    float: right;
    background: url(/image/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 {}

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


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#e4e4e4;
    padding: 31px;
    font-size: 12px;
    background: #99cc00;
}
#blog-footer a {
    color:#e4e4e4;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 14px;
    overflow: hidden;
    padding: 30px 0 20px;
    position: relative;
}
.side a {}
.side a:hover {
    text-decoration:none;
}
/*.sidewrapper .sidetitle {
    position: relative;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 50px;
    line-height: 1.2;
    font-weight: bold;
}*/
.sidewrapper .sidetitle:before {
    content:url(/img/nuts4.png);
    position: relative;
    top: 5px;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 21px;
    margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.sidebody {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 7px;
    padding-left: 10px;
}

/* プロフィール */
.side-profile {
     margin-bottom: 30px;
}
.side-profile img {
     margin-bottom: 20px;
}
.side-profile dl dt {
     margin-bottom: 20px;
     font-size: 24px;
     font-weight: bold;
     text-align: center;
}
.side-profile dl dd {
    line-height: 1.5;
}

.profileImgBox{
    text-align:center;
}

.profile_tbl dd{
    margin-bottom: 10px;
}

.profileImgBox a{
    margin: 5px;
}

.profile dt{
    font-size: 16px;
    text-align: center;
}

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

/* メッセージ */
.plugin-message {}
.plugin-message .message-box {}
.plugin-message .message-box input[type='submit'] {
    margin-top: 3px;
    padding: 3px 6px;
    background: #fff;
    border: 1px solid rgb(170,170,170);
    border-radius: 6px;
}


/* カレンダー */
.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: 12px;
}
.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: 12px;
    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: #99cc00;
}
table.caltblday td a:hover {
    text-decoration: underline;
}
.caltblwkbg.calendarwd table.caltblwk{
    max-width: 270px;
}

/*タグクラウド*/
.plugin-tag_cloud {}
.plugin-tag_cloud ul.tagcloud {}
.plugin-tag_cloud ul.tagcloud:after {
    content: '';
    display: table;
    clear: both;
}
.plugin-tag_cloud ul.tagcloud li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 14px !important;
    line-height: 1;
}
.plugin-tag_cloud ul.tagcloud li a {
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
}
.plugin-tag_cloud ul.tagcloud li a:hover {
    background: #99cc00;
    border: 1px solid #99cc00;
    color: #fff;
}


/*検索フォーム*/
.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;
    border-radius: 5px 5px;
}

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

.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 {
    position: relative;
    display: table;
    max-width: 700px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 20px;
}
.archives-header:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: 1px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.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;
}

.sidetitle{
    font-weight:bold;
    margin:5px 0 5px 0;
}

/* aside#bottom
----------------------------------------------- */

aside#bottom {
    clear: both;
    width: 1040px;
    /*margin-top: 40px;*/
    padding-top: 40px;
    overflow: hidden;
}

/* plugin-freeArea01 */
aside#bottom #plugin-freeArea01 {
    margin-bottom: 40px;
}
aside#bottom #plugin-freeArea01 header h1 {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    line-height: 1;
}
aside#bottom #plugin-freeArea01 header h1 a.more {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
}
aside#bottom #plugin-freeArea01 header h1 a:hover {text-decoration: none;}
aside#bottom #plugin-freeArea01 ul {width: 1100px;}
aside#bottom #plugin-freeArea01 ul:after {
    content: '';
    display: table;
    clear: both;
}
aside#bottom #plugin-freeArea01 ul li {
    list-style: none;
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 13px 13px 0;
    border: 1px solid #ddd;
    text-align: center;
}
aside#bottom #plugin-freeArea01 ul li a {
    display: table-cell;
    width: 160px;
    height: 160px;
    vertical-align: middle;
}
aside#bottom #plugin-freeArea01 ul li a:hover {opacity: .8;}
aside#bottom #plugin-freeArea01 ul li a img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}



/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* ページトップへ */
.to-pagetop {
  bottom: -74px;
}
.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;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }