/*
Theme Name: Original-Smartphone
Theme URI: https://radiolife.com/
Description: Original
Author: SATO
Author URI: https://radiolife.com/
Version: 1.0
*/

*{
   margin : 0;
   padding : 0;
}

h1 {color: red; font: bold 1.5em 'メイリオ',Meiryo, "Arial",sans-serif;}
h2 {color: red; font: bold 1.1em 'メイリオ',Meiryo, "Arial",sans-serif; margin: 10px 0;}
h3 {color: black; font: normal 1.0em 'メイリオ',Meiryo, "Arial",sans-serif; padding:0 0 0 5px; line-height:40px;}
h4 {color: black; font: bold 1em 'メイリオ',Meiryo, "Arial",sans-serif;}
h5 {color: black; font: bold 1em 'メイリオ',Meiryo, "Arial",sans-serif; padding:0 0 0 5px; background-color:lightgray; line-height:40px;}
h6 {color: black; font: normal 15px 'メイリオ',Meiryo, "Arial",sans-serif; line-height: 1.4em; line-height: 30px; }

body {
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	letter-spacing:-1px;
	font-family: 'メイリオ',Meiryo, "Arial", "Helvetica", sans-serif;
}

a {color: red; text-decoration: none; outline: foucus; cursor: pointer}
a:hover {color: red; text-decoration: underline}

p {
	padding-bottom: 0;
	margin-bottom: 5px;
	line-height: 1.5;
	}
strong {font-weight: bold;}

table {margin: 1em auto; border: 1px solid #dbdbdb; border-radius: 5px; }
table th, table th[class] {padding: 5px 10px; border: 1px solid #dbdbdb; background: #f3f3f3;}
table td, table td[class] {padding: 5px 10px; border: 1px solid #dbdbdb;}
table tr.alternate td {background: #fafafa;}

img {
	max-width: 100%;
	height: auto;
	}
iframe{
	width:100%;
	}
ul {list-style-type: square; color: gray;}
ol {list-style-type: decimal; color: gray;}
ul li, ol li {margin: 5px 25px;}
li {line-height:1.5em; }

.wp-caption-text {margin-bottom: 10px; font-size: 12px;}

.container {
	margin:0 5px 5px 5px;
	overflow: hidden;
}

/* header */
#must-head{
	clear:left;
	height:40px;
	overflow:hidden;
}
#site-title{
	margin:7px 0 0 5px;
	width:200px;
	float:left;
}
#head-sns{
	margin:0 10px 0 0;
	float:right;
	font-size: 36px;
}
.menu li {
	font-size:16px;
	font-weight:bold;
	width:50%;
	padding:0 5px;
	background:black;
	text-align:left;
	float:left;
	box-sizing: border-box;
	border-top:1px solid white;
	margin: 0; 
	list-style-type: none;
	line-height: 1.6;
	}
.menu li:nth-child(odd){
	border-right:1px solid white;

	}
.menu li:nth-child(5),.menu li:nth-child(6){
	border-bottom:1px solid white;
	}
.menu a {
	color: white;
	display: block;
	font-weight: bold;
}

/* home */
#top {
	margin: 5px 5px 10px 5px;
}
#top-area ul{
	list-style: none;
}
#top-area li{
	border-bottom: 1px solid lightgray;
	background: white;
	width: 100%;
	display: table;
	clear: left;
	margin: 0; 
	list-style-type: none;
	line-height: 1.8;
}
.top-thum {
	width:50px;
	height:50px;
	margin: 5px 10px 5px 0 ;
	float: left;
}
.top-title{
	font-size:18px;
	font-weight: bold;
	line-height: 22px;
	padding: 10px 0 0 0 ;
}
.top-title:after {
	margin-top:5px;
	float:right;
	display:block;
	content:"";
	width:13px;
	height:15px;
	background:url(https://radiolife.com/wp-content/uploads/arrow01.png) no-repeat 0 0;
	background-size:13px 15px;
}
#top-area a{
	display:table;
}
#new {
	margin: 5px;
	clear: left;
}
#new li{
	border-bottom: 1px solid lightgray;
	background: white;
	display: block;
	width: 100%;
	clear: left;
	margin: 0; 
	list-style-type: none;
	line-height: 1.8;
}
#new a{
	display: block;
	font-weight: bold;
}
#category-title{
	margin: 0 0 10px 5px;
}
#banner{
	text-align: left;
	margin: 0 5px 10px 5px;
	color: #c6c6c6;
	font-size: 12px;
}
#top-banner{
	text-align: left;
	margin: 5px 0;
	color: #c6c6c6;
	font-size: 12px;
}
#a-banner{
	text-align: left;
	margin: -30px 0 10px 0;
	color: #c6c6c6;
	font-size: 12px;
}
#source {
	text-align: right;
	margin: 0 0 0 0 ;
	color: #c6c6c6;
	font-size: 12px;
}

#list {margin: 1px 0 0; font: bold 1em 'メイリオ',Meiryo, "Arial",sans-serif; line-height: 1.3em; text-align: right;}

/* posts */
#posts {
	clear: left;
}
.post {
	margin: 0 5px;
}
.post-header {
	margin-bottom: 5px;
}
.post-header h1 {
	color: red;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
}

#outline{
	font-size: 16px;
	font-weight: bold;
	width:100%;
	margin-bottom: 20px;
	border: 1px solid #ff6600;
	padding: 5px 0 5px 0;
}
.o-title{
	margin: 0;
	padding: 0 0 0 5px;
	color: red;
	font-weight: bold;
	font-size: 18px;
}
.sns-icon {
	position: relative;
	float: left;
	display: block;
	margin: 30px 5px 20px 5px;
	width: 50px;
	line-height: .5;
	text-align: center;
}
.sns-icon .lsf {
	font-size: 75px;
}
.sns-icon>a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
.sns-count {
color:white;
font-size: 80%;
display:inline-block;
border:2px solid white;
border-radius: 50%;
padding:0.4em;
position:absolute;
top: -22px;
left:75%;
z-index: 10;
background:crimson;
}
/* navigation */
.pagenation {
  position: relative;
  top:10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  width:300px;
  height:50px;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin: 0 0 0 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    color: #FFFFFF;
    padding: 5px 10px;
}
.pagenation li a {
    background: none repeat scroll 0 0 lightgray;
    color: black;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
}

#pagenation2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  margin:auto;
  width:300px;
  height:50px;
}
#pagenation2:after, #pagenation2 ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#pagenation2 .page-numbers {
    float: left;
    list-style: none outside none;
    display: block;
    margin: 0 0 0 3px;
}
#pagenation2 .page-numbers {
    background: none repeat scroll 0 0 lightgray;
    color: black;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#pagenation2 .current {
    background-color: #999999 !important;
    color: #FFFFFF !important;
    padding: 5px 10px !important;
}
#pagenation2 a:hover {
    background-color: #444444;
    color: white;
}

#headsearch{
	margin:10px 0 0 0;
	width: 300px;
	height: 40px;	
}
#s {
	width: 200px;
	height: 30px;
}					
button#searchsubmit {
	position: absolute;
	height: 32px;
	font-size: 22px;
	background-color: #000;
	color: #fff;
	border-style: none;
}

/* footer */
.footer-menu{
	margin: 0 0 5px 5px;
	list-style:none;
}
.footer-menu li{
	border-bottom: 1px solid lightgray;
	background: white;
	width: 100%;
	display: table;
	clear: left;
	margin: 0; 
	list-style-type: none;
}
.footer-menu a {
	color: black;
	display: block;
	font-weight: bold;
	font: bold 1em 'メイリオ',Meiryo, "Arial",sans-serif;
	line-height: 1.8;
}
#footer {
	background-color: lightgray;
	padding: 10px 0;
	font-size: 12px;
	letter-spacing: normal;
	color: #fff;
}
#footer a{
	color: white;
}

#footer-menu a{font-size: 14px; color: white; text-decoration: underline;}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('//radiolife.com/wp-content/themes/LigatureSymbols-2.11.eot');
    src: url('//radiolife.com/wp-content/themes/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('//radiolife.com/wp-content/themes/LigatureSymbols-2.11.woff') format('woff'),
         url('//radiolife.com/wp-content/themes/LigatureSymbols-2.11.ttf') format('truetype'),
         url('//radiolife.com/wp-content/themes/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
/* misc
ul {list-style-type: square; color: gray;}
ol {list-style-type: decimal; color: gray;}
ul li, ol li {margin: 0;}
li {line-height:1.5em; }

img.attachment-post-thumbnail, img.attachment-thumbnail {padding: 2px; border: 1px solid #dbdbdb; border-radius: 5px; }
 */
/* モバイル用スタイル */
.mobile-pagination .btn-group {
    width: 100%;
}

.mobile-pagination .btn {
    padding: 0.5rem;
    font-size: 0.9rem;
}

.crime-total {
    font-size: 0.8rem;
    color: #666;
    margin-top: 10px;
}
/* モバイル用の交番情報スタイル */
.police-station {
    margin: 10px 0;
    color: #666;
    font-size: 0.9em;
}

.info-table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}

.info-table th,
.info-table td {
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 0.9em;
}

.info-table th {
    width: 25%;
    background: #f8f9fa;
}

.map-container {
    margin: 10px 0;
}

.map-container iframe {
    width: 100%;
    height: 300px;
}

.map-link {
    text-align: right;
    margin: 10px 0;
}

.google-maps-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
}

.crime-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.crime-list li {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
    line-height: 1.5;
}

.crime-total {
    font-weight: bold;
    margin: 10px 0;
    font-size: 0.95em;
}

/* スマホ用ページネーション */
.sp-pagenavi {
    margin: 20px 0;
    text-align: center;
}

.sp-pagenavi .page-info {
    margin-bottom: 10px;
    color: #666;
    font-size: 0.9em;
}

.sp-pagenavi .page-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.sp-pagenavi .nav-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
}

/* 見出し */
.post h3 {
    margin: 20px 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
}
/* スマホ用ページネーション */
.pagenavi-sp {
    text-align: center;
    margin: 20px 0;
    padding: 10px 0;
}

.pagenavi-sp a,
.pagenavi-sp span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
}

.pagenavi-sp .previouspostslink,
.pagenavi-sp .nextpostslink {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.pagenavi-sp .page-numbers {
    padding: 8px 12px;
    color: #666;
}
/* PC版 */
.station-link {
    text-align: right;
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* スマホ版 */
@media screen and (max-width: 480px) {
    .station-link {
        text-align: right;
        margin: 15px 0;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }
}

.station-link a {
    color: #333;
    text-decoration: none;
}

.station-link a:hover {
    text-decoration: underline;
}
/* 都道府県リンク */
.stats-table td a {
    color: #333;
    text-decoration: none;
}

.stats-table td a:hover {
    text-decoration: underline;
    color: #0056b3;
}

/* 警察署一覧リンク */
.prefecture-link a {
    color: #333;
    text-decoration: none;
    font-size: 0.9em;
}

.prefecture-link a:hover {
    text-decoration: underline;
    color: #0056b3;
}

#site-title h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    display: block !important;
    border: none !important;
}