/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*---------------------
全体
---------------------*/
body {
	background:  #FAFAFA;
	font-family: 'Helvetica Neue',Helvetica,Arial,Verdana,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 16px;
	color: #333;
}
#wrap {
    width: 1080px;
   min-height: 3400px;
	margin:0 auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:link {color: #09532D;}
a:visited {color: #09532D;}
a:hover { color: #DB0000;}
a:active { color: #09532D;}
a img{border: none;}

.box_r5 {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	   background: #FFF;
}

a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

.left{
	float:left;
	}
.right{
	float:right;
	}

.f12,
.container-right,
#container-sub-left{
  font-size:12px;
}

#container-sub-left .plugin-categorize{
    font-size:14px;
}

.m-r10{
  margin-right:10px;
}
.m-l20{
  margin-left:20px;
}

.m-l10{
  margin-left:10px;
}

.m-b10{
  margin-bottom:10px;
}

.m-b20{
  margin-bottom:20px;
}

.m-b30{
  margin-bottom:30px;
}

.m-tb30{
  margin:30px 0px;

}

.align-r{
	text-align:right;
	}
.align-l{
	text-align:left;
	}
.align-c{
	text-align:center;
	}

.clear{
    clear: both;
	}

.display-no{
	display:none;
	}

.no-border{
	border: none;
}
ul,ol{
list-style:none;
margin:0px;
padding:0px;
}

.b-top {
	border-left: 1px solid #ddd;
}
.b-btm {
	border-left: 1px solid #ddd;
}
.b-l {
	border-left: 1px solid #ddd;
}
.b-r {
	border-left: 1px solid #ddd;
}

/*---------------------
ヘッダ
---------------------*/
.header01 {
	background: #FAFAFA;
	padding-bottom: 5px;
}
.header01_inner {
	width: 1080px;
	margin:0 auto;
	padding-bottom: 10px;
	padding: 5px;	
}
.title_logo {
	float: left;
}
.logo {
	background: url("http://livedoor.blogimg.jp/worldfusigi/imgs/a/5/a5690043.png") no-repeat;
	text-indent: -9999px;
}
.logo a {
	display: block;
	width: 406px;
	height: 130px;/*150px*/
}
.occult {
	width: 406px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	background: #036;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	text-align: center;
}
.occult a {
	display: block;
	color: #fff;
	font-size: 18px;
}

/*-----RTランキング-----*/
.RT_box {
	float: right;
	margin-top: 57px;
	position: relative;
}
.RT_box_inner .popularArticlesWithImage  {/*全体包括DIV*/
	margin-left: 10px;
}
.RT_box_inner .popularArticlesWithImage ul li {
	margin: 0 0 10px 0;
	list-style: none;
	position: relative;
	float: left;
	margin-left: 7px;
}
.RT_box_inner .popularArticlesWithImage.A ul li a {
	display: block;
	border-width: 3px;
	border-style: solid;
	border-color: rgba(0,0,0,0.8);
	padding: 0px !important;
	background: none !important;
	text-decoration: none;
}
.RT_box_inner .title {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 170px !important;
	height: 30px !important;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	padding: 3px 0px 3px 3px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	overflow: hidden;
}
.RT_box_inner .pv,
.RT_box_inner .retweet,
.RT_box_inner .comment {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 12px;
	padding: 3px 5px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	overflow: hidden;
}
/*-----google検索ボックス-----*/
.g_search {
	width: 390px;
	margin-left: 173px;
}
.test {
	border: 1px solid #ddd;
	height: 30px;
}
/*-----オカルト.netへ移動-----*/
.Site_move {
	width: 390px;
	margin-left: 173px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	border:1px solid #036;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	position: absolute;
	top:-40px;
	right:0;
}
.Site_move a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #036;
}
.Site_move a:hover {
	color: #FFF;
	background: #036;
}
.Site_move p {
}


/*---------------------
メニュー・上部カテゴリ
---------------------*/
.nav_box {
	margin-bottom: 10px;
	background: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.RT_box_inner {}
/*-----グローバルナビ-----*/
.global_nav {
	/*background: #4B7E37;*/
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);*/
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	float: right;
}
.global_nav_list {
	height: 34px;
	margin: 0 auto;
	padding: 0;
	line-height: 34px;
	background: #fff;
	float: right;
}
.global_nav_list li {
	float: left;
}
.global_nav_list li a {
	color: #4B7E37;
	font-size: 100%;
	font-weight: bold;
	display: block;
	padding: 0 10px;
}
.global_nav_list li a:hover {
	background: #00695C;
	text-decoration: none;
	color: #fff;
}


/*-----カテゴリナビ-----*/
.category_nav {
	background: #004D40;
}
.category_nav_list {
    width: 1080px;
	margin: 0 auto;
	padding: 0;
	height: 34px;
	line-height: 34px;
	font-size: 100%;
	border-left: 1px solid #fff;
        box-sizing: border-box;
}
.category_nav_list li {
	float: left;
	width: 16.6%;
        widht: -webkit-calc(100% /6);
        width: -moz-calc(100% /6);
        width: calc(100% /6);  
	border-right: 1px solid #fff;
        box-sizing: border-box;
}

.cat_list_last {

}
.category_nav_list li a {
	display: block;
	font-weight: bold;
	color: #fff;/*#329C1C*/
	text-align: center;
}



.category_nav_list li:hover {
	background: #00695C;
}




.category_nav_list li a:hover {
	text-decoration: none;
	color: #fff;
}



.mark a{
	background: url("http://livedoor.blogimg.jp/worldfusigi/imgs/d/e/de219244.png") no-repeat 35px 6px;
	background-size: 22px;
}

/*---------------------
左カラム全体
---------------------*/
.content {
	width: 728px;
	float: left;
        margin-right: 10px;
        min-height: 3400px;
}     

/*パンくずリスト*/
.breadcrumb {
     margin-bottom: 0px;
     padding: 10px;
     font-size: 12px;
     margin-bottom: 10px;
}
.breadcrumb-inner {
     overflow: hidden;
}
.breadcrumb-inner div {
     float: left;
}

/*---------------------
RSSボックス
---------------------*/
.information_box {
	background: #FFF;
	width: 728px;
	margin-bottom: 10px;
}
.information_box_inner {
	/*padding: 10px;*/
}
/*-----RSS設定-----*/
.rss_box {
	width: 100%;
	float: left;
	background: #FFF;
}
.rss_inner {
	height: 190px;
	overflow: auto;
	padding: 10px;
}
.upper_rss .rss_inner {
	border-bottom: 3px solid #ddd;
}
.rss_title01 {
	font-size: 14px;
}
.rss_title01 a {
	margin-right: 10px;
	color: #09532D !important;
}

.lower_rss .rss_inner { height: 204px;}
.lower_rss .rss_inner a {color: #1111cc;}

.lower_rss01 {
	float: left;
}
.lower_rss02 {
	float: left;
}
.lower_rss01,
.lower_rss02 {
	width: 50%;
}
.blogroll-list {
	font-size: 13px !important;
	line-height: 1.4 !important;
}
.lower_rss_inner01,
.lower_rss_inner02 {
	overflow: hidden;
	margin-bottom: 15px;
}
.lower_rss_inner01 {
	height: 110px;
}
.lower_rss_inner02 {
	height: 235px;
}
/*-----はてブ新着-----*/
.hatebu_box {
	width: 250px;
	float: right;
}

/*---------------------
コンテンツ（記事）
---------------------*/
.article_box {
	margin-bottom: 10px;
}
.left_content {

}
.article_Ad_top {
	margin-bottom: 10px;
}
.kiji_box {
	width: 728px;
	margin-bottom: 15px;
}
.kiji_box_inner {
	padding: 20px;
}
/*-----ページ移動-----*/
.article_navi {
	margin-bottom: 5px;
	clear: both;
	
}
.next_blok,
.prev_block {
	width: 340px;
	padding:7px 10px 10px 10px;
	height: 55px;
	overflow: hidden;
}
.next_kiji,
.prev_kiji {
	margin-bottom: 5px;
	font-size: 90%;
	font-weight: bold;
	color: #666;
}

.next_title,
.prev_title {
	clear: both;
	font-size: 80%;
	margin-top: 3px;
}

.fsd {border-left: 1px solid red; float: left; height: 100%;}

.next_blok {
	float: left;
}
.prev_block {
	float: right;
	border-left: 1px solid #ddd;
}
.next_kiji {
	background: url(http://livedoor.blogimg.jp/worldfusigi-test0001/imgs/b/0/b02cfd3f.png) no-repeat left center;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-top: 2px;
}
.prev_kiji {
	float: right;
	background: url(http://livedoor.blogimg.jp/worldfusigi-test0001/imgs/2/2/227cf8eb.png) no-repeat right center;
	margin-bottom: 10px;
	padding-right: 13px;
	padding-top: 2px;
}

/*-----記事タイトル(記事ページ)-----*/
.article_title_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.Update_day {
	float: left;
}
.Category_list {
	float: right;
}
.Category_list li {
	float: left;
}
.Category {}
.tag {}

.article_title {
	clear: both;
	font-size: 150%;
	font-weight: bold;
	border-left: 5px solid #91B155;
	padding: 10px;
	line-height: 1.4;
	/*background: #F2F6EB;*/
}
.article_title a {
	color: #333;
}

.date_box {
	/*background: #FAFAFA;*/
	font-size: 80%;
	padding: 2px 2px 2px 10px;
	/*border-bottom: 1px dotted #CCC;*/
	border-left: 5px solid #CCC;
	/*border-top: 1px dotted #CCC;*/
	color: #666;
	height: 22px;
	line-height: 22px;
}

/*topページなどのギャラリーモードver*/
.kiji_box {}/*設定済み(728px)*/
.kiji_box_inner_type2 {

	width: 728px;/*追記:IE6,7を無視するならいらない*/
	overflow: hidden;
}
.kiji_box_inner_type3 {/*記事ページ以外*/
	padding: 20px;
	margin-bottom: 10px;
}
.kiji_title_box {
	width: 357px;
	float: left;
	margin: 0px 0px 10px 10px;
}
.kiji_title_box_inner {
	padding: 10px;
}
.kiji_img {}
.kiji_img img {width:337px; height:200px;}
.kiji_title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 115%;
	height: 90px;
}
.kiji_data {
	font-size: 80%;
	line-height: 2.0;
}
.kiji_data_upper {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.kiji_date {
	float: left;
}
.kiji_comment {
	float: right;
}
.kiji_data_lower {}
.read_next {
	width: 100%;
}
.read_next a {
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.read_next a:hover {
	color: #333;
	text-decoration: none;
	background: #feffe8; /* Old browsers */
background: -moz-linear-gradient(top,  #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffe8 0%,#d6dbbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */

}

/*topページなどのギャラリーモードver 4記事目以降*/
.in_in {
	clear: both;
	margin-bottom: 10px;
}
.kiji_title_box02 {
	font-size: 80%;
}
.kiji_title_box_inner02 {
	padding: 10px;
}
.fl_left {
	float: left;
	margin-right: 10px;
}
.fl_left img {
	width: 80px;
	height: 80px;
}
.fl_right {
	float: left;
	width: 530px;
}
.kiji_title02 {
	/*height: 125px;*/
}
.kiji_date02 {
	float: left;
}
.kiji_cat02 {
	float: left;
	margin-left: 15px;
}
.kiji_cat02 a {
	color: #333;
	text-decoration: underline;
}
.kiji_cat02 a:hover {
	text-decoration: none;
}
.kiji_title02 h1 {
	clear: both;
	line-height: 1.4;
	font-weight: bold;
	font-size: 150%;
	padding-top: 5px;
	margin-bottom: 5px;
}

.kiji_data02 {
	float: left;
	text-align: center;
	margin-right: 10px;
}


.kiji_comment02 {
	font-size: 20px;
	border: 2px solid #DDBE90;
	border-radius: 5px;
	width: 70px;
	height: 35px;
	line-height: 35px;
}
.kiji_comment02 a {
	color: #DB7093;
}
.kiji_comment02 a:hover {
	color: #09532D;
}
.come_txt {
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}

/*-----ソーシャルボタン-----*/
.sns_box {
	background: #fff;
	font-size: 80%;
	margin-top: 10px;
}
.sns_btn {
	float: left;
}
.sns_btn_list {
	overflow: hidden;
}
.sns_btn_list li {
	float: left;
	margin-right: 5px;
}

.come {
	float: right;
}
/*-----記事本文-----*/
.inner,.more_body {
font-size: 16px;
line-height: normal !important;
}




.inner strong, .inner b {
    font-weight: bold !important;
}


.inner a,
.more_body a {
	text-decoration: underline;
}
.inner a:hover,
.more_body a:hover {
	text-decoration: none;
}

.inner a,
.more_body a {
	color: #d74b1f;
}
.read_more {
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #ccc;
	margin: 10px 20px;
	text-align: center;
	background: #eee;
}
.read_more a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	font-size: 110%;
}
.read_more a:hover {
	background: #ddd;
	color: #09532D;
}

/*-----この記事が気に入ったらイイねしてねボックス-----*/
.fb_big {
	background: #2D2D2A;
	width: 688px;
	height: 200px;
	margin: 10px 0px 0px 0px;
}
.fb_big_left {
	float: left;
	width: 344px;
}
.fb_big_right {
	float: right;
	width: 344px;
	text-align: center;
	padding-top: 35px;
}
.fb_big_texy01 {
	color: #FFF;
	font-size: 18px;
}
.fb_big_btn {
	margin: 25px 0;
}
.fb_big_texy02 {
	color: #FFF;
	font-size: 10px;
}

/*-----関連カテゴリ一覧-----*/
.relate h3,.head-line{
	background: #CAE9C1;
	margin: 0px 0px 10px 0px;
	padding: 8px 10px 5px 10px;
	font-size: 17px;
}
.related-articles h3,
.head-line {
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0px 10px;
	padding: 8px 10px 5px;
}
.head-line02 {
	background: #EAC3DF;
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0px 10px;
	padding: 8px 10px 5px;
}
.head-line03 {
	background: #C3CCEA;
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0px 10px;
	padding: 8px 10px 5px;
}

.related-articles ul{
	margin-bottom:15px;
}

.related-articles ul li,
ul.ninja-recommend-articles li a{
	background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/0/5/0539c373.gif) no-repeat 0px 2px;
}


.related-articles ul li{
	padding: 3px 0px 3px 25px;
	margin: 5px 0px 5px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}

/*-----過去記事人気記事ランダムPICK UP-----*/
.article-random-outer {
	margin-bottom:0px;
	overflow:hidden;
}
.article-random-inner {
	padding:0px 0px 0px 10px;
	float:left;
	width: 660px;
	line-height: normal;
	font-weight: bold;
}
.article-random-inner ul li {
	background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/d/d/ddb48fa0.gif) no-repeat 0px 3px;
	padding-left: 25px;
}
.article-random-inner ul li a {
	color: #1111cc;
}

/*-----おススメサイトの最新記事(記事下RSS)-----*/
.articles_under_rss {
	font-weight: bold;
}
.articles_under_rss_inner {
	height: 370px;
	margin-bottom: 30px;
	overflow: hidden;
}
#blogroll-116591 li {
	background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/5/5/557e6d6b.gif) no-repeat 0px 3px;
	line-height: 1.7 !important;
	/*border-bottom: 1px dotted #ddd !important;*/
	font-size: 100% !important;
	padding-left: 25px;
	padding-bottom: 10px;
}
/*-----コメント欄 ここから-----*/
.comhead {
	/*color: #660000;*/
	color: #947878;
	padding: 0 0 3px 0;
}

.comtxt {
	word-break: break-all;
	margin: 0 0 0 20px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0 0 10px 0; /*58px */
	font-size: 14px;
	line-height: 110%;
}
#formbody {
	background: #FAFAFA;
	padding: 15px 0px;
}

#formbody input[type="submit"]{
padding: 5px 75px;
margin-top: 15px;
background: #009900;
border-bottom: 2px #005C00 solid;
border-right: 1px #005C00 solid;
border-left: 1px #005C00 solid;
border-top: 1px #007A00 solid;
color: #fff;
font-size: 18px;
font-weight: bold;
}



#comdiv {
	padding:0px 10px;
}

.form {
	font-size: 12px;
	margin-left: 20px;
}

.form th {
	padding: 2px;
	text-align: right;
}

.form td {
}

.NM{
	color:#34c934;
}

.comhead {
	font-size: 12px;
	margin-bottom: 15px;
}

input#author {
	background: white;
	padding: 4px;
	border: 1px solid #EEE;
	border-radius: 4px;
	width: 500px;
	height: 18px;

	box-shadow: inset 0 1px 1px #555;
}

.kobetsucom{
line-height: 150%;
color: #000;
padding-bottom: 30px;
font-weight: normal;
font-size: 15px;
}

.good {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 25px;
	color: #FFF;
	border: 0px;
	background: URL(http://bakusoku.biz/site_design_img/plus.png) center no-repeat;
}

.boo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	line-height: 20px;
	font-weight: bold;
	width: 25px;
	color: #FFF;
	background: URL(http://bakusoku.biz/site_design_img/mainus.png) center no-repeat;
	border: 0px;
}

textarea#text {
background: #FDFDFD;
padding: 4px;
border: 1px solid #EEE;
border-radius: 4px;
width: 500px;
height: 120px;
box-shadow: inset 0 1px 1px #555;
resize: none;
margin-top: 10px;
}
/*-----//コメント欄 ここまで-----*/

/*-----ページナビ-----*/
.page_nav {
    clear: both;
    font-weight: bold;
    text-align: center;
}

.page_nav .current span {
    background: none repeat scroll 0 0 #666666;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #888888;
    margin-right: 10px;
    padding: 10px 15px;
}

.page_nav a:link, .pager a:visited, .pager a:active {
	background: #fff;
	border: 1px #ccc solid;
	border-radius:5px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	margin-right: 10px;
	color: #333;
	display:inline-block;
	/*margin-bottom: 10px;*/
}
.index-navigator{
	list-style: none outside none;
    margin: 20px 15px 15px 15px;
    padding: 0;
 }
ul.index-navigator li,
ol.paging-number,
ol.paging-number li{
	display: inline;
}

/*-----カテゴリタイトル-----*/
.cat_title {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
	background: #F2F6EB;
}
.cat_title p {
	border-left: 5px solid #91B155;
	padding: 10px;
	margin-left: 5px;
}

/*-----記事下RSS-----*/
/*.antena_rss {
	margin-bottom: 10px;
	background: #FFF;
	border: 3px solid #ddd;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.antena_rss_inner {
	height: 200px;
	overflow: auto;
}
#blogroll-116591 li {
	line-height: 1.7 !important;
	border-bottom: 1px dotted #ddd !important;
	font-size: 90% !important;
}*/

/*---------------------
サイドカラム（全体設定）
---------------------*/
.side_box {
	float: left;
width: 336px;

}

.side01,
.side02 {
	width: 200px;
	/*border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: #FFF;*/
}

.sidewrapper {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
		    border-radius: 5px;
	margin-bottom: 10px;
	background: #fff;
}
.sidetitlebody {
	/*-webkit-border-radius-top-left: 5px;
		    border-radius-top-left: 5px;
	-webkit-border-radius-top-right: 5px;
		    border-radius-top-right: 5px;*/
}
.sidetitle {
	padding: 10px;
	border-bottom: 1px solid #d7dada;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
    /*background: #FFF;*/
	/*background: url(http://livedoor.4.blogimg.jp/worldfusigi/imgs/f/6/f687be81.gif) repeat-x left center;*/

	background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
.sidetop {}
.side {

	line-height: 1.7;
	font-size: 80%;
	padding: 5px;
}


/*サイドカラムの画像付き新着記事の調整（プラグイン）*/
#popularArticlesWithImagePlugin-5420302 ul li,
.recent-article-image li {
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1.4;
	border-bottom: 1px solid #ddd;
}
#popularArticlesWithImagePlugin-5420302 ul li:last-child,
.recent-article-image li:last-child {
	border: none;
}

#popularArticlesWithImagePlugin-5420302 ul li .image,
.recent-article-image li a img  {
	float: left;
	margin-right: 8px;
width: 80px;
height: 80px;
}


/*サイドカラムの画像付きRTランクの調整（プラグイン）*/
#popularArticlesWithImagePlugin-1715841 {}

#popularArticlesWithImagePlugin-1715841  {/*全体包括DIV*/

}
#popularArticlesWithImagePlugin-1715841 ul li {
	margin: 0 0 10px 0;
	list-style: none;
	position: relative;
	/*float: left;*/
	margin-left: 7px;
}
#popularArticlesWithImagePlugin-1715841 ul li a {
	display: block;
	border-width: 3px;
	border-style: solid;
	border-color: rgba(0,0,0,0.8);
	padding: 0px !important;
	background: none !important;
	text-decoration: none;
}
#popularArticlesWithImagePlugin-1715841 ul li a img {
	width:170px;
	height:112px;
}
#popularArticlesWithImagePlugin-1715841 .title {
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 93% !important;
	height: 30px !important;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	padding: 3px 0px 3px 3px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	overflow: hidden;
}
#popularArticlesWithImagePlugin-1715841 .pv,
#popularArticlesWithImagePlugin-1715841 .retweet,
#popularArticlesWithImagePlugin-1715841 .comment {
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 12px;
	color: #FFF;
	padding: 3px 5px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	overflow: hidden;
}

/*---------------------
サイドカラム（side01）
---------------------*/
.side01 {
	/*width: 199px;*/
	float: left;
}
.sns_btn02 {
	margin-bottom: 10px;
}
.sns_btn02 ul {
	width: 200px;
}
.tw_btn,.fb_btn,.gp_btn,.rss_btn,.logpo_btn {
	margin-bottom: 5px;
	padding-left: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.tw_btn {background: #00ACEE;}
.fb_btn {background: #3B5998;}
.gp_btn {background: #87C040;}
.rss_btn {background: #F08421;}
.logpo_btn {background: #F4A65D;}

.tw_btn a,.fb_btn a,.gp_btn a,.rss_btn a,.logpo_btn a {
	padding: 10px 0px 10px 30px;
	display: block;
	color: #FFF;
	font-weight: bold;
}
.tw_btn a {
	background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/f/e/fed96464.jpg) no-repeat left center;
}
.fb_btn a {
	background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/2/0/2083ae94.jpg) no-repeat 0 5px;
}
.gp_btn a {
	background: url(http://livedoor.4.blogimg.jp/worldfusigi/imgs/5/1/51762ae3.gif) no-repeat left center;
}
.rss_btn a {
	background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/3/b/3b2c8359.jpg) no-repeat 0 3px;
}
.logpo_btn a {
	background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/9/b/9b06946f.png) no-repeat 0 8px;
}


/*サイドオススメ記事ピックアップ*/
.single-side-pickup{
margin-bottom:20px;
padding-bottom: 5px;
background-color: #ffffff;
border-radius: 5px;
border:1px solid #ddd

}
.single-side-pickup__title{
    padding: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d7dada;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-radius: 5px 5px 0px 0px;
    /* background: #FFF; */
    /* background: url(http://livedoor.4.blogimg.jp/worldfusigi/imgs/f/6/f687be81.gif) repeat-x left center; */
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);

}


.single-side-pickup__title::before{content:"";
display: inline-block;
width: 14px;
height: 14px;
background: url(http://file.blog.fc2.com/occultnet/img/icon.png) 0 0 no-repeat;
background-size: 14px;
}
.single-side-pickup__title small{
    font-size: 12px;
    display: block;
    margin: 6px 0 -6px 8px;
    color: #828080;
}




/*---------------------
サイドカラム（side02）
---------------------*/
.side02 {
	/*width: 199px;*/
	float: right;
	margin-left: 10px;
}
.side_AD01 {
	text-align: center;
	margin-bottom: 7px;
}
/*外部リンク*/
.out_link_col {}
.out_link {
    width: 100%;
}
.out_link .sidetitle {
    margin-bottom: 5px;
}
.out_link_box {
    width: 188px;
    margin: 0 auto 5px auto;
}
.out_link_box a {
    color: #fff;
}
.out_link_img {
    text-align: center;
}
.out_link_img img {
    width: 188px;
}
.out_link_text {
    background-color: #4BA11B;
    padding: 5px;
    font-size: 12px;
    line-height: 1.4;
    margin-top: -3px;
}
#div-gpt-ad-1419398949659-2 {
    margin-bottom: 10px;
}


/*---------------------
フッター
---------------------*/
.footer_fg {
	clear: both;
	background: #004d40;
	border-top: 3px solid #ddd;
}
.footer_fg_inner {
/*background: #FF9;*/
	padding: 10px 0px 10px 8px;
    width: 1080px;
	margin:0 auto;
}
/*-----リンク集-----*/
.links_collection,
.monthly_popularity,
.hatebu_rekidai,
.acr_lank01 {
    margin-right: 10px;
    overflow: hidden;
}
.links_collection_inner,
.monthly_popularity_inner,
.hatebu_rekidai_inner,
.acr_lank01_inner {
	padding: 5px;
}
.links_collection {
}

.collection_links {
	font-size: 80%;
	line-height: 1.7;
}
.collection_links li {
    background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/0/d/0d7fffd5.gif) no-repeat center left;
    padding-left: 10px;
    width: 30%;
    float: left;
    font-size: 11px;
}

.collection_links:after{
display: block;
clear: both;
content:'';
}


/*-----月刊人気記事-----*/
.monthly_popularity {
}
.hatebu_rekidai {
}

/*-----歴代人気はてブ-----*/
/*#hatena-bookmark-widget0,
#hatena-bookmark-widget1 {width: 250px !important;}*/

#hatena-bookmark-widget0,
#hatena-bookmark-widget1 {
	width: 100% !important;
	font-size: 80% !important;
	line-height: 1.7;
}
#hatena-bookmark-widget0 .hatena-bookmark-entrytitle,
#hatena-bookmark-widget1 .hatena-bookmark-entrytitle {
	line-height: 1.7;
}



/*-----コピーライト-----*/
.Copyright_box {
	font-size: 80%;
	margin: auto 0;
	padding: 0;
	width: 100%;
	background: #004D40;
	z-index: 10000;
}
.Copyright_box_inner {
    width: 1080px;
	margin: 0 auto;
	text-align: center;
}
.footer_nav_list {
	text-align: center;
	overflow: hidden;
	padding: 10px;
}
.footer_nav_list li {
	display: inline;
	margin-right: 5px;
}
.footer_nav_list li a {
	color: #FFF;
	text-decoration: underline;
}
.footer_nav_list li a:hover {
	text-decoration: none;
}
.Copyright {
	clear: both;
	color: #FFF;
	padding: 10px;
}


/*-----上に戻るボタン-----*/
.goto_top {
	position: fixed;
	bottom: 40px;
	right: 0px;
	z-index: 100;
}
.gack_home {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	font-size: 14px;
	background: #979797;
}
.gack_home a {
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	/*line-height: 50px;*/
}


/*  AD */
.ad468-60{margin: 10px auto; }









/*------------------------------------
記事調整
------------------------------------*/
.kiji_1sen {
	border:1px dotted #CCCCCC;
	background:#f6f6f6;
	padding:5px;
	margin-bottom: 5px;
}
div.article-body-inner img {
	border:1px solid #CCCCCC;
}
.kiji_moji_title {
	font-size:12px;
	font-weight:normal;
	margin-bottom: 15px;
}
.kiji_moji {
	padding-left: 19px;
	font-weight:bold;
	line-height: 1.7;
}
.xxxx a{
	color:#1111cc !important;
	text-decoration: underline;
}
.xxxx a:hover {
	color:#F06 !important;
	text-decoration: none;
}

.thread_body,.kiji_moji,.xxx{
	padding-left:20px !important;
}

.xxx a{
	font-size: 18px;
	line-height: 3.5em;
	font-weight: bold;
}
.xxxx a{
	color:#03F;
	font-weight: bold;
}














.test a{color: #09532D;font-size: 12px;}

.test a:before{content:"▶";color: yellow;}






/*--------------------各ツイートを包むdiv--------------------*/
.tw_block{
	border-bottom: 1px dashed #aaa;
	width: 95%;
	margin: 15px 0px 0px 0px;
	text-align:left; 
	position:relative;
	padding-left:40px;
	padding-bottom:25px;
	list-style:none; 
}

.tw_text{
	line-height:160%;
	font-size:19px;
}

.tw_text a{
	font-size:19px;
}

/*アイコン、名前、日付を包むdiv*/
.tw_header{
	margin-bottom: 0px;
}
/*ツイッター本文を包むdiv*/
.tw_body{
}
/*返信・リツイート・お気に入りボタンを包むdiv*/
.tw_footer{
}
/*アイコン画像のcss*/
.tw_prof_img{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top : 0;
}
/*ツイッターID、ユーザー名*/
.tw_screen_name, .tw_name{
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	text-decoration: none;
	color: green;
}
/*投稿日付*/
.tw_date{
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 10px;
	text-decoration: none;
	color: #888;
}
/*ツイート内画像*/
.tw_img{
	max-width: 100%;
	min-width: 10%;
	margin-top: 20px;
}

/*ハッシュタグ*/
.tw_tags a{
	color: #B2B2B2;
	text-decoration:none;
	
}

/*ピック*/
.pic_c {
	font-size:12px;
	background:url(http://blogroll.livedoor.net/blogroll/icons/-common-/5.gif) no-repeat 0px 0px;
	margin-top: 15px;
    margin-left: 10px;
    margin-bottom: -5px;
    padding-left: 15px;
}
/*カテゴリの色*/
.category-child a { color:#d74b1f}




/* SIDE Settings */

.side-headline-outer{
    border-left: solid 3px #004d40;
    padding: 8px 0 6px 10px;
    margin: 0 0 10px;
}


.side-headline{
    font-size: 18px;
}


.side-headline span{

}

.side-headline-detail{
    margin-top: 5px;
    color: #999;
    font-size: 11px;
}



.side-lower,.side-upper{
    width: 336px;
}

.side-lower-ranking{
}



.side-lower-ranking .popularArticlesWithImage{
    margin: 10px 10px 30px;
}


.side-lower-ranking .popularArticleWithImage{
    border-bottom: solid 1px #EEEEEE;
    padding: 6px 0 6px;
}

.side-lower-ranking a{
    display: block;
    overflow: hidden;
    height: 48px !important;
    width: 100% !important;
}


.side-follow-btn{    text-align: center;margin: -20px 0 30px;}

.side-follow-btn a{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;


    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;



    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;


}

.side-follow-btn--item2{}




.side-lower-ranking .image{
    width: 24%;
    float: left;
} 

.side-lower-ranking .image img{max-width: 100%;} 

.side-lower-ranking .title{
    padding-left: 26%;
    width: 74% !important;
    background-color: transparent !important;
    font-size: 14px;
    padding-top: 6px;
}


.side-lower-ranking a:hover{
    text-decoration: none;
    color: #004D40;
}

.side-lower-ranking a:hover .title{
    color: #004D40 !important;
}





/*
----------------
Footer settings
----------------
*/


.footer__about{
    background: #263238;;
    padding: 20px 0;
}

.footer__sitemap{
    background: #263238;
    padding: 20px 0;
}

.footer__about-inner,.footer__copy-inner,.footer__sitemap-inner{
    width: 1080px;
    margin: auto;
}


footer__profile-box:after,.footer__about-inner:after,.footer__about-links:after,.footer__sitemap-inner:after,.footer__copy-inner:after{
    content:'';
    display: block;
    clear: both;
}


.footer__sitemap-col{
margin: 0 0 30px;
float: left;
}

.footer__sitemap-col5{
width: 20%;
}



.footer__sitemap-col4{
width: 25%;
}



.footer__sitemap-col2{
width: 50%;
}




.footer__sitemap{
background: #263238;
    padding: 50px 0 0;
}

.footer__sitemap-title{
    color: #fafafa;
    font-size: 14px;
    margin: 0 0 10px;
}

.footer__sitemap-title small{
    margin: 0 4px;
    font-size: 12px;
}


.footer__sitemap-title small a{
    color: #d74b1f;
    text-decoration: underline;
}

.footer__sitemap-link a{
    color: #d74b1f;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.5;
}


.footer__sitemap-link a:hover{
color: #fff;}

.footer__sitemap-link:before{
content:' - ';
color: #fafafa;
}




.footer__sitemap-article-box{
    background: #fafafa;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}


.footer__sitemap-article{
    border-bottom: solid 1px #ddd;
    height: 45px;
    overflow: hidden;
}


.footer__sitemap-article a{
    display: block;
    padding: 8px;
    font-size: 12px;
    color: #0000cc;
    line-height: 1.5;
}



.footer__profile-box{ 
    width: 620px;
float: left;
}


.footer__profile-sns{ 
    width: 690px;
}



.footer__about-thumbnail{
    width: 50px;
    float: left;
    position: relative;
    margin-right: 5px;
}


.footer__about-thumbnail:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: 1;
}

.footer__about-thumbnail img{
    max-width: 100%;
    position: relative;
    z-index: 2
}


.footer__about-text{
    position: relative;
    margin-left: 64px;
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 2px;
    line-height: 1.7;
    margin-right: 20px;
    font-size: 12px;
}







.footer__about-text:before{
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #EEEEEE;
    position: absolute;
    left: -20px;
    top: 28px;
    margin-top: -9px;
}



.footer__about-links{
float: left;
width: 460px;
}

.footer__about-links-item{
    padding: 0 3%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 40%;
    float: left;
    margin: 0 2% 4px 0;
    background: #004d40;

}

.footer__about-links-item a{
    background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/0/d/0d7fffd5.gif) no-repeat center left;
}



.footer__about-links-item.twitter{background: #00ACEE;}
.footer__about-links-item.facebook{background: #3B5998;}
.footer__about-links-item.feedly{background: #87C040;}
.footer__about-links-item.feedrss{background: #F08421;}

.footer__about-links-item.twitter a{background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/f/e/fed96464.jpg) no-repeat left center;}
.footer__about-links-item.facebook a{background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/2/0/2083ae94.jpg) no-repeat 0 5px;}
.footer__about-links-item.feedly a{background: url(http://livedoor.4.blogimg.jp/worldfusigi/imgs/5/1/51762ae3.gif) no-repeat left center;}
.footer__about-links-item.feedrss a{background: url(http://livedoor.blogimg.jp/worldfusigi/imgs/3/b/3b2c8359.jpg) no-repeat 0 3px;}



.footer__about-links-item a{
    padding: 8px 0px 8px 24px;
    display: block;
    color: #FFF;
    font-weight: bold;
    background-size: 18px !important;
    font-size: 15px;
}


.footer__copy{
    background: #212121;
    overflow: hidden;
    padding: 20px 0;
    color: #FAFAFA;
}

.footer__copy-name{
float: left;
font-size: 12px;
}

.footer__copy a{
    color: #FAFAFA;
}






.footer__copy-other{
float: right;
}





/** 追尾する忍者 **/
.follow-parent{
position:relative;
}
.follow{
width: 336px;
}




#acrr4_worldwidefusigi table tr td,
#acrp2_worldwidefusigi table tr td {
	border: 1px solid #ddd;
	line-height: 1.7;
	font-size: 13px !important;
	padding: 0 3px;
    min-width: 20px;
}


#acrp2_worldwidefusigi a{
overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 496px;
    display: block;
}


#acrp2_worldwidefusigi tr:nth-of-type(2), #acrp2_worldwidefusigi tr:nth-of-type(1), #acrp2_worldwidefusigi tr:nth-last-of-type(3), #acrp2_worldwidefusigi tr:nth-last-of-type(2), #acrp2_worldwidefusigi tr:nth-last-of-type(1) {
display: none;
}

#acrp11_fusigi_cat tr:nth-of-type(2), #acrp11_fusigi_cat tr:nth-of-type(1), #acrp11_fusigi_cat tr:nth-last-of-type(3), #acrp11_fusigi_cat tr:nth-last-of-type(2), #acrp11_fusigi_cat tr:nth-last-of-type(1) {
display: none;
}

.footer__sitemap-access-box {
    background: #fafafa;
    border-radius: 4px;
    overflow: hidden;
margin-right: 10px;
}

.category_nav_list li  {
    position: relative;
    overflow: hidden;
}
.category_nav_list li  a {

    cursor: pointer; /*since the links are dummy without href values*/
    /*prevent text selection*/
    user-select: none;
    /*static positioned elements appear behind absolutely positioned siblings(.ink in this case) hence we will make the links relatively positioned to bring them above .ink*/
    position: relative;
}
 
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
    display: block; position: absolute;
    background: hsl(180, 40%, 80%);
    border-radius: 100%;
    transform: scale(0);
}
/*animation effect*/
.ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {opacity: 0; transform: scale(2.5);}
}


/* content-image-loader */
.content-image-loader {
  line-height: 0;
}

.content-image-loader__thumbnail {
  display: block;
  margin-bottom: 6px;
  max-width: 100%;
}

.content-image-loader__domain {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
}

.content-image-loader__domain a {
  color: #aaa;
  text-decoration: none;
}

.content-image-loader__domain::before {
  content: "Credit:";
  margin-right: 4px;
}











