@charset "utf-8";
/*-----------------------------------------------------------------------------------------------------------
Copy Right(C)2015　蒔田卓　All rights reserved. 
無断コピーで利用することを固く禁止いたします。また、コピーライトを削除して使用することは禁止しております。
また、著作権表記削除をすることはできません。著作権表記削除を希望の場合には、お問い合わせください。

蒔田卓
〒307-0001　茨城県結城市931-1奥沢住宅5号棟
TEL:090-4966-1091
-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/

body {
    margin:0;
    padding:0;
    font-size:0.88em;
    text-align:center;
	height:100%;
	line-height:1.2em;
     font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif;
    background-color: #f2f2f2;
    min-width: 1200px;
}

.s5 {margin: 5px 0px 0px;}
.s10 {margin: 10px 0px 0px;}
.s15 {margin: 15px 0px 0px;}
.s20 {margin: 20px 0px 0px;}
.s30 {margin: 30px 0px 0px;}
.s40 {margin: 40px 0px 0px;}
.s50 {margin: 50px 0px 0px;}
.s60 {margin: 60px 0px 0px;}
.s70 {margin: 70px 0px 0px;}
.s80 {margin: 80px 0px 0px;}
.s90 {margin: 90px 0px 0px;}
.s100 {margin: 100px 0px 0px;}
.s150 {margin: 150px 0px 0px;}
.s200 {margin: 200px 0px 0px;}
.s300 {margin: 300px 0px 0px;}
.s400 {margin: 400px 0px 0px;}
.s500 {margin: 500px 0px 0px;}
.s600 {margin: 500px 0px 0px;}
.s1000 {margin: 1000px 0px 0px;}
.s2000 {margin: 2000px 0px 0px;}


h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
    font-size:100%;
    font-style:normal;
}
h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border:0;
}

th {
    text-align:left;
}
input,select,textarea {
    vertical-align:middle;
    max-width: 100%;
}
input[type="submit"] {
    color: #fff;
    font-size: 14px;
    padding: 1px 5px;
    text-align: center;
    border-radius: 2px;
    background-color: #222932;
    text-decoration: none;
    border: 1px solid #ccc;
    cursor: pointer;
}
img {
    border:0;
    /*vertical-align:middle;*/
max-width: 100% !important;
height: auto !important;
}

ins, a {
    text-decoration:none;
}
ul {
    list-style:none;
}
br {
    letter-spacing: 0;
}

hr {
    border: 1px;
    height: 0px;
    color:#ffffff;
}

.sps {
	text-align:center;
	display:block;
	overflow:hidden;
}

/* ---------------------------------------------
	wrapper
--------------------------------------------- */
#wrapper {	
	margin:0 auto;
	text-align:center;
	overflow: hidden;

}

#inner {
	height:100%;

}


/* ---------------------------------------------
   header
--------------------------------------------- */

#header {
    background-color: #fff;
    border-top: 3px solid #1d0077;
}

#header-inner {
	height:100%;
	width:1080px;
	margin:0 auto;
	text-align:left;
	position:relative;
	line-height: 0;
}

#header h1 a{
	width:100%;
	display:block;
}

#header h1 a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.top_bnn {
	width:830px;
	height:100%;
	position:relative;
	left:0;
	top:0px;
	display:block;
	margin: auto;

}

.top_bnn a{
	width:730px;
	height:100%;
	position:relative;
	left:0;
	top:-10px;
	display:block;
	float:right;
    	z-index:999;
}

.top_bnn a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.home_icon a {
	background:url(images/home_icon.png) no-repeat left center;
	width:40px;
	height:40px;
	position:absolute;
	left:20px;
	top:150px;
	z-index:2;
}

.home_icon a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
	
#header h1 a img {
    width: 100%;
}

/* ---------------------------------------------
 navi_menu
--------------------------------------------- */

#mobile-menu{
  display:none;
}

#sidr{
  display:none;
}

#mobile-menu-toggle{
  display:none;
}

.navi_menu {
	width:980px;
	height:60px;
	margin:0 1em;
	position:relative;
	left:0px;
	top:190px;
	overflow:hidden;

}

.menu ul {
	padding-left:0px;
	padding-top:0px;
}

.menu li {
	float:left;
	width:140px;
	height:60px;
	font-size:1.2em;
}

.menu a{
	display:block;
	width:140px;
	height:60px;
	padding:20px 0 0 1em;
	background-image:url(images/menuicons.png);
	background-repeat: no-repeat;
	background-position: 0 1.1em;
	/*text-indent:-9999px;*/
	text-decoration:none;
	overflow:hidden;
	color:#555555;
}

.menu a:hover{
	background-image:url(images/menuicons_hover.png);
	background-repeat: no-repeat;
	color:#2693FF;
}

.navi{
    position: relative;
    background-color: #222932;
    z-index: 99999;
}

ul#menu-navi {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
 
.navi li{
	font-size:1.2em;
    	position:relative;
	padding:0;
	display: table-cell;
	text-align: center;
}

.navi a {
    display: block;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: 0 0.6em;
    text-decoration: none;
    overflow: hidden;
    border-left: 1px solid #fff;
    color: #fff;
    line-height: 1;
}

.navi li:last-child a {
    border-right: 1px solid #fff;
}

.navi a:hover{
	background-color: #555555;
}
 
.navi ul ul{
	display:none;
    position:absolute;
    top:50px;
    left:5px;
    float:left;
	z-index:99999;
    font-size:0.7em;
padding:0 0em 5px 0em;
	/*width:140px;*/
 background: none;

}

.navi ul ul li{
	float:left;
	width:140px;
	height:auto;
    	position:relative;
    line-height:1em;
	padding:0;

}


.navi ul ul li a{
	width:140px;
    height:auto;
    line-height:1em;
	padding:0.7em 0.7em;
	background-image:none;
    background: #99FFFF;


}

.navi ul ul li a:hover{
	width:140px;
    height:auto;
    line-height:1em;
	padding:0.7em 0.7em;
	background-image:none;
    background: #FFFF00;
	color:#FFFFF;
}
 
.navi ul ul ul{
    top: 30%;
    left:100%;
    background: #343434;
}

/*.navi ul ul a{
	width:140px;
    height:auto;
    line-height:1em;
	padding:10px 0px 0 1.1em;
	background-image:url(images/menuicons.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

.navi ul ul a:hover{
	width:140px;
    height:auto;
    line-height:1em;
	padding:10px 0px 0 1.1em;
	background-image:url(images/menuicons.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}*/
 
.navi li:hover > a,.nav ul ul:hover > a{
    /*color:#FFF;*/
}
 
.navi ul li:hover > ul{
    display:block;
}

div.wp-pagenavi a, div.wp-pagenavi span.pages, div.wp-pagenavi span.extend {
    background: #222932 !important;
    border: 0!important;
    border-radius: 2px;
}

div.wp-pagenavi span.current {
    border: 0!important;
    border-radius: 2px;
}

/* ---------------------------------------------
	search
--------------------------------------------- */

.search-a {
    height: 20px;
    position: absolute;
    right: 0;
    top: 60px;
}
/* ---------------------------------------------
	serch_list_block
--------------------------------------------- */
#serch_list_block {
	width:480px;
	height:auto;
	margin-bottom:20px;
	float:left;
}

/* ---------------------------------------------
	bread_crumb
--------------------------------------------- */

/*#bread_crumb {
	width:980px;
	height:20px;
	padding-left:10px;
	/*padding-top:5px;
	padding-bottom:5px;*/
	text-align:left;
	color:#000;
	clear:both;
	
}

#bread_crumb a {
	color:#000;
	text-decoration:underline;
}

#bread_crumb a:hover {
	color:#999;
	text-decoration:underline;
}*/

/* ---------------------------------------------
	content
--------------------------------------------- */

#contents {
	width:980px;
	height:auto;
	text-align:left;
	clear:both;
	padding-top:0px;
	float:left;
	padding-bottom:80px;
	margin:0 auto;
	color:#333;
}

#contents a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* ---------------------------------------------
	top_left_content
--------------------------------------------- */
#contents .top_left_block {
	float:left;
	width:230px;
	height:100%;
	padding-top:0px;
	text-align:left;
}

/* ---------------------------------------------
	top_right_content
--------------------------------------------- */
#contents .top_right_block {
    width: 300px;
    height: 100%;
    margin-left: 10px;
    padding-top: 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}


/* ---------------------------------------------
	top_center_content
--------------------------------------------- */
#contents .top_center {
	width:800px;
	height:100%;
	margin-top:20px;
	text-align:left;
	display: inline-block;
	vertical-align: top;
}

/* ---------------------------------------------
	content_block
--------------------------------------------- */
#contents .content_block {
	height:auto;
	margin-left:0px;
}

.single #contents .content_block {
	padding: 0 7px;
}

/* ---------------------------------------------
	profile_block
--------------------------------------------- */

#profile_block .profile_tt{
    background-color: #1d0077;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
}

/* ---------------------------------------------
	あいうえお検索_block
--------------------------------------------- */
#search_block {
    width: 230px;
    height: auto;
    border: #111 solid 1px;
    background-color: #0673f5;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

#search_block table{
width: 100%;
border-collapse: separate;
}

#search_block td {
    padding: 6px;
    background-color: #fff;
    border: 1px solid #111;
    font-size: 15px;
    font-weight: bold;
}

#moserch{
	display:none;
}


/* ---------------------------------------------
	全国取材_block
--------------------------------------------- */
#zenkoku_block {
	width:230px;
	height:auto;
	/*border:#666666 solid 1px;*/
	margin-bottom:5px;
	text-align:center;
	display:block;
}

/* ---------------------------------------------
	archive_block
--------------------------------------------- */
#archive_block {
	width:230px;
	height:auto;
	border:#666666 solid 1px;
	margin-bottom:20px;
}

#archive_block .archive_tt{
	width:230px;
	height:46px;
	background:url(images/archive_tt.png) no-repeat center top;
}

#archive_block .archive_sec{
	padding:8px;
	text-align:center;
}

/* ---------------------------------------------
	comment_block
--------------------------------------------- */
#comment_block {
	width:230px;
	height:auto;
	border:#666666 solid 1px;
	margin-bottom:20px;
	font-size:0.9em;
}

#comment_block .comment_tt{
	width:230px;
	height:46px;
	background:url(images/coment_tt.png) no-repeat center top;
}

#comment_block ul {
	padding:8px;
		width:210px;
	height:300px;
	overflow-y:scroll;
}

#comment_block li {
	list-style:none;
	background:url(images/comment_list_icon.png) no-repeat left 2px;
	padding:0 0 5px 12px;
	line-height:1.4em;
}


/* ---------------------------------------------
	ranking_block
--------------------------------------------- */
#ranking_block {
	margin-top: 20px;
	height:auto;
	border:#666666 solid 1px;
	margin-bottom:20px;
	overflow: auto;
        counter-reset: wpp-ranking;
	background-color: #fff;
}

#ranking_block .ranking_tt{
    background-color: #1d0077;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
}

#ranking_block .numbers{
    padding: 7px 8px 4px 8px;
    margin: 0 6px;
    font-size: 1.2em;
    border-bottom: #444444 dotted 1px;
    margin-bottom: 8px;
    color: #444444;
    clear: both;
}

#ranking_block .numbers:before {
    color:#000;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    text-align:center;
    opacity:0.999;
    /*float:left;*/
    line-height:10px;
    /*background-color:#3E454C;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
clear:both;
}


#ranking_block .numbers_co1 {
	color:#B20000;
}

#ranking_block .numbers_co2 {
	color:#0080FF;
}


#ranking_block .numbers_co3 {
	color:#00B259;
}

#ranking_block .numbers_photo {
    padding: 0px 5px 35px 5px;
    width: 60px;
    height: 20px;
    display: inline-block;
}

#ranking_block .numbers_txt {
    font-size: 0.9em;
    padding: 0px 5px 0 5px;
    font-weight: bold;
    display: inline-block;
    width: 70%;
    vertical-align: top;

}

#popular-post {
    border-bottom: 1px solid #a2a2a2;
}

#ranking_block .numbers_scroll {
    overflow: hidden;
}


/* ---------------------------------------------
	aiueo_block
--------------------------------------------- */
#aiueo_block {
	width:230px;
	height:auto;
	border:#666666 solid 1px;
	margin-bottom:20px;
}

#aiueo_block .aiueo_tt{
	width:230px;
	height:46px;
	background:url(images/aiueo_tt.png) no-repeat center top;
}

/* ---------------------------------------------
	rss_block
--------------------------------------------- */
#rss_block {
	width:230px;
	height:auto;
	/*border:#666666 solid 1px;*/
	margin-bottom:20px;
}

#rss_block .rss_tt{
	width:230px;
	height:46px;
	background:url(images/rss_tt.png) no-repeat center top;
}

/* ---------------------------------------------
	access_block
--------------------------------------------- */
#access_block {
	width:300px;
	height:100%;
	border: 1px solid #545454;
	margin-bottom:20px;
}

#access_block .access_tt{
    background-color: #1d0077;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
}

table.acr_ranking_sys {
    width: 100%!important;
}

table.acr_ranking_sys tbody tr:nth-child(odd) td {
    background-color: #fff!important;
}

table.acr_ranking_sys tbody tr:nth-child(even) td {
    background-color: #f2f2f2!important;
}

/* ---------------------------------------------
	link_block
--------------------------------------------- */
#links_block {
	width:230px;
	height:100%;
	border:#666666 solid 1px;
	margin-bottom:20px;
}

#links_block .links_tt{
	width:230px;
	height:46px;
	background:url(images/sougolink_tt.png) no-repeat center top;
}

#links_block ul {
	padding:8px;
		width:210px;
	height:600px;
	overflow-y:scroll;
}

#links_block li {
	list-style:none;
	background:url(images/comment_list_icon.png) no-repeat left 2px;
	padding:0 0 5px 12px;
	line-height:1.4em;
}

/* ---------------------------------------------
	blog_list_block
--------------------------------------------- */
#blog_list_block {
	height:auto;
	margin-bottom:20px;
}

#blog_list_block .list {
    width: 31%;
    height: auto;
    padding: 5px;
    clear: both;
    margin-bottom: 5px;
    margin-right: 5px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    -moz-box-shadow: 0 1px 2px #545454;
    -webkit-box-shadow: 0 1px 2px #545454;
    vertical-align: top;
    box-shadow: 0 1px 2px #545454;
}


#blog_list_block .list_photo {
    width: 150px;
    height: 150px;
    padding: 5px;
    margin: auto;
    max-width: 100%;
}


#blog_list_block .list_photo-pc {
	width:100px;
	height:100px;
	padding:5px;
	float:left;
	display:none;
}

#blog_list_block .list_txt {
    padding: 0 5px;
    vertical-align: top;
}

#blog_list_block .list_txt-pc {
	width:98.5%;
	height:20px;
	padding-left:5px;
	float:none;
}

#blog_list_block .list_yymm {
	font-size:1.1em;
	border-bottom: #1d0077 solid 2px;
}

#blog_list_block .list_category {
    font-size: 1.1em;
    margin: 5px 0;
    display: block;
}

#blog_list_block .list_viewer {
	font-size:1.1em;
	background:url(images/viewer_icon.png) no-repeat left center;
	padding-left:20px;
}

#blog_list_block .title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
}


#blog_list_block .title-pc {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 0 0;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    float: left;
    border: 0;
    margin: 0;

}

.single h2.title-pc:before, .page h2.title-pc:before {
    background: none;
}

#blog_list_block .readmore {
	background:url(images/readmore.png) no-repeat left bottom;
	width:90px;
	height:20px;
	padding-top:5px;
	display:block;
	margin-left:auto;
position: absolute;
bottom:4px;
right:0;
}

#blog_list_block .content_block {
	width:480px;
	height:auto;
	padding:8px;
	clear:both;
}

.single #blog_list_block .list_category {
    display: inline-block;
}

/* ---------------------------------------------
	center_block_bnn
--------------------------------------------- */
#center_block_bnn {
	width:480px;
	height:auto;
	margin:1em;
	text-align: center;
clear:both;
}


/* ---------------------------------------------
	センターバナー設置
--------------------------------------------- */
#center_block_bnr  {
	width:100%;
	height:100%;
	margin:1em 0;
	text-align: center;
clear:both;
}

/* ---------------------------------------------
	センターバナー設置下側
--------------------------------------------- */
#center_block_bnr_under {
	width:100%;
	height:100%;
	margin:3em 0;
	text-align: center;
clear:both;
}


/* ---------------------------------------------
	広告設置
--------------------------------------------- */
#center_block_koukoku  {
	width:100%;
	height:100%;
	margin:1em 0;
	text-align: center;
clear:both;
}

.center_block_koukoku {
    max-width: 400px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

/* ---------------------------------------------
	右側広告設置
--------------------------------------------- */
#right_block_wi {
	width:100%;
	height:100%;
	margin:1em 0;
	text-align: center;
clear:both;
}

.adslot_1{
	width:230px;
	height:450px;

}

/* ---------------------------------------------
	関連記事h3
--------------------------------------------- */
#center_block_related  {
            height: auto;
            margin-top: 10px;
	    clear:both;
}

.wp_rp_content ul.related_post {
    padding: 0 10px!important;
}

/* ---------------------------------------------
	pagenavi
--------------------------------------------- */
#center_block_pagenavi  {
	width:auto;
	height:100%;
        clear:both;
	display:block;
}

/*●ページネーション WP用*/
#center_block_pagenavi .wp-pagenavi{
    position: relative;
    overflow: hidden;
    width: 100%;
    zoom : 1;
    margin-bottom: 1.5em;
    padding: 0!important;
    margin-top: 5px;
}

/*●ページネーション レスポンシブルデザイン用*/
#center_block_pagenavi .wp-pagenavi a,
#center_block_pagenavi .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 0.5em;
}

/* ---------------------------------------------
	ページ送り
--------------------------------------------- */
.navigation {
    border-top: 1px dotted #ccc;
    margin:0px 10px 40px 0;
    padding:20px 0;
    font-weight:bold;
    clear:both;
}
.previous {
    float: left;
    width: 47%;
}
.next {
    float: right;
    width: 47%;
    text-align:right;
}

/* ---------------------------------------------
	footer
--------------------------------------------- */
#footer {
	clear:both;

}

#footer .footer_inner {
	width:980px;
    margin:0 auto;
    position:relative;
}

#footer .totop a {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    background-color: rgba(29, 0, 119, 0.7);
    right: 20px;
    bottom: 20px;
}

#footer .totop a:before {
    font-family: fontawesome;
    content: "\f102";
    font-size: 40px;
    color: #fff;
    line-height: 1;
}

#footer .copyright {
    text-align: center;
    color: #000000;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 5px;
}


/* ---------------------------------------------
	clearfix
--------------------------------------------- */

.clearfix:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
}

.clear {
	clear:both;
	height: 1px;
	overflow:hidden;
	margin: 0 -1px -1px 0;
	padding: 0;
	font-size:0;
	line-height:0;
}

/* ---------------------------------------------
	fontstyle
--------------------------------------------- */

p {
    line-height: 1.7em;
    margin-bottom: 15px;

}

.single h2, .page h2 {
    position: relative;
     margin: 0.5em 0 0.5em 0;
    padding: 0.8em 0 0.8em 1.5em;
    border: 2px solid #0673F5;
    font-size: 1.143em;
    font-weight: bold;
}
 
.single h2:before, .page h2:before {
    content: "";
    position: absolute;
    background: #1d0077;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


.single h3, .page h3 {
    position: relative;
     margin: 0.5em 0 0.5em 0;
    padding: 0.8em 0 0.8em 1.5em;
    border: 2px solid #0673F5;
    font-size: 1.143em;
    font-weight: bold;
}
 
.single h3:before, .page h3:before {
    content: "";
    position: absolute;
    background: #1d0077;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

h4 {
    padding: 10px;
    margin: 10px 0px;
    font-size: 16px;
    position: relative;
    border-bottom: #ccc solid 2px;
}

h4:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #1d0077;
}

h4:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}

h5 {
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.143em;
    border-bottom: 3px double #737373;
    border-top: 3px double #737373;
    color: #5C5757;
    margin: 10px 0px;
}

.chuui {
    border-bottom: 3px solid #1d0077;
    margin: 10px 5px;
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 1.7em;
}
 
.chuui:before{
    content: "";
    position: absolute;
    background: #1d0077;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.chuui:after{
    content: "";
    position: absolute;
    background:#1d0077;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

h6 {
    font-size: 1.143em;
    font-weight: bold;
    margin: 10px 0px;
    position: relative;
    padding: .75em 1em;
    background-color: #f0f0f0;
}

h6:before {
    top: 0;
    content: '';
    left: 0;
    width: 98.5%;
    height: 70%;
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    border: 1px dashed #1d0077;
    margin: 5px;
}

.fukidashi {
    position: relative;
    padding: 8px;
    background: #1d0077;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 5px 20px 5px;
}

.fukidashi:after {
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #1d0077;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

.red {
	color:#FC0004;
}

.blue {
	color:#229EE3;
}

.white {
	color:#FFFFFF;
}

.yellow {
	color:#FFFF00;
}


/* ---------------------------------------------
	効かない！
--------------------------------------------- */
.green {
	color:#008000;
}

.line_set_red {
	border:#FC0004 solid 2px;
	padding:0.5em;
	margin: 0 5px;
	display:block;
        line-height:1.7em;
}

.line_set_blue {
	border:#1d0077 solid 2px;
	padding:0.5em;
	margin: 0 5px;
	display:block;
        line-height:1.7em;
}

.line_blue_double {
    border: 3px double #1d0077;
    padding: 0.5em;
    margin: 0 5px;
    display: block;
    line-height: 1.7em;
}

.line_green_double {
    border: 3px double #51AF31;
    padding: 0.5em;
    margin: 0 5px;
    display: block;
    line-height: 1.7em;
}

.green_under_line {
	color:#008000;
}

#contents a {
    color: #0500ce;
    text-decoration: underline;
}


.text_r {
	text-align:right;
		
}

blockquote {
	position: relative;
	margin: 1em;
	padding: 1.2em;
	background-color: #dcdada;
	border-radius: 6px;
}
blockquote:before, blockquote:after {
    position: absolute;
    font-size: 60px;
    content: '“';
    color: #fff;
    line-height: 0.5;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
}
blockquote:before {
    top: 16px;
    left: 20px;
}
blockquote:after {
    bottom: -15px;
    right: 20px;
    transform: rotateY(180deg);
}


li.menu-item-2752 {
display: none;
}


.wpt-header {
background-color:#00A3D9;
        padding-top: 0.5em;
}

.widgettitle {
list-style-type:none;
}

.wpt-twitter-id {
	display:none;
}

#wpt-latest-tweets-2 {
	width:215px;
	height:650px;
	border:#666666 solid 1px;
	margin-bottom:20px;
        padding: 0.5em;
overflow-y:scroll;
}

.wpt-twitter-name {
	display:block;
}

li.lang-ja  {
         padding: 1em;
	 border-bottom:#00A3D9 solid 1px;
}

/* ---------------------------------------------
	コメント用
--------------------------------------------- */

.form-allowed-tags {display: none;}

/* ---------------------------------------------
	テーブル
--------------------------------------------- */

.top_center table {
   table-layout: fixed;
   width: 98%;
  border-spacing: 0;
  font-size:1em;
  margin:10px auto;
    
}

.top_center th {
    padding: 5px 8px;
    font-weight: bold;
    border: 1px solid #4c4c4c;
    line-height: 1.4em;
    text-align: center;
    background: #1d0077;
    color: rgb(255, 255, 255);
    text-shadow: 1.3px -1.3px 0.3px rgba(0, 0, 0, 0.9);
}

.top_center tr td {
	padding: 5px 8px;
	border: 1px solid #4c4c4c;
	line-height: 1.7em;
	text-align: center;
}

.top_center  tr {
  background: #fff;
}
.top_center  tr:nth-child(2n+1) {
    background: #e0e0e0;
}

/* ---------------------------------------------
	目次
--------------------------------------------- */
.mokuzitaitoru {
    font-size: 16px;
    border: 2px solid #1d0077;
    background-color: #f5f2ff;
    padding: 5px;
    font-weight: bold;
    margin: 0 5px;
}

ul.mokuzi {
    border: 2px solid #1d0077;
    border-top: 0px;
    padding: 5px;
    margin: 0 5px;
}

.mokuzi a {
    font-size: 16px;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px dotted #383838;
}

#contents .mokuzi a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

a.mokuzinimodoru {
    border: 2px solid #1d0077;
    background-color: #f5f2ff;
    padding: 5px;
}

a.mokuzinimodoru2 {
    border: 2px solid #E92B7C;
    background-color: #F7DCE0;
    padding: 5px;
}

a.mokuzinimodoru3 {
    border: 2px solid #23D400;
    background-color: #CEFBC5;
    padding: 5px;
}

#contents a.mokuzinimodoru:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

#contents a.mokuzinimodoru2:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

#contents a.mokuzinimodoru3:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

table#mokuzi a {
    display: block;
    font-size: 16px;
    padding: 5px;
}

table#mokuzi th {
    color: #000;
    background: #DCEDF7;
    font-size: 16px;
    border: 2px solid #229EE3;
    border-right: 1px dotted #383838;
}

table#mokuzi td {
    border-right: 1px dotted #383838;
    border-left: 0;
    padding: 0;
}    

table#mokuzi tbody {
    border-left: 2px solid #229EE3;
    border-bottom: 2px solid #229EE3;
}

table#mokuzi a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

table#mokuzi tr {
    background-color: #fff;
}

table#mokuzi td.mokuzi-pachinko-right-line {
    border-right: 2px solid #E92B7C;
}

/* ---------------------------------------------
	機種一覧
--------------------------------------------- */

table#kisyuichiran a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

table#kisyuichiran a {
    display: block;
}
/* ---------------------------------------------
	単一記事下
--------------------------------------------- */

.matome {
    font-size: 16px;
    border: 2px solid #229EE3;
    background-color: #DCEDF7;
    font-weight: bold;
    text-align: center;
}

.matome a {
    display: block;
    padding: 15px;
}

.matome2 {
    font-size: 16px;
    border: 2px solid #f00;
    background-color: #ff0;
    font-weight: bold;
    text-align: center;
}

.matome2 a {
    display: block;
    padding: 15px;
}

#contents .matome a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

#contents .matome2 a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

/* ---------------------------------------------
	スロットリスト
--------------------------------------------- */

.slot-list-title {
    font-size: 16px;
    border: 2px solid #229EE3;
    background-color: #DCEDF7;
    padding: 5px;
    font-weight: bold;
    margin: 8px 5px 0 5px;
}

ul.slot-list {
    border: 2px solid #229EE3;
    border-top: 0px;
    padding: 5px;
    margin: 0 5px 8px 5px;
}

.slot-list-title2 {
    font-size: 16px;
    border: 2px solid #23D400;
    background-color: #CEFBC5;
    padding: 5px;
    font-weight: bold;
    margin: 8px 5px 0 5px;
}

ul.slot-list2 {
    border: 2px solid #23D400;
    border-top: 0px;
    padding: 5px;
    margin: 0 5px 8px 5px;
}

 /* ---------------------------------------------
	1/12　修正
--------------------------------------------- */

.slot-list a {
    display: block;
    color: #000000;
}

.slot-list li {
    font-size: 16px;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px dotted #383838;
    color: #948B8B
}

.slot-list2 a {
    display: block;
    color: #000000;
}

.slot-list2 li {
    font-size: 16px;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px dotted #383838;
    color: #948B8B
}

 /* ---------------------------------------------
	↑
--------------------------------------------- */

#contents .slot-list a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

#contents .slot-list2 a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

/* ---------------------------------------------
	パチンコリスト
--------------------------------------------- */

.pachinko-list-title {
    font-size: 16px;
    border: 2px solid #E92B7C;
    background-color: #F7DCE0;
    padding: 5px;
    font-weight: bold;
    margin: 8px 5px 0 5px;
}

ul.pachinko-list {
    border: 2px solid #E92B7C;
    border-top: 0px;
    padding: 5px;
    margin: 0 5px 8px 5px;
}

 /* ---------------------------------------------
	1/12　修正
--------------------------------------------- */
.pachinko-list a {
    display: block;
    color: #000000;
}

.pachinko-list li {
    font-size: 16px;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px dotted #383838;
    color: #948B8B
}

/* ---------------------------------------------
	↑
--------------------------------------------- */

#contents .pachinko-list a:hover {
    background-color: #229EE3;
    color: #fff;
    opacity: 1;
}

li#text-2 {
    list-style: none;
}


/* ---------------------------------------------
	関連記事
--------------------------------------------- */

.wp_rp_wrap .related_post_title {
    clear: both;
}

/* ---------------------------------------------
	右サイドバー　バナーエリアの幅
--------------------------------------------- */

div#side-banner-area {
    width: 230px;
}

/* ---------------------------------------------
	YouTubeアイコン
--------------------------------------------- */

li.youtube {
    /* background-image: url(http://slotnippou.com/wp-content/uploads/2015/11/507657.gif);
    background-repeat: no-repeat;
    background-position: 150px 0px;
    background-size: 27px; */
}

/* ---------------------------------------------
	左サイド　機種検索
--------------------------------------------- */

div#search_block a {
    display: block;
}

/* ---------------------------------------------
	NEW
--------------------------------------------- */

.new:before {
    content: "NEW";
    margin: 0 10px 0 0;
    color: #f00;
    background: #ff0;
    font-weight: bold;
}

.new2:before {
    content: "注目！";
    margin: 0 10px 0 0;
    color: #f00;
    background: #ff0;
    font-weight: bold;
}

.new3:before {
    content: "傑作！";
    margin: 0 10px 0 0;
    color: #f00;
    background: #ff0;
    font-weight: bold;
}

.new4:before {
    content: "アリ";
    margin: 0 10px 0 0;
    color: #ff0;
    background: #f00;
    font-weight: bold;
}

.new5:before {
    content: "ナシ";
    margin: 0 10px 0 0;
    color: #eee;
    background: #f00;
    font-weight: bold;
}

.new6:before {
    content: "微妙";
    margin: 0 10px 0 0;
    color: #ff0;
    background: #0066cc;
    font-weight: bold;
}

/* ---------------------------------------------
	チェックマーク
--------------------------------------------- */

.check:before {
    display: block;
    height: 60px;
    padding: 10px 4px 0 1em;
    background-image: url(images/menuicons.png);
    background-repeat: no-repeat;
    background-position: 0 0.6em;
    text-decoration: none;
    overflow: hidden;
    color: #555555;
}

.check-mark {
    margin-bottom: 15px;
}

.check-mark:before {
    font-family: fontawesome;
    content: "\f14a";
    color: #1d0077;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: top;
}

#slider {
    width: 780px;
    height: 304px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    display: none!important;
}

#slider img{
    width: 100%;
}

#carousel {
    width: 250px;
    display: none;
}

#carousel ul {
    transform: translate3d(0px, 0px, 0px)!important;
    display: inline-block;
}

#carousel ul a {
    display: block;
}

#carousel li {
    max-height: 105px;
    margin-bottom: 5px;
    line-height: 0;
    overflow: hidden;
    float: none!important;
    opacity: 1!important;
}

#carousel img {
    width: 100%;
}

#header h1 {
    width: 130px;
    line-height: 1;
}

#top-tab {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 14px;
    margin-left: 1%;
}

#top-tab span {
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    border-bottom: 0;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    background-color: #ccc;
}

#top-tab span.active {
    background-color: #1d0077;
    color: #fff;
}

.home #blog_list_block > div {
	display: none;
}

.home #blog_list_block > div:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#blog_list_block > #center_block_bnr {
	border: 0;
}

#contents a.button1 {
    margin-top: 15px;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    background-color: #222932;
    text-decoration: none;
}

#contents a.button1:hover {
    background-color: #555555;
    opacity: 1;
}

.single #blog_list_block {
    border-top: 1px solid #ccc;
}

.single #blog_list_block .list {
    border: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: 0;
    padding-top: 5px;
}

.single #contents .top_center, .page #contents .top_center {
    width: 798px;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px #545454;
    -webkit-box-shadow: 0 1px 2px #545454;
    box-shadow: 0 1px 2px #545454;
}

#blogmura {
    margin-top: 15px;
}

#blogmura img {
    width: 100%;
}

#slide-area {
    background: #545B64;
    padding: 10px 0 5px 0;
}

#slide-area > div {
    opacity: 0;
}

#blog_list_block > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#blog_list_block .list_photo img {
    width: 100%;
    max-height: 100%;
}

.LinkLibraryCat li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 20px;
}

#contents .list a {
    color: #000;
    text-decoration: none;
}

#acrr_slotnippou {
    width: 100%!important;
}

.ichiran {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
}

#contents .ichiran a {
    background-color: #222932;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 2px;
}

.category #blog_list_block, .tag #blog_list_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#center_block_bnr ins.adsbygoogle {
    margin: auto;
}

#profile_block {
    background-color: #fff;
    text-align: center;
    border: 1px solid #545454;
    padding-bottom: 10px;
    margin-top: 20px;
}

.contact {
    margin: 40px 5px;
    text-align: center;
    padding: 30px;
    border: 2px solid #1d0077;
}

#contents .contact a.button1 {
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
}

ul.breadcrumb {
    margin-bottom: 10px;
}

ul.breadcrumb li {
    display: inline-block;
    margin: 0 3px;
}

.single ul.breadcrumb {
    padding: 7px 3px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    margin: -2px -2px 0 -3px;
}

.frame {
    border: 3px double #1d0077;
    padding: 0.5em;
    margin: 0 5px;
    display: block;
    line-height: 1.7em;
    border: 2px solid #1d0077;
    background-color: #f5f2ff;
}

.frame-shadow {
    padding: 0.5em;
    margin: 15px;
    display: block;
    line-height: 1.7em;
    border: 1px solid #1d0077;
    box-shadow: 1px 1px 3px #1d0077;
    background-color: #f5f2ff;
    border-radius: 3px;
}

.frame-shadow p {
    padding: 0;
    margin-bottom: 15px;
}

.frame-shadow-yellow {
    padding: 0.5em;
    margin: 15px;
    display: block;
    line-height: 1.7em;
    border: 1px solid #1d0077;
    box-shadow: 1px 1px 3px #1d0077;
    background-color: #FFFF00;
    border-radius: 3px;
}

.frame-shadow-blue {
    padding: 0.5em;
    margin: 15px;
    display: block;
    line-height: 1.7em;
    border: 1px solid #1d0077;
    box-shadow: 1px 1px 3px #1d0077;
    background-color: #0000FF;
    border-radius: 3px;
}

.frame-shadow-yellow {
    padding: 0.5em;
    margin: 15px;
    display: block;
    line-height: 1.7em;
    border: 1px solid #1d0077;
    box-shadow: 1px 1px 3px #1d0077;
    background-color: #ff0;
    border-radius: 3px;
}

.frame-shadow-red {
    padding: 0.5em;
    margin: 15px;
    display: block;
    line-height: 1.7em;
    border: 1px solid #1d0077;
    box-shadow: 1px 1px 3px #1d0077;
    background-color: #FF0000;
    border-radius: 3px;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    display: none!important;
}

.space-del img {
	display:block!important;
}
.space-del br {
	display:none;
}

.space-del {
    padding: 0.5em 0.5em;
}

ul.top-image-list {
    max-width: 1050px;
    margin: auto;
    font-size: 0;
    line-height: 0;
}

ul.top-image-list li {
    display: inline-block;
    width: 32%;
    margin: 0.5%;
}

/* ---------------------------------------------
	関連記事
--------------------------------------------- */

ul.related_post {
    text-align: center;
}

ul.related_post li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding-right: 1%;
    margin-right: 1%;
    text-align: left;
    margin-bottom: 5px;
}

#contents ul.related_post li a {
    font-size: 18px;
    text-decoration: none;
}

ul.related_post li img {
    float: left;
    width: 30%;
    margin-right: 5px;
}

/* ---------------------------------------------
	スマホ対応
--------------------------------------------- */


@media (max-width: 1000px) {

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body {
	display: block;
	min-width: auto;
	min-width: initial;
}

#wrapper {	
	display: block;
overflow: hidden;
}

#inner {
	display: block;
}

#header {
	display: block;
}

#contents {
	padding:0;
	text-align:left;
        margin:0;
	float:none;
	color:#333;
	display: block;
	margin-top: 10px;
}

#header-inner {
	width: auto;
}

input#s {
    width: 130px;
}

#slide-area {
    padding: 5px 0;
}

#slider {
    width: auto;
    height: auto;
}

#carousel {
    width: auto;
    display: block;
}

#carousel li {
    width: 32%!important;
    display: inline-block!important;
    margin: 0 0 3px 0!important;
    height: auto;
    vertical-align: top;
}

#blog_list_block .list_photo {
    width: 150px;
    height: 150px;
    padding: 5% 4%;
    margin: auto;
    max-width: 92%;
}

#top-tab {
    font-size: 12px;
    margin-bottom: 3px;
}

#blog_list_block .title {
    font-size: 16px;
}

.single #contents .top_center, .page #contents .top_center {
    width: 100%;
}

.single #contents, .page #contents {
    padding: 0 2%;
}

.wp_rp_content ul.related_post {
    -moz-column-count: auto !important;
    -moz-column-gap: normal !important;
    -moz-column-rule: none !important;
    -webkit-column-count: auto !important;
    -webkit-column-gap: normal !important;
    -webkit-column-rule: none !important;
    column-count: auto !important;
    column-gap: normal !important;
    column-rule: none !important;
}

#blog_list_block .list_yymm {
    font-size: 12px;
}

iframe {
    max-width: 100%;
    height: 100%;
}

#slider {
    display: inline-block!important;
}

ul.top-image-list {
    display: none;
}

/* ---------------------------------------------
	top_left_content
--------------------------------------------- */
#contents .top_left_block {
	width: 100%;
	height:100%;
	padding:0;
        margin:0;
	text-align:center;
	display: none;
}

/* ---------------------------------------------
	top_right_content
--------------------------------------------- */
#contents .top_right_block {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 5%;
}


/* ---------------------------------------------
	top_center_content
--------------------------------------------- */
#contents .top_center {
	width: auto;
	height:100%;
	padding:0;
        margin:0;
	display: block;
}

/* ---------------------------------------------
   header
--------------------------------------------- */
#header h1 {
	display:block;
	width: 100px;
}

#header h1 a:hover{
	display:block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.top_bnn {
	width:100%;
	display:block;
}


.top_bnn a{
	width:100%;
	height:auto;
	display:block;
}

/* ---------------------------------------------
	blog_list_block
--------------------------------------------- */
#blog_list_block {
	height:100%;
display: block;
	margin-bottom:0px;
	padding:0;
}

#blog_list_block .list {
    width: 48%;
    padding: 0;
    margin: 0.9999%;
}

#blog_list_block .content_block {
	width:100%;
	height:auto;
	padding:0;
	clear:both;
}


#archive_block {
	display:none;
}


#comment_block {
	display:none;
}

#rss_block {
	display:none;
}

#access_block {
	display:none;
}

#links_block {
	display:none;
}

/************************************
** モバイルメニューボタン
************************************/
#mobile-menu{
  display:block;

}

#mobile-menu-toggle{
  display:block;
}
 
#mobile-menu a{
  color:#fff;
  padding:14px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background:#0099FF;
  line-height:100%;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
 
#mobile-menu a:hover{
  background:#8b8b8b;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

#profile_block {
	width:100%;
	border:#666666 solid 1px;
	text-align:center;
	position:relative;
	left:0;
	padding:0 0 20px 0;
}

#profile_block p{
	text-align:left;
}

.profile_set{
	display:block;
}
/* ---------------------------------------------
	footer
--------------------------------------------- */
#footer {
	background:none;
	clear:both;
	display:block;
	height: auto;

}

#footer .footer_inner {
	width:auto;
	height:100%;
    margin:0;
}

#footer .totop a {

}
/* ---------------------------------------------
	センターバナー設置
--------------------------------------------- */
#center_block_bnr  {
	display:block;
}

/* ---------------------------------------------
	センターバナー設置下
--------------------------------------------- */
#center_block_bnr_under {
	display:block;
}

/* ---------------------------------------------
	広告設置
--------------------------------------------- */
#center_block_koukoku  {
	display:block;
}

/* ---------------------------------------------
	関連記事
--------------------------------------------- */
#center_block_related  {
	display:block;
	width:100%;
	height:100%;
    font-size:0.75em;
}

.wp_rp_content ul.related_post {
    padding: 0!important;
}

#contents ul.related_post li a {
    font-size: 14px;
}

ul.related_post li img {
    margin-bottom: 20px;
}


/* ---------------------------------------------
	pagenavi
--------------------------------------------- */
#center_block_pagenavi  {
	width:auto;
	height:100%;
        clear:both;
	display:block;
	margin: 0 5px;
}

/*●ページネーション WP用*/
#center_block_pagenavi .wp-pagenavi{
    position: relative;
    overflow: hidden;
    /zoom : 1;
    margin-bottom: 1.5em;
    padding: 0!important;
}
 
/*●ページネーション レスポンシブルデザイン用*/
#center_block_pagenavi .wp-pagenavi a,
#center_block_pagenavi .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 0.5em;
}


/* ---------------------------------------------
	ページ送り
--------------------------------------------- */
.navigation {
    border-top: 1px dotted #ccc;
    margin:0px 10px 40px 0;
    padding:20px 0;
    font-size:0.75em;
    font-weight:bold;
    /*float: left;*/
    clear:both;
}
.previous {
    float: left;
    width: 47%;
}
.next {
    float: right;
    width: 47%;
    text-align:right;
}

.comment-body {
    padding:5px;
}

.comment-author img{
	width:10%;
}

/* ---------------------------------------------
	テーブル
--------------------------------------------- */

.line_set_red {
	border:#FC0004 solid 2px;
	padding:0.5em;
	margin: 0 5px;
	display:block;
        line-height:1.7em;
}

.line_set_blue2 {
	border:3px double #3D81EE
	padding:0.5em;
	margin: 0 5px;
	display:block;
        line-height:1.7em;
}

/* ---------------------------------------------
	あいうえお検索_block
--------------------------------------------- */
#search_block {
	width:100%;
	height:auto;
	border:#666666 solid 1px;
	margin-bottom:20px;
	text-align:center;
	display:none;
}

#search_block table{
width: 100%;
border-collapse: separate;
	display:none;
}

#search_block td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
	display:none;
}

#moserch{
	width:190px;
	height:100%;
	display:block;
	margin-bottom:5px;
	text-align:center;
position: relative;
top:-52px;
left:190px;

}


/* ---------------------------------------------
	全国取材_block
--------------------------------------------- */
#zenkoku_block {
	width:190px;
	height:100%;
	/*border:#666666 solid 1px;*/
	margin-bottom:5px;
	text-align:center;
	display:block;

position: relative;
top:10px;
left:0;

}

/* ---------------------------------------------
	メニュー
--------------------------------------------- */

ul#menu-navi li a {
    border-top: 1px solid;
    display: block;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    padding: 10px 0;
}

ul#menu-navi {
    padding-left: 0px;
    padding-top: 0px;
    display: block;
    table-layout: fixed;
    width: auto;
    max-width: 100vw;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.navi li {
    display: inline-block;
    width: 38%;
}
.navi li:nth-child(1) {
    width: 24%;
    float: left;
}

ul#menu-navi li:nth-child(1) a {
    height: 10px;
    padding: 26px 0;
}
/* ---------------------------------------------
	左サイドバー非表示
--------------------------------------------- */

div#side-banner-area3 {
	display: none;
	margin: 15px 0px 0px;
}
.top_bnn {
	margin:  0px 0px 15px;
}
#contents .top_left_block img {
	width:95%;
}
/* ---------------------------------------------
	右サイドバー非表示
--------------------------------------------- */

div#side-banner-area {
	display: none;
}
/* ---------------------------------------------
	サイト内検索　位置変更
--------------------------------------------- */

.search-a {
	top: 40px;
	margin-right: 5px;
}

/*-------------------------------------------------------
ウインドウ幅に合わせて画像サイズを変化
-------------------------------------------------------*/

p.resizeimage { width: 100%; }
p.resizeimage img { width: 95%; }

}

/*-------------------------------------------------------
スマホサイズに合わせてある
-------------------------------------------------------*/
.matome {
    font-size: 16px;
    border: 2px solid #229EE3;
    background-color: #DCEDF7;
    font-weight: bold;
    text-align: center;
    margin: 0 5px;
}

.matome2 {
    font-size: 16px;
    border: 2px solid #f00;
    background-color: #ff0;
    font-weight: bold;
    text-align: center;
    margin: 0 5px;
}

.single h3, .page h3 {
    position: relative;
     margin: 0.5em 0 0.5em 0;
    padding: 0.8em 0 0.8em 1.5em;
    border: 2px solid #1d0077;
    font-size: 1.143em;
    font-weight: bold;
    margin: 10px 0px;
}

.single h2, .page h2 {
    position: relative;
     margin: 0.5em 0 0.5em 0;
    padding: 0.8em 0 0.8em 1.5em;
    border: 2px solid #1d0077;
    font-size: 1.143em;
    font-weight: bold;
    margin: 10px 0px;
}

