/******************************************************************
Theme Name: pc
Version: 1.0
******************************************************************/
/*リセットcss開始*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url("images/3b53860e.png");
	color: #333;
	font-family: "メイリオ",meiryo,Arial,Helvetica;
	font-size: .8em;
	word-wrap: break-word;
}
img {
	border: 0;
}


.img pict{  max-width: 100%;}

a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #ff8c00;
	text-decoration: none;
}
a img:hover {
	opacity: 0.5;
}
ul,ol {
	list-style: none;
	list-style-type: none;
}
li {
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.clear{
	clear: both;
	float: none;
}
.clearfix:after,
#main .single_post .widget_newpostcatch ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.disnon{
	display: none;
}
/*リセットcss終了*/
/*ヘッダー開始*/
.global-nav-sticky {
	height: 30px;
	position: fixed;
	width: 100%;
	background: #5F6C78;
	top: -45px;
	z-index: 10000;
	-webkit-box-shadow: 0 1px 5px -1px #333;
	-moz-box-shadow: 0 1px 5px -1px #333;
	-o-box-shadow: 0 1px 5px -1px #333;
	box-shadow: 0 1px 5px -1px #333;
	opacity: 0.9;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.visible {
	top: 0 !important;
}
.global-nav-sticky .inner {
	width: 1058px;
	margin: 0 auto;
	position: relative;
}
.menu-sticky, .menu-social-sticky {
	height: 30px;
	line-height: 30px;
}
.is-float-left {
	float: left;
}
.is-mr13 {
	margin-right: 13px;
}
.menu-li {
	float: left;
}
.menu-li > a {
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding: 0 15px;
	color: #fff;
	transition:.5s;
}
.menu-li > a:hover{
	background-color: #1b9bfc;
	transition:.5s;
}
.menu-li .prev,
.menu-li .next{
	padding: 0 15px;
	float: left;
	color: #fff;
	cursor: pointer;
}
.ticker-title {
	float: left;
	background: #DF4848;
	color: #fff;
	font-weight: bold;
	padding: 0 13px;
	height: 30px;
	line-height: 30px;
}
.flexslider{
	width: 600px;
	float: left;
	position: relative;
}
.flexslider .flex-direction-nav{
	position: absolute;
	right: -92px;
	top: 0;
}
.flexslider .flex-direction-nav li{
	float: right;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next{
	padding: 0 10px;
	color: #fff;
	display: block;
}
.flexslider .flex-direction-nav .flex-prev{
	background-color: rgba(0, 255, 35, 0.7);
}
.flexslider .flex-direction-nav .flex-next{
	background-color: rgba(0, 0, 255, 0.7);
}
.ticker-sticky {
	width: 600px;
}
.ticker {
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	background: #fff;
}
.ticker li{
	white-space: nowrap;
}
.ticker li a{
	color: #454C56;
	font-weight: bold;
	transition: .4s;
}
.ticker li a:hover{
	color: #1b9afb;
	transition: .4s;
}
.is-float-right {
	float: right;
}
.menu-sticky, .menu-social-sticky {
	height: 30px;
	line-height: 30px;
}
.menu-sticky-social-li {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.menu-social-li > a,
.menu-sticky-social-li > a {
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #fff;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.menu-sticky-social-li > a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.menu-sticky-social-li > a.back {
	transform-origin:100% 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transition-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.menu-sticky-social-li > a.front {
	transform-origin:100% 0 0;
	background: #5F6C78;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transition-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.menu-sticky-social-li:hover > a.back {
	transform-origin:100% 0 0;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transition-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.menu-sticky-social-li:hover > a.front {
	transform-origin:100% 0 0;
	background: #5F6C78;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transition-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.twitter-btn {
	background: #00abef;
}
.facebook-btn {
	background: #507cbe;
}
.rss-btn {
	background: #ff8800;
}
.search-btn {
	background: #515B64;
}
.menu-social-common {
	float: left;
	text-align: center;
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
	z-index: 100;
}
.icon-nav {
	line-height: inherit;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-rss:before {
	content: "\f09e";
}
.fa-search:before {
	content: "\f002";
}
.search-box-sticky{
	width: 250px;
	padding: 8px;
	background: #5F6C78;
	top: 30px;
	display: none;
	position: absolute;
	right: 0;
}
.search-box-sticky input[type="text"]{
	margin-right: 6px;
	border: 0;
	padding: 10px 7px;
}
.search-box-sticky input[type="SUBMIT"]{
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 10px 7px;
}
.search-box-sticky input[type="SUBMIT"]:hover{
	background-color: #DF4848;
}
.header_bar{
	background: #878787;
	color: #eee;
	height: 20px!important;
	font-size: 10px!important;
	margin: 0!important;
	padding: 0!important;
}
#header{
	min-width: 1080px;
}
#header-top {
	height: 20px;
background: #0066CC;
  background: -moz-linear-gradient(top, #0066CC 0%, #000022 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066CC), color-stop(100%,#000022));
  background: -webkit-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -o-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -ms-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: linear-gradient(to bottom, #0066CC 0%,#000022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066CC', endColorstr='#000022',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	width: 100%;

}
#header-top ul {
	width: 1080px;
	margin: 0 auto;
}
#header-top ul li {
	float: left;
	margin: 0 1px;
	list-style-image: none;
	padding: 0px 30px 2px;
	border-right: 1px solid navy;
}
#header-top ul li:hover{
	background-color: #fff;
}
#header-top ul li a{
	color: #fff;
}
#header-top ul li:hover a{
	color: #000;
}
.blog-title-outer {
	min-height: 122px;
	background: url("images/2d3f0e02.png");
}
.blog-ad-wrap #left_ad{
	position: absolute;
	left: -155px;
	top: 5px;
}
.blog-ad-wrap #right_ad{
	position: absolute;
	right: -155px;
	top: 5px;
}
.blog-title-outer-2 {
	margin: 0 auto;
	width: 1080px;
	position: relative;
}
#header-top-box {
	height: 420px;
	width: 69%;
	float: right;
}
#top-rss {
	width: 100%;
	height: 265px;
	overflow-y: scroll;
	border: 1px solid #2367B0;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#top-rss-left {
	width: 54%;
	float: left;
	padding-left: 3px;
}
#top-rss-right {
	width: 45%;
	float: right;
}


#top-rss li{  border-bottom: 1px dashed #ccc;
  padding: 4px;}




#top-main {
	width: 97%;
	height: 110px;
	overflow-y: scroll;
	border: 2px solid #2367B0;
	font-size: 14px;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-top: 15px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 10px;
}
#top-main a:visited {
	color: #008b8b;
}
#top-main a:link {
	color: #008b8b;
}
#top-main a:hover{
	color: #fc8c00;
}
#top-main li {
	height: 18px;
	overflow: hidden;
	border-bottom: 1px dashed #CCC;
	padding: 3px;
	margin-bottom: 3px;
	line-height: 2;
}
.imobinfeed_rss .imobile_infeed_spot {
	width: 729px!important;
	height: 26px!important;
	border-bottom: #ccc 1px dashed !important;
}
.imobinfeed_rss .imobile_infeed {
	width: 729px!important;
	height: 26px!important;
}
.imobinfeed_rss .imobile_infeed:hover{
	background-color: #f1f1d2;
}
.imobinfeed_rss #imobspot_1_0_p,
.imobinfeed_rss #imobspot_2_0_p,
.imobinfeed_rss #imobspot_3_0_p,
.imobinfeed_rss #imobspot_4_0_p,
.imobinfeed_rss #imobspot_5_0_p,
.imobinfeed_rss #imobspot_6_0_p,
.imobinfeed_rss #imobspot_7_0_p,
.imobinfeed_rss #imobspot_8_0_p,
.imobinfeed_rss #imobspot_9_0_p,
.imobinfeed_rss #imobspot_10_0_p{
	margin: 0!important;
}
.imobinfeed_rss .imobile_infeed_img_container {
	display: none;
}
.imobinfeed_rss .imobile_infeed_body {
	width: 729px!important;
	height: 16px!important;
	margin: 0!important;
	padding: 5px 5px 0px 5px!important;
}
.imobinfeed_rss .imobile_infeed_title {
	display: none !important;
}
.imobinfeed_rss .imobile_infeed_description {
	font-size: 14px!important;
	padding-left: 5px!important;
	margin: 0px!important;
}
.imobinfeed_rss .imobile_infeed_description:after {
	content: "←(オススメ)";
	color: red;
	font-size: 12px;
}
.blog-title-outer-3 {
	width: 324px;
	height: 150px;
	background-color: #fff;
}
h1#blog-title {
  font-size: 180%;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
}
#blog-title a {
	color: #000;
	font-size: 170%;
	text-shadow: 2px 02px #9c9c9c;
	text-decoration: none;
}
#headerArea {
	height: 40px;
	margin: 0 auto;
	font-size: 16px;
	border: 2px solid navy;
background: #0066CC;
  background: -moz-linear-gradient(top, #0066CC 0%, #000022 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066CC), color-stop(100%,#000022));
  background: -webkit-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -o-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -ms-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: linear-gradient(to bottom, #0066CC 0%,#000022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066CC', endColorstr='#000022',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
#headerArea ul {
	list-style-image: none;
	width: 1080px;
	margin: 0 auto;
}
#headerArea ul li {
	float: left;
	margin: 0 1px;
	list-style-image: none;
	font-weight: bold;
	padding: 10px 30px 5px;
	border-right: 1px solid navy;
}
#headerArea ul li:hover{
	background-color: #fff;
}
#headerArea ul li a{
	color: #fff;
}
#headerArea ul li:hover a{
	color: #000;
}
/*ヘッダー終了*/
/*メインコンテンツ開始*/
#container {
	width: 1080px;
	margin: 0 auto;
}
#content{
	width: 1080px;
	padding-top: 3px;
	padding-bottom: 6px;
	background-image: url("images/3b53860e.png");
	float: left;
}
#left_ad{
	position: fixed;
	top: 50px;
	left: auto;
	margin-left: -170px;
	display: block;
}
#right_ad{
	position: fixed;
	top: 50px;
	left: auto;
	margin-left: 1090px;
	display: block;
}
#main {
	float: right;
	display: inline;
	width: 752px;
}
/*メインコンテンツ終了*/
/*左カラム開始*/
#left_wrap{
	float: left;
	display: inline;
	width: 322px;
}
#sub #left .widget{
	border: solid 1px #CCCCCC;
	margin-bottom: 15px;
	background-color: #FFF;
	border-border-top-left-radius: 10px;
	border-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
}
#sub #left .widget-title{
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	border-border-radius: 10px;
	border-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;

background: #0066CC;
  background: -moz-linear-gradient(top, #0066CC 0%, #000022 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066CC), color-stop(100%,#000022));
  background: -webkit-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -o-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -ms-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: linear-gradient(to bottom, #0066CC 0%,#000022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066CC', endColorstr='#000022',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
#sub #left .widget .textwidget,
#sub #left .widget_recent_entries ul,
#sub #left .widget_archive ul,
#sub #left .widget_categories ul,
#sub #left .widget_get_recent_comments #get_recent_comments_wrap,
#sub #left .popular-posts ul,
#sub #left .widget_search form{
	padding: 0px 5px 5px;
}
#sub #left .widget_recent_entries ul li,
#sub #left .widget_archive ul li,
#sub #left .widget_categories ul li,
#sub #left .widget ul.ranking_list li{
	padding-left: 15px;
	background: url(images/arrow.gif) no-repeat 0 4px;
	font-size: 95%;
	margin: 10px 0 0 0;
	text-align: left;
	border-bottom: 1px dashed #999999;
	padding-bottom: 3px;
}
#sub #left .widget_search form .screen-reader-text{
	display: none;
}
#sub #left .widget_search form input[type="text"]{
	width: 75%;
	padding: 4px;
}
#sub #left .widget_search form input[type="submit"]{
	padding: 1px 6px;
}
#sub #left .widget_get_recent_comments ul li,
#sub #left .widget_text ul.last_year li{
	font-size: 95%;
	margin: 10px 5px 0;
	text-align: left;
	border-bottom: 1px dashed #999999;
	padding-bottom: 3px;
}
#sub #left .widget_get_recent_comments ul li a{
	margin-bottom: 5px;
	display: block;
}
#extra .widget_text{
	margin-top: 5px;
	text-align: center;
	border: 1px solid #0066CC;
	background-color: white;
	border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-border-radius: 10px;
	-moz-border-radius: 10px;
}
#extra .widget .widget-title {
	padding: 5px;

background: #0066CC;
  background: -moz-linear-gradient(top, #0066CC 0%, #000022 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066CC), color-stop(100%,#000022));
  background: -webkit-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -o-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -ms-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: linear-gradient(to bottom, #0066CC 0%,#000022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066CC', endColorstr='#000022',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 110%;
	border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-border-radius: 10px;
	-moz-border-radius: 10px;
}
#extra .widget_text ul.recent_comment li,
#extra .widget_text .textwidget ul.last_year li{
	font-size: 12px;
	margin: 5px 5px 0px;
	padding-bottom: 5px;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	border-bottom: 1px dashed;
	overflow: hidden;
	text-align: left;
	height: 33px;
}
#extra .widget_text ul.recent_comment li:last-child,
#extra .widget_text .textwidget ul.last_year li:last-child{
	border-bottom: 0;
}
/*左カラム終了*/
/*メインカラム開始*/
#main .post{
	padding: 6px 10px;
	border: solid 2px #006688;
	margin-bottom: 5px;
	margin-top: 6px;
	background-color: #fff;
  padding-bottom: 0;
}
#main .post .thumb {
	position: relative;
	margin-top: 25px;
	width: 210px;
	height: 180px;
	float: left;
}
#main .post .thumb img{
	width: 100%;
	height: auto;
	max-height: 180px;
}

#main .post .thumb .comment {
	position: absolute;
	top: -26px;
	right: -5px;
	padding: 4px 6px;
	background: #fff;
	border: 2px solid #333;
	box-shadow: 0px 1px 3px #333;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.2em;
}

#main .post .thumb .comment:before {
	content: "";
	position: absolute;
	top: 31px;
	right: 16px;
	width: 0;
	height: 0;
	border-width: 12px 8px 12px 8px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

#main .post .thumb .comment:after {
	content: "";
	position: absolute;
	top: 26px;
	right: 16px;
	width: 0;
	height: 0;
	border-width: 12px 8px 12px 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

#main .post .article_right{
	width: 490px;
	margin-left: 15px;
	float: left;
}
#main .post .article_right .article-date{
	font-size: 12px;
	color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066CC), color-stop(100%,#000022));
  background: -webkit-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -o-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -ms-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: linear-gradient(to bottom, #0066CC 0%,#000022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066CC', endColorstr='#000022',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	font-weight: bold;
	clear: both;
	padding-left: 5px;
}
#main .post .article_right .entry_title{
	margin-bottom: 5px;
	max-height: 112px;
	overflow: hidden;
	padding: 4px 10px 0px 10px;
}
#main .post .article_right .entry_title a{
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
#main .post .article_right .entry_title a:hover{
	color: #ff8c00;
}
#main .post .article_right #top_tool {
	height: 26px;
	border: 2px solid #ccc;
	background-color: #eee;
	margin-top: 5px;
	text-align: center;
	padding: 5px 40px 0;
	font-weight: bold;
	font-size: 18px;
}
#main .post .article_right .morelink {
	display: block;
	height: 26px;
	line-height: 26px;
	border: 2px solid #3C3C3C;
	background: #3C3C3C 400px center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
#main .post .article_right .morelink:hover{
	background-color: #0066CC;
}
#main .post .article-body {
	margin-top: 10px;
	line-height: 1.2;
}
#main .wp-pagenavi{
	margin: 30px 0;
	text-align: center;
}
#main .wp-pagenavi a,
#main .wp-pagenavi span{
	border: 1px solid #ddd;
	display: inline-block;
	font-weight: bold;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 10px;
}
#main .wp-pagenavi a{
	background-color: #fff;
}
#main .wp-pagenavi a:hover{
	background-color: #eeeeee;
}
#main .wp-pagenavi span{
	background-color: #D8D8D8;
	color: #000;
}
/*メインカラム終了*/
/*シングル開始*/
#main .single_post{
	margin-bottom: 15px;
	text-align: left;
	border: solid 2px navy;
	background-color: #FFFFFF;
}
#main .single_post .article-header {
	border-bottom: dashed 1px navy;
	margin-bottom: 15px;
}
#main .single_post .article-header .article-date-outer {
	color: #999;
	float: left;
	font-size: 108%;
	font-weight: bold;
}
#main .single_post .article-header .article-title-outer {
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	margin-bottom: 5px;
background: #0066CC;
  background: -moz-linear-gradient(top, #0066CC 0%, #000022 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066CC), color-stop(100%,#000022));
  background: -webkit-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -o-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: -ms-linear-gradient(top, #0066CC 0%,#000022 100%);
  background: linear-gradient(to bottom, #0066CC 0%,#000022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066CC', endColorstr='#000022',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
#main .single_post .article-header .article-title-outer .article-title {
	clear: left;
	color: #fff;
	margin: 0;
	font-size: 160%;
	font-weight: bold;
	padding: 2px 10px;
}
#main .single_post .article-header .article-category-outer {
	margin-right: 10px;
	padding-left: 20px;
	line-height: 1.25;
	background: url(images/icon_categry.gif) no-repeat 0 0;
	font-size: 16px;
	float: right;
}
#main .single_post .article-header .article-category-outer ul li{
	display: inline-block;
}
#main .single_post .article-header .article-tool-box-header{
	margin-left: 10px;
	float: left;
}
#main .single_post #sigle_more{
	margin: 15px 0;
}
#main .single_post #kijisita-sns {
	height: 250px;
	margin: 15px;
}
#main .single_post #kijisita-sns #kijisita-sns-left {
	float: left;
}
#main .single_post #kijisita-sns #kijisita-sns-right {
	float: left;
	margin-left: 10px;
	padding: 6px;
	border: 1px solid #999;
}
#main .single_post .article-footer {
	background-color: white;
	border-top: 1px dashed #999;
	margin-top: 3px;
}
#main .single_post .article-footer .article-post-2 {
	padding-left: 5px;
	background: #f0f0f0;
	overflow: hidden;
	height: 93px;
}
#main .single_post .article-footer .article-post-2 .article-post {
	padding-left: 5px;
	background: #f0f0f0;
	overflow: hidden;
}
#main .single_post .article-footer .article-post-2 .article-post .article-comment-count {
	float: right;
	font-weight: bold;
	font-size: 16px;
}
#main .single_post .article-footer .article-post-2 .article-post .ninja_onebutton{
	margin-top: 5px;
}
#main .single_post .article-footer .article-post-2 .article-post .ninja_onebutton #twitter-widget-0,
#main .single_post .article-footer .article-post-2 .article-post .ninja_onebutton .fb-like,
#main .single_post .article-footer .article-post-2 .article-post .ninja_onebutton>div{
	vertical-align: bottom !important;
}
#main .single_post #e-likebox {
	text-align: center;
	padding: 5px;
	margin: 10px;
	border: 3px double #2367B0;
	position: relative;
}
#main .single_post #face-book-good{
	width: 590px;
	margin: 0 auto;
	background: #2D2D2A;
}
#main .single_post #e-likebox-thumb {
	height: 194px;
	width: 320px;
	background: 0 0 no-repeat;
	background-size: cover;
}
#main .single_post #e-likebox-text {
	position: absolute;
	top: 35px;
	right: 60px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	line-height: 1.42;
	text-align: center;
}
#main .single_post #e-likebox-foot {
	position: absolute;
	right: 60px;
	top: 170px;
	width: 270px;
	color: #999;
	font-size: 10px;
	text-align: center;
}
#main .single_post #e-likebox-btn {
	z-index: 2;
	position: absolute;
	top: 110px;
	right: 90px;
	width: 207px;
	transform: scale(1.3);
	text-align: center;
}
#main .single_post .related-entry h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 170%;
	color: orange;
}
#main .single_post .related-entry ul{
	margin: 0 10px;
}
#main .single_post .related-entry ul li{
	margin-bottom: 5px;
	border-bottom: 1px dashed #CCC;
  font-size: 14px;
}
#main .single_post .related-entry ul li .related-article-image{
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
}
#main .single_post .related-entry ul li .related-article-image img{
	width: 100%;
	height: auto;
  max-height: 60px;
}
#main .single_post .related-entry ul li .cell{
	float: left;
	width: 625px;
	margin-left: 10px;
}
#main .single_post .widget_newpostcatch{
	margin-top: 20px;
}
#main .single_post .widget_newpostcatch .widget-title,
#main .single_post .popular-posts .widget-title{
	padding: 0;
	font-size: 170%;
	color: orange;
	padding-left: 15px;
}
#main .single_post .widget_newpostcatch ul{
	padding: 0 0 0 1%;
}
#main .single_post .widget_newpostcatch ul li{
	width: 31%;
	height: 200px;
	float: left;
	overflow: hidden;
	padding: 1%;
	position: relative;
}
#main .single_post .widget_newpostcatch ul li img{
	width: 100%;
	height: 190px;
}
#main .single_post .widget_newpostcatch ul li .title{
	display: block;
	position: absolute;
  line-height: 1.3;
	bottom: 14px;
	left: 8px;
	width: 220px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5px;
}
#main .single_post .widget_newpostcatch ul li .title a{
	color: #fff;
	font-weight: bold;
}
#main .single_post .popular-posts{
	margin-bottom: 20px;
}
#main .single_post .popular-posts ul{
	padding: 0 10px;
}
#main .single_post .popular-posts ul li{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #333;
}
#main .single_post .popular-posts ul li img{
	width: 60px;
	height: auto;
	margin-right: 10px;
}
#main .single_post .popular-posts ul li .title{

}
#main .single_post .popular-posts ul li .views{

}
#main .single_post #kijisita {
	padding-top: 10px;
}
#main .single_post #kijisita-box {
	text-decoration: none;
	font-size: 14px;
	background-color: white;
	height: 505px;
	overflow-y: hidden;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
#main .single_post #kijisita_title {
	font-size: 24px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
	padding-left: 15px;
	margin: 0;
}
#main .single_post #kijisita li {
	list-style-type: none;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	line-height: 0.8;
	padding: 10px 3px 3px 10px;
	font-weight: bold;
}
#main .single_post #kijisit-cat {
	height: 260px;
	padding: 10px;
}
#main .single_post #kijisit-cat-left {
	float: left;
	margin-right: 15px;
	border: 1px solid navy;
}
#main .single_post #kijisit-cat-left #kijisit-cat-box {
	width: 311px;
}
#main .single_post #kijisit-cat-box li {
	float: left;
	list-style-image: none;
	font-weight: bold;
	width: 300px;
	text-align: center;
	margin-top: 7px;
}
#main .single_post #kijisit-cat-right {
	float: left;
	text-align: center;
}
#main .single_post #pagerank {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #F0F8FF;
	background-image: url("images/f761406e.png");
}
#main .single_post #potipoti {
	width: 500px;
	height: 80px;
	margin: 20px auto;
}
#main .nav-single{
	margin: 10px;
}
#main .nav-single ul li{
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
#main .nav-single ul li.nav-prev{
	float: left;
}
#main .nav-single ul li.nav-next{
	border-left: 1px solid #8d8d8d;
	float: right;
	text-align: right;
}
#comment_area {
	padding: 15px 10px;
}
#commentlist_area{
	margin-bottom: 15px;
	padding: 15px 0;
}
#respond{
	width: 50%;
	margin-right: 20px;
	float: left;
}
#respond form p{
	margin-bottom: 10px;
}
#respond form p label{
	width: 15%;
	display: inline-block;
	vertical-align: top;
}
#respond form p input,
#respond form p textarea{
	width: 83%;
	padding: 3px;
	box-sizing: border-box;
	font-family: "メイリオ",meiryo,Arial,Helvetica;
}
#respond form p.form-submit{
	text-align: right;
}
#respond form p.form-submit input{
	padding: 10px 0;
}
#reply-title,
#comments-title {
	margin: 0 0 20px;
	padding: 0 0 5px 15px;
	font-size: 160%;
	border-bottom: 2px dashed #ddd;
}
ol#commentlist,
ol#commentlist li{
	list-style-type: decimal;
}
ol#commentlist{
	padding-left: 35px;
}
ol#commentlist li{
	padding: 0 0 25px 0;
}
ol#commentlist li .fn{
	color: #008000;
}
ol#commentlist li time,
ol#commentlist li .comment_id{
	margin-left: 10px;
	color: #8d8d8d;
}
.comment-notes,
.comment-form-email,
.comment-form-url,
.form-allowed-tags,
img.avatar,
.comment-reply-link{
	display: none;
}
/*シングル終了*/
/*各アーカイブ開始*/
.archive-header {
	margin-top: 5px;
	font-size: 30px;
	color: white;
	background-color: #0066CC;
	font-weight: bold;
	clear: both;
	padding: 10px;
	text-align: center;
}
/*各アーカイブ終了*/
/*固定ページ開始*/
.page #main .page-article-header{
  font-size: 30px;
  color: white;
  background-color: #0066CC;
  font-weight: bold;
  clear: both;
  padding: 10px;
  text-align: center;
}
#main ul.wpp-list .post .thumb{
	width: 140px;
	height: 140px;
}
#main ul.wpp-list .post .article_right {
	width: 570px;
}
#main ul.wpp-list .post .article_right .entry_title{
	padding: 0;
}
#main ul.wpp-list .post .article_right .stats{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
/*固定ページ終了*/
/*フッター開始*/
#footer{
	padding: 15px 0 10px;
	background: #eee;
	border-top: dashed 2px #AAA;
}
#footer #inner-footer{
	width: 1080px;
	margin: 0 auto;
}

#footer #footer_widget {
	margin-left: 33%;
}

#footer #footer_widget .widget{
	width: 48%;
	background-color: #fff;
	border: solid 1px #CCCCCC;
	border-border-radius: 10px;
	border-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
	float: left;
}
#footer #footer_widget .widget:nth-of-type(2){
	margin: 0 2%;
}
#footer #footer_widget .widget .widget-title{
	padding: 5px;
	background: #0066CC;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 110%;
	border-border-radius: 10px;
	border-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-border-radius: 10px;
	-moz-border-radius: 10px;
}
#footer #footer_widget .widget ul li{
	margin: 7px 5px 0px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px dashed #999999;
}
#footer #footer_widget .widget ul li:last-child{
	border-bottom: 0;
}
#footer .copyright{
	margin-top: 20px;
	text-align: center;
}
/*フッター終了*/


#smartphone{  display: none;}


.t_h{
  margin-top: 20px;}
.t_b{  margin-left: 10px;
margin-bottom: 50px!important;
  font-size: 16px;
  font-weight: bold;
}


dd{  font-size: 16px;
  font-weight: bold;}
dt{   color: #999;}
dl{  margin-left: 10px;}

#middle-more-ad{
  height: 250px;
}

#middle-more-ad ul{}
#middle-more-ad li{
  margin-left: 15px;
  float: left;}

#text-15{
  margin-top: 10px;
  margin-left: 10px;
}






/*うだうだ開始*/
#udauda{}
#udauda-title{}


/*うだうだ締め*/


#comment_ad{margin-top: 80px;}



matome-body{}
matome-body dl{}
matome-body dt{}
matome-body dd{}










#fam_rec1 a div span {
	font-size: 100%;
	width:220px !important;
	margin-left:-115px !important;
	background-color: rgba(0,0,0,0.8) !important;
	font-weight: bold;
}
#fam_rec1 a {
	overflow: hidden;
	display: block;
	margin-bottom: 6px;
}
#fam_rec1 a div {
	width: 230px;
	height: 194px;
}
#fam_rec1 a div > img {
	width: 230px !important;
	height: 192px !important;
}
#fam_rec1 a div span img {
	width: 40px !important;
	height: 15px !important;
}
.fam_hover_banner a div > img {
	-moz-transition: all 0.3s linear;
	-webkit-transition: all  0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all  0.3s linear;
	transition: all  0.3s linear;
}
.fam_hover_banner a div > img:hover {
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


.last_year-post{}
.last_year-post ul{}
.last_year-post li{
margin: 10px 10px 20px 5px;
    padding: 0 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    border-left: 3px solid #008b8b;
}