@charset "utf-8";

/* 全タグの余白を初期化 */
*{
	margin:0px;
	padding:0px;
}


/*******************************************************************
	基本部分の設定
********************************************************************/
body{
	color: #1F1F1F;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Anton", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* ウィンドウ最外枠 */
#base_wrapper{
	width:100%;
}

/* リンク部（ポジ背景の場合・デフォルト） */
a,
a,a:visited,
a:link{
	color:black;
    font-size:100%;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
/* リンク部、（ネガ背景の場合） */
.blackback a,
.blackback a:visited,
.blackback a:link{
	color:white;
    font-size:100%;
	text-decoration:none;
}
.blackback a:hover{
	color:#EEEEEE;
	text-decoration:underline;
}
/* リンク画像、マウスオーバーで透過 */
a:hover img,
.hover_opacity:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	cursor:pointer;
}


/*******************************************************************
	ヘッダー部分の設定
********************************************************************/
#header{
	background-color: #FFF;
}
/* 一番上の横帯 */
#header_bar{
	background:#004ea2;/*モバイル時*/
/*	background:#453ba7;/*パソコン時*/
/*	background:#008d3d;/*みどりの日*/
/*	background:#008fd4;/*海の日*/
	color:white;
	padding:2px 1em;
	font-size:80%;
}

/* メニュー帯 */
#menu_bar{
	padding:0.2em 0em;
	font-size:100%;
	text-align:center;
    clear: both;
}
#menu_bar table{
	margin:2px 0px;
	width:100%;
	border-collapse:collapse;
}
#menu_bar table td{
	padding:0.5em;
	width:20%;
	font-size:70%;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border:1px solid #004ea2;
}
#menu_bar table td img{
	display:block;
	margin:5px auto;
	width:30px;
	height:30px;
}

/* トップ用「購読はこちら」 */
#top_koudoku{
	float:right;
	margin:1em 0.5em;
	padding:0.5em;
	width:5em;
	border:2px solid #004ea2;
	border-radius:5px;
}
#top_koudoku a{
	color:#004ea2;
}

/* ＳＮＳボタンと検索窓 */
#searchbox{
 	padding:0.25em 0.5em 0.5em;
}
.search_container{
	box-sizing: border-box;
	overflow:hidden;
	text-align:center;
}
.search_container input[type="text"]{
	margin:0em 0.5em;
	margin-right:0em;
	padding: 0.25em;
	padding-right:32px;
	width: 15em;
	height: 2em;
	font-size:100%;
	border: 2px solid #555;
/*	border-radius: 6px;*/
	overflow: hidden;
}
#searchbox .search_container img{
	width:20px;
}
#searchbox #sub{
/*
	display: inline-block;
	width: 20px;
	height: 20px;
*/
	position:relative;
	left:-30px;
	vertical-align: middle;
	cursor: pointer;
}

#sns{
	margin:0.4em;
	text-align:center;
}
#sns img{
	margin:0.5em;
	width:50px;
}
/* 記事ページ用 */
#sns_button{
	margin: 0.4em 1.0em;
	height:auto;
	text-align: right;
}
#sns_button >.sns_unit{
	display: inline-block;
	margin:0 0.4em;
	width:35px;
	height:35px;
	line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
	background-size:35px 35px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.sns_unit.-twitter{
	/* background-image: url(/img/twitter.jpg); */
	background-image: url(/img/sns-logo-x.png);	/*2023/9/21差し替え*/
}
.sns_unit.-facebook{
	background-image: url(/img/fb.jpg);
}
.sns_unit.-line{
	background-image: url(/img/line.jpg);
}



/*******************************************************************
	メイン部分（大枠）の設定
********************************************************************/
#contents{
	width:100%;
	background-color: #fff;
}



/*******************************************************************
	メイン（記事リストこみ）部分の設定
********************************************************************/
/* 「注目」「募集しています」 */
.bc_pickupword{
	padding:0.2em 0px;
	width:100%;
	height:3.5em;
	overflow:hidden;
}
.bc_pickupword p{
	margin: 0em;
	padding: 0.5em;
	background:#EEEEEE;
	overflow-x:scroll;
	white-space:nowrap;
}
.bc_pickupword p a{
	margin:0em 0.3em;
	font-weight:bold;
	white-space: nowrap;
}
.bc_pickupword p a:after{
/*	content:" ";*/
}
.bc_pickupword strong{
	display:block;
	color:red;
}

/* 交通情報 */
#bc_traff {
	margin: 0.2em 0em;
	padding: 0.5em;
	border: 1px dotted #bbb;
}
#bc_traff span{
	display:block;
	padding:0.2em;
	color:black;
	background:#ffcc33;
}
#bc_traff span>a{
	display:inline;
	font-size:90%;
}
#bc_traff a{
	display:block;
}

/* 「ジャンル｜日時」表示 */
.gunre_time{
	margin:0em;
	text-align:right;
	white-space:nowrap;
}
.gunre_time a{
	color:blue;
}

/* 動画エリア */
#bc_movie_list{
	margin:0.5em auto;
	text-align:left;
}
#bc_movie_list h3{
	margin:0.5em;
	font-size:120%;
}
.bc_dunit{
	width:100%;
/*	background: linear-gradient(#eee,#fff);*/
	border-top:1px solid #ddd;
}
.bc_dunit > a{
	display:block;
}
.bc_dunit:last-child{
	border-bottom:1px solid #ddd;
}
.bc_dunit img{
	margin:0px 0px 0px 10px;
	height:50px;
	vertical-align:middle;
	background:white;
}
.bc_dunit span{
	padding-left:0.5em;
	font-weight:bold;
}

.bc_gunre_navi p{
	margin:1em 3%;
	width:94%;
	font-size:100%;
	text-align:center;
}
.bc_gunre_navi p a{
	margin:1em 0.25em;
	white-space: nowrap;
}

/* 一般要素枠 */
.bc_box {
	margin: 0.5em auto;
	padding:0px 0px 10px;
	clear: both;
	overflow: hidden;
}
.bc_box > h4{
	margin:5px 0px;
	font-size:120%;
	border-bottom:2px solid #004ea2;
}
.bc_box > h4 img{
	padding:2px 0.25em;
	vertical-align:middle;
}

h3.mid_title{
	padding:0.2em 0.5em;
	background:#004ea2;
/*	border-bottom:3px solid #004ea2;*/
}
h3.mid_title a{
/*	color:#004ea2;*/
	color:white;
	font-size:110%;
}
h3.mid_title a>span{
	font-size:60%;
}

/* 記事のジャンルごとリスト */
.bc_box_unit{
	line-height:130%;
}
.bc_box_unit p{
    margin: 5px 0px;
	font-size:90%;
	line-height:120%;
}
.bc_box_unit h4{
	font-size:120%;
}
.bc_box_unit h5{
	margin:0.5em 0.2em;
	padding:0.2em;
	font-size:100%;
	font-weight:normal;
	background:#EEF;
}
.bc_box_unit h5 a{
	color:blue;
}
.bc_box_unit h5 span{
	font-size:60%;
}
.bc_box_unit ul{
	margin: 5px 0px;
}
.bc_box_unit li{
/*	display:inline-block;*/
	margin:0em;
	padding:0.5em 0.5em;
	min-height: 52px;
	font-weight:bold;
	border-top:1px solid #ddd;
}
.bc_box_unit li:last-child{
	border-bottom:1px solid #ddd;
}
.bc_box_unit li figure{
   	float:left;
	width:50px;
	height:50px;
   	margin:0em 10px 0em 0px;
   	background-color: #eee;
   	text-align:center;
}
.bc_box_unit li figure img{
    width: 50px;
    height: 50px;
	border:1px solid gray;
    object-fit: cover;
}
.bc_box_unit li span{
	float:right;
	margin-right:1em;
	font-size:70%;
	color:#333333;
	white-space:nowrap;
}

/* モバイル限定用マーク 2022/1/11 */
/**************************************/
.mobileonly{
	color:#044404;
	background-color:#98fb98;
	padding:0 5px;
	margin-left:2px;
	border-radius:4px;
	font-size:0.7em;
	vertical-align:middle;
	font-weight:normal;
}


/*******************************************************************
	コンテンツ部分の設定
********************************************************************/
/* ページタイトルとパンくずリスト */
#bc_title_navi{
	padding:0.5em;
	background:aliceblue;
}
#bc_title_navi > h1{
	font-size:100%;
}
#bc_title_navi > p{
	font-size:90%;
}
/* 記事リスト用アイコン */
.bc_mini_icon{
	height:1em;
}

/*******************************************************************
	購読案内部分の設定
********************************************************************/
#bc_koudoku{
	margin:1em 0em;
	padding:1em 0px;
	background:#EEE;
}
#bc_koudoku h3{
	margin:0em;
	text-align:center;
}
.bc_btn-border {
	display:inline-block;
	margin:0.5em 5%;
	padding:1em 0em;
	width: 90%;
	text-align: center;
	transition: .4s;
	background:#002b57 url('/img/bg_arrow_white.png') 10px 50% no-repeat;
	border-radius: 4px;
}
.bc_btn-border:hover {
	background-color: #798fa6;
	border-color: #798fa6;
}
/****県外＆お届け****/
ul.bc_koudoku_nav{
	padding: 5px 5px 7px;
}
ul.bc_koudoku_nav li{
	display: inline-block;
	margin:0em 0.5%;
	padding: 1em 0em;
	width: 48%;
	text-align: center;
	background: #ef9d57;
	border: 0px solid #316eab;
	border-radius: 3px;
	transition: .4s;
}
ul.bc_koudoku_nav li:hover{
	background:#ef9d57 ;
	color: #316eab;
}


/*******************************************************************
	広告部分の設定
********************************************************************/
#ad_unit300{
	margin: 0.5em auto;
	width: 300px;
	height: 300px;
	background-color: pink;
}
/* レクタングル等枠 */
.ad_rectangle{
	margin:0.5em auto;
	min-height:200px;
	text-align:center;
	background:#FEFEFE;
}
.ad_comment{
	display:block;
	font-size:8pt;
	color:#333;
}
/* その他バナーエリア予定 */
.ad_image{
	margin:0.2em;
	padding:0.5em 0em;
	background:#f6f6f6;
	text-align:center;
}


/*******************************************************************
	ランキング部分の設定
********************************************************************/
#bc_ranking_area{
	margin:1em 0.5em;
	padding:0.2em;
	border-left:3px solid #09F;
}
/* タブの設定 */
.bc_ranking_tabs {
	margin:-10px auto 10px;
}
.bc_ranking_tabs .tab-label {
	display:inline-block;
	width:32%;
	min-width:70px;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	border-bottom:5px solid #F2F2F2;
    cursor: pointer;
}
.bc_ranking_tabs .tab-label:hover {
	border-color:#09F;
}
.bc_ranking_tabs input[name="tab-radio"],
.bc_ranking_tabs .tab-content {
	display:none;
}
.bc_ranking_tabs .tab-content{
	min-height:200px;
}
.bc_ranking_tabs #tab-1:checked ~ .tab-1-content,
.bc_ranking_tabs #tab-2:checked ~ .tab-2-content,
.bc_ranking_tabs #tab-3:checked ~ .tab-3-content,
.bc_ranking_tabs #tab-4:checked ~ .tab-4-content,
.bc_ranking_tabs #tab-5:checked ~ .tab-5-content {
	display:block;
}
.bc_ranking_tabs input[name="tab-radio"]:checked + .tab-label {
	border-color:#09F;
}
.tab-content {
	counter-reset:ranking;
	padding-bottom:30px;
}
/* リストの設定 */
.list-box {
	position:relative;
	display:table;
	padding-left:28px;
	width:94.5%;
	text-align:left;
	border-bottom:1px solid #eee;
}

.rank_top{
	color: #09F;
	position: absolute;
	top: 2px;
	left: 10px;
	font-weight: bold;
	font-size: 18px;
}

.rank_normal{
	color: #666;
	position: absolute;
	top: 2px;
	left: 10px;
	font-weight: bold;
	font-size: 18px;
}

/*
.list-box:before {
	position:absolute;
	top:2px;
	left:10px;
	color:#666;
	font-weight:bold;
	content:counter(ranking, decimal);
	counter-increment:ranking;
	font-size:18px;
}
.list-box:nth-child(1):before,
.list-box:nth-child(2):before,
.list-box:nth-child(3):before {
	color:#09F;
}
.list-box:nth-child(10):before {
	left:4px;
}
.list-box:nth-child(4),
.list-box:nth-child(5),
.list-box:nth-child(6),
.list-box:nth-child(7),
.list-box:nth-child(8),
.list-box:nth-child(9),
.list-box:nth-child(10) {
	padding-left:38px;
	width:253px;
}
*/
.list-img,
.list-text {
	display:table-cell;
	vertical-align:middle;
}
.contain{
	display: inline-block;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px;
	width: 60px;
	height: 54px;
	border: 1px solid #ccc;
	background-size: cover;
}
span.contain_naka{
	display: inline-block;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	width: 45px;
	height: 40px;
	border: 1px solid #ccc;
	background-size: cover;
}

.list-cat {
	font-size:10px;
}
.list-date {
	margin-left:5px;
	color:#aaa;
	font-size:10px;
}
.list-text p {
	margin:4px 4px 0px;
	color:#000;
	font-size:15px;
	font-weight:bold;
	line-height:1.4;
}
.more {
	float:right;
	margin:5px;
	font-size:14px;
	margin-right: 2em;
}
.traffic {
	margin-right:5px;
	width:15px;
	vertical-align:sub;
}
/************ランキングCSS ここまで ************/


/*******************************************************************
	事業案内部分の設定
*******************************************************************/
.bc_pglink{
	margin:0.5em auto;
	padding:2px;
	clear:both;
}
.bc_pglink figure{
	float:left;
	margin:0.2em 0.5em;
	width:50px;
	height:50px;
	overflow:hidden;
	text-allign:center;
	vertical-align:middle;
}
.bc_pglink figure img{
	max-width:50px;
	max-height:50px;
}
.bc_pglink p{
	margin:0px;
	font-size:90%;
	line-height:120%;
}


/*******************************************************************
	フッター部分の設定
*******************************************************************/
#scrolltop{
	margin:1em;
	text-align:right;
}
#scrolltop span{
	padding:0.5em 1em;
	font-weight:bold;
	text-decoration:underline;
	color:white;
	background:#777;
/*	border-radius:5px;*/
	cursor:pointer;
}

#footer{
	padding-bottom:100px;
	color:white;
	background:#333;
	clear:both;
}

#annai1{
	font-size:90%;
	margin:0px 5%;
	padding:15px 0px 3em;
	clear:both;
}
#annai1 address{
	margin:1em auto;
	font-style:normal;
}
#annai1 address span{
	display:block;
	text-align:center;
}
#annai2{
	padding:10px;
	background-color:#666;
}
#annai2 ul {
	margin:1em auto;
	line-height:1.5em;
}
#annai2 li.fttl {
	display:block;
	font-size:130%;
}
#annai2 li {
	display:inline;
	list-style: none;
	font-size:100%;
}
#annai2 li.fttl:after{
	content:"";
}
#annai2 li:after{
	content:"／";
}
