/******************************************************************
Theme Name: pc
Version: 1.0
******************************************************************/
/*リセットcss開始*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	color: #333;
	font-family: "メイリオ",meiryo,Arial,Helvetica;
	font-size: .8em;
	word-wrap: break-word;
}
img {
	border: 0;
  max-width: 100%;
}

a img:hover {
	opacity: 0.5;
}
a {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: #06c;
	text-decoration: none;
}
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,
#extra #left_bottom .widget .textwidget ul#sns_area:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*リセット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;
}
.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-top {
	height: 20px;
	background-color: #0066CC;
	border-bottom: 2px solid navy;
	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: 150px;
	background: url(http://img.sonicch.com/wp-content/uploads/2015/06/677bc1d71.png) 0 0 no-repeat;
}

.blog-title-outer a {
	color: #000;
}

.blog-title-outer:hover {
	opacity: 0.5;
}

.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;
	height: 150px;
}
#header-top-box {
	height: 420px;
	width: 69%;
	min-width: 750px;
	float: right;
}
#top-rss {
	width: 100%;
	height: 135px;
	padding-top: 3px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	font-size: 12px;
	background-color: #FFFFFF;
}
#top-rss-left {
	width: 54%;
	float: left;
	padding-left: 3px;
}
#top-rss-right {
	width: 45%;
	float: right;
}

#top-rss .blogroll-list {
  border-bottom: #CCC 1px dashed;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 3px 0px 0 3px;
}
#top-rss img{  margin-right: 5px;}
#top-rss a:link{  color: #3668C5;}
#top-rss a:active{  color: #3668C5;}
#top-rss a:visited{  color: #3668C5;}
#top-rss a:hover{color: #ff7711;}








#top-main {
	width: 100%;
	height: 140px;
	overflow: hidden;
	overflow-y: scroll;
	border: 2px solid #2367B0;
	font-size: 14px;
	background-color: #FFFFFF;
	font-weight: bold;
}

#top-main li {
border-bottom: #3668C5 1px dashed;
margin-bottom: 0px;
margin-left: 0px;
	height: 22px;
	overflow: hidden;
  padding: 5px 0px 0px 0px;
}




#top-main li:hover{
background-color: #f1f1d2;
color: #09aa04;
}


#top-main a:link{
padding-left:10px;
font-family: "メイリオ",meiryo,Arial,Helvetica;
color: #000044;
font-size: 16px;
}

#top-main a:visited {
color: #000044;
}
#top-main a:hover{
color: #ff7711;
}

#top-main li:nth-child(3n) a:after{    /* 4の倍数(4,8,12……) */
   color: red;
content: "(←オススメ)";
font-size: 12px;

}








.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;
}

#header {
	width: 1080px;
	margin: 0 auto;
}

h1#blog-title {
	padding: 5px 10px;
}
#blog-title a {
	color: #000;
	text-decoration: none;
}
#headerArea {
	height: 34px;
	background-color: #666;
	padding: 2px;
	font-size: 16px;
}
#headerArea ul {
	list-style-image: none;
	width: 1080px;
	margin: 0 auto;
}
#headerArea ul li {
	float: left;
	margin: 2px;
	list-style-image: none;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #fff;
}

#headerArea ul li a {
	color: #fff;
}

#headerArea ul li:hover a{
	color: #ff7711;
}
/*ヘッダー終了*/
/*メインコンテンツ開始*/
#container {
	width: 1080px;
	margin: 0 auto;
}
#content{
	width: 1080px;
	margin: 0 5px;
	padding-top: 5px;
	padding-bottom: 6px;
	float: left;
}
#left_ad{
	width: 160px;
	margin-top: -180px;
	position: fixed;
	margin-left: -170px;
}
#right_ad{
	width: 160px;
	margin-top: -180px;
	position: fixed;
	margin-left: 1090px;
}
#main {
	float: right;
	display: inline;
	width: 752px;
}
/*メインコンテンツ終了*/
/*左カラム開始*/
#left_wrap{
	float: left;
	display: inline;
	width: 322px;
}
#sub #left .widget,
#extra .widget_text{
	border: solid 1px #CCCCCC;
	margin-bottom: 5px;
	background-color: #FFF;
}
#sub #left .widget-title,
#extra .widget .widget-title {
	margin: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 120%;
	color: #004A95;
	border-left: #80A5CA 5px solid;
	border-bottom: #80A5CA 1px solid;
}
#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,
#extra #left_bottom .widget .textwidget{
	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,
#extra #left_bottom .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 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;
}
#extra .widget_text ul.recent_comment li:last-child,
#extra .widget_text .textwidget ul.last_year li:last-child{
	border-bottom: 0;
}
#extra #left_bottom .widget .textwidget ul#sns_area{
	padding-top: 5px;
}
#extra #left_bottom .widget .textwidget ul#sns_area li{
	margin: 0 5px;
	float: left;
}
#extra #left_bottom .widget .textwidget ul#sns_area li>div,
#extra #left_bottom .widget .textwidget ul#sns_area li>iframe{

}
/*左カラム終了*/
/*メインカラム開始*/
#main .first_post{
	border: #004A95 2px solid;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 5px;
	-webkit-box-shadow: 0 3px 10px #004A95;
	box-shadow: 0 3px 10px #004A95;
}
#main .first_post .article-date-outer {
	float: left;
	font-size: 108%;
	font-weight: bold;
	color: #999;
}
#main .first_post .article-category-outer {
	float: left;
	margin-left: 10px;
	padding-top: 1px;
}
#main .first_post .article-category-outer a{
	color: #fff;
}
#main .first_post .article-category-outer li{
	  float: left;
  margin-right: 15px;
}
#main .first_post .article-title-outer {
	background-color: #696969;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 3px 10px #004A95;
	box-shadow: 0 3px 10px #004A95;
}
#main .first_post .article-title {
	clear: left;
	margin: 0;
	font-size: 200%;
	font-weight: bold;
	padding: 3px 5px 0px 10px;
	color: white;
	line-height: 1;
	margin-bottom: 3px;
}
#main .first_post .article-title a{
	color: #fff;
}
#main .first_post .article-tool-box-header .wp_social_bookmarking_light{
	text-align: right;
}
#main .first_post .article-tool-box-header .wp_social_bookmarking_light div{
	display: inline-block;
	float: none !important;
	vertical-align: -webkit-baseline-middle;
}
#main .first_post .article-body{
	padding: 6px 10px;
}
#main .first_post .article-body span.article-continue {
	display: block;
	margin-top: 1em;
}
#main .first_post .article-body .article-continue a {
	font-size: 200%;
	background-color: #FFFFFF;
	padding-top: 20px;
	border-radius: 3px 3px 3px 3px;
	color: #696969;
	display: block;
	font-weight: bold;
	height: 55px;
	text-align: center;
	text-decoration: none;
}
#main .first_post .article-body .article-continue a:hover{
	background-color: #b79b7d;
	color: #ff7711;
}
#main .first_post .article-footer {
	background-color: white;
	border-top: 1px dashed #999;
	margin-top: 3px;
}
#main .first_post .article-footer .article-post-2 {
	padding-left: 5px;
	background: #f0f0f0;
	overflow: hidden;
	height: 73px;
}
#main .first_post .article-footer .article-post-2 .article-post {
	padding-left: 5px;
	background: #f0f0f0;
	overflow: hidden;
}
#main .first_post .article-footer .article-post-2 .article-post .article-comment-count {
	float: right;
	font-weight: bold;
	font-size: 16px;
}
#main .first_post .article-footer .article-post-2 .article-post .ninja_onebutton{
	margin-top: 5px;
}
#main .first_post .article-footer .article-post-2 .article-post .ninja_onebutton .twitter-share-button,
#main .first_post .article-footer .article-post-2 .article-post .ninja_onebutton .fb-like,
#main .first_post .article-footer .article-post-2 .article-post .ninja_onebutton>div{
	vertical-align: bottom !important;
}
#main .post{
	border: #004A95 2px solid;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 6px 10px;
	-webkit-box-shadow: 0 3px 10px #004A95;
	box-shadow: 0 3px 10px #004A95;
}
#main .post .thumb{
	width: 210px;
	height: 180px;
	float: left;
}
#main .post .thumb img{
	width: 100%;
	height: auto;
  max-height: 180px;
}
#main .post .article_right{
	width: 500px;
	margin-left: 15px;
	float: left;
}
#main .post .article_right .article-date{
	font-size: 12px;
	color: white;
	background-color: #696969;
	font-weight: bold;
	clear: both;
	padding-left: 5px;
}
#main .post .article_right .entry_title{
	margin-bottom: 5px;
	height: 100px;
	overflow: hidden;
	padding: 4px 10px 0px 10px;
}
#main .post .article_right .entry_title a{
	color: #000;
	font-size: 22px;
	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 #004A95;
	background: #004A95 400px center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
#main .post .article_right .morelink:hover{
	background-color: #ff8c00;
}
#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-top: 5px;
  margin-bottom: 15px;
  text-align: left;
  border: solid 2px #004A95;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 10px #004A95;
  -moz-box-shadow: 0 3px 10px #004A95;
  box-shadow: 0 3px 10px #004A95;
}
#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;
	background-color: #696969;
	border-bottom: solid 1px;
	margin-bottom: 5px;
-webkit-box-shadow: 0 3px 10px #004A95;
  -moz-box-shadow: 0 3px 10px #004A95;
  box-shadow: 0 3px 10px #004A95;
}
#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: right;
}
#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;
  border-bottom: 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;
}

.related-entry{}
#main .single_post .related-entry h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 170%;
  color: #ff7711;
  border-bottom: 1px solid;
  -webkit-box-shadow: 0px 0px 10px 1px #CCC;
  box-shadow: 0px 0px 5px 1px #CCC;
}


#main .single_post .related-entry ul{
	margin: 0 10px;
}
#main .single_post .related-entry ul li{
  margin-bottom: 10px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-bottom: 1px dashed #CCC;
  width: 48%;
  float: left;
  border-left: 1px solid #ccc;
  height: 67px;
}
#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;
}
#main .single_post .related-entry ul li .cell{
	margin-left: 10px;
  font-size: 14px;
  line-height: 1.3;
}
#main .single_post .widget_newpostcatch{
	margin-top: 20px;
}
#main .single_post .widget_newpostcatch .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%;
	float: left;
	overflow: hidden;
	padding: 1%;
	position: relative;
  border: 1px dashed#004A95;
}
#main .single_post .widget_newpostcatch ul li img{
	width: 100%;
	height: auto;
  height: 210px;
}
#main .single_post .widget_newpostcatch ul li .title{
	display: block;
	position: absolute;
	bottom: 14px;
	left: 8px;
	width: 220px;
	background-color:#696969;
	padding: 5px;
  line-height: 1.3;
}
#main .single_post .widget_newpostcatch ul li .title a{
	color: #fff;
	font-weight: bold;
}
#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: 170%;
  margin: 0;
  padding-left: 5px;
  margin-top: 10px;
  border-bottom: 1px dashed #ccc;
  color: #0000ff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
#main .single_post #kijisita li {
padding-left: 15px;
  padding-top: 7px;
  height: 23px;
  overflow: hidden;
  line-height: 2;
}

#main .single_post #kijisita a{color:#004A95;}
#main .single_post #kijisita a:visited {color:#004A95;}
#main .single_post #kijisita a:hover{color: #ff7711;}
#main .single_post #kijisita li:nth-child(2n+1) {  background-color: #f9f9f9;}


#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;
	font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  line-height: 1.3;
}
#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;
color: #0000ff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
ol#commentlist,
ol#commentlist li{
	list-style-type: decimal;
}
ol#commentlist{
	padding-left: 25px;
}
ol#commentlist li{
	padding: 0 0 30px 0;
}
ol#commentlist li .fn{
	color: #008000;
}
ol#commentlist li time{
	margin-left: 10px;
	color: #8d8d8d;
}
.comment-notes,
.comment-form-email,
.comment-form-url,
.form-allowed-tags,
img.avatar,
.comment-reply-link{
	display: none;
}
#new-twtr-widget {
	padding: 10px 5px;
	border-radius: 5px;
	border: 2px solid #999;
	width: 97%;
	margin: 0 auto;
}
#new-twtr-widget h3,
h3.fb_title {
	padding: 10px 0 0 10px;
	font-size: 170%;
	color: #ff7711;
	border-bottom: 1px solid #ff7711;
	margin: 3px;
}
#new-twtr-widget iframe {
	width: 100% !important;
}
#bottom-ad-box {
	margin-top: 20px;
	background-color: #ccc;
	height: 500px;
}
#bottom-menu {
	margin: 20px 0;
	height: 470px;
}
#bottom-menu ul {
	margin-left: 5px;
	float: right;
}
#bottom-menu a{
	color: #FFF;
}
#bottom-menu a:hover{
	color: #00c0c0;
}
#bottom-menu li {
	width: 250px;
	margin: 0px;
	padding: 9px;
	list-style: none;
	text-align: center;
	border-bottom: 1px #fff dashed;
	background: #004A95;
	background: -moz-linear-gradient(top, #004A95 0%, #36281f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004A95), color-stop(100%,#36281f));
	background: -webkit-linear-gradient(top, #004A95 0%,#36281f 100%);
	background: -o-linear-gradient(top, #004A95 0%,#36281f 100%);
	background: -ms-linear-gradient(top, #004A95 0%,#36281f 100%);
	background: linear-gradient(to bottom, #004A95 0%,#36281f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A95', endColorstr='#36281f',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);
}
/*シングル終了*/
/*固定ページ開始*/
.page #main .page-article-header{
	font-size: 16px;
	color: white;
	background-color: #333399;
	font-weight: bold;
	clear: both;
	padding: 10px;
	line-height: 16px;
}
#main ul.wpp-list .post .thumb{
	width: 190px;
}
#main ul.wpp-list .post .article_right {
}
#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;
}
/*フッター終了*/












/*サイド追加カテゴリーここから*/


#side-cat{
  width: 310px;
  margin-bottom: 5px;
  text-align: center;
border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}


#side-cat-title{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
background: #2e221b;
  background: -moz-linear-gradient(top, #2e221b 0%, #271d16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e221b), color-stop(100%,#271d16));
  background: -webkit-linear-gradient(top, #2e221b 0%,#271d16 100%);
  background: -o-linear-gradient(top, #2e221b 0%,#271d16 100%);
  background: -ms-linear-gradient(top, #2e221b 0%,#271d16 100%);
  background: linear-gradient(to bottom, #2e221b 0%,#271d16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e221b', endColorstr='#271d16',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);
}

#side-cat ul{
margin: 0;
}



#side-cat li{

  padding: 5px;
  list-style: none;
  background: #004A95;
  background: -moz-linear-gradient(top, #004A95 0%, #36281f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004A95), color-stop(100%,#36281f));
  background: -webkit-linear-gradient(top, #004A95 0%,#36281f 100%);
  background: -o-linear-gradient(top, #004A95 0%,#36281f 100%);
  background: -ms-linear-gradient(top, #004A95 0%,#36281f 100%);
  background: linear-gradient(to bottom, #004A95 0%,#36281f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A95', endColorstr='#36281f',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);
margin:0px;
}



#side-cat a:link,
#side-cat a:active {
	color: #FFF;
}
#side-cat a:visited {
	color: #FFF;
}
#side-cat a:hover {
	color: #00c0c0;
}

/*サイド追加カテゴリーここまで*/


/*記事本文系*/
#sumaho{  display: none;}
matome-design{}
dl{margin-bottom: 60px;}
dd{
  margin-left: 10px;
  font-size: 18px;}

dt{  margin-left: 0px;}



/*記事本文系ここまで*/









/*左サイド最新コメントここから*/
#text-20{}
#text-20 ul{}
#text-20 li{
  border-bottom: 1px dashed #666;
  padding: 0 0 10px 5px;
  margin-bottom: 10px;
  height: 23px;
  overflow: hidden;
  line-height: 1.3;
}

/*左サイド最新コメントここまで*/



#text-16{
height:300px;
overflow: hidden;
}

#text-16 li{
height:16px;
overflow: hidden;
}




/*記事中RSSここから*/

#pc-more-rss{
height: 103px;
  width: 100%;
  color: white;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #004A95;
  font-size: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 10px;
}

#pc-more-rss li{
border-bottom: #3668C5 1px dashed;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  overflow: hidden;
  line-height: 2;
}

/*記事中RSSここまで*/


/*記事中イロイロ*/
.entry-content{  padding: 10px 10px 5px;}
.page .entry-content { padding: 10px 0 5px;}
.entry-content a{color:#06c!important;}
.entry-content a:hover{color: #ff7711!important;}
.entry-content img{
  max-width: 600px;
  height:auto;}
#main .single_post img{
  max-width: 600px;
height:auto;}
/*記事中イロイロここまで*/







#new-twtr-widget {
padding: 10px 5px;
border-radius: 5px;
border: 2px solid #999;
width: 97%;
margin: 0 auto;
}


#new-twtr-widget iframe {
	width: 100% !important;
}

#new-twtr-widget h3 {
font-size: 170%;
color: #ff7711;
border-bottom: 1px solid #ff7711;
margin: 3px;
}


/*記事中adここから*/
#more-ad-box{  height: 250px;}
#more-ad-box ul{}
#more-ad-box li{  float: left;
  margin-right: 10px;}
.ad-iframe{}
/*記事中adここまで*/



#comment_ad{  padding: 50px 0 0 0;
  background-color: #fff!important;}



.img pict{  max-width: 100%;}


#kinnkyuu3{}
#kinnkyuu3 li{}
#kinnkyuu2{}
#kinnkyuu1{}





#NT-rss{  height: 28px;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px dashed #ccc;}
#NT-rss ul{}
#NT-rss li{background: #004A95;
  background: -moz-linear-gradient(top, #004A95 0%, #36281f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004A95), color-stop(100%,#36281f));
  background: -webkit-linear-gradient(top, #004A95 0%,#36281f 100%);
  background: -o-linear-gradient(top, #004A95 0%,#36281f 100%);
  background: -ms-linear-gradient(top, #004A95 0%,#36281f 100%);
  background: linear-gradient(to bottom, #004A95 0%,#36281f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A95', endColorstr='#36281f',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);
  margin: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
padding:3px;
}

#NT-rss a{  color: #fff;}
#NT-rss a:hover{
	color: #00c0c0;
}


/*うだうだ開始*/
#udauda{}
#udauda-title{  background-image: url("http://sonicch.com/wp-content/uploads/2015/06/8be45239-s2.png");
  background-repeat: no-repeat;
  color: #004A95;
  font-size: 18px;
  padding: px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
  height: 50px;}

/*うだうだ締め*/








#kinkyuu3{  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  padding-top: 0;
}

#kinkyuu3 li{
  height: 22px;
  overflow: hidden;
  margin-bottom: 30px;
}

#kinkyuu3 a:link{  color: #06c;}
#kinkyuu3 a:active{  color: #06c;}
#kinkyuu3 a:visited{  color: #06c;}
#kinkyuu3 a:hover{color: #ff7711;}


#kinkyuu1{  height: 37px;
  overflow: hidden;}
#kinkyuu2{  height: 280px;
  overflow: hidden;}










#fam_rec6 {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#fam_rec6 ul {
	padding: 0 0 0 1%;
}
#fam_rec6 ul li {
	width: 31%;
	float: left;
	padding: 1%;
	border: 1px dashed #004A95;
	display: block;
}
#fam_rec6 ul li a {
	overflow: hidden;
	display: block;
}
#fam_rec6 ul li a div {
	width: 230px;
	height: 192px;
}
#fam_rec6 ul li a div > img {
	width: 230px !important;
	height: 192px !important;
}
#fam_rec6 ul li a div span,
#fam_rec1 a div span {
	font-size: 100%;
	width:220px !important;
	margin-left:-115px !important;
	background-color: #696969 !important;
	font-weight: bold;
}

#fam_rec1 a {
	overflow: hidden;
	display: block;
	margin-bottom: 6px;
}
#fam_rec1 a div {
	/* バナーの横幅 */
	width: 230px;
	/* バナーの縦幅 */
	height: 210px;
}
#fam_rec1 a div > img {
	width: 252px !important;
	height: 210px !important;
	margin-left: -11px;
}
#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);
}


#bottom-coment{}
#bottom-coment a:link{color:#3668C5;}
#bottom-coment a:active{color:#3668C5;}
#bottom-coment a:visited{color:#3668C5;}





#next-page{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: -40px auto 20px;
    height: 40px;
    border-bottom: 1px dashed #ccc;
    padding: 10px 15%;
}


#next-page li{
    padding: 5px 5px;
    border-radius: 5px;
    background: #004A95;
    background: -moz-linear-gradient(top, #004A95 0%, #36281f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004A95), color-stop(100%,#36281f));
    background: -webkit-linear-gradient(top, #004A95 0%,#36281f 100%);
    background: -o-linear-gradient(top, #004A95 0%,#36281f 100%);
    background: -ms-linear-gradient(top, #004A95 0%,#36281f 100%);
    background: linear-gradient(to bottom, #004A95 0%,#36281f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A95', endColorstr='#36281f',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: 160px;
    float: left;
    margin: 0 20px;
}

#next-page a:link{
color:#fff;

}

#next-page a:active{  color: #fff;}
#next-page a:visited{  color: #fff;}
#next-page a:hover{color: #ff7711;}


a.applink{}


#logly-lift-4245810 .logly-lift-ad{
    margin-left: 0.5%!important;
    margin-bottom: 1%;}

#logly-lift-4245810 .logly-lift-num4 .logly-lift-ad {
    width: 24%!important;
    border: 1px dashed #ccc;
}

#logly-lift-4245810 .logly-lift-widget-content{margin-left:0!important;}