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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "matomeblue";
 :shortdesc "Design template for livedoor Blog";
 :created "2012-12-18";
 :release [:revision "1.04"; :created "2013-02-15"];
 :page <http://blogdesign.ldblog.jp/archives/21370311.html>;
 :rights "LINE Corporation".
*/


body {
	font-family: Helvetica,Verdana,sans-serif;
}


body{
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/bg.gif) repeat ;
	background-attachment:fixed;
	font-family: Helvetica,Verdana,sans-serif;
}

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


/* -----------------------------------------------
Base
----------------------------------------------- */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p,img {
margin:0;
padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
background: #fff;
font-size: 14px;
color: #333;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}

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

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

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

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;
}

a:hover {
color: #f27900;
}

a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
background: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

textarea{
    resize:none;
}


/* -----------------------------------------------
共通
----------------------------------------------- */
.inner{
    width: 1068px;
    margin: 0 auto;
}

.clear:after,
.inner:after,
.side ul.recent-article-image li:after,
div.popularArticlesWithImage.A ul:after,
div.popularArticlesWithImage.B ul li a:after,
.related-articles.with-image ul:after,
.article-pager:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

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

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}


/* -----------------------------------------------
ヘッダー
----------------------------------------------- */
header .header-top{
    width:100%;
    z-index:10;
}
header .header-top .header-img{
    width:100%;
}
header .header-bottom{
}
header .header-bottom nav.nav-header-bottom{
    border-top: 1px solid #ddd;
}
header .header-bottom nav.nav-header-bottom li.nav-category-item{
    float: left;
    width:33%;
}
header .header-bottom nav.nav-header-bottom .nav-category-item:first-child > a {
    border-left: 1px dotted #ddd;
}
header .header-bottom nav.nav-header-bottom .nav-category-item a {
    display: block;
    text-align: center !important;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
    border-right: 1px dotted #ddd;
}


/* -----------------------------------------------
メインコンテンツ
----------------------------------------------- */
.popular {
    padding: 40px 0;
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
    background: #f27900;
}
.popular-header{
    margin-bottom:20px;
}
.popular-title {
    font-size: 20px;
    font-weight:bold;
    color: #fff;
}
div.popularArticlesWithImage.A ul li a:hover div.title {
    color: #f27900 !important;
}
.popular-item{
    margin: 0 -6px;
}
.popular-item div.popularArticlesWithImage.A ul li {
    width: 20%;
    float: left;
    display: block;
    padding: 0 5px;
}
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;
}
div.popularArticlesWithImage.A div.title {
    position: static;
    background: none !important;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    font-size: 12px;
    width: auto !important;
    padding: 0;
    height: 57px;
    overflow: hidden;
    color: #333 !important;
}
div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment, div.popularArticlesWithImage.A div.pv {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    font-size: 14px;
    font-weight: bold;
    background: #f27900 !important;
    color: #fff !important;
    height: 28px;
    line-height: 28px;
    padding: 0;
}


.main {
    width: 728px;
    float: left;
    padding-top: 40px;
}
.sub {
    width: 320px;
    float: right;
    padding-top: 40px;
}

.section-title {
    position: relative;
    padding: 6px 0 6px 34px;
    color: #111;
    border-bottom: 2px solid #f27900;
}
h2.section-title{
    font-size:21px;
    font-weight:bold;
}
.section-title::before {
    top: 0;
    left: 14px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.section-title::after {
    top: 18px;
    left: 8px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.section-title::before, .section-title::after {
    position: absolute;
    background-color: #f27900;
    content: '';
}

.article{
    margin-bottom:20px;
}
.article-inner {
    background: #fff;
    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;
}
.inner-1col{
    padding:15px;
}
.thum-1col {
    width: 220px;
    height: 159px;
    float: left;
}
.title-1col{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
    height: 112px;
}
.article-time {
    font-size: 12px;
    color: #888;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.article-thum > a {
    display: block;
}
.article-thum img{
    width: 220px;
    height: 159px;
}
.article-text {
    width: 463px;
    float: right;
}
.article-meta {
    position: relative;
}
ul.category-list .category-item  {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}
ul.category-list .category-item > i {
    margin-right: 5px;
    color: #888;
}

.article-body{
    margin-bottom:40px;
}

.inner-single {
    padding: 30px;
}
.article-comment {
    position: absolute;
    top: -34px;
    right: 10px;
    min-width: 60px;
    z-index: 10;
}
.comment-count {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 3px;
}
.comment-text {
    display: block;
    font-size: 10px;
}
.article-comment > a {
    display: block;
    text-align: center;
    background: #f27900;
    -webkit-box-shadow: 0 3px 0 #994c00;
    -moz-box-shadow: 0 3px 0 ##994c00;
    box-shadow: 0 3px 0 ##994c00;
    padding: 5px;
    color: #fff;
}
.comment-single:after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid transparent;
    border-left-color: #994c00;
    border-bottom-color: #994c00;
    top: 0;
    right: -4px;
}
.title-single {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 13px;
}
.article-title {
    color: #333;
    overflow: hidden;
}
h1.article-title{
    font-weight:bold;
}

/* 関連記事 */
.related-articles.with-image h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.related-articles.with-image h3 {
    margin: 0 0 20px;
}
.related-articles.with-image ul {
    margin: 0 -15px;
}
.related-articles.with-image ul li {
    float: left;
    width: 33.33333%;
    margin: 0 !important;
    padding: 0 15px;
}
.related-articles.with-image ul li a {
    display: block;
    padding: 0 !important;
    min-height: 204px;
}
.related-articles ul li a {
    font-weight: bold;
}
.related-articles.with-image .related-article-image {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    padding: 4px;
    margin-bottom: 10px;
}
.related-articles.with-image .related-article-image img {
    width: 100%;
    height: 130px;
}
.related-articles.with-image .related-article-title {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    height: 57px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* 記事ページSNS
----------------------------------------------- */
.tw-bg {
    background: #1b95e0;
    -webkit-box-shadow: 0 3px 0 #1b95e0;
    -moz-box-shadow: 0 3px 0 #1b95e0;
    box-shadow: 0 3px 0 #1b95e0;
}
.tw-bg:hover {
    background: #81C9FF;
}
.fb-bg {
    background: #4267b2;
    -webkit-box-shadow: 0 3px 0 #4267b2;
    -moz-box-shadow: 0 3px 0 #4267b2;
    box-shadow: 0 3px 0 #4267b2;
}
.fb-bg:hover {
    background: #6387D8;
}
.hb-bg {
    background: #00a4de;
    -webkit-box-shadow: 0 3px 0 #00a4de;
    -moz-box-shadow: 0 3px 0 #00a4de;
    box-shadow: 0 3px 0 #00a4de;
}
.hb-bg:hover {
    background: #33ADF1;
}
.gp-bg {
    background: #dd4b39;
    -webkit-box-shadow: 0 3px 0 #AB2B1A;
    -moz-box-shadow: 0 3px 0 #AB2B1A;
    box-shadow: 0 3px 0 #AB2B1A;
}
.gp-bg:hover {
    background: #F37162;
}

.sns-single {
    padding: 30px;
    background: #eee;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}
.feedly {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}
.feedly-thumb {
    display: table-cell;
    width: 50%;
}
.feedly-thumb > img {
    width: 303px;
    height: 180px;
}
.feedly-text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    background: #555;
    text-align: center;
}
.feedly-lead {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.fb-share-btn > a {
    display: block;
    color: #fff;
    width: 190px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.fb-bg {
    background: #4368BD;
    -webkit-box-shadow: 0 3px 0 #2B488A;
    -moz-box-shadow: 0 3px 0 #2B488A;
    box-shadow: 0 3px 0 #2B488A;
}
.sns-share-list-single {
    margin: 0 -5px;
    clear: both;
}
.sns-share-item-single:first-child {
    margin-left: 0;
}
.sns-share-item-single {
    float: left;
    width: 25%;
    padding: 0 5px;
}
.sns-share-item-single > a {
    display: block;
    padding: 12px 0;
    text-align: center;
    line-height: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.sns-share-icon {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}
.sns-share-item-single > a {
    display: block;
    padding: 12px 0;
    text-align: center;
    line-height: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.sns-share-item-single > a:hover {
    -webkit-transform: translate3d(0px,3px,0);
    -moz-transform: translate3d(0px,3px,0);
    transform: translate3d(0px,3px,0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}




/* ブログロール
----------------------------------------------- */
.rss {
    background: #fff;
    height: 390px;
    overflow: auto;
    -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;
}
.rss-name{
    font-size: 15px;
    background: #4c4c4c;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.blogroll-list img.blogroll-icon{
    vertical-align: initial;
}
.blogroll-list, .blogroll-ad-img {
    padding: 7px 10px;
    border-top: 1px solid #eee;
}
.blogroll-link {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rss .blogroll-channel{
    padding:initial;
}
.rss .blogroll-channel .blogroll-ad-text{
    margin:initial;
}
.rss .blogroll-channel img.blogroll-icon, .blogroll-channel img.blogroll-favicon {
    margin: 3px 5px 0 0;
}
.blogroll-ad-default{
    padding-left: 10px;
}


/* コメント
----------------------------------------------- */
.comments {
    margin-bottom: 50px;
}
#article-options h3.section-title-single{
    display:block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
ul.comment-list {
    margin-bottom: 50px;
}
.comment-item {
    margin-top: 20px;
}
.comment-item:first-child {
    margin-top: 0;
}
.comment-meta {
    margin-bottom: 10px;
}
.comment-meta > p {
    float: left;
    font-size: 12px;
    margin-right: 10px;
}
.comment-num {
    line-height: 24px;
}
.comment-author {
    font-weight: bold;
    color: green;
    line-height: 24px;
}
.comment-date {
    color: gray;
    line-height: 24px;
}
.comment-reply > a {
    display: block;
    background: #e6e6e6;
    padding: 5px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    -webkit-box-shadow: 0 3px 0 #cacaca;
    -moz-box-shadow: 0 3px 0 #cacaca;
    box-shadow: 0 3px 0 #cacaca;
}
.comment-reply > a:hover {
    -webkit-transform: translate3d(0px,3px,0);
    -moz-transform: translate3d(0px,3px,0);
    transform: translate3d(0px,3px,0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.comment-body {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    padding: 0 0 0 20px;
}
span.submit {
    display: block;
}
.comment-form-body #comment-form-tools span.submit{
    float:initial;
}
#comment-form-tools button[type="submit"] {
    width: 100%;
    outline: none;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 20px 0;
    border-radius: 5px;
    background: #4c4c4c;
    line-height: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#comment-form-tools button[type="submit"]:hover {
    background: #f27900;
}
.comment-form-guide{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#comment-form .comment-form-body .facemark, #comment-form .comment-form-body .rating, #comment-form .comment-form-body .memorize {
    display: none;
}
.comment-form-body #comment-form-tools{
    background:none;
    border: none;
}
#comment-form fieldset {
    border: none;
}
#comment-form legend {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.comment-form-author {
    margin-bottom: 20px;
}
.comment-form-author label, .comment-form-body label {
    display: block;
    margin-bottom: 5px;
}
#comment-form input, #comment-form textarea {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 10px !important;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


/* single-ページ送り*/
.nav-single-item {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
}
.nav-single-item > a {
    display: block;
    text-align: center;
    background: #f27900;
    color: #fff;
    padding: 20px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 #994c00;
    -moz-box-shadow: 0 3px 0 #994c00;
    box-shadow: 0 3px 0 #994c00;
}
.nav-single-item > a:hover {
    background: #ff9933;
    -webkit-transform: translate3d(0px,3px,0);
    -moz-transform: translate3d(0px,3px,0);
    transform: translate3d(0px,3px,0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* パンくずリスト
----------------------------------------------- */
.breadcrumb {
    border-top: 1px solid #ddd;
    background: #fbfbfb;
}
.breadcrumb-item {
    float: left;
    color: #8c8c8c;
}
.breadcrumb-item > a {
    display: inline-block;
    padding: 12px 0;
    font-size: 12px;
    margin: 0 7px;
}
.breadcrumb-item:first-child > a {
    margin-left: 0;
}
.breadcrumb-last {
    display: inline-block;
    padding: 12px 0;
    font-size: 12px;
    margin: 0 7px;
    color: #8c8c8c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
}


/* サイドバー
----------------------------------------------- */
.sidetitle{
    font-size: 15px;
    background: #4c4c4c;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.side{
    background:#fff;
    border: 1px solid #eee;
    -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);
    margin-bottom:40px;
}
.sidebody > a {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    padding: 10px;
}
.category-parent {
    border-top: 1px solid #eee;
}
.category-parent:first-child {
    border-top: none;
}

/* タグクラウド */
.side ul.tagcloud{
    padding:10px;
}
.side ul.tagcloud > li{
    margin-right:7px;
    margin-top: 7px;
    float:left;
}
.side > ul.tagcloud > li.tag-weight-0, .side > ul.tagcloud > li.tag-weight-1, .side > ul.tagcloud > li.tag-weight-2, .side > ul.tagcloud > li.tag-weight-3, .side > ul.tagcloud > li.tag-weight-4{
    font-size:14px;
}
.side ul.tagcloud > li > a{
    display:block;
    padding:3px 5px;
    border: 1px solid #eee;
    color:#fff;
    background:#f27900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

/* メッセージ */
.side .message-box{
    padding:10px;
}
.side .message-box form{
    margin-top:10px;
}

/* 検索 */
aside.sub .side > form input{
    margin: 10px 0 10px 10px;
}

/* 人気記事（画像付き */
.side ul.recent-article-image li{
    border-top: 1px solid #eee;
    padding: 7px 10px;
}
/*
.side ul li.popularArticleWithImage {
    border-top: 1px solid #eee;
    padding: 7px 10px;
}
*/
.side ul li.popularArticleWithImage .image {
    margin: 0;
}
.side ul li.popularArticleWithImage img {
    width:60px;
    border: 0;
    margin: 0 5px 0 0;
    float: left;
}
.side div.popularArticlesWithImage.A ul li{
   margin:initial;
   width:318px;
}
.side div.popularArticlesWithImage.A ul li a{
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    border-radius: initial;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* footer
----------------------------------------------- */
.footer-bottom {
    background: #5D5D5D;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    font-size: 12px;
}



/* -----------------------------------------------
ヘッダー
----------------------------------------------- */


/* ヘッダー　ブルーのエリア
----------------------------------------------- */

#blog-header01{
	border-bottom: 1px solid #0294df;
	background: #5a9ef3; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a9ef3 0%, #026acb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a9ef3), color-stop(100%,#026acb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5a9ef3 0%,#026acb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5a9ef3 0%,#026acb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5a9ef3 0%,#026acb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5a9ef3 0%,#026acb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9ef3', endColorstr='#026acb',GradientType=0 ); /* IE6-9 */
}

#blog-header01 .header-inner01{
	margin:0 auto;
	width:1170px;
	display:table;
	padding:11px 0;
}

/* ヘッダー　タイトル
----------------------------------------------- */
hgroup{
	margin-right:11px;
	width:422px;
	*width:412px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
hgroup h1{
	width:422px;
	*width:412px;
}
hgroup h1 a{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}
hgroup h2{
	width:422px;
	margin:10px 0 0 3px;
	color:#ffffff;
}

/* ヘッダー　広告
----------------------------------------------- */
.header-inner01 .ads01{
	width:650px;
	text-align: right;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}

/* ヘッダー　グレーのエリア
----------------------------------------------- */
#blog-header02{
	zoom:100%;
	background: #292929; /* Old browsers */
	background: -moz-linear-gradient(top,  #292929 0%, #343434 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#343434)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 0%,#343434 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 0%,#343434 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 0%,#343434 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 0%,#343434 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
}

#blog-header02 .header-inner02{
	margin:0 auto;
	width:1170px;
}

#blog-header02 .header-inner02:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* ヘッダー　メニュー
----------------------------------------------- */
.header-inner02 ul.header-menu{
	width:744px;
	border-left:1px solid #000000 ;
	height:auto;
	float:left;
}

ul.header-menu li{
	color:#ffffff;
	font-size:18px;
	list-style:none;
	float:left;
	border-top:1px solid #323232;
	border-bottom:1px solid #6c6c6c;
	border-right:1px solid #6c6c6c;
}

ul.header-menu li a{
	padding:0 22px;
	height:51px;
	line-height:51px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	border-right:1px solid #000000;
}

ul.header-menu li:first-child a{
	border-left:1px solid #6c6c6c;
}

ul.header-menu li a:hover{
	background: #181818; /* Old browsers */
	background: -moz-linear-gradient(top,  #181818 0%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#181818), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #181818 0%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #181818 0%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #181818 0%,#202020 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #181818 0%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	width:420px;
	float:right;
	padding-top:17px;
}
.header-sarch img{
	margin-top:-3px;
}
.header-sarch img:hover{
	opacity: 0.6;
}
.header-sarch li{
	float:left;
	list-style:none;
	margin-left:20px;
}

/* 検索 */
.header-sarch input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}

.header-sarch input.sf,
.header-sarch input.sfbtn {
	border: 1px solid #aaa;
	height: 20px;
	line-height: 18px;
	outline: 0;
}
.header-sarch input.sf {
	background-color: #fff;
	background-position: 4px -264px;
	border-radius: 10px 0 0 10px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	vertical-align: top;
	width: 225px;
	*width: 180px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-sarch input.sfbtn {
	border-left: 0;
	border-radius: 0 10px 10px 0;
	float:right;
	text-shadow: 0 1px 0 #fff;
	width: 75px;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}
.header-sarch input.sfbtn:hover,
.header-sarch input.sfbtn:focus {
	color: #2e90c5;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */

#wrapper{
}


/* コンテンツのカラム幅
----------------------------------------------- */

/* コンテンツ全体 */
#container{
	width:1170px;
	margin:0 auto;
	position: relative;
}

/* コンテンツ　左側のカラム */
.left-container{
	width:200px;
	float:left;
	background: #eaeaea;
}
.left-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
}

/* コンテンツ　中央メインのカラム */
.main-container{
	width:650px;
	float:left;
	margin:0 10px;
}

/* コンテンツ　右側のカラム */
.right-container{
	width:300px;
	float:left;
}


/* コンテンツ　３カラムの上のエリア
----------------------------------------------- */

/*画像付きRTorコメントリスト*/
.listWithImage{
	margin-left:-5px;
}
.listWithImage li{
	margin-bottom:0 !important;
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage div.popularArticlesWithImage.A ul li{
	border: 1px solid #cfcfcf;
}
.listWithImage div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
.listWithImage div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 2px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
}

.listWithImage div.popularArticlesWithImage.A div.retweet,
.listWithImage div.popularArticlesWithImage.A div.comment{
	background:#ffffff !important;
}


/* コンテンツ　中央メインのカラム
----------------------------------------------- */

/*BlogRoll*/

/*全体の設定*/
.rss-blogroll:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll {
	zoom:100%;
	border:2px solid #b0b0b0;
	margin-bottom:10px;
	padding: 3px 0;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left:5px;
	width:315px;
	height:284px;
	overflow: auto;
	float: left;
	font-size: 12px;
	padding:0 0 0 0;
	margin-bottom:0;
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.3;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}
.rss-blogroll .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

/*NEWの文字の設定*/
.rss-blogroll .blogroll-new-entry{
	color: #ff0a00;
	font-size: 11px;
	font-weight: bold;
}


/*メッセージボード*/
.message-board-outer{
	margin-bottom:10px !important;
	padding:10px;
	border:3px solid #2a5ccd;
	background:#d4e3ff;
	font-size:16px;
	line-height:1.6;
}
.message-board-outer a{
	text-decoration:none;
}
.message-board-outer a:hover{
	text-decoration:underline;
}


/*記事タイトル*/
/*
.article-title{
	padding:15px;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	line-height:1.2;
	border-left:5px solid #000000;
	background: #589ef3; /* Old browsers */
	background: -moz-linear-gradient(top,  #589ef3 0%, #026acb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#589ef3), color-stop(100%,#026acb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #589ef3 0%,#026acb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #589ef3 0%,#026acb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #589ef3 0%,#026acb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #589ef3 0%,#026acb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589ef3', endColorstr='#026acb',GradientType=0 ); /* IE6-9 */
}
.article-title a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.article-title a:hover{
	text-decoration:underline;
}
*/

/*記事タイトル下の記事情報*/
.article-header-inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-header-inner {
	margin-bottom:15px;
	padding:13px 5px;
	background:#c0d9f7;
	zoom:100%;
}

/*投稿時間 カテゴリー 部分*/
.article-header-top:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-header-top {
	zoom:100%;
}

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	padding-left:18px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_date.png) no-repeat left 50%;
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	padding-left:16px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_category.png) no-repeat left 50%;
}
.article-header-category li{
	list-style:none;
}
.article-header-category dt{
	display:none;
}
.article-header-category dd{
	padding: 0 5px;
	float:left;
}
.article-header-category dd a {
	color:#333;
	text-decoration:none;
}
.article-header-category dd a:hover{
	text-decoration:underline;
}

/*ソーシャルボタン - 記事タイトル下の記事情報*/
	.article-social-btn{
}



/*記事本文*/
/*
.article-body{
	margin-bottom:40px;
	padding: 0 20px;
	}
.article-body a{
	color:#0132cc;
	text-decoration:none;
}
.article-body a:hover{
	text-decoration:underline;
}
.article-body a:visited{
	color:#b67448;
}

/*引用*/
.article-body-inner blockquote{
	background: #efefef;
	padding:15px;
}
.article-body-inner blockquote:before{
	display:none;
}
*/

/*続きを読む*/
/*
.article-body-continue{
	margin:30px 0 0;
	padding:17px 22px;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	background:#c0d9f7;
	display:block;
}
.article-body-continue a,
.article-body-continue a:hover.
.article-body-continue a:visited{
	color:#0033c7;
}
*/


/*記事下の記事情報　（個別記事ページのみ）*/
/*
.article-footer:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-footer {
	zoom:100%;
	margin-bottom: 40px;
	padding: 10px;
	color: #333333;
	background: #efefef;
}
*/

/*コメント - 記事下の記事情報*/
/*
.article-footer .article-footer-comment{
	padding-left:18px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float:left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_comment.png) no-repeat left 50%;
}
.article-footer .article-footer-comment a{
	color: #333;
	text-decoration: none;
}
.article-footer .article-footer-comment a:hover{
	text-decoration: underline;
}
*/

/*ソーシャルボタン - 記事下の記事情報*/
.article-footer .article-social-btn{
	float:right;
}


/* サブリスト2種
　　カテゴリの最新記事　article-sub-category related-articles
　　人気記事ランキング article-sub-popular
----------------------------------------------- */

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #000000;
}


/*カテゴリの最新記事 , 人気記事ランキング */
.related-articles,
.article-sub-popular {
	padding-bottom: 20px;
}

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	color:#0132cc;
	text-decoration: none;
}
.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
}
.article-sub-category a:visited,
.article-sub-popular a:visited{
	color:#b67448;
}


/*カテゴリの最新記事*/
.article-sub-category ul{
	padding-left: 18px;
}
.article-sub-category li{
	padding: 0 0 5px 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}


/*人気記事ランキング*/
.article-sub-popular .popularArticlesWithImage.A ul{
	text-align: left;
}



/* コメント　トラックバック
----------------------------------------------- */

/*タイトル - コメント/トラックバック共通*/
.article-option-title{
	margin-bottom: 15px;
	padding:10px 0 10px 10px;
	color: #333333;
	font-size: 16px;
	border-left: 5px solid #000000;
	background: #efefef;
}


/* コメント トラックバック　共通利用
----------------------------------------------- */

/*コメントエリア　トラックバックエリア*/
/*
#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	padding-left: 18px;
}
*/

/*コメントのセット　トラックバックのセット*/
/*
.comment-set{
	padding: 10px 0;
	color: #333333;
	border-top: 1px dashed #cccccc;
	font-size: 12px;
	list-style: none;
}
.comment-set:first-child{
	border-top:none;
}
*/

/*コメントの番号　トラックバックの番号*/
/*
.comment-number{
	margin-right: 10px;
}
*/

/*コメント主の名前　トラックバックのブログタイトル*/
/*
.comment-author{
	color: #227a22;
	margin-right: 10px;
	font-weight: normal;
}
.comment-author a{
	color: #0132cc;
	text-decoration: none;
}
.comment-author a:hover{
	color: #0132cc;
}
*/

/*コメントの日時とID　トラックバックの日時*/
/*
.comment-date{
	color: #666666;
}

.comment-body{
	padding-bottom: 0;
	font-size: 16px;
	color: #333333;
}
*/

/*トラックバックの記事*/
/*
.comment-url a{
	color: #0132cc;
}
*/

/* コメントフォーム
----------------------------------------------- */
/*
.comment-form-title{
	font-weight: bold;
}

#comment-form{
	margin-top: 5px;
	background: #efefef;
	padding: 20px 0;
}
*/
/*コメント入力欄*/
/*
#comment-form textarea{
	resize: vertical;
}
*/


/* -----------------------------------------------
ナビゲーション
参考URL：http://wiki.livedoor.jp/staff/d/DesignTemplate/Navigation
----------------------------------------------- */

/* トップページ　カテーゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*ナビゲーション共通*/
.pager{
	font-size:17px;
}

/*数字の色*/
.pager a{
	color:#ffffff;
}
ol.paging-number li.current span{
	color:#ffffff;
}

/* 背景の色 */
ol.paging-number li,
li.paging-prev,
li.paging-next,
li.paging-first,
li.paging-last{
	background:#7191f4;
	display:block;
	height:34px;
	line-height:34px;
	padding:0 5px;
}


/* マウスホバー時の背景の色 */
li.paging-prev:hover,
li.paging-next:hover,
li.paging-first:hover,
li.paging-last:hover,
.index-navigator li li:hover,
ol.paging-number li.current{
	background:#0033cc;
}


/* ページング幅調節 */
ul.index-navigator li a, ul.index-navigator li span,
ul.index-navigator li a, ul.index-navigator li.current span{
	margin: 0 0 0 0px;
	padding:0 6px;
	line-height: 34px;
}
ul.index-navigator{
	height:34px;
	margin:0 0 10px 0;
}

ul.index-navigator li.paging-number{
	margin: 0 0 !important;
}

/* 間をあける */
ul.index-navigator li, ul.index-navigator li ol {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px !important;
}



/* 個別記事ページ
----------------------------------------------- */

/*ナビゲーション全体*/
.article-pager-type2 ul.article-pager,
.article-pager-type2 ul.archives-pager{
	padding: 0 0 0 0;
}

.article-pager-type2 ul.article-pager li,
.article-pager-type2 ul.archives-pager li{
	margin: 0;
}


/*前の記事へ*/
.article-pager-type2 .article-pager .prev{
	float: left;
	padding-left: 20px;
	width: 300px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_prev.png) no-repeat left 3px;
	text-align: left;
	text-indent: -7px;
	word-wrap:break-word;
}


/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	padding-right: 10px;
	width: 300px;
	float: right;
	text-align: right;
	word-wrap:break-word;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_next.png) no-repeat right 3px;
}


/*文字について*/
.article-pager-type2 ul.article-pager li a,
.article-pager-type2 ul.archives-pager li a{
	padding: 0 ;
	width: 300px;
	font-size: 13px;
	color: #666666;
	word-wrap:break-word;
	display: block;
}

/*マウスオーバーについて*/
.article-pager-type2 ul.article-pager li a:hover,
.article-pager-type2 ul.archives-pager li a:hover {
	background: none !important;
	text-decoration: underline;
}


/* カテゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*アーカイブのタイトルの全体設定*/
/*
.archives-header{
	background: #ededed;
	color: #333333;
	padding: 10px;
	margin-bottom: 10px;
}
*/

/*アーカイブのタイトル*/
/*
.archives-header h1{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
*/



/* -----------------------------------------------
サイド
----------------------------------------------- */

/* サイドカラム共通設定
----------------------------------------------- */

/*サイド右上広告*/
/*
.right-container-ads{
	margin-bottom: 10px
}

.sidewrapper{
	font-size:14px;
}
*/


/*サイドカラムのリンク色*/
/*
.sidewrapper a{
	color:#0030ff;
	text-decoration:none;
}
.sidewrapper a:hover{
	text-decoration: underline;
}
.sidewrapper a:visited{
	color:#7f4bc0;
}
*/

/* plugin全体への設定 */
/*
.side:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.side {
	zoom:100%;
	margin:10px 0;
}
*/

/*サイドカラムのタイトル*/
/*
.sidetitlebody{
	padding:5px 10px;
	background:#484848;
	color:#ffffff;
}
.sidetitle a{
	color: #ffffff ;
}
.sidetitle a:visited{
	color: #ffffff ;
}
*/


/*サイドカラムのリスト*/
/*
.sidebody{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #e5e5e5;
	line-height:1.2;
}
.sidebody:first-child{
	border-top:none;
}
.sidebody.category-child{
	padding-left:13px;
}
*/

/* 左カラム専用スタイル
----------------------------------------------- */

/*左カラムの共通設定*/
/*
.left-container .side{
	padding: 0 10px 0 10px;
}
*/

/* 最新記事(画像付)
----------------------------------------------- */
/*
.left-container .plugin-recent_articles_image{
	font-size: 13px;
	line-height: 1.2;
}
*/


/* ギャラリー
----------------------------------------------- */

/*ギャラリー共通スタイル*/
.plugin-recent_images .side{
	margin-bottom: 0;
}
.galleryThumbnail li{
	float: left;
	padding: 0 10px 0 0;
}

/*ギャラリー左カラム*/
/*
.left-container .plugin-recent_images .side{
	padding: 0 0 0 10px;
}

.left-container .plugin-recent_images li{
	width: 53px;
	height: 62px;
	*width: 51px;
	*height: 51px;
}
.left-container .plugin-recent_images img{
	width: 51px;
	height: 51px;
}
*/

/*ギャラリーが右カラム*/
/*
.right-container .plugin-recent_images .side{
	width: 310px
}
.right-container .plugin-recent_images li{
	width: 93px;
	height: 103px;
	*width: 91px;
	*height: 91px;
}
.right-container .plugin-recent_images img{
	width: 91px;
	height: 91px;
}
*/


/* カレンダー
----------------------------------------------- */

/*カレンダー共通設定*/
.plugin-calendar_default{
	font-size:14px;
	margin:0 0 20px 0;
}

/*カレンダー年月*/
.calendarheadbody{
	padding: 5px 10px;
	background: #484848;
	font-size: 14px;
	color: #ffffff;
}
.calendarheadbody a{
	color: #ffffff;
}
.calendarheadbody a:visited{
	color: #ffffff;
}

/*カレンダーの体裁*/
.plugin-calendar_default table{
	border-collapse: separate;
	border-spacing: 1px;
}
.calbody{
	color:#8d8d8d;
}
table.caltblday td{
	border: 1px solid #eeeeee;
}

/*リンク背景*/
table.caltblday td a{
	color:#ffffff;
	background:#0033cc;
}
table.caltblday td a:hover{
	text-decoration:underline;
}
table.caltblday td a:visited{
	color:#ffffff;
}

/*曜日*/
.sun{
	color:#ff5d59;
	font-weight:bold;
}
.sat{
	color:#4e8cff;
	font-weight:bold;
}
.weekday{
	font-weight:bold;
}


/* 人気記事（画像付）
----------------------------------------------- */

.plugin-popular_articles_with_image li:hover{
	opacity: 0.6;
}
div.popularArticlesWithImage.B:hover a,
div.popularArticlesWithImage.C:hover a{
	text-decoration:none !important;
}

.listWithImage .plugin-popular_articles_with_image .title{
	color: #333333 !important;
	line-height: 1.1 !important;
	background:#EBEBEB !important;
}

div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet{
	display: inline !important;
	text-shadow:none !important;
}

div.popularArticlesWithImage.B div.title{
	background:none !important;
	margin:10px 0 0 10px;
}
div.popularArticlesWithImage.C div.title{
	background:none !important;
	margin:10px 0 0 0;
}

/* 相互RSS
----------------------------------------------- */

/*
.sidewrapper .blogroll-channel{
	border:1px solid #b0b0b0;
	margin-bottom:10px;
	padding: 3px 0;
}

.sidewrapper .blogroll-channel .blogroll-list{
	padding:5px !important;
	list-style-type: none;
	line-height: 1.3;
	font-size: 13px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}
*/

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

/*フッターの全体設定*/
#blog-footer{
	margin-top:30px;
	height:80px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	border-bottom:1px solid #0e97df;
	background: #599df2; /* Old browsers */
	background: -moz-linear-gradient(top,  #599df2 0%, #036ecc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#599df2), color-stop(100%,#036ecc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #599df2 0%,#036ecc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #599df2 0%,#036ecc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #599df2 0%,#036ecc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #599df2 0%,#036ecc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599df2', endColorstr='#036ecc',GradientType=0 ); /* IE6-9 */
}


/*フッターのコピーライト部分*/
#blog-footer #footer{
	height:80px;
	color:#ffffff;
	line-height:80px;
}
#blog-footer #footer a{
	color:#ffffff;
}


/*トップへ戻る*/
.to-pagetop {
	bottom: -105px;
	position: absolute;
	right: -5px;
}


/* -----------------------------------------------
リセット　他のCSSが影響している場合にここでリセットします
----------------------------------------------- */

/* reset for template_6thgen.css
----------------------------------------------- */

body.layout-2col .message-board{
	margin-top:0;
}


/* reset for template.css
----------------------------------------------- */

.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe{
	margin: 0 ;
}