@charset "UTF-8";

/*
Font
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:500);

/*
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,
,hgroup,menu,nav,section {
display: block;
}

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

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

a:hover {
color: #999;
text-decoration: underline;
}

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

/*
Layout
*/

.inner {
    width: 1134px;
margin: 0 auto;
}

.header {
    background: #fff url(http://matomelover.net/images/header_cloud_bg.png) repeat-x !important;
    position: relative;
    z-index: 10;
}
.header-bottom {
    background: #B7E3ED;
}
.main {
width: 728px;
float: left;
padding-top: 21px;
}

.sub {
width: 320px;
float: right;
padding-top: 34px;
}

.footer {
background: #4c4c4c;
}

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

/*
Module
*/

/* ヘッダー */
.header-top {
padding: 8px 0 8px;
}

.blog-title {
float: left;
}

.blog-title > a {
display: block;
}

/* ナビゲーション（ヘッダー） */
.nav-header-top {
float: right;
margin: 21px 34px 0 0;
}

.nav-site-item {
float: left;
margin-left: 20px;
}

.nav-header-bottom {
border-top: 1px solid #ddd;
}

.nav-category-item {
float: left;
width: 20%;
}

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

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

/* sns */

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

.tw-bg:hover {
background: #81C9FF;
}

.tw-tx {
color: #55acee;
}

.tw-tx:hover {
color: #55acee;
}

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

.fb-bg:hover {
background: #6387D8;
}

.fb-tx {
color: #4368BD;
}

.fb-tx:hover {
color: #4368BD;
}

.hb-bg {
background: #008fde;
-webkit-box-shadow: 0 3px 0 #00669E;
-moz-box-shadow: 0 3px 0 #00669E;
box-shadow: 0 3px 0 #00669E;
}

.hb-bg:hover {
background: #33ADF1;
}

.hb-tx {
color: #008fde;
}

.hb-tx:hover {
color: #008fde;
}

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

.gp-tx {
color: #dd4b39;
}

.gp-tx:hover {
color: #dd4b39;
}

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

.fe-bg:hover {
background: #89DC74;
}

.fe-tx {
color: #6cc655;
}

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

.rs-bg:hover {
background: #FFB862;
}

.ho-bg {
background: #FF8C00;
-webkit-box-shadow: 0 3px 0 #C57295;
-moz-box-shadow: 0 3px 0 #C57295;
box-shadow: 0 3px 0 #C57295;
}

.ho-bg:hover {
background: #F7A8C9;
}

.sns-search-wrapper {
float: right;
}

/* フォロー */
.sns-follow-list {
margin-bottom: 10px;
}

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

.follow-item-top {
width: 75px;
}

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

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

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

.follow-item-bottom > a {
width: 30px;
height: 30px;
line-height: 30px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.sns-follow-item > 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;
}

.sns-follow-item i {
font-size: 16px;
}

.icon-fe {
display: block;
background: url(http://livedoor.blogimg.jp/blogdev/imgs/1/1/1161bb48.png) center center no-repeat;
}

.follow-item-top > a > .icon-fe {
height: 16px;
}

.follow-item-bottom > a > .icon-fe {
height: 30px;
}

.sns-text {
display: block;
font-size: 12px;
margin-top: 2px;
}

/* シェア */
.sns-share-list {
float: right;
margin-right: 21px;
}

.sns-share-list-fixed {
display: none;
position: fixed;
top: 20px;
left: auto;
margin-left: -70px;
}

.sns-share-item {
float: left;
margin-left: 10px;
}

.sns-share-item > a {
display: block;
}

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

.sns-share-item .sns-share-icon {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-ms-transform:rotateY(0);
-webkit-transform:rotateY(0);
transform:rotateY(0);
}

.sns-share-item > a:hover .sns-share-icon {
-ms-transform:rotateY(360deg);
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg);
}

.sns-share-item-fixed {
margin-top: 10px;
}

.sns-share-item-fixed:first-child {
margin-top: 0;
}

.sns-share-item-fixed > a {
display: block;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 18px;
}

.sns-share-single {
margin-bottom: 50px;
}

.sns-share-list-single {
margin: 0 -5px;
clear: both;
}
.sns-share-list-single2{
    margin: 0px 0px;
    clear: both;
    padding: 34px;
    border: solid 1px #ccc;
}

.sns-share-item-single {
float: left;
width: 25%;
padding: 0 5px;
}

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

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

.sns-share-icon {
font-size: 18px;
margin-right: 5px;
position: relative;
vertical-align: top;
}

.icon-hb {
font-family: Verdana;
font-weight: bold;
top: -1px;
}

.icon-gp {
font-weight: bold;
}

.sns-list {
float: right;
}

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

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

/* 検索 */
.search {
position: relative;
}

.search-header {
float: right;
width: 235px;
height: 35px;
line-height: 35px;
border-radius: 35px;
overflow: hidden;
margin-top: 10px;
}

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

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

input::-webkit-input-placeholder {
color: #777;
}
 
input::-moz-placeholder {
color: #777;
}
 
input:-moz-placeholder {
color: #777;
}

input:-ms-input-placeholder {
color: #777;
}

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

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

.btn-submit-header > i {
display: block;
}
/* 人気記事 */
.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:hover {
background: #FFFFFF;
color: #999999 !important;
}

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

/* セクション */
.section {
margin-bottom: 40px;
}

.section-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
    text-align: center;
    background: rgba(27,127,204,.8);
    padding: 12px 0px;
    border: solid 1px;
}

.section-title-single0 {
font-size: 18px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 15px;
}

.section-title-single {
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}

.section-title-style-2ch {
margin-bottom: 20px;

}

.section-title-style-2ch > span {
font-size: 14px;
margin-right: 10px;
}

.style-2ch-author {
font-weight: bold;
color: green;
}

.style-2ch-date-id {
color: gray;
}

.red {
color: red !important;
}

/* 記事のデザイン */
.article {
margin-bottom: 21px;
}

.article-1col {
clear: both;
}

.article-2col {
float: left;
width: 50%;
}
.odd{margin-bottom: 21px;}

.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(27,127,204,.8);
border-bottom: 1px solid #d7d7d7;
}
.article-inner  .pict{
margin: 0 auto;
margin-bottom: 34px;
margin-top: 3px;
display: block;
}

.inner-1col {
    padding: 13px;
}
.inner-1col .article-text .article-meta{margin-bottom: 0px;}

.inner-2col {
padding: 250px 13px 8px;
}

.inner-single {
margin-top:40px;
padding: 30px;
}

.odd {
padding-right: 10px;
}

.even {
padding-left: 10px;
}

/* メタ */
.article-meta {
position: relative;
margin-bottom: 21px;
}
.article-meta.clear{ margin-bottom: 21px;}

.article-time {
font-size: 12px;
color: #888;
display: block;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}

.article-comment {
position: absolute;
top: -34px;
right: 10px;
min-width: 60px;
z-index: 10;
}



.article-comment > a {
display: block;
text-align: center;
width: 55px;
height: 55px;
background: rgba(27,127,204,.8);
-webkit-box-shadow: 0 3px 0 rgba(15, 57, 88, 0.8);
-moz-box-shadow: 0 3px 0 rgba(15, 57, 88, 0.8);
box-shadow: 0 3px 0 rgba(15, 57, 88, 0.8);
border-radius: 50%;
color: #fff;
padding: 7px;
}

.article-comment > a:hover {
color: #FFFFFF !important;
-webkit-transform: translate3d(0,3px,0);
-moz-transform: translate3d(0,3px,0);
transform: translate3d(0,3px,0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.comment-single > a:hover {
color: #FFFFFF !important;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-box-shadow: 0 3px 0 none;
-moz-box-shadow: 0 3px 0 none;
box-shadow: 0 3px 0 none;
margin-top: 5px;
}

.comment-count {
display: block;
font-size: 20px;
font-weight: normal;
margin-bottom: 3px;
}

.comment-text {
display: block;
font-size: 10px;
}

/* 記事のヘッダー */
.article-text {
width: 463px;
float: right;
}

.article-title {
color: #333;
overflow: hidden;
}

.title-1col {
    font-size: 18px;
    padding: 13px 21px;
    border: solid 1px #eee;
    line-height: 1.6;
    margin: 13px 21px;
    height: 113px;
}
/*
.title-1col a{
    box-shadow: 0px 0px 4px 0px gray;
    display: inline-block;
    padding: 5px 10px;
}
.title-1col a:hover{
    box-shadow: 0px 0px 1px 0px gray;
    display: inline-block;
}*/


.title-2col {
    font-size: 18px;
    padding: 13px 21px;
    margin: 21px 13px;
    line-height: 1.6;
    height: 134px;
    border: solid 1px #eee;
}
/*
.title-2col a{
    box-shadow: 0px 0px 4px 0px gray;
    display: inline-block;
    padding: 5px 10px;
}
.title-2col a:hover{
    box-shadow: 0px 0px 1px 0px gray;
    display: inline-block;
}*/

.title-single {
font-size: 22px;
line-height: 1.8;
    margin: 21px 13px;
    border: solid 1px #eee;
    padding: 21px;
}

/* サムネイル */
.thum-1col {
width: 220px;
height: 159px;
float: left;
}

.thum-2col {
width: 324px;
height: 220px;
position: absolute;
top: 15px;
left: 15px;
}

.article-thum > a  {
display: block;
}


/* 追尾*/
.fixed { position: fixed; 
	top: 20px; }

/* カテゴリー*/
.category-list {
float: left;
margin-left: 21px;
}

.category-list-top {
line-height: 18px;
}

.category-item {
float: left;
margin-right: 10px;
font-size: 12px;
}

.category-item > i {
margin-right: 5px;
color: #888;
}

/* タグ */
.tag-list {
float: left;
}

.tag-item {
float: left;
margin-right: 10px;
font-size: 12px;
}

.tag-item:first-child:before {
content: "\f02b";
font-family: FontAwesome;
font-size: 12px;
line-height: 1;
color: #999;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 5px;
}

/* article text and item */
.article-body {
font-size: 15px;
margin-bottom: 50px;
line-height: 1.6;
word-wrap: break-word;
word-break: break-all;
overflow: hidden;
}
.article-body-inner h2{
background: skyblue;
    padding: 3px 5px 3px 8px;
    margin: 55px 0px 34px 0px;
    border-left: solid 4px blue;
    box-shadow: 0px 2px 0px 0px #70a9c0;
    font-size: 18px;
}

.article-body-inner h3{
position: relative;
padding-left: 21px;
margin: 34px 0px;
font-size: 18px;
}

.article-body-inner h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 13px transparent;
border-bottom: solid 8px skyblue;
}
.article-body-inner h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 2px skyblue;
}


.article-body-inner h4{
    margin: 55px 0px 34px 0px;
    border-bottom: rgba(27,127,204,.8) 0.7px solid;
    font-size: 18px;
}
.article-body-inner p{
margin-bottom: 34px;
font-size: 16px;
}
.article-body-inner ul{    margin-left: 34px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 34px;}
.article-body-inner li{list-style: disc;}
.article-body-inner blockquote .t_b{
padding: 0px 0px 0px 10px;
font-size: 16px;
font-weight: normal;
}
.article-body-inner blockquote{
padding: 34px !important;;
margin: 21px 21px 34px !important;
border: solid 1px black !important;
background: #eee;
}
.article-body-inner blockquote a{display: block; margin-top: 21px; margin-bottom: 0px;}
.article-body-inner blockquote p{margin-bottom: 0px; margin-top: 21px; font-weight: 500;}

.article-body-inner a{
    outline: none;
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 34px;
}
.article-body-inner a:hover{
color: #999;
text-decoration: underline;
}

.pict {
-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;
}

/* related article */
.related-articles-wrapper {
margin-bottom: 40px;
}

.related-articles {
margin-top: 30px;
}

.related-articles:first-child {
margin-top: 0;
}

.related-articles.with-image h3 {
margin-top: 20px;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}

.related-articles.with-image ul {
margin: 0 -15px;
padding-left: 13px;
}

.related-articles.with-image ul li {
margin: 0 !important;
float: left;
width: 33.33333%;
margin: 0 !important;
padding: 5px 15px;
}

.related-articles.with-image ul li a {
display: block;
padding: 0 !important;
min-height: 204px;
}

.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;
overflow: hidden;
}

.related-articles ul{
margin-top: 20px;
background: white;
border: solid 1px #ccc;
padding: 13px;
}
.related-articles a{
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 13px 0px 10px 10px;
}
.related-articles ul>li:last-child>a{
border-bottom: none;
}
.related-articles a:hover{
background: #ccc;
text-decoration: underline;
}


/* コメント */
.article-option ol {
margin: 10px 0 0 0;
}

.related-articles ul li{
margin: 0px 0;
}

.related-articles ul li a {
font-weight: bold;
}

/* コメント一覧 */
.comments {
margin-top: 30px;
margin-bottom: 50px;
}

.comments-title {
font-size: 16px;
margin-bottom: 24px;
}

.comment-list {
    margin-bottom: 34px;
    padding: 34px;
    border: solid 2px #ccc;
    background: #fff7da;
}

.comment-item {
margin-top: 20px;
}

.comment-item:first-child {
margin-top: 0;
}

.comment-meta {
margin-bottom: 0px;
}

.comment-meta > p {
float: left;
font-size: 12px;
margin-right: 10px;
}

.comment-num {
line-height: 24px;
}

.comment-author {
color: black;
line-height: 24px;
}

.comment-date {
color: black;
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: 16px;
    line-height: 1.5;
    padding-left: 21px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 34px;
    margin-top: 5px;
    font-weight: 550;
}

/* コメント投稿 */
#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating,
#comment-form .comment-form-body .memorize {
display: none;
}

#comment-form fieldset {
border: none;
}

#comment-form legend {
font-size: 16px;
font-weight: bold;
margin-bottom: 13px;
}

.comment-form-author {
margin-bottom: 20px;
}

.comment-form-author label,
.comment-form-body label {
display: block;
margin-bottom: 0px;
}

#comment-form input,
#comment-form textarea {
width: 100%;
font-size: 15px;
line-height: 1.6;
padding: 10px !important;
border: 1px 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;
}

#comment-form textarea {
height: 134px;
}
#comment-form input:focus,
#comment-form textarea:focus {
border-bottom: 3px solid #999999;
}

span.submit {
display: block;
}

#comment-form-tools button[type="submit"] {
    width: 21%;
    outline: none;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 13px 0;
    border-radius: 5px;
    background: #999;
    line-height: 1.5;
}

#comment-form-tools button[type="submit"]:hover {
background: #777 !important;
}

/* ページランク */
.page-rank {
margin-top: 35px;
}

#acrp11_kijomatomelog,
.acr_ranking_sys {
width: 100% !important;
}
 
/* blog parts */
.sub .sidewrapper {
margin-bottom: 40px;
}
.sub div.sidewrapper:last-of-type{width: 320px;}

.sidetitlebody {
color: #5C564E;
}

.sub .sidetitlebody {
margin-bottom: 10px;
}

.footer-parts .sidetitlebody {
margin-bottom: 20px;
}


.sidetitle{
	position: relative;
	padding: .75em 1em;
	background-color: rgba(27,127,204,.8);
        color: #fff !important;
        font-weight: bold!important;
        margin-bottom: 25px;
}
.sidetitle::before,
.sidetitle::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.sidetitle::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: rgba(15, 57, 88, 0.8) ;
}
.sidetitle::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: rgba(15, 57, 88, 0.8) ;
}


.sub .sidetitle {
font-size: 15px;
color: #333;
}

.footer-parts .sidetitle {
font-size: 14px;
color: #fff;
}

.sidetop,
.sidebottom {
display: none;
}

.sub .side {
background: #fff;
padding: 10px;
-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;
}

.sidebody {
position: relative;
}

.sidebody:first-child {
margin-top: 0;
}

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

.sidebody > a {
font-weight: normal;
font-size: 13px;
line-height: 1.3;
display: block;
padding: 10px;
}

/*サイドバーコメント*/
.recent-comment-title{
　margin-bottom: 5px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    background: #ffa50066;
}
.recent-comment-title a{
    display: inline-block;
    padding: 10px 50px 10px;
}


/* plugin monthly article */
.sub .plugin-monthly .side {
padding: 0;
}

.plugin-monthly .sidebody > a:before {
content: "\f138";
font-family: FontAwesome;
display: inline-block;
margin-right: 5px;
color: #999 !important;
}

/* plugin category */
.sub .plugin-categorize .side {
padding: 0;
}

.plugin-categorize .sidebody > a:before {
display: inline-block;
content: "\f138";
font-family: FontAwesome;
margin-right: 5px;
color: #999 !important;
}

.category-toggle:before {
display: none !important;
}

.category-toggle:hover {
color: #fff;
background: #999;
}

.category-child > a:before {
color: #fff !important;
}

.category-parent {
border-top: 1px solid #eee;
}

.category-parent:first-child {
border-top: none;
}

.category-toggle {
position: absolute !important;
top: 0;
right: 0;
background: #999999;
color: #fff;
width: 36px;
text-align: center;
}

.category-child {
border-top: 1px solid #eee;
}

.category-child > a {
background: #999999;
color: #fff;
}

.category-child > a:hover {
background: #797979;
}

/* plugin recent article */
.sub .plugin-recent_articles  .side,
.sub .plugin-recent_articles_image .side {
padding: 0;
}

.sub .plugin-recent_articles .sidebody {
margin-top: 0;
border-top: 1px dashed #BEB29E;
}

.sub .plugin-recent_articles .sidebody:first-child {
border-top: none;
}

.sub .plugin-recent_articles .sidebody > a {
padding: 10px;
}

.sub .side ul.recent-article-image li {
padding-bottom: 0;
line-height: 1;
border-top: 1px solid #eee;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.sub .side ul.recent-article-image li:hover {
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.sub .side ul.recent-article-image li:first-child {
border-top: none;
}

.sub ul.recent-article-image > li > a:first-child {
width: 100px;
padding: 8px;
float: left;
}

.sub .side ul.recent-article-image li img {
margin: 0;
float: none;
}

.sub ul.recent-article-image > li > a:first-child + * {
float: left;
width: 199px;
font-weight: normal;
line-height: 1.5;
padding: 13px;
font-size: 13px;
color: #333;
}

.sub ul.recent-article-image > li:hover > a:first-child + * {
color: #F793A9;
}

/* popular */

.popular {
    padding: 13px 0px 21px;
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
    background: url(http://livedoor.blogimg.jp/kasotti/imgs/6/0/605564da.png);
    background-size: cover;
    border-top: 2px solid  skyblue;
    border-bottom: 2px solid skyblue;
    box-shadow: 0px 3px 1px 1px inset #525252;
}

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

.popular-title {
font-size: 20px;
color: #fff;
float: left;
padding-top: 5px;
font-weight: bold;
}

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

.popular-three {
display: none;
}

.popular-week {
display: none;
}

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: #999999 !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;
}

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

.popular-item {
margin: 0 -5px;
display: none;
}

.popular-item.active {
display: block;
}

.popular-item div.popularArticlesWithImage.A {
margin: 0;
}

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

div.popularArticlesWithImage.A ul li a {
width: 267px !important;
height: auto !important;
border: none;
padding: 13px !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;
}

.popular div.popularArticlesWithImage.A ul li a {
width: 100% !important;
height: auto !important;
border: none;
padding: 8px 13px 8px 13px !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 ul li a:hover {
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

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

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

.sub .plugin-popular_articles_with_image .side {
background: none;
padding: 0;
border: none;
border-radius: 0;
box-shadow: none;
}

.sub div.popularArticlesWithImage.A ul li {
margin-bottom: 0;
margin-top: 10px;
}

.sub div.popularArticlesWithImage.A ul li:first-child {
margin-top: 0;
} 

/* 広告 */
.ad-article {
margin-bottom: 50px;
}

#gad-fixed-r {
text-align: center;
}

/* ページネーション */

ul.index-navigator {
text-align: center;
margin-top: 34px;
}

ul.index-navigator li {
display: inline-block;
}

ul.index-navigator li.paging-number ol.paging-number li.current {
margin: 0 5px;
}

.paging-prev a {
margin: 0 5px 0 0 !important;
}

.paging-number {
margin: 0 !important;
}

.paging-last {
margin-right: 0 !important;
display: none !important;
}


/*ナビ　カスタマイズ*/
ul.index-navigator li.paging-number ol.paging-number li.current span {
    font-weight: normal;
    display: block;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #999;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 0px #cacaca;
    font-weight: blod;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
ul.index-navigator li a {
    margin: 0;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(27,127,204,.8);
    box-shadow: 0px 2px 2px 0px #cacaca;
}
ul.index-navigator li a:hover{
box-shadow: none;
}
/*ナビ　カスタマイズ　ここまで*/


/* RSS */
.rss {
background: #fff;
height: 350px;
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: 4px 4px 7px 0px rgba(0,0,0,0.1) inset;
border: solid 1px #ffcf77;
}


.fct-rss{
    height: 300px;
    background: #fff;
    overflow: scroll;
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.1) inset;
    border: solid 1px #ffcf77;
    text-align: left;
}
.fct-rss::-webkit-scrollbar{display:none;}
.fct-ul li{padding: 5px 0px;}
.fct-ul li>a{color: white;}
  
.rssp{
    margin-bottom: 13px;
    font-size: 20px;
    background: #ffcf77;
    padding: 13px 0px;
    padding-left: 15px;
    text-align: center;
    border: solid 1px;
}

.rssp2{
    font-size: 18px;
    margin: 34px 0px 13px 0px;
    background: #ffcf77;
    padding: 13px 0px;
    padding-left: 15px;
    text-align: center;
    border: solid 1px;
}

.rss-article {
border: 1px solid #eee;
margin-bottom: 50px;
}

.blogroll-list-wrap {
border-bottom: 1px solid #eee;
}

.blogroll-list {
border-top: 1px solid #eee;
}

.blogroll-list:first-child {
border-top: none;
}

.blogroll-category-name {
font-size: 14px;
background: #999;
color: #fff;
padding: 10px;
}

.blogroll-icon {
display: none;
}
.blogroll-link {
font-weight: normal;
font-size: 14px;
line-height: 1.3;
overflow: hidden;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


.blogroll-ad-img {
padding: 10px;
}

.blogroll-ad-default {
padding: 0 10px 10px;
}


/* 記事のナビゲーション */
.nav-single-list {
margin: 34px 0px;
}

.nav-single-bottom {
margin: 0 -5px;
}

.nav-single-item {
float: left;
width: 33.33333%;
padding: 0 5px;
}

.nav-single-item > a {
    display: block;
    text-align: center;
    background: #999;
    color: #fff;
    padding: 13px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 #666 !important;
    -moz-box-shadow: 0 3px 0 #666 !important;
    box-shadow: 0 3px 0 #666 !important;
}

.nav-single-item > a:hover {
color: #FFF !important;
-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;
}

.sns-single {
padding: 30px;
background: #eee;
border: 1px solid #ddd;
margin-bottom: 50px;
}

/* 記事の関連キーワード */
.keyword-list {
margin-bottom: 40px;
}

.keyword-item {
float: left;
margin: 0 10px 10px 0;
}

.keyword-item > a {
display: block;
background: #e6e6e6;
padding: 7px 10px;
font-size: 12px;
font-weight: normal;
color: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 0 #cacaca;
-moz-box-shadow: 0 3px 0 #cacaca;
box-shadow: 0 3px 0 #cacaca;
}

.keyword-item > 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;
}


.sub .sidetitle {
    font-size: 15px;
    color: #999;
    position: relative;
    text-align: center;
}


#comment-form-tools button[type="submit"]:hover {
    background: #999999;
}

.site-nav > a:hover {
    color: #fff !important;
    background: #999999 !important;
}

.plugin-categorize .sidebody > a:before {
    color: #999 !important;
}
.relation-sites a {
    color: #1E1EB3;
}
p.daily_count_free_area {
    padding: 0px 0 !important;
}
.plugin-monthly .sidebody > a:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #999 !important;
}
ul.daily_count.type_counter li dt:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    color: #999 !important;
}
.sub .side select {
    margin: 10px 0;
    width: 260px;
    font-size: 14px;
}


/*ポップアップ機能*/
#mypopup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:12px;
color:#111;
background-color:#ffc;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}

#mypopup li.comment-date, #mypopup li.comment-author{
display: inline;
color: black;
}

/*フッター*/

.footer {
    background: #999;
}

.footer-bottom {
border-top: solid 2px skyblue;
padding-top: 21px;
height: 189px;
background: url(http://livedoor.blogimg.jp/kasotti/imgs/3/d/3dcf01de.png);
background-size: cover;
}

footer#page-bottom span a {
    color: #fff;
}
footer#page-bottom a span:hover {
    color: #999999 !important;
}
.footerad{
text-align: center;
}

.footer-bottom2{ overflow: hidden; margin-top: 21px; padding: 0px 8px; border-top: solid 0.5px #999999;}
/*ここから先自分でやったやつ*/
.t_h{
    border-left: 2px solid rgba(27,127,204,.8);
    border-bottom: 1px solid rgba(27,127,204,.8);
    padding: 0 0 0 5px;
    zoom: 0.7;
    margin-bottom: 0;
}
.article-body-inner blockquote .t_h{
    margin-bottom: 34px;
}
.t_b{
    padding: 34px 34px 34px 21px;
    font-weight: bold;
    font-size: 18px;
}

blockquote{
background-color:#a6bfad;
padding:1em;
position:relative;
z-index:1;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#fff;
position:absolute;
left:0;
top:0;
z-index:-1;
}


.fixed { position: fixed; 
	top: 1px; }


#blogroll-216336 {
    overflow-y: scroll;
    height: 600px;
    width: 100%;
    background-color: white;
    margin-top: 0.3em;
}
.blogroll-channel {
    margin-bottom: 0px!important;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 0px;
    font-size: 12px;
    height: 35px;
}

li.blogroll-list {
    font-size: 0.7em!important;
    margin-bottom: 0.1em;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
}

.blogroll-channel>ul>li a {
    color: skyblue;
    font-weight: bold;
    height: 35px;
    line-height: 1;
    padding: 10px 0 5px 8px;
    width: 100%;
}
.blogroll-channel>ul>li a::before {
        content: "◆ ";
}
.blogroll-channel>ul>li a:hover {
        text-decoration: underline;
        background: rgba(27,127,204,.8);
        opacity: 0.8;
        color: black;
}


/*side 登録サイトリスト*/
.favorite_site{
    height: auto;
    padding: 0px 23px;
    line-height: 1.5;
}
.favorite_site li{
list-style-type: square;
text-align: left;}


.favorite_site a:hover{
text-decoration: underline;
}

/*広告*/
.ad-top{
    overflow: hidden;
    width: 730px;
    padding: 55px 34px 13px 34px;
}

.ad-bottom{
overflow: hidden;
width: 700px;
margin: 55px auto;
}.ad-bottom2{
overflow: hidden;
width: 700px;
margin: 34px auto;
}

/*amazon*/
.amazon{
    border: dashed blue;
    padding: 20px 25px 0px 25px;
    height: 200px;
}
.amazon img.pict{
    margin-right: 34px !important;
    width: auto;
    height: auto;
}


/*footercontent*/
.fct{
width: 530px;
text-align: center;
padding: 0px 13px;
}

.fct-a{
display: block;
color: white;
padding: 20px;
border: solid 1px white;
width: 100px;
margin: 0 auto;
background: rgba(27,127,204,.8);
box-shadow: 0 3px 0 rgba(15, 57, 88, 0.8);
border-radius: 50%;
}
.fct-a:hover{
box-shadow: none;
color: white;
}
.original{
width: 550px;
 margin-top: 13px;
 border-collapse: collapse;
 border-spacing: 0;
}
.original td , .original th{
    background: #cccccc7a;
    margin: 0;
    padding: 8px;
    border: solid 1px white;
    color: white;
}
.original img{
padding: 0;
margin: 0;
}

.copyright {
text-align: center; 
font-size: 11px;
color: #fff;
padding-top: 21px;
float: left;
} 
.article-social-btn{
float: right;
}

/*人気ブログランキング*/
.brp .brp-main {margin: 0 auto;}


/*pagescrollbutton*/
#kakusan{
position: fixed;
bottom: 145px;
right: 21px;
width: 34px;
height: 34px;
border: solid 1px #ccc;
padding: 10px 2px;
opacity: 0.7;

}

#kakusanmenu{
background: white;
border: solid 1px black;
width: 134px;
padding: 0;
position: fixed;
bottom: 89px;
right: 55px;
display: none;
background: #fff;
}
#kakusanmenu li{
background: blue;
border: solid 1px black;
list-style-type: none;
text-align: center;
margin: 21px auto;
width: 89px;
height: 34px;
line-height: 2.3;
}
#kakusanmenu li:first-of-type{background: skyblue;}
#kakusanmenu p{
width: 89px;
margin: 0px auto;
margin-top: 21px;
}
#kakusanmenu a{text-decoration: none; color: #fff; display: block; width: 89px; height: 34px;}
#kakusanmenu a:hover{text-decoration: underline;}

.commentscroll{
    position: fixed;
    bottom: 100px;
    right: 21px;
    width: 34px;
    height: 34px;
    border: solid 1px #ccc;
    background: #fff;
    padding: 0px 2px;
    opacity: 0.7;
}
.commentscroll span.comment-count, .commentscroll span.comment-text{font-size: 10px; text-align: center;}

#page-top {
    position: fixed;
    bottom: 55px;
    right: 21px;
    font-size: 77%;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: black;
    width: 34px;
    height: 34px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: solid 1px #ccc;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#page-down {
    position: fixed;
    bottom: 21px;
    right: 21px;
    font-size: 77%;
}
#page-down a {
    background: #fff;
    text-decoration: none;
    color: black;
    width: 34px;
    height: 34px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: solid 1px #ccc;
}
#page-down a:hover {
    text-decoration: none;
    background: #999;
}

/*parts*/
.zio{
float: right;
    position: relative;
    top: 0px;
    height: 255px;
}

.nage{
    float: left;
    width: 534px;
    padding: 0px 34px;
}
.nage p{
font-size: 10px; color: white; text-align: center;
}

/*ツイッター埋め込み*/

.twitter-tweet{
margin: 0 auto !important;
float: none !important;
margin-bottom: 55px !important;
}


/*pankuz*/

.pankuz {
  margin: 0;
  padding: 8px 0px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}

.pankuz li{
  display:inline;
  list-style: none;
}

.pankuz li:after{
  content: '>';
  padding: 0 5px;
  color: #555;
}

.pankuz li:last-child:after{
  content: '';
}

.pankuz li a {
    text-decoration: none;
}

.pankuz li a:hover {
    text-decoration: underline;
}

/*h2ad*/
.h2ad{text-align: center;}

/*mytable*/
.mytable{
    border-collapse: collapse;
    margin: 34px 21px 55px;
}

.mytable th, .mytable td{
    border: solid 1px #ccc;
    padding: 3px 8px 3px;
    text-align: left;
}

.mytable th{width: 34%;}

.flickity-page-dots{display: none;}

/*header-cade-list*/
.header-cade-list ul li{width: 58px;
    height: 21px;
    text-align: center;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;}
.header-cade-list ul li:nth-child(1), .header-cade-list ul li:nth-child(9){border-left: solid 1px #ccc;}
.header-cade-list ul li:nth-child(n+9){border-bottom: solid 1px #ccc;}
.header-cade-list ul li a{ display: block; width: 58px; color: #efefef;}
.header-cade-list ul li a:hover{background: #ccc;}

.ninja-recommend.one-line .ninja-recommend-articles .ninja-recommend-article a{
margin-bottom: 0;}