@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : Coro Ani Blog
==================================================
*/

html,body,div,h1,h2,h3,h4,h5,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,hr,span,a,img,strong,b,i {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	/* font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif; */
	font-size:0;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
}
img{
	border:none;
}
#entry-more img{
	max-width:100%;
}
a{
	text-decoration:none;
}
a:hover {
	text-decoration:underline dotted #bbe;
}
::-webkit-scrollbar {
    width:10px;
    height:10px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


#contents{
	background-image:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/f/e/fe89b95f.png);
}


/*--------------TOP画、情報　外側----------------*/
#top-outer{
	width:1100px;
	margin:0 auto 0 auto;
}

/*--------------TOP画----------------*/
#title-logo{
	display:inline-block;
	width:750px;
	height:200px;
	font-size:25px;
	vertical-align:top;
	border-radius: 10px 0 0 0;
	overflow:hidden;
}
#title-logo img{
	width:750px;
	height:200px;	
}

/*--------------TOP情報----------------*/
#top-info{
	display:inline-block;
	position: relative;
	width:350px;
	height:200px;
	font-size:15px;
	vertical-align:top;
	background-color:rgba(255,255,255,0.4);
	border-radius:0 6px 0 0;
	overflow:hidden;
	transform: translate3d(0, 0, 0);
}
/*--アニメーション--*/
.top-info-wave{
	opacity:0.4;
	position: absolute;
	top:-620px;
	left:-230px;
	background:#09d;
	width:700px;
	height:700px;
	transform-origin: 50% 48%;
	border-radius: 42%;
	animation: drift 5000ms infinite linear;
}
.top-info-wave.two {
	animation: drift 7000ms infinite linear;
}
.top-info-wave.three {
	left:-135px;
	animation:drift 8000ms infinite linear;
	opacity:0.1;
	background-color:#f55;
}
@keyframes drift {
	from { transform: rotate(0deg); }
	from { transform: rotate(360deg); }
}
#top-info-inner{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	z-index:1;
}
.top-info-title{
	color:#fff;
	letter-spacing:2px;
	font-size:13px;
	font-weight:bold;
	padding:0 8px;
	line-height:26px;
	text-shadow:0 0 5px rgb(0,0,20);
	box-shadow:0 0 9px rgba(0,0,20, 0.4);
	background-color:rgba(15,15,35,0.1);
	border-left:7px solid rgba(10,10,20,0.3);
}
.top-info-main{
	height:169px;
	overflow:auto;
	font-size:12px;
	color:#555;
	text-shadow:0 0 4px rgb(255,242,255);
	padding-top:4px;
}
.top-info-main div{
	padding:3px 6px;
	border-bottom:1px dashed #cce;
}
.top-info-main div:hover{
	background-color:rgba(225,229,255,0.3);
}
.top-info-main .info-date{
	margin-right:15px;
	color:#456;
}


/*--------------広告、RSS　外側----------------*/
#middle-outer{
	width:1100px;
	margin:8px auto 15px auto;
}

/*--------------広告----------------*/
.top-ad{
	display:inline-block;
	width:300px;
	height:250px;
	font-size:25px;
	/*border:1px solid red;*/
	vertical-align:top;
}

/*--------------RSS----------------*/
.top-rss-outer{
	display:inline-block;
	width:793px;
	height:250px;
	margin-left:7px;
	/*border:1px solid red;*/
	background:url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat top left,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat top right,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat bottom left,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat bottom right;
	vertical-align:top;
}
.top-rss{
	height:237px;
	border-top:1px dashed #a2a3f2;
	border-bottom:1px dashed #a2a3f2;
	padding:3px 8px 0 0;
	margin:4px 11px 0;
	overflow:auto;
}

.rss-title-bottom{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #36a;
    border-radius: 8px;
    box-shadow: 1px 1px 7px rgba(20,20,40,0.6);
    padding: 11px 29px 10px;
    margin: 20px 0 5px;
}

/*--------------グローバルメニュー----------------*/
#gmenu{
	background-color:rgba(0,0,0,0.13);
}
#top-menu-outer{
	position:relative;
	width:1100px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
#top-menu-left{
	float:left;
}
#top-menu-right{
	float:right;
	width:350px;
}
#top-menu-left li{
	display:inline-block;
	width:120px;
}
.top-menu{
	display:inline-block;
	width:120px;
	font-size:12px;
	color:#555;
	padding:15px 0 15px 0;
	border-left:1px dashed #ccc;
	text-shadow: 2px 3px 2px #aaa, 0 0 10px #fff;
	letter-spacing: 2px;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	transition:all 0.5s;
}
.top-menu:hover{
	background-color:#eee;
	text-shadow:none;
	letter-spacing:3px;
	text-decoration:none;
}

/*--検索--*/
#form4{
	position:relative;
	width:350px;
	height:32px;
	margin:8px 0 0 auto;
}
#sbox4{
	position:absolute;
	right:0;
	top:0;
	width:210px!important;
	height:28px;
	font-size:13px;
	color:#666;
	padding:0 10px;
	border-radius:25px;
	border:solid 2px #eaeaea;
	background-color:rgba(255,255,255,0.5);
	outline:0;
	transition:0.5s;
}
#sbox4:focus{
	width:270px!important;
	background-color:rgba(255,255,255,0.9);
}
#sbtn4{
	position: absolute;
	right:0;
	top:0;
	width:70px;
	height:32px;
	background:#7fbfff;
	color:#fff;
	font-size:12px;
	padding:0 3px 0 0;
	border:solid 2px #7fbfff;
	border-radius:5px 25px 25px 5px;
	outline:0;
	transition:0.5s;
}
#sbtn4:hover{
	background:#eaeaea;
	color:#7fbfff;
}


/*--------------スクロールメッセージ----------------*/
/*トップ*/
#top-mess-outer{
	background-image:url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/b/f/bfcd1a88.png');
	padding:4px 0;
	margin:10px 0 25px;
	box-shadow:0 0 6px rgba(0,0,0,0.8);
	font-size:12px;
	color:#fff;
}
/*記事ページ*/
#top-mess-outer2{
	background-image:url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/b/f/bfcd1a88.png');
	padding:4px 0;
	margin:9px 0 22px;
	box-shadow:0 0 6px rgba(0,0,0,0.8);
	font-size:12px;
	color:#bbb;
	transition:all 0.5s;
}
#top-mess-outer2:hover{
	color:#fff;
}
#top-mess-inner{
	width:1100px;
	margin:0 auto 0 auto;
	letter-spacing:2px;
	overflow: hidden;
}
#top-mess-inner span{
	animation:30s linear infinite marquee_eff;
	display: inline-block;
	padding-left:99%;
	white-space:nowrap;
}
@keyframes marquee_eff{
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-120%);
  }
}



/*--------------メインコンテンツ----------------*/
#wrap{
	width:1100px;
	margin:0 auto 0 auto;
}
#main-left{
	float:left;
	width:775px;
	min-height:3500px;
}
#main-right{
	float:right;
	width:300px;
	position:relative;
}


/*--コンテンツ名表示--*/
.category-name{
	height:52px;
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/1/9/1910d0b6.png) no-repeat top left;
	margin-bottom:20px;
}
.category-name-inner{
line-height:25px;
	font-size:18px;
color:#6ac;
letter-spacing:2px;
padding-top:15px;
text-align:center;
}

/*------------------記事一覧--------------------*/
.entry{
	position:relative;
	height:140px;
	overflow:hidden;
	background:url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat top 0 left 260px,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat top right,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat bottom 0 left 260px,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat bottom right;
	background-color:rgba(255,255,255,0.5);
	transition:all 0.5s;
	margin-bottom:28px;
}
.entry:hover{
	background-color:rgba(100,100,110,0.1);
	box-shadow:0 0 15px rgba(20,20,20,0.4);
	border-radius:30px 0 0 30px;
	background:url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat top 3px left 262px,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat top 3px right 2px,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat bottom 3px left 262px,
		url('http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png') no-repeat bottom 3px right 2px;
}
.entry-inner{
	height:122px;
	margin:4px 13px 0 272px;
	padding-top:10px;
	border-top:1px dashed #8bd;
	border-bottom:1px dashed #8bd;
}
.entry-pic{
	position: absolute;
	left:0;
	top:0;
	width:250px;
	height:140px;
	border-radius:4px 3px 3px 10px;
	overflow:hidden;
}
.entry-pic img{
	width:250px;
	height:auto;
}
.entrytitle{
	font-size:19px;
	letter-spacing:1px;
}
.entrytitle a{
	line-height:28px;
	color:#349;
	text-decoration:none;
	text-shadow:0 0 8px #fff;
}
.entrytitle:first-letter {
	font-size:25px;
	color: #c54;
}
.entrytitle a:hover{ color:#b43; }
.entry time{
	position: absolute;
	right:23px;
	bottom:8px;
	width:85%;
	font-size:12px;
	line-height:14px;
	color:#99a;
	text-align:right;
}
.category{
	position: absolute;
	right:19px;
	bottom:26px;
	font-size:12px;
	line-height:14px;
}
.category a{
	display:inline-block;
	margin-left:5px;
	color:#aab;
}
.category a:hover{
	background-color:#ddf;
	color:#669;
}
.entry time{
	position: absolute;
	right:19px;
	bottom:8px;
	width:155px;
	font-size:12px;
	line-height:14px;
	color:#99a;
	text-align:right;
}
.entry-rating{
	position: absolute;
	left:276px;
	bottom:9px;
	width:310px;
	font-size:12px;
	line-height:12px;
	color:#bbc;
}
.entry-rating:hover,
.entry-rating:hover a{
	color:#779;
}
.entry-comment{
	padding-right:15px;
	line-height:12px;
	color:#aab;
}
.entry-rating img{
	width:auto;
	height:12px;
	opacity:0.5;
}
.entry-date{
    margin: 0 0 18px;
    padding: 4px 11px;
    background: url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png) no-repeat top left, url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png) no-repeat top right, url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png) no-repeat bottom left, url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png) no-repeat bottom right;
    vertical-align: top;
}
.entry-date p{
    font-size: 18px;
    font-weight: bold;
    color: #79d;
    border-top: 1px dashed #68d;
    border-bottom: 1px dashed #68d;
    padding: 7px 0;
    text-align: center;
    overflow: auto;
    letter-spacing: 2px;
}

/*------------------ページナビゲーション--------------------*/
.pager{
	text-align:center;
	padding:20px 0 45px;
}
.index-navigator-outer{
	display:inline-block;
	border-radius: 35px;
	background-color:rgba(200,200,205,0.5);
	overflow:hidden;
}
.navigation li{
	display:inline-block!important;
	font-size:12px;
	line-height:33px;
	vertical-align:middle;
}
.index-navigator-outer li{
	display:inline-block!important;
	font-size:12px;
	line-height:33px;
	vertical-align:middle;
}
.index-navigator-outer li .current{
	padding:0 17px;
	background-color:#d2d2d3;
	color:#444;
}
.index-navigator-outer li a{
	display:inline-block!important;
	height:33px;
	color:#777;
	padding:0 17px!important;
	transition:all 500ms;
}
.index-navigator-outer li a:hover{
	background-color:#333;
	color:#fff;
}
.navigation li:hover{
	background-color:#333;
	color:#fff;
}





/*------------------------▼記事ページ▼------------------------*/


/*-------------記事タイトル--------------*/
#single-title{
	display:table-cell;
	vertical-align:middle;
	width:inherit;
	height:98px;
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/d/7/d75715b3.png) no-repeat top left;
	font-size:18px;
	line-height:27px;
	color:#237;
	text-shadow:2px 4px 5px rgba(0,0,0,0.25);
	padding:6px 15px 0 26px;
	word-break:break-all;
	letter-spacing:1px;
	border-bottom:1px dashed #4ad;
	transition:1s;
}
#single-title:hover{
	text-shadow:none;
}
#single-title-outer{
	width:753px;
	height:109px;
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png) no-repeat bottom left,
		url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/b/4bf188a4.png) no-repeat bottom right;
	padding:0 11px;
}
#single-title:first-letter{ font-size:23px; color:#d25; }



/*----------パンクズリスト------------*/
#breadcrumb{
	height:15px;
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/1/9/1964e917.png) no-repeat top left;
	padding-bottom:11px;
}
.crumb-inner{
	font-size:11px;
	line-height:13px;
	color:#99a;
	padding:1px 0 0 23px;
	letter-spacing:1px;
	white-space: nowrap;
}
.crumb-list{
	display:inline-block;
	padding:0 25px 0 15px;
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/7/5/758e7cf2.png) no-repeat top 0 right 0;
}
.crumb-list a{
	color:#99a;
	text-decoration:none;
}
.crumb-list:last-child{
	background: none;
	padding: 0 0 0 13px;
}



/*----------記事トップ 日付、SNSボタン------------*/
#single-top-date{
	float:left;
	width:45%;
	font-size:11px;
	color:#6ad;
	letter-spacing:4px;
	margin:0 0 0 18px;
	text-shadow:2px 3px 4px rgba(0,0,0,0.3);
}
#single-top-sns{
	float:right;
	width:45%;
	text-align:right;
	padding:0 8px 14px 0;
}
#single-top-sns img{
	height:27px;
	padding:0 3px 0 0;
}

/*-------------記事カテゴリ--------------*/
#top-category{
	position:relative;
	z-index: 1;
	text-align:right;
}
#top-category h2{
	display:inline-block;
	border-radius:9px;
	box-shadow:1px 1px 13px rgba(38, 40, 45, 0.3);
	margin:-13px 22px 0 auto;
	padding:5px 18px;
	font-size:13px;
	color:#aaa;
	background-color:rgba(247,250,255,0.7);
	letter-spacing:1px;
	text-align:right;
}
#top-category a{
	color:#889;
}
#top-category span{
	font-weight:normal;
}

/*-------------記事本文--------------*/
#single-entry-outer{
	font-size:medium;
	background-color:rgba(255,255,255,0.5);
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 15px rgba(20,20,50,0.15);
	clear:both;
}


/*-------------記事本文 サムネ--------------*/
.samb {
	padding:50px 0;
	position:relative;
}
.blurred {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	margin:auto;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	filter: blur(6px);
	-webkit-transition: filter 1000ms;
	-moz-transition: filter 1000ms;
	transition: filter 1000ms;
}
.masc {
	height:100%;
	width:100%;
	background:rgba(255, 255, 255, 0.7);
}
.samb-frame{
	position:relative;
	z-index:5;
	padding:0;
	margin:0 auto;
	font-size:0;
	line-height:0;
	text-align:center;
}
.attachment-full{
	width:480px;
	height:auto;
	border:0px solid #222;
	border-radius:15px;
	padding: 0;
	clear:none;
	vertical-align: bottom;
	box-shadow:4px 4px 23px 5px rgba(0,0,0,0.5);
}


/*-------------続きを読む部分--------------*/
#entry-more{
	padding:20px 40px 25px;
}

.rss-article{
	padding: 45px 15px!important;
}

/*-------------記事下　フッター--------------*/
#single-fotter-outer{
	font-size:medium;
	background-color:rgba(255,255,255,0.5);
	border-radius:50px 10px 10px 10px;
	box-shadow:0 0 15px rgba(20,20,50,0.15);
	margin:30px 0 80px;
}
#entry-fotter{
	padding:8px 10px;
}
.entry-fotter-inner{
	padding:20px;
}
.fotter-rss-inner{
	padding:5px 25px 22px;
}

/*-------------コメント欄--------------*/
.entry-subttl{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background-color:#36a;
	border-radius:50px 10px 10px 10px;
	box-shadow:1px 1px 7px rgba(20,20,40,0.6);
	padding:11px 29px 10px;
}
.comment-set{
	list-style-type:none;
	padding: 0 0 45px 15px;
}
ul.comment-info li{display:inline;}
.comment-author{
	font-size:11px;
	color:#b5b5d1;
}
.comment-date,
.comment-id{
	margin-left:7px;
	font-size:11px;
	color: #bbb;
}
ul.comment-info li.comment-body{
	display:block;
	padding:8px 5px 0 0;
	font-size:15px;
	line-height:160%;
	text-shadow:1px 1px 3px #aba;
	font-weight:bold;
}
ul.comment-info a{text-decoration:none;}
.nocomm{
	text-align:center;
	font-size:16px;
	color:#aaa;
}
.comm_res{
	opacity:0.3;
	filter:alpha(opacity=30);
	color:#ccc;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.comment-set:hover .comm_res{
	opacity:1;
	filter:alpha(opacity=100);
	color:#55c;
}

/* -----------------コメ欄ポップアップ------------------ */
.popup{
	background:#fafaff;
	padding:10px;
	border:3px double #7ad;
	max-width:700px;
}

/* -----------------コメント入力------------------ */
#comment-form fieldset{
	margin:13px 0 15px 0;
	padding:40px 0 40px 50px;
	border:2px #ddd solid;
	border-radius:8px;
}
#comment-form legend{
	font-size:17px;
	font-weight:bold;
	color:#aaa;
}
#comment-form dl{
	margin:0;
	overflow:hidden;
	zoom:1;
	margin-bottom:3px;
}
#comment-form dt {
	display: block;
	float: left;
	clear: both;
	width:80px;
	line-height:28px;
	letter-spacing:1px;
	font-size:13px;
	margin:0;
}
#comment-form dd{margin: 0;}
#comment-form label{
	line-height:22px;
	color:#777;
}
#comment-form-author{
	width:300px;
	border:1px solid #a9b1b5;
	border-radius:4px;
	color:#373;
	line-height:26px;
	padding:0 5px;
	transition:0.5s;
}
#comment-form-textarea{
	width:470px;
	height:105px;
	border:1px solid #a9b1b5;
	border-radius:4px;
	font-size:12px;
	color:#445;
	line-height:125%;
	padding:0 5px;
	transition:0.5s;
}
#comment-form-author:hover,
#comment-form-textarea:hover{
	border:1px solid #567;
	border-radius:10px;
}
#comment-form-tools{
	margin:6px 0 0 80px;
}
#comment-form-tools button{
	padding:6px 110px;
	border:none;
	border-radius:5px;
	font-size:12px;
	color:#fff;
	letter-spacing:2px;
	background:#75757a;
}
#comment-form-tools button:hover{
	background:#85889a;
}
#comment-form .facemark,#comment-form .rating {display:none;}
.memorize{
	font-size:11px;
	line-height:13px;
}
#bake{
	vertical-align: middle;
}



/*------------------------コメ下 人気記事------------------------*/
.entry-subttl2{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background-color:#36a;
	border-radius:10px 10px 10px 10px;
	box-shadow:1px 1px 7px rgba(20,20,40,0.6);
	padding:11px 29px 10px;
	margin:24px 0 0;
}
#footer-fav{
	overflow:hidden;
}
#footer-fav .side-inner{
	padding-top:7px;
}
#footer-fav div.popularArticlesWithImage.A{
	margin:0 0 10px 0;
}
#footer-fav div.popularArticlesWithImage.A ul li a{
	border-width:3px;
	border-radius:7px;
	box-shadow: 0 0 8px #aab;
	overflow: hidden;
}
#footer-fav div.popularArticlesWithImage.A div.title{
	height: auto;
	word-break: break-all;
	border-radius: 0 0 7px 7px;
	opacity: 0.6;
	transition:0.5s;
}
#footer-fav li.popularArticleWithImage a:hover div.title{
	opacity:1;
	background-color:rgba(140, 170, 210, 0.8);
	padding:10px 5px;
}


/*-------------記事下　関連記事--------------*/
.related-articles{
	padding:10px 25px 20px;
}
.related-articles h3{
	padding:10px 0 7px 20px;
	margin:0!important;
	color:#68c;
}
.related-articles li{
	border-bottom:1px dashed rgb(198, 215, 229);
}
.related-articles.with-image .related-article-image img{
	height:40px!important;
	border:2px solid rgb(198, 215, 229);
	border-radius:20px;
}
.related-article-title{
	font-size:14px;
}

#bottom-category{
text-align:right;
border-top:1px dashed rgb(198, 215, 229);
margin:0 25px;
}
.bottom-cate{
display:block;
border-bottom:1px dashed rgb(198, 215, 229);
padding:10px;
color:#57e;
font-size:12px;
}


/*-------------記事下　date--------------*/
.entry-fotter-date{
	font-size:12px;
	color:#bbb;
	text-align:right;
	padding:10px 0 0 0;
}


/*------------------------サイドバー------------------------*/
.side-wrapper,
.sidewrapper{
	width:300px;
	padding-top:30px;
}
.side-wrapper:first-child{
	padding-top:0;
}
.side-title,
.sidetitlebody{
	position: relative;
	color:#679;
	font-size:16px;
	line-height:28px;
	text-align: center;
	margin:11px 0;
	letter-spacing:3px;
}
.side-title:before,
.sidetitlebody:before {
	content:"";
	position:absolute;
	top:-11px;
	left:50%;
	width:135px;
	height:46px;
	border-radius: 50%;
	border:2px solid #afcfdf;
	border-left-color: transparent;
	border-right-color: transparent;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.side-title:first-letter,
.sidetitlebody:first-letter {
	font-size:19px;
	color: #56d;
}
.sidetitle{
	font-weight:bold;
}
.sidetitlebody{
	margin:11px 0 18px 0;
}
.side-inner{
	font-size:15px;
	color: #333333;
}




/*------------------------サイドバー------------------------*/
#side-migiue{
	position: relative;
	height:197px;
	margin-top:18px;
	border-top: solid 2px #bfd4e1;
	border-bottom: solid 2px #bfd4e1;
	background:#fff url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/3/7/375555cc.png) no-repeat top 9px left 15px;
}
#side-migiue:before,
#side-migiue:after{
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #bfd4e1;
}
#side-migiue:before {left: 7px;}
#side-migiue:after {right: 7px;}
#side-migiue-inner{
	padding: 20px 60px 0 27px;
}
#side-migiue-inner p{
	font-size:13px;
	line-height:22px;
}
#migiuechan{
	position:absolute;
	bottom:0;
	right:8px;
	width: 131px;
	height: 146px;
	object-fit: cover;
	   object-position: 50% 50%;
	transition:2s;
}
#side-migiue:hover #migiuechan{
	width: 131px;
	height: 96px;
	object-position: 50% 0;
}
/*------------------------サイド最新記事------------------------*/
.plugin-recent_articles_image .recent-article-image li{
	position:relative;
	border:1px solid #cdf;
	border-radius:7px;
	font-size:14px;
	line-height:17px!important;
	padding-bottom:0!important;
	margin-bottom:9px!important;
	overflow:hidden;
	box-shadow:0 0 9px #89b;
}
.plugin-recent_articles_image .recent-article-image li a:nth-child(2){
	position:absolute;
	top:78px;
	bottom:0;
	left:0;
	right:0;
	display:inline-block;
padding:3px 5px;
	color:#fff;
	text-shadow: -1px -1px 10px #000,1px 1px 10px #000,0px 0px 7px #000,0px 0px 7px #000;
	transition:0.5s;

}
.plugin-recent_articles_image .recent-article-image li:hover a:nth-child(2){
	background:rgba(255,255,255,0.7);
	top:0;
	bottom:0;
}

/*------------------------サイド人気記事------------------------*/
.side .side-inner{
	padding-top:7px;
}
.side div.popularArticlesWithImage.A{
	margin:0 0 10px 0;
}
.side div.popularArticlesWithImage.A ul li a{
	border-width:2px;
	border-radius:7px;
	box-shadow: 0 0 15px #9ac;
	overflow: hidden;
}
.side div.popularArticlesWithImage.A div.title{
	width:290px!important;
	height: auto;
	word-break: break-all;
	border-radius: 0 0 7px 7px;
	box-shadow: 0 -3px 7px #fff;
	opacity: 0.4;
	transition:0.5s;
}
.side li.popularArticleWithImage a:hover div.title{
	opacity:1;
	background-color:rgba(140, 170, 210, 0.8);
	padding:10px 5px;
}

/*------------------------サイド カテゴリ------------------------*/
.plugin-categorize{
	font-size:11px;
}
.plugin-categorize .sidebody{
	border-bottom:1px dashed #d9dde4;
}
.plugin-categorize .category-parent{
	padding:5px 3px;
}
.plugin-categorize .category-child{
	padding:3px 5px 3px 18px;
}

/*------------------------サイド メッセージ------------------------*/
.message-box{
	font-size:10px;
}
.message-box dl{
	margin:0 0 2px!important;
}
.message-box dt{
	color:#666;
	text-shadow:0 0 5px #888;
}
.message-box textarea,
.message-box input{
	width:100%!important;
	border-radius:7px;
	border:1px solid #aaa;
}
.message-box input:hover{
	background:#f2f4ff;
}
.message-box textarea{
	margin-bottom:1px;
}

/*------------------------サイドころ画------------------------*/
.side-coropic{
	margin:33px 0 2px;
	border-top:5px solid rgba(0,0,10,0.8);
	border-bottom:5px solid rgba(0,0,10,0.8);
	border-radius:3px;
	box-shadow: 0 0 6px #566;
	overflow:hidden;
}

/*------------------------サイド リンク------------------------*/
.plugin-link {
    font-size: 13px;
}
.plugin-link .sidebody{
padding:5px 2px;
border-bottom: 1px dashed #d9dde4;
}
.plugin-link a{
color:#555f77;
}


/*------------------------追尾人気記事------------------------*/
#side-fav{
	overflow:hidden;
}
#side-fav .side-inner{
	padding-top:7px;
}
#side-fav div.popularArticlesWithImage.A{
	margin:0 0 10px 0;
}
#side-fav div.popularArticlesWithImage.A ul li a{
	border-width:2px;
	border-radius:7px;
	box-shadow: 0 0 15px #9ac;
	overflow: hidden;
}
#side-fav div.popularArticlesWithImage.A div.title{
	height: auto;
	word-break: break-all;
	border-radius: 0 0 7px 7px;
	opacity: 0.4;
	transition:0.5s;
}
#side-fav li.popularArticleWithImage a:hover div.title{
	opacity:1;
	background-color:rgba(140, 170, 210, 0.8);
	padding:10px 5px;
}

/*------------------------ヒトコト共有ボード------------------------*/
#side-hitokoto{
	height:380px;
	overflow:hidden;
}
#side-hitokoto .side-inner{
	height:330px;
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/a/1/a1fefcc3.png) no-repeat top 7px left 0;
	padding:0 7px;
}
#side-hitokoto-inner{
	height:228px;
	border-top:16px solid transparent;
	color:#555559;
	font-size:13px;
	overflow:auto;
}
.side-hitokoto-input{
	height:30px;
}
.side-fix-top{
	position:fixed!important;
	top:0;
}
.side-fix-top2{
	position:fixed!important;
	bottom:410px;
}
.side-fix-top3{
	position:absolute!important;
	left:0;
	bottom:410px;
}
.side-fix-bottom{
	position:fixed!important;
	bottom:0;
}
.side-fixb{
	position:absolute!important;
	left:0;
	bottom:0;
}

/*---------------ヒトコト共有ボード 吹き出し--------------*/
.hitokoto{
	position:relative;
	margin-bottom:5px;
}
.hitokoto-right{
	text-align:right;
}
.hitokoto-chara{
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align:top;
}
.hitokoto-chara img{
	width:28px;
	height:28px;
	border:1px solid #9ab;
	border-radius:50%;
}
.hitokoto-txt{
	display:inline-block;
	min-width:100px;
	max-width: 248px;
	padding:5px 7px;
	border:1px solid rgb(145,155,165);
	border-radius:7px;
	background-color:rgb(245,250,255);
	vertical-align:top;
	text-align:left;
	word-wrap: break-word;
}
.hitokoto-left .hitokoto-txt{
	margin-left:8px;
	max-width:214px;
}
.hitokoto-right .hitokoto-txt{
	margin-right:9px;
	max-width:214px;
}
.hitokoto-left .fuki{
	position:absolute;
	top:1px;
	left:33px;
}
.hitokoto-right .fuki{
	position:absolute;
	top:1px;
	right:4px;
}
.side-hitokoto-input{
	height:22px;
margin-top:7px;
}
.side-hitokoto-input input{
	width:157px;
	height: 20px;
	border: 1px solid #aaa;
	border-radius: 6px;
	background-color:rgba(255,255,255,0.4);
	padding: 0;
	vertical-align: top;
	transition:1s;
}
.side-hitokoto-input span{
	display: inline-block;
	width: 22px;
	height: 20px;
	border: 1px solid #bbb;
	border-radius: 6px;
	background: #fff url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/9/f/9fef1852.png) no-repeat top 1px left 50%;
	margin: 0 0 0 2px;
	vertical-align: top;
	opacity:0.7;
}
.side-hitokoto-input input:focus,
.side-hitokoto-input:hover input{
	width:250px;
	background-color:rgba(255,255,255,1);
}
.side-hitokoto-input span:hover{
	opacity:1;
}
/*------------------フッター------------------*/
#footer{
	background-color:rgba(0,5,25,0.6);
	border-top:2px solid #aaa;
	padding:25px 0;
	clear:both;
}
.footer-outer{
	margin:0 auto 0;
	padding: 10px 0 0;
	text-align: center;
	font-size: 9pt;
	color: #eee;
}
.footer-outer a{
	color: #eee;
	text-decoration: none;
}
.footer-link{
	text-align:center;
	padding:30px 0 13px;
}
.footer-link img{
margin:0 3px;
}
.copy{
	font-size:12px;
	color:#e3e3e3;
	text-align:center;
}


.clearbt{
	clear:both;
}




/*---------------------fixナビゲーション--------------------*/
#fixbtn{
	position:fixed;
	bottom:5px;
	right:50%;
	left:50%;
	width:40px;
	margin-left:565px;
	opacity:0.3;
	transition:0.5s;
}
#fixbtn:hover{
	opacity:1;
}
.navibtn{
	display:block;
	width:40px;
	height:40px;
	background-color:rgba(255,255,255,0.6);
	box-shadow:0 0 10px rgba(150,150,170,0.6);
	border-radius:7px;
	margin-bottom:8px;
	transition:0.5s;
}
.navibtn:hover{
	background-color:#fff;
	box-shadow:0 0 15px rgba(80,80,170,0.5);
}
.navi-top{
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/4/8/484d9848.png) no-repeat top 12px left 13px;
}
.navi-bottom{
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/f/0/f07fa06d.png) no-repeat top 13px left 13px;
}
.navi-comm{
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/2/d/2dea7150.png) no-repeat top 17px left 13px;
}

/*------------------記事内ツイッターまとめ------------------*/
.all-outer,
.all-outer3{
	width:500px;
	margin:50px auto 20px;
}
.all-outer4{
	width:580px;
	margin:30px auto 20px;
}
.matome{
	width:580px!important;
	margin:30px auto 20px!important;
}
.ao0{
	margin:0 auto 20px;
}
.res-outer .res-txt
.res-outer .tw3c .ftweet-txt{
	font-size:135%!important;
}
.all-outer .st,
.all-outer3 .st,
.all-outer4 .st{
	position:relative;
	margin-top:60px!important;
	margin:0 0 1px 0;
}
.all-outer .st .talk,
.all-outer3 .st .talk,
.all-outer4 .st .talk{
	padding:4px 11px 2px;
	line-height:140%;
	background-color:rgba(255,255,255,0.3);
	border-radius:8px;
	box-shadow:1px 1px 10px rgba(0, 0, 0, 0.2);
	max-width:500px;
}
.all-outer4 .st .talk{
	max-width: 510px;
	margin-left: 5px!important;
}
.all-outer .chara,
.all-outer3 .chara,
.all-outer4 .chara{
	height: auto!important;
	min-height:1px;
	font-size:12px;
	color:#99b;
}
.all-outer .chara img,
.all-outer3 .chara img,
.all-outer4 .chara img{
	position:absolute;
	left:-20px;
	width:25px!important;
	min-height:25px!important;
	max-height:30px!important;
	border:1px solid #999;
	border-radius:50%;
	border-radius: 50%;
	object-fit: cover;
}
.all-outer .ftw{
	border-left:1px dotted #dfdfe6;
	border-bottom:none!important;
	padding:13px 4px 17px 9px!important;
	background:url(http://livedoor.blogimg.jp/taro_abcd-ugikkq6i/imgs/0/7/072ac8e6.png) no-repeat bottom 0 left -4px;
}
.all-outer .ftw:hover{
	background-position:bottom 0 left 0;
}
.all-outer .ftw-txt{
	padding:3px 0 2px 0!important;
	font-size:110%;
	font-weight:bold;
}
.all-outer .ftw-txt b{
	letter-spacing:1px;
}
.all-outer .ftw-img img{
	max-width: 80%;
	height: auto;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 1px #ccc;
}
.all-outer3 .ftw{
	margin-bottom:6px;
}
.all-outer3 .pict,
.all-outer4 .pict{
	max-width:500px;
	height:auto;
}
.all-outer3 .anipic + .ftw,
.all-outer4 .anipic + .ftw{
	margin-top:15px!important;
}
.all-outer3 .ftw-icon{
	opacity:0.6;
	left:-9px!important;
}
.all-outer4 .ftw-icon{
	opacity:0.8;
	left:-13px!important;
}
.all-outer3 .ftw-txt{
	position:relative;
	font-size:110%;
	font-weight:bold;
	border-radius:0 10px 10px 10px!important;
	box-shadow: 1px 1px #e0e0e0;
	padding:13px 11px!important;
}
.all-outer4 .ftw-txt{
	position:relative;
	font-size:125%;
	font-weight:bold;
	border-radius:0 7px 7px 7px!important;
	box-shadow: 1px 1px #e0e0e0;
	padding:18px 15px!important;
}
.all-outer3 .ftw-txt:after,
.all-outer4 .ftw-txt:after{
	position:absolute;
	top:0;
	left:-9px;
	border:10px solid transparent;
	border-right-color:#ececfd;
	border-left-width:0;
	content:"";
	display:block;
	width:0;
}
.ftweet .ftw-txt{
	box-shadow:none!important;
}
.ftweet .ftw-txt:after{
	border:none!important;
}
.all-outer3 .ftweet,
.all-outer4 .ftweet{
	box-shadow: 1px 1px 6px #aaa;
}
.all-outer2 .ftw-img img,
.all-outer3 .ftw-img img,
.all-outer4 .ftw-img img{
	max-width:430px!important;
	height: auto;
	border: 1px solid #aaa;
	border-radius:7px;
	box-shadow: 2px 2px 1px #ccc;
	margin:5px 0 2px 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.all-outer2 .ftw-img img,
.all-outer3 .ftw-img img,
.all-outer4 .ftw-img img{
	width:430px!important;
}
}
.all-outer3 .ftw-date,
.all-outer4 .ftw-date{
padding:2px 0;
line-height:100%;
}
.all-outer3 .ftw-date a,
.all-outer3 .ftw-date .gdbtn{
	color:#ddd!important;
}
.all-outer3 .ftw:hover .ftw-date a,
.all-outer3 .ftw:hover .ftw-date .gdbtn{
	color:#aac!important;
}
.all-outer3 .ftw:hover .ftw-txt{
	box-shadow: 1px 1px #888;
}
.anipic{
	border: 1px solid #ccc;
	box-shadow: 0 0 12px rgba(100,100,100,0.3);
	border-radius:8px;
	overflow:hidden;
}
.matome .anipic,
.all-outer4 .anipic{
	display:inline-block;
	margin-left: 22px;
}
.res-img img{
	max-width:480px;
	width:auto;
	height:auto;
	box-shadow: 0 0 8px #9aa;
	margin:7px 3px 4px;
}

/*--ツイートまとめ レス風--*/
.all-outer2 .ftw{
	border-left:none;
	border-bottom:1px dashed rgb(221, 221, 221)!important;
	padding:11px 4px 12px 15px!important;
	background:none;
}
.all-outer2 .ftw-txt{
	padding:14px 0 19px 0!important;
}
.tw3c{
	padding:23px 7px 60px!important;
}
.tw3c .ftweet-nameid{
	line-height: 34px!important;
}
.tw3c .ftweet-txt{
	font-size: 120%;
	line-height:165%;
	padding:3px 8px!important;
}
.f2tweet-outer{
	width:500px;
	box-shadow:3px 3px 3px rgb(221, 221, 221);
}
/*--イイネボタン--*/
.gdbtn{
	display:inline-block;
	font-size:12px;
	line-height:100%;
	padding:1px 3px 1px!important;
	border:1px solid #d2d2dc;
	border-radius:7px;
	cursor:pointer;
}
.gdbtn:hover{
	border:1px solid #88a;
	background-color:#fff;
}
/*-----------------記事内ころ一言-----------------*/
.coro-come{
	width:500px;
	background-color:#fff;
	padding:7px 0;
	border-radius: 3px;
}
/*-----------------記事内ころコメ-----------------*/
.coro-comm{
	position:relative;
	padding:0 0 20px 0;
	border:none!important;
}
.coro-comm:after{
	position:absolute;
	bottom:0;
	right:0;
	content:' ';
	width:100px;
	height:42px;
	background:url(http://tarotools.net/coro/chara/coro011.png) no-repeat right bottom;
}
.coro-commin{
	min-height:25px;
	background-color:#eff;
	border:1px solid #777;
	border-radius:8px;
	font-size:16px!important;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 10px 5px;
	margin:0 3px;
	word-break:break-all;
}

/*-----------------スレまと-----------------*/
.res-outer .res-inner{
	padding-bottom:75px!important;
}
.fres-id{
	color:#ccc!important;
}
.gd2btn:hover{
	font-weight:bold;
	padding-right:2px;
}

/*-----------------管理コメ-----------------*/
.kcome-top{
	width:596px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
	margin:0 auto;
	padding-top:5px;
	font-weight:bold;
	color:#666;
}
.kcome-bottom{
	width:596px;
	margin:0 auto;
}

/*-----------------記事内ヒトコト コメント-----------------*/
.hitocome{
	width:83%;
	margin:0 auto;
font-size:120%;
}

/*-----------------記事下ソーシャルボタン-----------------*/
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
	margin: 4px 0;
}
.mid-sns{
	font-size: medium;
	background-color: rgba(255,255,255,0.5);
	border-radius:10px 10px 10px 50px;
	box-shadow: 0 0 15px rgba(20,20,50,0.15);
	margin-top:15px;
	padding:13px 0 8px 10px;
	text-align: center;
	font-size:14px;
}
.clearfix{
	width:630px;
	margin: 0 auto;
	overflow:hidden;
}
.clearfix:after{
	content:" ";
	clear:both;
}
.mid-sns li {
	float: left;
	list-style-type:none;
	width: 32%;
	margin: 0 1% 7px 0;
}
.mid-sns a{
	font-size:13px;
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition:all 0.5s;
}
.mid-sns a:before,
.mid-sns a i{
	margin-right:0.2em;
	margin-left:0.2em;
	font-size:1.1em;
}
.mid-sns a:hover {
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
	transform: translate3d(0px, 3px, 1px);
	box-shadow:none;
}
.mid-twitter a{
	background: #00acee;
	box-shadow: 0 3px 0 #0092ca;
}
.mid-facebook a{background: #1f6aba;box-shadow:0 3px 0 #2c4373;}
.mid-hatebu a{background: #2f70be;box-shadow:0 3px 0 #43638b;}
.mid-googleplus a{background: #df3522;box-shadow:0 3px 0 #ad3a2d;}
.mid-pocket a{background: #ec2136;box-shadow:0 3px 0 #c0392b;}
.mid-feedly a{background: #87c040;box-shadow:0 3px 0 #74a436;}
.mid-twitter a:hover{ background:#0092ca; }
.mid-facebook a:hover { background: #2c4373; }
.mid-hatebu a:hover { background:#43638b; }
.mid-googleplus a:hover { background: #ad3a2d; }
.mid-pocket a:hover { background:#c0392b; }
.mid-feedly a:hover { background:#74a436; }


/*------------------記事内画像------------------*/
.res-outer img{
margin:5px 2px;
	border:3px double #99c;
	border-radius:5px;
}
.res-outer img:hover{
	opacity:0.8;
}


/*--ad--*/
#smac_7671{
margin-left:570px!important;
box-shadow: 0px 5px 11px #bbb;
}
#smac_7670{
margin-right:570px!important;
box-shadow: 0px 5px 11px #bbb;
}

/*-----------------peek-a-boo bug-----------------*/
#trackback-form,
#trackbacks-list,
#comments-list,
#comment-form {
	height: 1%;
}