/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* PC SP　共通 
 * IEでも読み込む。
 --------------------------------------------- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
	/clear: both;
}
.clear {
	clear: both;
    margin:0 !important;
    height: 0;
}

body {
    margin: 0;
    padding:0;
    color: #333;
    font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	background: #f6f4e8;
	position:relative;
}

a {
    color: #0b48ad;
    text-decoration: none;
}
a:visited {
    color: #0b48ad;
}
a:hover {
    color: #DC1932;
    text-decoration: underline;
}
a:active {
    color: #DC1932;
    text-decoration: underline;
}
a img {
    border: none;
}
img {
  vertical-align: bottom;
  /* max-width: 100%; */
}

/* ナビゲーション hook .header__bottom */
/* メモ：要素は最初のみ枠classと紐づく 識別のため、、、、要素内で階層が深くなる場合は直親、もしくは要素名の切り替えをする */
.header__bottom .nav{
    background: url(../img/bg-nav.gif) 0 0 repeat;
}
/* ナビゲーション - ナビ囲み ul */
.nav .nav-wrapp{
    display:table;
    width: 992px;
    margin: 0 auto;
    list-style: none;
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
/* ナビゲーション - ナビボタン */
.nav .nav-button{
    display: table-cell;
    width:195px;
    vertical-align: middle;
    text-align:center;
    font-size: 14px;
    line-height:120%;
    font-weight: bold;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.nav .nav-button a{
    display:block;
    padding:6px;
}

/* 個別ナビゲーション */
@media screen and (min-width:769px){
.nav-list-num1{ background-color:#f45859; }
.nav-list-num1 a{ color:#671d04; }

.nav-list-num2{ background-color:#5ebc30; }
.nav-list-num2 a{ color:#135108; }

.nav-list-num3{ background-color:#fbe45a; }
.nav-list-num3 a{ color:#5e5804; }

.nav-list-num4{ background-color:#6bcbf3; }
.nav-list-num4 a{ color:#15607f; }

.nav-list-num5{ background-color:#f49045; }
.nav-list-num5 a{ color:#60300a; }

.nav-list-num6{ background-color:#0ec6be; }
.nav-list-num6 a{ color:#025249; }

.nav-list-num7{ background-color:#f879d4; }
.nav-list-num7 a{ color:#6e344c; }

.nav-list-num8{ background-color:#749ef4; }
.nav-list-num8 a{ color:#393860; }

.nav-list-num9{ background-color:#bcdc3b; }
.nav-list-num9 a{ color:#2a5414; }

.nav-list-num10{ background-color:#be7ef0; }
.nav-list-num10 a{ color:#542a80; }
}
/* ヘッダー カテゴリリンク */
.category-link{
  display: inline-block;
  margin: 19px 0 0 0;
  width: 340px;
}
.category-link-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-link-item{
  display:inline-block;
  margin:0 5px 5px 0;
  font-size:12px;
}
.category-link-item .icon{
  display:inline-block;
  width:14px;
  height:14px;
  margin:0 2px 0 0;
  background-image:url("../img/icon-category-link-header.gif");
  background-repeat:no-repeat;
  vertical-align:text-top;
}

.category-name-column .icon{background-position: 0 0;}
.category-name-news .icon{background-position: 0 -14px;}
.category-name-quiz .icon{background-position: 0 -28px;}
.category-name-life .icon{background-position: 0 -42px;}
.category-name-research .icon{background-position: 0 -56px;}
.category-name-event .icon{background-position: 0 -70px;}
.category-name-shop .icon{background-position: 0 -84px;}

/* タイル　共通設定
 --------------------------------------------- */
.tbox {
    float: left;
    position: relative;
    background-color: #fff;
}
.tbox .tbox-image{
    position:relative;
    background-repeat: no-repeat;
    background-position: center center;
}
/** タイル地カテゴリアイコン共通設定 */
.tbox .icon-date {
    position: absolute;
    width: 100%;
    bottom:0;
    z-index: 500;
}
/** タイル内 テキスト */
.tbox .text-box {
}

.tbox .text-box a:link,
.tbox .text-box {
    color:#333;
}

.tbox a:hover .text-box {
    color: #000;
}
.tbox a:hover {
    text-decoration: none;
}

/** タイル形状 3種 */
.box-style-normal,
.box-style-horizontal2,
.box-style-vertical2{
    border-bottom:1px solid #ddd;
}

.box-photo-frame {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
.box-photo-frame img {
  position: absolute;
}

/** アンカー */
.box-style-normal a,
.box-style-horizontal2 a,
.box-style-vertical2 a {
	display:block;
}

/** 右カラム　シャドウ */
#wrapRight {
	-webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-moz-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
	background:#fff;
}

/* 求人検索 140501
 --------------------------------------------- */
.job-search {
	background-color:#E3E2ED;
	padding:5px 30px 15px 30px ;
	overflow: visible;
}
.job-search #other-check {
	background-color: #FDFDFD;
	border: solid 1px #C1C1C1;
	padding:5px 50px;
	margin-left:auto;
	margin-right:auto;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}                     
.sbHolder{
	background: -moz-linear-gradient(top, #fdfdfd, #f2f2f2) ;  
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f2f2f2)) ;
	border: solid 1px #C1C1C1;
	font-family: Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	height: 30px;
	width:275px;
	position: relative;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 275px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbToggle{ background: url(../img/select-icons.png) 0 -116px no-repeat; }
.sbToggle:hover{ background: url(../img/select-icons.png) 0 -167px no-repeat; }
.sbToggleOpen{ background: url(../img/select-icons.png) 0 -16px no-repeat; }
.sbToggleOpen:hover{ background: url(../img/select-icons.png) 0 -66px no-repeat; }


/* wikipedia ranking icon font add 2014.10.20 */
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?-8ob37x');
  src:url('../fonts/icomoon.eot?#iefix-8ob37x') format('embedded-opentype'),
    url('../fonts/icomoon.woff?-8ob37x') format('woff'),
    url('../fonts/icomoon.ttf?-8ob37x') format('truetype'),
    url('../fonts/icomoon.svg?-8ob37x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-minus:before {
  content: "\e600";
}
.icon-plus:before {
  content: "\e601";
}



/*記事がよかったら、いいねPC*/
.p-entry__push {
    margin-bottom: 15px;
    display: table;
    table-layout: fix;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}
.p-entry__pushThumb {
    display: table-cell;
    min-width: 200px;
    background-position: center;
background-size:cover;
}
.p-entry__pushLike {
    display: table-cell;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 10px;
}
.p-entry__pushButton {
    display: inline-block;
    width: 200px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.p-entry__pushButtonLike {
    line-height: 1;
}
.p-entry__note {
    margin-top: 15px;
    font-size: 10px;
    padding-top: 10px;
    color: #999;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    background: #f2f2f2;
    width: 100%;
    padding: 15px 0;
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 12px;
    color: #252525;
}
.p-entry__tw-follow__item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 0;
}


/*ランディングページボタン　背景色は記事ページに直書き*/
.entry-text-body .btn-lp-wrap{
  padding: 0 15px;
}
.entry-text-body .btn-lp{
  position: relative;
  max-width: 400px;
  margin: 0 auto 20px;
  border-radius: 5px;
}
.entry-text-body .btn-lp a{
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.entry-text-body .btn-lp a span{
  font-size: 14px;
}
.entry-text-body .btn-lp:before{
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin: -5px auto 0;
  content: "";
  vertical-align: middle;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-text-body .btn-lp:hover{
  opacity: .8;
}


/* PC 分岐　*****************************************
 --------------------------------------------- */
@media screen and (min-width: 601px) {

/* PC common 
 --------------------------------------------- */
body {
    font-size: 62.5%;
    min-width:1000px;
}
.gotop {
	position:fixed;
	bottom:0;
	right:15px;
}
.gotop a {
	display:block;
	width:38px;
	height:38px;
	background:url( "../img/icon-page-top.png" ) 0 0 no-repeat;
}
.gotop span {
	display:none;
}

/** 地域判定 */
#areaCheckResult {
	background: #999;
}
#areaCheckResult .inner {
    width:800px;
    margin:0 auto;
    color:#fff;
}
#areaCheckResult .inner .header {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	padding:20px 0 10px;
}
#areaCheckResult .inner .content {
}
#areaCheckResult .inner .content p {
	padding: 0 0 5px;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
}
#areaCheckResult .inner .content .bt-gray {
	margin:0 !important;
	padding:15px 0;
}
#areaCheckResult .inner .content .bt-gray a {
	-webkit-box-shadow: 1px 1px 2px 0px #333;
    -moz-box-shadow: 1px 1px 2px 0px #333;
    box-shadow: 1px 1px 2px 0px #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=2,enabled=true);/* IE5.5+ */
}

/** インフィニティスクロール next */
#wrapTile a#next {
    display:block;
    text-align:center;
    background:#666;
	border-radius: 3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	padding:5px 10px;
    margin:0 auto;
    width:100px;
    font-size: 1.4em;
    font-weight: bold;
    color:#fff;
    -webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-moz-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
}
#wrapTile a#next:hover {
    background:#555;
}


/* PC ヘッダー 
 --------------------------------------------- */
    #header {
        margin: 0;
        background: #fff;
    }

    #header .header__top,
    #header .header__middle,
    #header .header__bottom {

    }

    /* header top ----- */
    #header .header__top{
        border-bottom:1px solid #ebebeb;
    }
    .header__top .header__top-wrapp{
        width: 990px;
        margin: 0 auto;
    }
    .header__top-wrapp .header__top-wrapp__left{
        float:left;
        padding:0 15px 0 0;
        border-right:1px solid #ebebeb;
    }
    .header__top-wrapp .header__top-wrapp__right{
        float:right;
    }

    /* header middle ----- */
    #header .header__middle{}


    /* header bottom ----- */
    #header .header__bottom{}

    /* ----- ▲枠 ----- */


    /* header top 要素設定 */

    /* サイトロゴ hook .header__top */
    .header__top .logo{
        display:inline-block;
        width: 195px;
        height: 80px;
        margin:0;
        padding:0;
        vertical-align: top;
        background: url( "../img/logo.png" ) 0 center no-repeat;
    }
    .logo .logo-link{
        display:block;
        width: 195px;
        height: 80px;
    }
    .logo-link span{
        display:none;
    }


    /* 都道府県名 hook .header__top */
    .header__top .pref {
        display:inline-block;
        padding: 28px 0 0 0;
        vertical-align: top;
    }
    /* 都道府県名 - 表示部分 */
    .pref .pref-name {
        display: inline-block;
        width: 120px;
        height: 29px;
        background: url( "../img/bg-pref.png" ) 0 0 no-repeat;
        vertical-align: top;
    }
    .pref .pref-name span {
        display: none;
    }

    /* 九州特集 - 表示部分 */	
    #pref-100 {	
      background: url( "../img/kyushu-pref.png" ) 0 0 no-repeat;	
      background-size:100%;
    }

    /* 北九州市特集 - 表示部分 */	
    #pref-101 {	
      background: url( "../img/kita-kyushu-pref.png" ) 0 0 no-repeat;	
      background-size:100%;
    }


    /* 都道府県名 - スプライト画像位置 == .pref */
    .pref #pref-01 { background-position: 0 0; }
    .pref #pref-02 { background-position: 0 -30px; }
    .pref #pref-03 { background-position: 0 -60px; }
    .pref #pref-04 { background-position: 0 -90px; }
    .pref #pref-05 { background-position: 0 -120px; }
    .pref #pref-06 { background-position: 0 -150px; }
    .pref #pref-07 { background-position: 0 -180px; }
    .pref #pref-08 { background-position: 0 -210px; }
    .pref #pref-09 { background-position: 0 -240px; }
    .pref #pref-10 { background-position: 0 -270px; }
    .pref #pref-11 { background-position: 0 -300px; }
    .pref #pref-12 { background-position: 0 -330px; }
    .pref #pref-13 { background-position: 0 -360px; }
    .pref #pref-14 { background-position: 0 -390px; }
    .pref #pref-15 { background-position: 0 -420px; }
    .pref #pref-16 { background-position: 0 -450px; }
    .pref #pref-17 { background-position: 0 -480px; }
    .pref #pref-18 { background-position: 0 -510px; }
    .pref #pref-19 { background-position: 0 -540px; }
    .pref #pref-20 { background-position: 0 -570px; }
    .pref #pref-21 { background-position: 0 -600px; }
    .pref #pref-22 { background-position: 0 -630px; }
    .pref #pref-23 { background-position: 0 -660px; }
    .pref #pref-24 { background-position: 0 -690px; }
    .pref #pref-25 { background-position: 0 -720px; }
    .pref #pref-26 { background-position: 0 -750px; }
    .pref #pref-27 { background-position: 0 -780px; }
    .pref #pref-28 { background-position: 0 -810px; }
    .pref #pref-29 { background-position: 0 -840px; }
    .pref #pref-30 { background-position: 0 -870px; }
    .pref #pref-31 { background-position: 0 -900px; }
    .pref #pref-32 { background-position: 0 -930px; }
    .pref #pref-33 { background-position: 0 -960px; }
    .pref #pref-34 { background-position: 0 -990px; }
    .pref #pref-35 { background-position: 0 -1020px; }
    .pref #pref-36 { background-position: 0 -1050px; }
    .pref #pref-37 { background-position: 0 -1080px; }
    .pref #pref-38 { background-position: 0 -1110px; }
    .pref #pref-39 { background-position: 0 -1140px; }
    .pref #pref-40 { background-position: 0 -1170px; }
    .pref #pref-41 { background-position: 0 -1200px; }
    .pref #pref-42 { background-position: 0 -1230px; }
    .pref #pref-43 { background-position: 0 -1260px; }
    .pref #pref-44 { background-position: 0 -1290px; }
    .pref #pref-45 { background-position: 0 -1320px; }
    .pref #pref-46 { background-position: 0 -1350px; }
    .pref #pref-47 { background-position: 0 -1380px; }

    /* 隣県表示 */
    .pref .pref-adjoin {
        display: inline-block;
        font-size: 1.4em;
        line-height: 100%;
        vertical-align: top;
    }
    /* 隣県表示 - 囲み ul */
    /* 基本タイプセレクタを記述しないがタイプセレクタ独自のプロパティに気をつける必要がある */
    .pref-adjoin .pref-adjoin-wrapp {
        list-style: none;
    }
    .pref-adjoin-wrapp .pref-adjoin-link {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 0 0 0 6px;
        background: url( "../img/icon-arrow-gray.png" ) 0 3px no-repeat;
    }
    .pref-adjoin-wrapp .pref-all {
        display: block;
        margin:5px 0 0 0;
        color: #0B48AD;
        cursor: pointer;
    }
    .pref-adjoin-wrapp .pref-all:hover {
        color: #DC1932;
        text-decoration: underline;
    }
    
    /* 検索 hook .header__top */
    /* TODO:検索のJSコード 2014.8.8 miyagawa */
    .header__top .search {
        /* display:none; */
        display:inline-block;
        vertical-align: top;
        width:80px;
        height:80px;
        margin:0;
        padding: 0;
        background:#efefef url(../img/icon-search.png) center center no-repeat;
        border-left:1px solid #ebebeb;
        border-right:1px solid #ebebeb;
    }

    /* 検索 - googleカスタム検索 */
    .search .search-box {
        opacity: 0;
        padding: 30px 10px 0 10px;
    }





    
/* PC メインエリア 
 --------------------------------------------- */
	#contentWrapper {
		width: 980px;
		margin: 0 auto 20px;
		padding:30px 0 0 0;
	}
	
	#wrapLeft {
		float:left;
	    width:630px;
    }
	#wrapRight {
		float:right;
		width:320px;
		margin:0 10px 0 0;
	}
	#wrapJoin {
	    width:800px;
        margin:0 auto;
    }	
    #wrapTile,
    #wrapTile-first,
    #wrapTile-second {
        width: 650px;
    }

    #wrapTile > div,
    #wrapTile-first > div,
    #wrapTile-second > div {
        margin: 0 0 14px 10px;
        /margin: 0 0 10px 8px;
    }

/* PC タイル 
 --------------------------------------------- */
	.tbox {
/*		-webkit-transition:-webkit-transform 0.3s ease-out;
		-moz-transition:-moz-transform 0.3s ease-out;
		transition:transform 0.3s ease-out;
*/	}

    .box-style-normal .tbox-image{
        width:200px;
        height:150px;
    }

    .box-style-normal,
	.box-style-normal a {
        width: 200px;
        height: 220px;
    }
    .box-style-normal a {
        height: 215px;
        border-bottom:5px solid #e6e6e6;
    }
.box-style-normal a:hover {
        border-bottom:5px solid #aaa;
    }

	.box-style-horizontal2,
	.box-style-horizontal2 a {
		width:410px; height:167px;
	}
	.box-style-horizontal2:hover{
/*	     -webkit-transform:scale(1.02,1.02);
	     -moz-transform:scale(1.02,1.02);
	     transform:scale(1.02,1.02);
	     z-index:100;
*/	}
	
	.box-style-vertical2,
	.box-style-vertical2 a {
		width:200px; height:344px;
	}
	.box-style-vertical2:hover{
/*	     -webkit-transform:scale(1.03,1.03);
	     -moz-transform:scale(1.03,1.03);
	     transform:scale(1.03,1.03);
	     z-index:100;
*/	}

.text-box {
/*	height:46px; */
	width:100%;
	overflow:hidden;
}
.tbox .icon-date {
	height:24px;
	background-image:url( "../img/icon-tile-cat.png" );
	background-repeat:no-repeat;
}
.cat-A01_Gourmet .icon-date { background-position: 0 0; }
.cat-A02_Shop .icon-date { background-position: 0 -24px; }
.cat-A03_Event .icon-date { background-position: 0 -48px; }
.cat-A04_Sanpo .icon-date { background-position: 0 -72px; }
.cat-A05_Life .icon-date { background-position: 0 -96px; }
.cat-A07_News .icon-date { background-position: 0 -144px; }
.cat-A09_Research .icon-date { background-position: 0 -240px; }
.cat-A10_Column .icon-date { background-position: 0 -216px; }
.cat-A11_Quiz .icon-date { background-position: 0 -264px; }

.cat-A01_Gourmet a:hover { border-bottom:5px solid #e74c3c; }
.cat-A02_Shop a:hover { border-bottom:5px solid #ff9933; }
.cat-A03_Event a:hover { border-bottom:5px solid #36bfa4; }
.cat-A04_Sanpo a:hover { border-bottom:5px solid #52b348; }
.cat-A05_Life a:hover { border-bottom:5px solid #a35ebf; }
.cat-A07_News a:hover { border-bottom:5px solid #4583e6; }
.cat-A09_Research a:hover { border-bottom:5px solid #7fb324; }
.cat-A10_Column a:hover { border-bottom:5px solid #f2bf18; }
.cat-A11_Quiz a:hover { border-bottom:5px solid #f56618; }

.tbox .icon-date span {
	font-size:13px;
	padding:5px 0 0 30px;
	display:block;
}
.text-box h2,
.text-box .tbox-title{
	font-size:13px;
	line-height:16px;
	margin:8px 0 0 0;
	padding:0 5px;
    font-weight:bold;
}
/* タイル地　右アイコン */
.flag-accepting .icon-flag {
        position: absolute;
        width: 53px;
        height: 57px;
        background: url( "../img/icon-accepting.png" ) 0 0 no-repeat;
        top: -10px;
        right: -10px;
}

/* PC タイル以外 + 右カラム 
 --------------------------------------------- */
/** common parts */
/*** もっと見る */
a.bt-link-more {
        background: url( "../img/icon-arrow-gray.png" ) right 8px no-repeat;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        margin: 4px 8px 0 0;
        padding: 2px 10px;
        display: inline-block;
        /display: inline;
        /zoom: 1;
        font-size: 1.2em;
        font-weight: bold;
        color:#666;
}
a.bt-link-more:hover {
        color: #333;
        text-decoration: none;
}
.ie a.bt-link-more {
	background:url( "../img/icon-arrow-gray.png" ) right 5px no-repeat;
}


/*** グレー地 ボタン */
.bt-gray {
    text-align:center;
    margin:10px 0 15px;
}
.bt-gray a {
    display:inline-block;
    /display:inline;
    /zoom:1;
    text-align:center;
    background:#666;
	border-radius: 3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	padding:5px 10px;
    font-size: 1.4em;
    font-weight: bold;
    color:#fff;
    -webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-moz-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
}
.bt-gray a:hover {
    background:#555;
}

/*** カテゴリトップ */
a.bt-link-category {
	background:rgba(29, 47, 58, 0.6);

	-webkit-box-shadow: 1px 1px 1px 0px #ccc;
	-moz-box-shadow: 1px 1px 1px 0px #ccc;
	box-shadow: 1px 1px 1px 0px #ccc;

	border-radius: 3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	
	padding:7px 10px;
	
	display:inline-block;
	/display:inline;
	/zoom:1;
	
	font-size:1.2em;
	font-weight:bold;
}
a.bt-link-category:hover {
	background:#666;
}
a.bt-link-category:link,
a.bt-link-category:hover,
a.bt-link-category:visited
{
	color:#fff;
	text-decoration:none;
}

/*** カテゴリ色 */
body.archive-A01_Gourmet a.bt-link-category,
body.entry-A01_Gourmet a.bt-link-category {
	background-color:#e74c3c;
}
body.archive-A01_Gourmet a.bt-link-category:hover,
body.entry-A01_Gourmet a.bt-link-category:hover {
	background-color:#da4838;
}
body.archive-A02_Shop a.bt-link-category,
body.entry-A02_Shop a.bt-link-category {
	background-color:#ff9933;
}
body.archive-A02_Shop a.bt-link-category:hover,
body.entry-A02_Shop a.bt-link-category:hover {
	background-color:#f39231;
}
body.archive-A03_Event a.bt-link-category,
body.entry-A03_Event a.bt-link-category {
	background-color:#36bfa4;
}
body.archive-A03_Event a.bt-link-category:hover,
body.entry-A03_Event a.bt-link-category:hover {
	background-color:#33b299;
}
body.archive-A04_Sanpo a.bt-link-category,
body.entry-A04_Sanpo a.bt-link-category {
	background-color:#52b348;
}
body.archive-A04_Sanpo a.bt-link-category:hover,
body.entry-A04_Sanpo a.bt-link-category:hover {
	background-color:#4ca743;
}
body.archive-A05_Life a.bt-link-category,
body.entry-A05_Life a.bt-link-category {
	background-color:#A35EC1;
}
body.archive-A05_Life a.bt-link-category:hover,
body.entry-A05_Life a.bt-link-category:hover {
	background-color:#a35ebf;
}
body.archive-A0601_Kisei a.bt-link-category,
body.archive-A06_Dokumo a.bt-link-category,
body.entry-A06_Dokumo a.bt-link-category {
	background-color:#de7aab;
}
body.archive-A0601_Kisei a.bt-link-category:hover,
body.archive-A06_Dokumo a.bt-link-category:hover,
body.entry-A06_Dokumo a.bt-link-category:hover {
	background-color:#db6fa4;
}

body.archive-A07_News a.bt-link-category,
body.entry-A07_News a.bt-link-category {
	background-color:#4583e6;
}
body.archive-A07_News a.bt-link-category:hover,
body.entry-A07_News a.bt-link-category:hover {
	background-color:#427cd9;
}
body.archive-A10_Column a.bt-link-category,
body.entry-A10_Column a.bt-link-category {
	background-color:#f2bf1a;
}
body.archive-A10_Column a.bt-link-category:hover,
body.entry-A10_Column a.bt-link-category:hover {
	background-color:#e4b418;
}
body.archive-A09_Research a.bt-link-category,
body.entry-A09_Research a.bt-link-category {
	background-color:#7fb324;
}
body.archive-A09_Research a.bt-link-category:hover,
body.entry-A09_Research a.bt-link-category:hover {
	background-color:#76a721;
}



.bt-page {
    text-align:center;
    margin:0 0 15px 0;
}
body.web-page .bt-page a.bt-link-category {
    background-color:#567DCC;  
    width: 220px;
    margin: 15px;
    padding: 15px;
    font-size: 18px;
}
body.web-page .bt-page a.bt-link-category:hover {
    background:#145ECC;
    width: 220px;
    margin: 15px;
    padding: 15px;
    font-size: 18px;
}


/*
 * 左カラム、右カラム
 * 共通部分はあるが切り離す可能性があるので
 * 同設定でも重複して書いておく
 */

/* PC 左右カラム 
 --------------------------------------------- */
.wl-block {
	-webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-moz-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
	background:#fff;
	margin:0 0 15px 0;
	width:630px;
}
.wl-block-nobackground {
	width:630px;
	margin:0 0 15px 0;
}
.wr-block {
    margin:0 0 24px 0;
}


/** 記事一覧 ----- */
    .wl-block .header{
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }
    .wr-block .header {
        margin:0 0 5px 0;
        border-bottom: 1px solid #ddd;
    }

    .wl-block .footer {
        border-top: 1px solid #e6e6e6;
        background: #fbfbfb;
        height: 35px;
        position: relative;
        overflow: hidden;
    }

    .wl-block .header .title {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        position: relative;
        padding: 10px 10px 8px 10px;
        font-size: 1.6em;
        font-weight:bold;
        line-height: 100%;
        border-left: 5px solid #aaa;
    }
    .wl-block .header .title h1,
    .wl-block .header .title h2 {
        margin:0;
        padding:0;
        font-size:100%;
    }
    .wr-block .header .title {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        position: relative;
        padding: 5px 10px;
        font-size: 1.8em;
        font-weight:normal;
        line-height: 100%;
        color: #000;
    }

    .wl-block .header a.bt-link-more,
    .wr-block .header a.bt-link-more,
    .wl-block .footer a.bt-link-more,
    .wr-block .footer a.bt-link-more {
        display: block;
        text-align:right;
    }
    .wl-block .header a.bt-link-more,
    .wl-block .footer a.bt-link-more {
        float:right;
        display: inline-block;
        text-align:right;
    }

    .wl-block .header-sub-description,
    .wr-block .header-sub-description {
        padding: 10px;
        font-size: 1.2em;
        line-height: 120%;
        background: #f2f2f2;
        border-bottom: 1px solid #e6e6e6;
    }

    .wl-block .contents,
    .wr-block .contents {
        background: #fff;
    }

    .wr-block .contents .article {
        border-bottom: 1px solid #ebebec;
        padding: 7px 16px 7px 8px;
    }

    .wl-block .contents .article {
        padding: 13px 10px;
        border-bottom: 1px dashed #ccc;
    }
    .wl-block .contents .article:last-child {
        border-bottom: none;
    }
#wlA0506_Jobs .article,
#wlA0505_Links .article,
#wlA0403_Tour .article,
#wlA0202_Links .article,
#wlA0102_Links .article {
    padding: 10px 15px;
}
#wlA0303_Pia .article {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}
                                                     
    .wl-block .article .photo-frame,
    .wr-block .article .photo-frame {
        float: left;
        margin: 0 5px 0 0;
        overflow: hidden;
        position: relative;
    }

    .wl-block .article .photo-frame img,
    .wr-block .article .photo-frame img {
        border: 1px solid #ddd;
    }
                                                     
#wlA0506_Jobs .article .photo-frame {
    float: right;
    margin: 0 0 10px 10px;
    padding: 1px;
    text-align: right;
    max-height: 180px;
    width: 110px;
}
#wlA0506_Jobs .article .photo-frame img {
    width: 100px;
}

#wlA0303_Pia .article .photo-frame,
#wlA0303_Pia .article .photo-frame img {
    width:135px;
    overflow:visible;
}
#wlA0303_Pia .article .photo-frame .sub-credit {
    font-size: 1em;
    line-height: 110%;
    margin:3px 0;
}
.wl-block .article .block-text,
.wr-block .article .block-text {
    padding:0 0 0 115px;
}
#wrChumokuJoho .article .block-text {
    padding:0 0 0 90px;
}
#wlA0303_Pia .article .block-text {
    padding:0 0 0 150px;
}
#wlA0506_Jobs .block-text,
#wlA0505_Links .block-text,
#wlA0403_Tour .block-text,
#wlA0202_Links .block-text,
#wlA0102_Links .block-text {
    padding:0 !important;
}

.wr-block .article .block-text {
        margin: 0 0 2px 0;
        padding:0 0 0 25px;
}
#wrBbs .block-text {
        padding:0 0 0 110px;
}
#wrTownChannel .article .block-text,
#wr1click .article .block-text,
#wrJob .article .block-text {
    background: url("../img/icon-arrow-gray-circle.png" ) 8px 3px no-repeat;
}
.wl-block .article .block-text h3,
.wl-block .article .block-text-title {
        font-size: 1.4em;
        font-weight:bold;
        line-height: 130%;
        word-break: break-all;
}

.wr-block .article .block-text-title {
        font-size: 1.3em;
        font-weight:bold;
        line-height: 130%;
        word-break: break-all;
}

#wlA0506_Jobs .block-text p { margin-bottom:5px; }
#wlA0506_Jobs .block-text .tag{
    background-color:#E0DDED;
    padding:3px 5px;
    font-size: 1.2em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right:5px;
}
.wl-block .article .block-text .date-write {
    font-size: 1.2em;
    margin:0 0 3px 0;
}
.wl-block .article .block-text .date-write {
    display:inline;
    color:#888;
    font-size: 1.2em;
    margin:0 0 3px 0;
}
.wl-block .article .block-text p,
.wr-block .article .block-text p {
    font-size: 1.2em;
    line-height:160%;
	margin:0;
    padding:0;
    word-break: break-all;
}
.p-line-text p {
    border-top:1px dotted #ddd;
    margin:5px 0 0 0 !important;
    padding:5px 0 0 0 !important;
}
.wl-block .contents ul,
.wr-block .contents ul {
	list-style:none;
	margin:0;
    padding: 10px;
}

.wr-block .contents ul li {
    font-size: 1.2em;
	padding:0 0 0 7px;
	background:url( "../img/icon-arrow-gray.png" ) 0 6px no-repeat;
}
.wl-block .contents ul li {
    font-size: 1.4em;
	padding:0 0 0 7px;
	background:url( "../img/icon-arrow-gray.png" ) 0 8px no-repeat;
}
.wl-block .contents ul.li-horizontal li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 20px 5px 0;
}
    .wl-block .contents ol {
        list-style: none;
        margin: 0;
        padding: 10px;
    }
    .wr-block .contents ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .wl-block .contents ol li {
        position: relative;
        font-size: 1.2em;
        line-height: 120%;
        margin: 0 0 9px 0;
        padding: 0 0 9px 23px;
        border-bottom: 1px solid #eaeaea;
        min-height: 18px;
    }
.ie .wl-block .contents ol li,
.ie .wr-block .contents ol li {
    margin:6px 0;
}

/** 隣県を見る */
#wlOther_Links {
}
#wlOther_Links .contents {
background:none !important;
}
#wlOther_Links h2 {
padding:5px 10px;
background:#ccc;
display:inline-block;
/display:inline;
/zoom:1;
color:#666;
font-size:1.4em;
}
#wlOther_Links ul {
display:inline-block;
/display:inline;
/zoom:1;
padding:5px;
}
#wlOther_Links ul li {
margin-bottom:0;
}

/** 右カラム　画像バナー */
.banner-block {
    padding:10px 10px 0 10px;
}
.banner-block img {
    padding:0 0 10px 0;
}

/** ランキング */
    #wrRanking,
    #wrCommentRanking{}

    #wrRanking .tabs{
        margin:10px 0;
        padding:0 10px;
        background:url(../img/bg-tab.gif) 0 bottom repeat-x;
    }
    #wrRanking .tabs .bt-tab{
        display:inline-block;
        margin:0 2px;
        padding:5px 20px;
        background: #f0f0f0;
        font-size:1.2em;
        color:#adadad;
        border:1px solid #d2d2d2;
        cursor: pointer;
    }
    #wrRanking .tabs .current{
        border-bottom:1px solid #fff;
        background:#fff;
        font-weight:bold;
        color:#f08424;
    }
    #wrRanking .tabs .bt-tab:hover{
        border-bottom:1px solid #fff;
        background:#fff;
        font-weight:bold;
        color:#f08424;
    }

    #wrRanking ol li,
    #wrCommentRanking ol li,
    #wrTweetRanking ol li{
        display:table;
        width:297px;
        padding:7px 15px 7px 8px;
        border-bottom: 1px solid #ebebec;
    }
    #wrRanking .rank-num,
    #wrCommentRanking .rank-num,
    #wrTweetRanking .rank-num{
        display:table-cell;
        width:20px;
        padding:0 5px 0 0;
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        vertical-align: top;
        font-style: oblique;
    }
    #ranking1 .rank-num,
    #ranking2 .rank-num,
    #ranking3 .rank-num{
        color:#d98b0f;
    }

    #wrRanking .ranking-title,
    #wrCommentRanking .ranking-title,
    #wrTweetRanking .ranking-title{
        display:table-cell;
        font-size: 1.3em;
        line-height:130%;
        font-weight: bold;
    }

    #wrRanking .week,
    #wrRanking .month{
        display: none;
    }

/** カテゴリ別 アイコン表示 左カラム */
/*** カテゴリ：グルメ */
    .entry-A01_Gourmet .wl-block .header .title,
    .archive-A01_Gourmet .wl-block .header .title{
        border-left: 5px solid #e74c3c;
    }
/*** カテゴリ：おかいもの */
    .entry-A02_Shop .wl-block .header .title,
    .archive-A02_Shop .wl-block .header .title {
        border-left: 5px solid #ff9933;
    }
/*** カテゴリ：イベント */
    .entry-A03_Event .wl-block .header .title,
    .archive-A03_Event .wl-block .header .title {
        border-left: 5px solid #36bfa4;
    }
/*** カテゴリ：さんぽ */
    .entry-A04_Sanpo .wl-block .header .title,
    .archive-A04_Sanpo .wl-block .header .title {
        border-left: 5px solid #52b348;
    }
/*** カテゴリ：くらし */
    .entry-A05_Life .wl-block .header .title,
    .archive-A05_Life .wl-block .header .title {
        border-left: 5px solid #A35EC1;
    }
/*** カテゴリ：ドクモ */
    .entry-A06_Dokumo .wl-block .header .title,
    .archive-A06_Dokumo .wl-block .header .title {
        border-left: 5px solid #e74c3c;
    }
/*** カテゴリ：地域ニュース */
    .entry-A07_News .wl-block .header .title,
    .archive-A07_News .wl-block .header .title {
        border-left: 5px solid #4583e6;
    }
/*** カテゴリ：Jタウン研究所 */
    .entry-A09_Research .wl-block .header .title,
    .archive-A09_Research .wl-block .header .title {
        border-left: 5px solid #7fb324;
    }
/*** カテゴリ：コラム */
    .entry-A10_Column .wl-block .header .title,
    .archive-A10_Column .wl-block .header .title {
        border-left: 5px solid #f2bf18;
    }
/*** カテゴリ：Jタウンチャンネル */
    .archive-town-channel .wl-block .header .title {
        border-left: 5px solid #e63a00;
    }


/** カテゴリ：タイル地 ブロック */
.archive-A01_Gourmet #wlA0104_Topics,
.archive-A02_Shop #wlA0204_Topics,
.archive-A03_Event #wlA0304_Topics,
.archive-A04_Sanpo #wlA0402_SanpoColumn,
.archive-A05_Life #wlA0504_Suumo {
	background:none !important;
}
.archive-A01_Gourmet #wlA0104_Topics .header,
.archive-A02_Shop #wlA0204_Topics .header,
.archive-A03_Event #wlA0304_Topics .header,
.archive-A04_Sanpo #wlA0402_SanpoColumn .header,
.archive-A05_Life #wlA0504_Suumo .header {
/*
    background:#fff;
	border:none;
*/
}

/* 求人情報右カラム 140417
 --------------------------------------------- */   
#wrJob.wr-block .article {
}                     
#wrJob.wr-block .article .block-text {
}                                   
#wrJob.wr-block .article .block-text .date-write{
    font-size:10px;
    font-weight:normal;
}

/* wikipedia ranking add 2014.5.30
 --------------------------------------------- */  
#wrWikipedia{
	overflow:hidden;
	margin:0 0 20px 0;
	background:#e6f2ff;
}
#wrWikipedia .header{}
#wrWikipedia .header .title{
	padding:5px 10px;	
	font-size:1.4em;
	font-weight: bold;
	background:#3d8bd9;

	border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;  
    -webkit-border-top-right-radius:5px;   
    -moz-border-radius-topleft:5px;  
    -moz-border-radius-topright:5px;  
}
#wrWikipedia .header .title a{
	color:#fff;
}
#wrWikipedia .header .description{
	padding:5px 10px;	
	font-size:1.2em;

}

#wrWikipedia .contents{
	background:#fff;
}

#wrWikipedia .contents ol {
  	-webkit-box-shadow: 0 0 5px 0 #b6c7d9; /* Safari, Chrome用 */
  	-moz-box-shadow: 0 0 5px 0 #b6c7d9; /* Firefox用 */
  	box-shadow: 0 0 5px 0 #b6c7d9; /* CSS3 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#b6c7d9,direction=135,strength=2,enabled=true)";
  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#b6c7d9,direction=135,strength=2,enabled=true);
}
#wrWikipedia .contents ol li {
	display:table;
	width:100%;
	padding:0;
	border-bottom: 1px solid #e6e6e7;
}
#wrWikipedia .contents ol li:last-child {
	border-bottom: none;
}

#wrWikipedia .updown{
	display:table-cell;
	width:60px;
	padding:5px;
	font-size:1.2em;
	text-align: center;
	vertical-align: middle;
}
#wrWikipedia .updown img {
	margin:0 0 2px 0;
}
#wrWikipedia .stay{
	background: #e6fff1;
}
#wrWikipedia .up{
	background: #ffe6e6;
}
#wrWikipedia .down{
	background: #e6f1ff;
}
#wrWikipedia .ranking-title{
	display:table-cell;
	padding:5px 10px;
	font-size:1.4em;
	vertical-align: middle;
}
#wrWikipedia .ranking-title a {
	display:block;
}
#wrWikipedia .rank-num{
	display:table-cell;
	width:35px;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	text-align: center;
	vertical-align: middle;
	font-style:oblique;
	background-color:#84919b;
}
#w-ranking01 .rank-num,
#w-ranking02 .rank-num,
#w-ranking03 .rank-num{
	background-color:#f39c12;
}

#wrWikipedia .footer{
	text-align: right;
}

#wrWikipedia .footer .provide-logo {
	display:inline-block;
}
#wrWikipedia .footer .more-bt {
	display:inline-block;
	background-color:#84919b;
}

#wrWikipedia .footer .more-bt a {
	display: inline-block;
	background: url("../img/icon-arrow-white-g.gif" ) right center no-repeat;
	margin: 0 5px 0 0;
	padding: 10px 12px;
	font-size: 1.2em;
	font-weight: bold;
	color:#fff;
}

/* 感染症 流行情報 2014.11.26
 --------------------------------------------- */  
    #wrInfectious {
        overflow: hidden;
        margin: 0 0 20px 0;
        background: #ffe6eb;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #wrInfectious .header {
        background: #f25555 url(../img/infectious-head-bg.png) right 0 no-repeat;
    }

    #wrInfectious .header .title {
        padding: 5px 10px;
        font-size: 1.4em;
        font-weight: bold;
        border-radius: 5px 5px 0 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
    }

    #wrInfectious .header .title a {
        color: #fff;
    }
    #wrInfectious .update{
      display:inline-block;
      padding:0 2px;
      font-size: 12px;
      color:#fff;
    }
    #wrInfectious .header .description {
        padding: 5px 10px;
        font-size: 1.2em;
        color:#fff;
        background:url(../img/infectious-title-bg.png) 0 0 repeat;
    }

    #wrInfectious .contents {
        background: #fff;
    }

    #wrInfectious .contents ol {
        -webkit-box-shadow: 0 0 5px 0 #f4a6a7;
 /* Safari, Chrome用 */
        -moz-box-shadow: 0 0 5px 0 #f4a6a7;
 /* Firefox用 */
        box-shadow: 0 0 5px 0 #f4a6a7;
 /* CSS3 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#b6c7d9,direction=135,strength=2,enabled=true)";
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#f4a6a7,direction=135,strength=2,enabled=true);
    }

    #wrInfectious .contents ol li {
        display: table;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e6e6e7;
    }

    #wrInfectious .contents ol li:last-child {
        border-bottom: none;
    }

    #wrInfectious .over-week,
    #wrInfectious .report-rate,
    #wrInfectious .ten-year{
        display: table-cell;
        /* padding: 5px; */
        font-size: 1.2em;
        font-weight:bold;
        text-align: center;
        vertical-align: top;
        color:#d92800;
        background:#fffbe6;
        border-left:1px solid #e6e6e7;
    }
    #wrInfectious li.ranking-wrapp:not(:first-child) > .over-week,
    #wrInfectious li.ranking-wrapp:not(:first-child) > .report-rate,
    #wrInfectious li.ranking-wrapp:not(:first-child) > .ten-year{
        vertical-align:middle;
    }

    #wrInfectious .report-rate{ width: 50px; }
    #wrInfectious .ten-year{ width: 70px; }
    #wrInfectious .over-week{ width: 80px; }
    .over-week-text,
    .report-rate-text,
    .ten-year-text{
      color:#191333;
      background:#b7b3ff;
      font-size:10px;
      padding: 3px 2px;
    }
    .report-rate-num,
    .over-week-num,
    .ten-year-num{
      padding:4px;
      word-break: break-all;
    }


    #wrInfectious .ranking-title {
        display: table-cell;
        padding: 5px;
        font-size: 1.4em;
        vertical-align: middle;
    }

    #wrInfectious .ranking-title a {
        display: block;
    }

    #wrInfectious .rank-num {
        display: table-cell;
        width: 35px;
        font-size: 1.4em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        font-style: oblique;
        background-color: #7e7ad3;
    }

#wrInfectious .footer{}

#wrInfectious .footer .provide-logo {
  float:left;
  display:inline-block;
  width:186px;
  margin:3px 0;
  padding-left:3px;
}
#wrInfectious .footer .more-bt {
  float:right;
  display:inline-block;
  background-color:#84919b;
  vertical-align: top;
}

#wrInfectious .footer .more-bt a {
  display: inline-block;
  background: url("../img/icon-arrow-white-g.gif" ) right center no-repeat;
  margin: 0 5px 0 0;
  padding: 14px 12px;
  font-size: 1.2em;
  font-weight: bold;
  color:#fff;
}


/*右カラム　「Jタウンチャンネル」とは　リンク kawa 20160517
--------------------------------------------------*/

#wrTownChannel.wr-block .ch-about-link-wrapper {
  height: 50px;
}

#wrTownChannel.wr-block .ch-about-link {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 0 0;
  font-size: 16px;
  color: #0b48ad;
  line-height: 50px;
}

/*はてなマーク*/
#wrTownChannel.wr-block .ch-about-link::before {
  display:block;
  position: absolute;
  top:50%;
  left: 60px;
  content: "?";
  width: 30px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #548be8;
  color: #fff;
  text-align: center;
}

/*三角マーク*/
#wrTownChannel.wr-block .ch-about-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 5px solid transparent;        /*top right bottom を透明化 */ 
  border-left: 5px solid #0b48ad;
}


/* PC footer ヘッダー共通全国リスト部分
 --------------------------------------------- */
#footer {
	background: #333;
  /* -webkit-box-shadow:0 3px 4px 0 #4d4f52 inset; */
  /*-moz-box-shadow:0 3px 4px 0 #4d4f52 inset;*/
  /* box-shadow:0 3px 4px 0 #4d4f52 inset; */
}
/* header footer contents */
#headerContent {
    display:none;
    padding:15px 0;
    background:#efefef;
}
#footerContent {
    padding:15px 0;
    background:#fff;
}

#headerContent .header-area-list,
#footerContent .footer-area-list {
	width: 980px;
	margin:0 auto;
}
#headerContent .header-area-list .title,
#footerContent .footer-area-list .title {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 10px;
}
#headerContent .header-wrap-list .area-left,
#headerContent .header-wrap-list .area-right {
    display:inline-block;
    /display:inline;
    /zoom:1;
}
#headerContent .header-wrap-list .area-left {
margin:0 15px 0 0;
}
#headerContent .header-wrap-list ul {
    list-style: none;
    margin: 0 10px 10px 0;
    padding: 0;
}
#footerContent .footer-wrap-list ul {
    display:inline-block;
	/display:inline;
	/zoom:1;
    list-style:none;
    margin:0 0 5px 0;
    padding:0;
}
#MCEntryBody .pref-wrap-list {
    margin:0 0 15px 0;
    padding:10px 0 0 0;
    border-top:1px dotted #ccc;
}
#MCEntryBody .pref-wrap-list ul {
	list-style:none;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
    border-bottom:1px dotted #ccc;
}
#headerContent .header-wrap-list li,
#footerContent .footer-wrap-list li {
    background: url("../img/icon-arrow-gray.png") 0 3px no-repeat;
    display: inline-block;
    /display:inline;
    /zoom:1;
    font-size: 1.3em;
    line-height: 100%;
    margin: 0 8px 0 0;
    padding: 0 0 0 6px;
}
#MCEntryBody .pref-wrap-list ul li {
    background: url("../img/icon-arrow-gray.png") 0 5px no-repeat;
    display: inline-block;
    /display:inline;
    /zoom:1;
    font-size: 100%;
    line-height: 100%;
    margin: 0 12px 0 5px;
    padding: 0 0 0 8px;
}

/** Disqus */
#commentDisqus {
    margin: 50px 0;
}
.inline-text {
    border: 1px solid #dedede;
    font-size: 1.2em;
    height: 150px;
    line-height: 140%;
    margin: 25px 0;
    overflow: auto;
    padding: 10px;
}
/** コメント選択ボタン類 */
.select-comment {
    margin:0 0 10px 0;
    text-align:center;
}
.select-comment a {
    display:inline-block;
    /display:inline;
    /zoom:1;
    width:182px;
    height:72px;
    background-position:0 0;
    background-repeat:no-repeat;
}
.select-comment a:hover {
    background-position:0 -72px;
}
.select-comment a span {
    display:none;
}
a.bt-comment-disqus {
background-image: url("../img/bt-comment-disqus.png");
margin:0 5px 0 0;
}
a.bt-comment-form {
background-image: url("../img/bt-comment-form.png");
margin:0 5px 0 0;
}
a.bt-comment-mail {
background-image: url("../img/bt-comment-mail.png");
}


/* PC site map
 --------------------------------------------- */
#siteMap {
  width: 980px;
  margin:0 auto;
  padding: 30px 0 0 0;
}
#siteMap table {
  width:100%;
}
#siteMap td {
  vertical-align: top;
}
#TDSiteMap {
  width: 25%;
  padding: 0 20px 20px 0;
}
#siteMap ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style:none;
}
#siteMap li {
  margin: 0 0 4px;
  padding: 0px;
  font-size: 1.2em;
  line-height: 140%;
}
#siteMap li:before {
  content:"-";
  color: #eee;
  margin-right:6px;
}
#siteMap div#pref-footer {
  font-size: 1.6em;
    color:#fff;
    font-weight:bold;
    margin:0 0 10px 0;
}
#siteMap li a {
  color: #eee;
}
#siteMap h2 a {
  color: #eee;
}
.now-footer {
    display: block;
    padding: 16px;
    font-size: 16px;
    font-weight:  bold;
    background: #ddd;
}
#pref-footer {
    max-width:980px;
    margin:0 auto;
    color: #333;
}


#footerBottom {
  width: 100%;
  /* border-top:1px solid #86878a; */
  background: #111;
  /* height: 106px; */
  color: white;
  margin:0 auto;
  padding: 16px 0;
}
#footerBottom .wrapper {
  width:980px;
  display:  flex;
  flex-direction:  row;
  align-items:  center;
  justify-content:  space-between;
  margin:0 auto;
  position: relative;
}
#footerBottom-logo {
  display: block;
  /* position: absolute; */
  background-image: url(../img/footer-logo.png);
  width: 76px;
  height: 29px;
  /* left: 0; */
  /* top: 19px; */
}
#footerBottom-logo span {
  display: none;
}
#footerBottom-links {
  display: none;
}
#footerBottom-copyright {
  /* position: absolute; */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  /* font-weight: bold; */
  font-size: 11px;
  /* left: 10px; */
  /* top: 55px; */
  letter-spacing: 0px;
}
#footerBottom-links {
  font-size: 1.2em;
  line-height: 120%;
  position: absolute;
  text-align: right;
  top: 28px;
  right: 0;
}
#footerBottom-links a {
  color: white;
  text-decoration: none;
  margin-left: 0.75em;
}
#footerBottom-links a:hover {
  text-decoration: underline;
}


/* PC トップページ 地域ニュースヘッドライン
--------------------------------------------- */
    #wlA07_NewsHeadline {
        margin: 0 0 25px 10px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 2px 0px #ccc;
        -moz-box-shadow: 1px 1px 2px 0px #ccc;
        box-shadow: 0px 1px 1px 0px #ccc;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true);
    }
    #wlA07_NewsHeadline .header{
        background-color: #f2f2f2;
        border-top:1px solid #dcdceb;
        border-bottom:1px solid #dcdceb;
    }

    #wlA07_NewsHeadline .header .title {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        height: 25px;
        padding:5px 0 2px;
    }
    #wlA07_NewsHeadline .header .title h2 {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        padding:0 0 0 30px;
        font-size:1.6em;
        color:#000;
        background: url( "../img/icon-title-news.png" ) 10px center no-repeat;
    }

    #wlA07_NewsHeadline .header .bt-link-more {
        float:right;
    }

    #wlA07_NewsHeadline .news-contents {

    }

    .news-contents .news-wrapp{
        float: left;
        width:435px;
        margin: 0;
        padding: 5px 0 0 0;
        list-style-type: none;
        border-right:1px solid #ebebec;
    }
    .news-wrapp .news-item{
        border-top:1px solid #ebebec;
        padding: 5px;
        width: 425px;
        white-space: nowrap;  
        overflow: hidden;
        text-overflow: ellipsis;  
        -webkit-text-overflow: ellipsis;  
        -o-text-overflow: ellipsis;
    }
    .news-wrapp .news-item:first-child{
        border:none;
    }

    .news-wrapp .news-item a {
        background: url( "../img/icon-arrow-gray.png" ) 7px 3px no-repeat;
        margin: 0 5px 0 0;
        padding: 0 0 0 15px;
        font-size: 1.3em;
        font-weight: bold;
    }

    #wlA07_NewsHeadline .photo-frame {
        float: right;
        display:table;
        width: 180px;
        height:180px;
    }
    #wlA07_NewsHeadline .photo-frame__table{
        display:table-cell;
        padding:10px;
        vertical-align: middle;
        text-align:center;
    }

    #wlA07_NewsHeadline .photo-frame {
        display:none;
    }

    #wlA07_NewsHeadline .photo-frame .Wtype img {
        width: 80%;
    }
    #wlA07_NewsHeadline .photo-frame .Htype img {
        width: 70%;
    }
    #wlA07_NewsHeadline .photo-frame img{
        border: 1px solid #ddd;
    }
    #wlA07_NewsHeadline .photo-frame p {
        margin:5px 0 0;
        font-size: 1.2em;
    }
    #wlA07_NewsHeadline .photo-frame a {
        color:#333;
    }

/* PC トップページ PC トップ区切り要素
 --------------------------------------------- */
    .separate-column{
        margin:10px 0 25px 10px;
    }

    /* separate left */
    .separate-column .separate-column__left{
        float:left;
        width:305px;
    }

    /* separate left */
    .separate-column .separate-column__right{
        float:right;        
        width:305px;
    }
    /* ----- ▲枠 ----- */

    /* Jタウンチャンネル　ドクモ　Jタウン研究所共通 タイル内　ヘッダー */
    .tile-town-channel .header,
    .tile-dokumo .header{
        background-color: #f2f2f2;
        /* border-top:1px solid #dcdceb; */
        border-bottom:1px solid #dcdceb;
    }
    .tile-research .header{
        background-color: #f2f2f2;
    }

    .tile-dokumo .header .title,
    .tile-research .header .title {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        height: 25px;
        padding:5px 0 2px;
    }
    .tile-town-channel .header .title {
        display: inline-block;
        /display: inline;
        /zoom: 1;
    }
    .tile-dokumo .header .title h2 {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        padding:0 0 0 30px;
        font-size:1.6em;
        color:#d94783;
        background: url( "../img/icon-title-dokumo.png" ) 10px center no-repeat;
    }
    .tile-town-channel .header .title h2 {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        padding:5px 0 5px 37px;
        font-size:1.6em;
        color:#e63a00;
        background: url( "../img/icon-title-town-channel.png" ) 10px center no-repeat;
    }

    .tile-town-channel .header .bt-link-more,
    .tile-dokumo .header .bt-link-more,
    .tile-research .header .bt-link-more {
        float:right;
        margin: 3px 5px 0 0;
        vertical-align: top;
    }

    .tile-dokumo,
    .tile-research,
    .tile-town-channel{
        padding:1px;
        border:1px solid #dbdbdb;
        background:#fff;
    }

    /* 区切り要素内　ドクモ */
    .tile-dokumo .dokumo-contents{
        display:table;
        overflow: hidden;
    }
    .dokumo-contents .photo-frame{
        display:table-cell;
    }
    .dokumo-contents .photo-frame img{
        height:198px;
    }
    .dokumo-contents .dokumo-text-wrapp{
        display:table-cell;
        padding:0 10px;
        vertical-align: middle;
    }
    .dokumo-text-wrapp .dokumo-name{
        margin:0 0 10px 0;
        font-size:1.4em;
        font-weight:bold;
        line-height:140%;
    }
    .dokumo-text-wrapp .dokumo-comment{
        font-size:1.2em;
        line-height:140%;
    }

    /* Jタウンチャンネル ----- */
    .tile-town-channel {
      margin: 10px 0 25px 10px;
    }
    .town-channel-contents{
        padding: 10px 5px;
    }
    .town-channel-contents:after,
    .tile-town-channel:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
    .town-channel-contents .box-style-normal {
        width: 190px;
        margin: 0 6px;
        border-bottom:none;
    }
    .town-channel-contents .box-style-normal .tbox-image{
        width: 190px;
    }
    .town-channel-contents .box-style-normal a {
        border-bottom:none;
    }
    .town-channel-contents .box-style-normal a:hover {
        border-bottom:none;
    }
    .archive-town-channel .header-sub-description {
        background: #fff;
    }

    /* Jタウンチャンネル タイル 設定 */
    .batch{ /* バッチが今後増えるなら共通設定へ移行 */
        position:absolute;
        font-size:10px;
        font-weight:bold;
    }
    .batch-jtown-channnel{
        display:inline-block;
        top:-5px;
        right:5px;
        padding:2px 12px;
        background:#e63a00;
        color:#fff;
        border-radius: 10px;
    }


    /* Jタウンチャンネル　Jタウン研究所 - リスト - 1セット */
    .town-channel-contents .town-channel-item{
        border-bottom: 1px solid #e6e6e6;
    }
    .research-contents .research-item{
        border-top: 1px solid #e6e6e6;
    }

    .town-channel-item a,
    .research-item a {
        display:block;
        min-height:65px;
        overflow: hidden;
        color:#333;
    }
    .town-channel-item a:hover,
    .research-item a:hover {
        background-color:#f5f5f5;
        color: #DC1932;
    }
    .town-channel-item .photo-frame,
    .research-item .photo-frame{
        float:left;
        position:relative;
        width:65px;
        min-height:65px;
        overflow: hidden;
    }
    .town-channel-item .photo-frame img,
    .research-item .photo-frame img{
        position:absolute;
        left:-25%;
    }
    .town-channel-item .town-channel-item-title,
    .research-item .research-item-title{
        padding:5px 10px 0 75px;
        font-size:1.3em;
        font-weight: bold;
        line-height: 140%;
    }
    .town-channel-item .town-channel-blogname{
        padding: 2px 10px 5px 75px;
        font-size: 1em;
        color: #666;
    }

    /* 区切り要素内　ピクチャーバナー */
    .tile-picbanner{
        border:4px solid #ccc;
        background:#fff;
    }
    .tile-picbanner a {
        display:table;
        color:#333;
    }
    .tile-picbanner a:hover {
        background-color:#f5f5f5;
        color: #DC1932;
    }
    .tile-picbanner .photo-frame{
        float:left;
        border-right:1px solid #ccc;
    }
    .tile-picbanner .picbanner-title{
        display:table-cell;
        vertical-align: middle;
        padding:10px;
        font-size:1.3em;
        font-weight: bold;
        line-height: 140%;
    }

 /* PC 記事ページ
 --------------------------------------------- */
#MCEntryWrapper {
	width: 630px;
	-webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-moz-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
	background:#fff;
	margin:0 0 15px 0;
}
#wrapJoin #MCEntryWrapper {
	width: 100%;
}
#MCEntry {
	padding:0 20px 20px 20px;
}

#MCEntryCategoryList {
	margin:0 0 20px 0;
	height:24px;
	background-image:url( "../img/icon-tile-cat.png" );
	background-repeat:no-repeat;
}
#MCEntryCategoryList span {
	font-size:13px;
	padding:3px 0 0 30px;
	display:block;
}
.entry-A01_Gourmet #MCEntryCategoryList {
background-position:0 0;
}
.entry-A02_Shop #MCEntryCategoryList {
background-position:0 -24px;
}
.entry-A03_Event #MCEntryCategoryList {
background-position:0 -48px;
}
.entry-A04_Sanpo #MCEntryCategoryList {
background-position:0 -72px;
}
.entry-A05_Life #MCEntryCategoryList {
background-position:0 -96px;
}
.entry-A06_Dokumo #MCEntryCategoryList {
background-position:0 -120px;
}
.entry-A07_News #MCEntryCategoryList {
background-position:0 -144px;
}
.entry-A0801_Dog #MCEntryCategoryList,
.entry-A0802_Cat #MCEntryCategoryList {
  background-position: 0 -168px;
}
.entry-A10_Column #MCEntryCategoryList {
	background-position:0 -216px;
}
.entry-A09_Research #MCEntryCategoryList {
	background-position:0 -240px;
}


#MCEntryHead {
	margin:0 0 10px 0;
    padding:10px 0;
}
.web-page #MCEntryHead {
	padding:20px 0 0 0;
}
#MCEntryHead h1 {
    font-size: 2.4em;
    color:#000;
    line-height: 30px;
}
#MCEntryHead .date-write {
    display:inline-block;
	font-size: 1.2em;
	font-weight: bold;
    color:#888;
    margin:3px 0 0 0;
}
#MCEntryHead .provider {
    margin:3px 0 0 0;
    font-size: 1.2em;
    color:#888;
    text-align:right;
}

/* タウンチャンネル　ブログ名 */
#MCEntryHead .town-channel-blogname {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #e63a00;
    margin: 5px 5px 0 0;
    padding: 3px 6px;
    border-radius: 5px;
}
#MCEntryHead .town-channel-blogname a {
    color: #fff;
}

/* 関連 まとめ・タグ（キーワード）記事上 */
.related-word-top{
  margin:10px 0 10px 10px;
  display: inline-block;
}
.related-word-top .related-words{}
.related-word-top .related-words a{
  display:inline-block;
  margin: 0 3px 5px 0;
  padding: 3px 8px 5px;
  border-radius: 3px;
  font-size:1.2em;
  color: #666;
  text-decoration:none;
}
.related-word-top .related-words a:hover{
  text-decoration:underline;
}
.related-word-top .related-words .related-word-tag{
  background-color: #efefef;
  border: solid 1px #ddd;
}

/* 関連 まとめ・タグ（キーワード）記事下 */
.related-word-bottom{
  margin:30px 0;
}
.related-word-bottom .header .title {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  background: url("../img/bg-1dot-gray.gif") 0 center repeat-x !important;
  font-size: 15px !important;
  color: #222 !important;
}
.related-word-bottom .header .title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
}

.related-word-bottom .related-words{}
.related-word-bottom .related-words a{
  display:inline-block;
  margin: 0 3px 5px 0;
  padding: 3px 8px 5px;
  border-radius: 3px;
  font-size:1.2em;
  color: #666;
  text-decoration:none;
}
.related-word-bottom .related-words a:hover{
  text-decoration:underline;
}
.related-word-bottom .related-words .related-word-tag{
  background-color: #efefef;
  border: solid 1px #ddd;
}




/* PC MCEntryTools
 ----------------------------------------------- */
#MCEntryTools {
padding:5px;
background:#faf7f2;
}
#MCEntryTools #ToolTwitter {
}
iframe.twitter-share-button {
width: 95px!important;
}
#MCEntryTools #ToolFacebook {
display:inline-block;
/display:inline;
/zoom:1;
text-align:left;
vertical-align:top;
margin:0 5px 0 0;
}
#MCEntryTools #ToolMixi {
margin:0 5px 0 0;
}
#MCEntryTools .bookmark-g1 {
display:inline-block;
/display:inline;
/zoom:1;
}
#MCEntryTools #ToolDISQUS {
display:inline-block;
/display:inline;
/zoom:1;
vertical-align: top;
}
#ToolDISQUS .entry-comment {
margin:0;
padding:2px 5px 2px 22px;
background:url( "../img/icon-disqus.png" ) 0 center no-repeat;
font-size:1.2em;
min-height:18px;
display:inline-block;
/zoom:1;
/display:inline;
}
.ie #ToolDISQUS .entry-comment a {
padding:3px 0 0 0;
display:inline-block;
/zoom:1;
/display:inline;
}
#ToolDISQUS .entry-comment a {
font-weight:bold;
}

/* PC MCEntryBody
 ----------------------------------------------- */
#MCEntryBody {
margin:20px 0 15px;
/* overflow:hidden; */
}

#MCEntryBody .entry-text-body:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#MCEntryBody p a {
color:#238fd7 !important;
text-decoration:underline;
}
#MCEntryBody p a:hover {
color:#dc1923 !important;
text-decoration:none !important;
}
#MCEntryBody h2 {
margin:38px 0 18px 0;
font-size:1.8em;
color:#000;
line-height:140%;
}
#MCEntryBody h3 {
margin:10px 0;
font-size:1.6em;
line-height:130%;
}

#MCEntryBody p {
margin:0 0 15px 0;
font-size:1.6em;
line-height:170%;
}
#MCEntryBody ul { list-style-type:square; }
#MCEntryBody ol { list-style-type:decimal; }
#MCEntryBody ul,
#MCEntryBody ol {
font-size:1.6em;
line-height:170%;
padding:0 0 0 35px;
}
#MCEntryBody ol li > ol {
font-size:100% !important;
}
#MCEntryBody li {
margin:0 0 5px 0;
}

/** 読まれています 170724 チェ */	
#MCEntryBody .pickup-header h2 {	
display:none;	
}	
#MCEntryBody .pickup-header .title {	
content:"";	
position: relative;	
margin: 32px auto 0;	
width:100%;	
height:74px;	
top: 6px;	
background: url( ../../assets/img/mostread.gif) no-repeat;	
background-size:contain;	
background-position: 50% 100%;	
}	
#MCEntryBody .pickup-entries ul {	
list-style-type:none;	
padding:0;	
}	
#MCEntryBody .pickup-entries li {	
margin:0 0 1px 0;
line-height: 1.4em;	
text-align:justify;	
position:relative;	
background: #eee;	
padding: 12px 16px;	
}	
#MCEntryBody .pickup-entries li b{	
font-weight:normal;	
}	
#MCEntryBody .pickup-entries li:hover a {	
background-position: -100% 0;	
text-decoration:none;	
}	
#MCEntryBody .pickup-entries li a:hover {	
transition: .3s ease-in-out;	
}	
#MCEntryBody .pickup-entries li a {	
color:#222;	
padding:4px 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ddff00 50%);	
background-size: 200%;	
background-position: 0 0;	
display: inline;	
transition: .3s ease-in-out;	
}	
#MCEntryBody .pickup-entries li:hover:before {	
position:absolute;	
content:" ";	
display:inline-block;	
left:-10px;	
top:12px;	
width:22px;	
height:24px;	
background:url( ../../assets/img/mostread_rf.png) no-repeat;	
background-size:contain;	
vertical-align:middle;	
}	
#MCEntryBody .pickup-entries li:hover:after {	
position:absolute;	
content:" ";	
display:inline-block;	
right:-10px;	
top:12px;	
width:22px;	
height:24px;	
background:url( ../../assets/img/mostread_lf.png) no-repeat;	
background-size:contain;	
vertical-align:middle;	
}

#MCEntryBody ul.no-desc {
list-style-position:inside;
padding:0;
}
#MCEntryBody ul.no-desc li {
border-bottom:1px solid #ccc;
margin: 0 0 15px 0;
padding: 0 0 10px 0;
font-size:0.9em;
line-height:160%;
}
#MCEntryBody ul.no-desc li a {
font-weight:bold;
font-size:1.1em;
}

#MCEntryBody blockquote {
margin:0.7em 0 0.7em 2em;
font-size:1.6em;
line-height:170%;
word-break: break-all;
}
#MCEntryBody blockquote p {
font-size:1em !important;
word-break: break-all;
}

#MCEntryBody .bt-wrapper {
	text-align:center;
    margin:0 0 15px 0;
}
/** 引用　blockquote */
#MCEntryBody blockquote {  
    background: #f0f2f5 url("../img/bg-blockquote-top.png" ) -1px -1px no-repeat;  
	margin:0 0 15px 0;
    padding: 35px 25px 20px;
	font-size:1.6em;
	line-height:170%;
	border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}   
#MCEntryBody blockquote .sub-info    {  
    text-align: right;  
	font-size:0.9em;
}
#MCEntryBody .entry-footer-text {
    font-size:1em;
    text-align:right;
    margin:0 0 10px 0;
}


/** ページネーション 続きを読む */
.pagenation {
    margin: 10px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.pagenation .next-entry-title {
    width: 80%;
    margin: 0 auto 10px;
    padding: 5px 5px 5px 110px;
    background: url('../img/bg-next-entry-title.png') no-repeat left;
    font-size: 1.8em;
    line-height: 1.5em;
    text-align: left;
}
.pagenation .next-entry-title a {
    display: block;
    color: #082E6B;
    font-weight: bold;
    text-decoration: none;
}
.pagenation .next-entry-title a:hover {
    text-decoration: underline;
}

.pagenation .page-numbers  a,
.pagenation .current,
.view-all {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

.pagenation .page-numbers {
    display: inline-block;
    color: #fff;
}
.pagenation .page-numbers a,
.pagenation .page-numbers .current {
    margin: 0 2px 5px 2px;
    padding: 4px 8px;
}
.pagenation .page-numbers a {
    display: inline-block;
    color: #082E6B;
    background: #ececec;
    border-radius: 3px;
    text-decoration: none;
}
.pagenation .page-numbers a:hover {
    text-decoration: underline;
}
.pagenation .page-numbers .current {
    display: inline-block;
    background: #FF6437;
    border-radius: 3px;
}

.view-all {
    display: inline-block;
    margin: 0 2px;
}
.view-all a {
    color: #000;
    text-decoration: none;
}
.view-all a:hover {
    text-decoration: underline;
}


/** その他情報 info */
#MCEntryBody .other-info {
	font-size: 1.6em;
	line-height: 170%;
    background-color: #f0f2f5;
	margin:0 0 15px 0;
    padding: 20px 25px;
	border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}

/** その他情報 info-s */
#MCEntryBody .other-info-s {
	font-size: 1.4em;
	line-height: 160%;
    background-color: #e2e4e8;
	margin:0 0 15px 0;
    padding: 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}

/** 読モ plofile */
body.entry-A06_Dokumo #MCEntryBody dl {
	font-size: 1.6em;
	line-height: 170%;
	margin: 0 auto;
	border-bottom:1px dotted #ccc;
}
body.entry-A06_Dokumo #MCEntryBody dt,
body.entry-A06_Dokumo #MCEntryBody dd {
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:3px 2% 4px;
	margin:0;
	border-top:1px dotted #ccc;
}
body.entry-A06_Dokumo #MCEntryBody dt {
	width:140px;
	float:left;
	clear:both;
	margin-right:-1px;
	font-weight:bold;
	color:#DE7AAB;
}
body.entry-A06_Dokumo #MCEntryBody dd {
	width:404px;
	margin-right:-1px;
}
body.entry-A06_Dokumo #MCEntryBody address {
	background-color:#FFF;
	margin:0 0 15px 0;
    padding: 20px 25px;
	font-style:normal;
	border:1px dotted #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
body.entry-A06_Dokumo #MCEntryBody address dl {
	border:none;
}
body.entry-A06_Dokumo #MCEntryBody address dt {
	width:98px;
	border:none;
}
body.entry-A06_Dokumo #MCEntryBody address dd {
	width:398px;
	border:none;
}

body.entry-A06_Dokumo #MCEntryBody .kisei-qa {
	padding:0 13px 20px;
	border-bottom: 2px solid #de7aab;
}

body.entry-A06_Dokumo #MCEntryBody .kisei-qa p {
	border-bottom:1px dotted #ccc;
    padding: 0 0 10px;
}

/** google map */
#wrapLeft #map {
    max-width:100%;
    height:300px;
	margin:0 0 15px 0;
}

/** EntryBody table */
#MCEntryBody table {
    border-collapse: collapse;
    border-spacing: 0;
	border-top:1px solid #ddd;
	margin:0 0 15px 0;
    width:100%;
}
#MCEntryBody table td {
	vertical-align:middle;
	padding:5px 10px;
}
#MCEntryBody table td.t-left {
	border-bottom:1px solid #ddd;
	background:#efefef;
	font-weight:bold;
    width:24%;
}
#MCEntryBody table td.t-right {
	border-bottom:1px solid #ddd;
	word-break: break-all;
}
#MCEntryBody table td p {
	margin:0 !important;
	padding:0 !important;
	font-size:14px !important;
}

/* MCEntryProfile プロフィール */
#MCEntryProfile {
    margin: 5px 0 20px 0;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 1.2em;
    line-height: 16px;
}

#MCEntryProfile:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#MCEntryProfile .profile-left {
    float: left;
    width: 100px;
    margin-right: 10px;
}

#MCEntryProfile .profile-right {
    margin-bottom:5px;
    margin-left:114px;
}

#MCEntryProfile .profile-right h2 {
    font-size: 1.4em;
    margin-bottom: 8px;
    color: #333;
}

#MCEntryProfile .profile-right h3 {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
}

#MCEntryProfile b {
    display: block;
}

/** list ul li 
#MCEntryBody ul {
	list-style:none;
}
#MCEntryBody ul li {
    margin:0 5px 0 0;
	padding:0 0 0 6px;
	background:url( "../img/icon-arrow-gray.png" ) 0 3px no-repeat;
}
*/

/* 関連記事 */
.related-entries{
  margin:40px 0 20px 0;
  padding:0 8px;
}

.related-entries .header{}
.related-entries .header .title{
  margin:0 0 10px 0 !important;
  padding:0 !important;
  background: url( "../img/bg-1dot-gray.gif" ) 0 center repeat-x !important;
  font-size:15px !important;
  color:#222 !important;
}
.related-entries .header .title span{
  display:inline-block;
  background-color: #fff;
  padding:0 10px 0 0;
}

.related-entries .related-wrapp{
  margin:0 !important;
  padding:0 !important;  
  list-style-type: none !important;
}
.related-wrapp .related-item{
  margin:0 0 10px 0 !important;
}
.related-item h3{
  background: url( "../img/icon-arrow-gray.png" ) 6px 5px no-repeat !important;
  margin: 0 7px 0 0 !important;
  padding: 0 0 0 15px !important;
  font-size: 14px !important;
  font-weight: bold !important;
}



/* PC Entry image
 ----------------------------------------------- */
/** common */
.photo-frame-entry, .img-left-s, .img-left-l, .img-right-s, .img-right-l, .img-center, .img-center-resize { overflow: hidden; }
.img-center, .img-center-resize { display: block; margin: 0 auto; text-align: center; }
.ifie6 .img-center img { width: 100%; }

/** default */
.img-left-s, .img-right-s { width: 180px; }
.img-left-l, .img-right-l { width: 280px; }
.photo-frame-entry { max-width: 260px; /width: 260px; }
.img-center, .img-center-resize { padding: 10px 0; }

.photo-frame-entry { margin:5px 0 10px 20px; float: right; }
.img-left-s { margin:5px 10px 5px 0px; float: left; }
.img-left-l { margin:5px 10px 5px 0px; float: left; }
.img-right-s { margin:5px 0 5px 10px; float: right; }
.img-right-l { margin:5px 0 5px 10px; float: right; }
.photo-frame-entry img, .img-profile-left img, .img-profile-right img, .img-left-xs img, .img-left-s img, .img-left-l img, .img-right-xs img, .img-right-s img, .img-right-l img, .img-center img, .img-center-resize img { margin-bottom: 5px; }
.img-center img { display: inline-block; /display: inline; /zoom:1; margin: 0 auto 5px; max-width:100%; height:auto; width:auto\9; }
.img-center-resize img, .img-internetmusium img { display: block; margin: 0 auto 10px; max-width:400px; height:auto; }

.photo-frame-entry br, .img-profile-left br, .img-profile-right br, .img-left-xs br, .img-left-s br, .img-left-l br, .img-right-xs br, .img-right-s br, .img-right-l br, .img-center br, .img-center-resize br { line-height:0px; margin:0; padding:0; height:0; font-size:0.1em; }

/** キャプション size */
.photo-frame-entry,
.img-left-s, .img-right-s,
.img-left-l, .img-right-l,
.img-center,
.img-center-resize
{
    font-size:1.2em;
    line-height:160%;
    color:#666;
}
.img-center small{
    font-size:100%;
}

/** flickr 画像上コピー */
.img-frame {
	display:inline-block;
	/display:inline;
	/zoom:1;
	position:relative;
	margin:0 0 5px 0;
    max-width:100%;
    height:auto;
	width:auto\9;
}
.img-frame img {
    margin:0;
    max-width:100%;
    height:auto;
	width:auto\9;
}
.hover-text {
	position:absolute;
	bottom:0;
	background:url( "../img/bg-tile-text.png" ) 0 0 repeat;
	width:100%;
	text-align:left;
	color:#fff;
	font-size:100%;
}
.hover-text span {
	display:block;
	padding:5px;
}

                    
                    
                    

/* PC 一覧ページ 0614
 --------------------------------------------- */
#archiveHeaderTitle {
	width: 629px;
    border-left:1px solid #dfdfdf;
	-webkit-box-shadow: 1px 0px 2px 0px #ccc;
	-moz-box-shadow: 1px 0px 2px 0px #ccc;
	box-shadow: 1px 0 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
}
#archiveHeaderTitle h1 {
	background-position: 0 0;
	background-repeat:no-repeat;
	height:68px;
}
#archiveHeaderTitle h1 span {
	display:none;
}
body.archive-A01_Gourmet #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-gourmet.png" );
}
body.archive-A02_Shop #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-shop.png" );
}
body.archive-A03_Event #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-event.png" );
}
body.archive-A04_Sanpo #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-sanpo.png" );
}
body.archive-A05_Life #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-life.png" );
}
body.archive-A06_Dokumo #archiveHeaderTitle h1,
body.archive-A0601_Kisei #archiveHeaderTitle h1{
	background-image: url( "../img/title-archive-dokumo.png" );
}
body.archive-A07_News #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-news.png" );
}
body.archive-A10_Column #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-column.png" );
}
body.archive-A09_Research #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-research.png" );
}
body.archive-town-channel #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-town-channel.png" );
}
body.archive-A11_Quiz #archiveHeaderTitle h1 {
	background-image: url( "../img/title-archive-quiz.png" );
}

/* wikipedia ランキング add 2014.5.30 */
#wlWikipediaRanking .header {
  background:#3d8bd9;
}
#wlWikipediaRanking .header .title {
    border:none !important;
}
#wlWikipediaRanking .header-sub-description{
  background:#e6f2ff;
}
#wlWikipediaRanking .header-sub-description img{
  margin:7px 0 0 0;
}
#wlWikipediaRanking .header .icon-category{
  display:none;
}
#wlWikipediaRanking .header .title h2 {
  padding: 12px 10px 0 10px;
  color:#fff;
}
#wlWikipediaRanking .header .title h2 span {
    font-size:80%;
}
#wlWikipediaRanking .ranking-area-list{
    margin:16px 0 0;
}
#wlWikipediaRanking .ranking-area-list .title{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5px;
}
#wlWikipediaRanking .ranking-area-list ul {
    display:inline-block;
	/display:inline;
	/zoom:1;
    list-style:none;
    margin:0;
    padding:0;
}
#wlWikipediaRanking .ranking-area-list li {
    background: url("../img/icon-arrow-gray.png") 0 3px no-repeat;
    display: inline-block;
    /display:inline;
    /zoom:1;
    font-size: 1em;
    line-height: 100%;
    margin: 0 7px 7px 0;
    padding: 0 0 0 6px;
}


#wlWikipediaRanking .article ol {}
#wlWikipediaRanking .article ol li {
  display:table;
  width:100%;
  margin:0;
  padding:0;
  border-bottom: 1px solid #e6e6e7;
}
#wlWikipediaRanking .article ol li:last-child {
  border-bottom: none;
}

#wlWikipediaRanking .article .updown{
  display:table-cell;
  width:60px;
  padding:5px;
  font-size:1em;
  text-align: center;
  vertical-align: middle;
}
#wlWikipediaRanking .article .updown img {
  margin:0 0 2px 0;
}
#wlWikipediaRanking .article .stay{
  background: #e6fff1;
}
#wlWikipediaRanking .article .up{
  background: #ffe6e6;
}
#wlWikipediaRanking .article .down{
  background: #e6f1ff;
}
#wlWikipediaRanking .article .ranking-title{
  display:table-cell;
  padding:0;
  vertical-align: middle;
}
#wlWikipediaRanking .article .rank-num{
  display:table-cell;
  width:45px;
  font-size:1.5em;
  font-weight:bold;
  color:#fff;
  text-align: center;
  vertical-align: middle;
  font-style:oblique;
  background-color:#84919b;
}
#wlWikipediaRanking #w-ranking01 .rank-num,
#wlWikipediaRanking #w-ranking02 .rank-num,
#wlWikipediaRanking #w-ranking03 .rank-num{
  background-color:#f39c12;
}
#wlWikipediaRanking .article .bt-twitter{
  display:table-cell;
  width:45px;
  text-align: center;
  vertical-align: middle;
  border-right:1px solid #e6e6e7;
}

/* add 2014.10.17 */
#wlWikipediaRanking .ranking-title-wrapp{}
#wlWikipediaRanking .ranking-title-text{
  display: inline-block;
  float: left;
  width: 300px;
  font-size: 1.6em;
  line-height:120%;
  margin: 15px 0 15px 10px;
}
#wlWikipediaRanking .ranking-other-rank-btn{
  display:none;
  float: right;
  margin: 15px 0 0;
  padding:5px;
  text-align: center;
  font-size:1em;
  color:#fff;
  background:#798899;
  cursor:pointer;
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#wlWikipediaRanking .ranking-other-rank-btn span{
  font-weight:bold;
}

#wlWikipediaRanking .ranking-hierarchy{
  font-size: 1em;
  border-top: 1px solid #eee;
  background: #efefef;
  padding: 10px;
  color: #a9a9a9;
}
#wlWikipediaRanking .ranking-hierarchy a{
  color: #666;
}

#wlWikipediaRanking .ranking-other-inner{
  opacity: 0;
  width:0;
}

#wlWikipediaRanking .ranking-other-rank-toggle{
  display:none;
  padding:6px 10px;
  border-top:1px solid #e6e6e7;
}
#wlWikipediaRanking .ranking-other-rank-toggle a{
  display:inline-block;
  margin:2px 7px;
  padding:0 0 0 8px;
  font-size: 1.2em;
  background:url( "../img/icon-arrow-gray.png" ) 0 4px no-repeat;
}


/* 感染症 ランキング add 2015.5.25 */
#wlInfectiousRanking .header-main {
  background:#3d8bd9;
}
#wlInfectiousRanking .header-main .title {
  padding:10px 0;
  border:none !important;
}
#wlInfectiousRanking .header-sub-description{
  background:#e6f2ff;
}
#wlInfectiousRanking .header-sub-description img{
  margin:7px 0 0 0;
}
#wlInfectiousRanking .header-main .title h2 {
  padding: 0 10px;
  color:#fff;
}
#wlInfectiousRanking .header-main .title h2 span {
    font-size:80%;
}
#wlInfectiousRanking .ranking-area-list{
    margin:16px 0 0;
}
#wlInfectiousRanking .ranking-area-list .title{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5px;
}
#wlInfectiousRanking .ranking-area-list ul {
    display:inline-block;
  /display:inline;
  /zoom:1;
    list-style:none;
    margin:0;
    padding:0;
}
#wlInfectiousRanking .ranking-area-list li {
    background: url("../img/icon-arrow-gray.png") 0 3px no-repeat;
    display: inline-block;
    /display:inline;
    /zoom:1;
    font-size: 1em;
    line-height: 100%;
    margin: 0 7px 7px 0;
    padding: 0 0 0 6px;
}

/* 感染症グラフ */
.chart-infectious-wrapp{
  margin:10px 0;
}
.chart-infectious{
  padding:10px;
}

#js-chart-infectious-chart-view{
  width: 100% !important;
  min-width: 610px;
  height: 300px;
}
.chart-infectious li {
  list-style: none;
}
.chart-infectious li.select {
  font-weight: bold;
}
.chart-infectious li span{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

/* 感染症ランキング */
#wlInfectiousRanking .article ol {}
#wlInfectiousRanking .article ol li {
  display:table;
  width:100%;
  margin:0;
  padding:0;
  border-bottom: 1px solid #e6e6e7;
}
#wlInfectiousRanking .article ol li:last-child {
  border-bottom: none;
}

/* ランキング詳細　タイトル */
#wlInfectiousRanking .article .title-rank-num,
#wlInfectiousRanking .article .title-infectious,
#wlInfectiousRanking .article .title-report,
#wlInfectiousRanking .article .title-report-rate,
#wlInfectiousRanking .article .title-national-average,
#wlInfectiousRanking .article .title-ten-year{
  display:table-cell;
  background:#b7b3ff;
}
#wlInfectiousRanking .article .title-rank-num span,
#wlInfectiousRanking .article .title-infectious span,
#wlInfectiousRanking .article .title-report span,
#wlInfectiousRanking .article .title-report-rate span,
#wlInfectiousRanking .article .title-national-average span,
#wlInfectiousRanking .article .title-ten-year span{
  display:block;
  padding:2px;
  text-align: center;
  font-size:10px;
  font-weight:bold;
}

#wlInfectiousRanking .article .title-infectious,
#wlInfectiousRanking .article .title-report,
#wlInfectiousRanking .article .title-report-rate,
#wlInfectiousRanking .article .title-national-average,
#wlInfectiousRanking .article .title-ten-year{
  border-left: 1px solid #e6e6e7;
}

#wlInfectiousRanking .article .title-rank-num{
  width:45px;
}
#wlInfectiousRanking .article .title-report,
#wlInfectiousRanking .article .title-report-rate,
#wlInfectiousRanking .article .title-national-average,
#wlInfectiousRanking .article .title-ten-year{
  width:80px;
}


/* ランキング詳細 */
#wlInfectiousRanking .article .ranking-title,
#wlInfectiousRanking .article .report,
#wlInfectiousRanking .article .report-rate,
#wlInfectiousRanking .article .national-average,
#wlInfectiousRanking .article .ten-year,
#wlInfectiousRanking .article .rank-num{
  font-size:10px;
}

#wlInfectiousRanking .article .rank-num{
  display:table-cell;
  width:45px;
  font-size:1.5em;
  font-weight:bold;
  color:#fff;
  text-align: center;
  vertical-align: middle;
  font-style:oblique;
  background-color:#84919b;
}
#wlInfectiousRanking .ranking-top .rank-num{
  background-color:#7e7ad3;
}

#wlInfectiousRanking .article .ranking-title,
#wlInfectiousRanking .article .report,
#wlInfectiousRanking .article .report-rate,
#wlInfectiousRanking .article .national-average,
#wlInfectiousRanking .article .ten-year{
  display:table-cell;
  padding:0;
  border-left: 1px solid #e6e6e7;
}

#wlInfectiousRanking .article .ranking-title{
  font-size: 1.6em;
  line-height: 120%;
  vertical-align: middle;
}
#wlInfectiousRanking .article .ranking-title a{
  display:block;
  margin:0 0 0 10px;
}

#wlInfectiousRanking .article .report,
#wlInfectiousRanking .article .report-rate,
#wlInfectiousRanking .article .national-average,
#wlInfectiousRanking .article .ten-year{
  width:80px;
  vertical-align: top;
  background:#f2f2f2;
}
#wlInfectiousRanking .article .report-rate{
  vertical-align:middle;
  background:#fffbe6; 
}

#wlInfectiousRanking .article .report .num,
#wlInfectiousRanking .article .report-rate .num,
#wlInfectiousRanking .article .national-average .num,
#wlInfectiousRanking .article .ten-year .num{
  padding:6px 1px;
  font-size: 1.2em;
  background:#fffbe6;
  text-align: center;
  font-weight: bold;
  color:#d92800;
}
#wlInfectiousRanking .article .report .ratio,
#wlInfectiousRanking .article .report-rate .ratio,
#wlInfectiousRanking .article .national-average .ratio,
#wlInfectiousRanking .article .ten-year .ratio{
  padding:6px 1px;
  font-size: 1.2em;
  text-align: center;
  border-top: 1px solid #e6e6e7;
  font-weight:bold;
}
#wlInfectiousRanking .article .report .ratio span,
#wlInfectiousRanking .article .report-rate .ratio span,
#wlInfectiousRanking .article .national-average .ratio span,
#wlInfectiousRanking .article .ten-year .ratio span{
  display:block;
  font-size: 10px;
  font-weight:normal;
}




/** ページネイト */
#pageNate {
	text-align:center;
    margin:0 0 15px 0;
}
.bt-back,
.bt-next {
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.number-of-page {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 auto;
}
.number-of-page a,
.number-of-page span {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 3px 5px 3px;
	padding:2px 8px;
	font-size:1.6em;
	-webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-moz-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
}
.bt-back a,
.bt-next a {
	display:block;
	padding:2px 8px;
	font-size:1.6em;
}
.number-of-page a {
	background:#fff;
}
.bt-back a:hover,
.bt-next a:hover,
.number-of-page a:hover {
	background:#85929a;
	color:#fff;
}
.number-of-page span {
	background:#85929a;
	color:#fff;
}

/* MCEntryVote 1クリック投票
 --------------------------------------------- */
#MCEntryVote {
	clear:both;
	margin: 2.8em 0 0 0;
}
#MCEntryVote #vote-wrapper {
	width:370px;
	margin:0 auto;
}

#MCEntryVote #vote-table {
	width:350px;
	margin:15px auto 5px;
}

#MCEntryVote .vote-bottan {
	padding:10px 0;
	text-align:center;
}

#MCEntryVote #vote-table td {
	padding:0;
	font-size:1.2em;
	line-height:16px;
}

#MCEntryVote #radio_area1,
#MCEntryVote #radio_area2,
#MCEntryVote #radio_area3,
#MCEntryVote #radio_area4,
#MCEntryVote #radio_area5,
#MCEntryVote .radio_area {
        width:135px;
        border-bottom:1px solid #ddd;
        padding:0;
        margin:0;
}

#MCEntryVote #graph_bg1,
#MCEntryVote #graph_bg2,
#MCEntryVote #graph_bg3,
#MCEntryVote #graph_bg4,
#MCEntryVote #graph_bg5,
#MCEntryVote .graph_bg {
        width:200px;
        padding:0;
        margin:0;
        text-align:left;
        background-image: url(../img/vote-css-sprite.png);
        background-repeat: repeat-x;
        background-position: 0 -150px;
        border-bottom:1px solid #ddd;
}

#MCEntryVote #graph_area1,
#MCEntryVote #graph_area2,
#MCEntryVote #graph_area3,
#MCEntryVote #graph_area4,
#MCEntryVote #graph_area5,
#MCEntryVote .graph_area {
        padding:0;
        margin:0;
}

#MCEntryVote #question {
	background-image: url(../img/vote-css-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -200px;
	font-size:1.4em;
	color:#357b06;
	font-weight:bold;
	border-bottom:1px dashed #aaa;
	padding:25px 10px 20px 55px;
	margin:0 10px;
}
#MCEntryVote #no-question {
	padding:15px 0;
	margin:0 10px;
}
#MCEntryVote .more {
	font-weight:normal;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 1.2em;
}
#MCEntryVote .vote-text {
	font-size:1.2em;
	font-weight:bold;
	position:relative;
	margin-top:-16px;
	_margin-top:-15px;
}
#MCEntryBody #MCEntryVote .vote-text {
	font-size:1em;
	text-align:right;
}
#MCEntryVote .bar_pink {
	background-image: url(../img/vote-css-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
	border-right: 1px solid #c81885;
}
#MCEntryVote .bar_orange {
	background-image: url(../img/vote-css-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 -30px;
	border-right: 1px solid #df7400;
}
#MCEntryVote .bar_yellow {
	background-image: url(../img/vote-css-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 -60px;
	border-right: 1px solid #cec10a;
}
#MCEntryVote .bar_green {
	background-image: url(../img/vote-css-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 -90px;
	border-right: 1px solid #6abe0d;
}
#MCEntryVote .bar_blue {
	background-image: url(../img/vote-css-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 -120px;
	border-right: 1px solid #0b6fb5;
}

/*Jtownチャンネルとは　ページ ch-about kawa20160516
--------------------------------------------- */
.ch-about .section {
  margin: 0 0 80px 0;
}

/*最初の概要部分　マージン*/
.ch-about .section.summary {
  margin: 0 0 30px 0;
}

/*画像　マージン*/
.ch-about .img-center img {
  margin: 0 auto 40px;
}

/*リスト部分　カラー*/
.ch-about .list .list-item {
  color: #5ebc30;
  font-weight: bold;
}

/*見出し*/
#MCEntryBody .ch-about h3.tittle {
  font-size: 2em;
  text-align: center;
  margin: 0 0 20px;
}

/*------- テーブル -------*/
/*テーブルマージン*/
.ch-about .section .table-wrapper{}

/*あたっているスタイルを上書き*/
#MCEntryBody .ch-about .table-wrapper .table {
  border-top: none;
  width: 100%;
  border: solid 1px #9d9d9d;
}

/*th　thはフォントサイズが小さい*/
#MCEntryBody .ch-about .table-wrapper .table .table-th {
  border: solid 1px #9d9d9d;
  padding: 14px 0;
  background-color: #eeeeee;
  font-size: 1.4em;
  font-weight: normal;
  color: #666;
}

/*thのうち　空のブロック*/
#MCEntryBody .ch-about .table-wrapper .table .table-th.none {
  background-color: #fff; 
}

/*thのうち　編集サポートの背景色*/
#MCEntryBody .ch-about .table-wrapper .table .table-th.support {
  background-color: #bef28f;
}

/*td部分*/
#MCEntryBody .ch-about .table-wrapper .table .table-td {
  border: solid 1px #9d9d9d;
  width: 22%;
  text-align: center;
  padding: 28px 10px;
  font-size: 1.6em;
  color: #5ebc30;
  font-weight: bold;
}

/*プラン名　ウェイト、alignを上書き*/
#MCEntryBody .ch-about .table-wrapper .table .table-td.plan {
  text-align: left;
  width: 33%;
  color: #000;
  font-weight: normal;
}

/*tdのうち　編集サポートの背景色*/
#MCEntryBody .ch-about .table-wrapper .table .table-td.support {
  background-color: #d8f9c3;
}

/*テーブル下注意書き*/
#MCEntryBody .ch-about .table-wrapper .sub-info {
  font-size: 1.4em;
  color: #666;
  line-height: 1.4;
}

/*------- ボタン -------*/
/*ボタンのラッパー*/
.ch-about .bt-page {
    margin: 0 0 30px 0;
}

/*利用規約*/
.ch-about .bt-page.policy {
    margin: 0 0 40px 0;
}

/*ボタンのマージンを上書き*/
body.web-page .ch-about .bt-page a.bt-link-category {
    margin: 0;
}

/*利用規約*/
body.web-page .ch-about .bt-page a.bt-link-policy {
  font-size: 1.6em;
  color: #0b48ad;
}
body.web-page .ch-about .bt-page a.bt-link-policy:hover {
  color: #DC1932;
}


/* 記事ページ下部　「Jタウンネットチャンネル」とは　バナー
--------------------------------------------- */
.banner-link-ch-about-wrapper {
  padding: 20px 0 10px;
   text-align: center;
}

.banner-link-ch-about-wrapper a.banner-link-ch-about {
  font-size:18px;
  color:#65b16f;
  text-decoration: none;
  font-weight: bold;
}

.banner-link-ch-about-wrapper a.banner-link-ch-about:hover {
  color:#a3d0a9;
}

/* PC 広告
 --------------------------------------------- */
    /* header ad text */
    .ad-header-text {
        display:inline-block;
        vertical-align: top;
        width: 320px;
        margin: 0 auto;
        padding: 20px 0 0 0;
        font-size: 1.4em;
        line-height: 130%;
    }
    .ad-header-text ul {
        list-style: none;
        margin: 0 0 0 10px;
        padding: 0;
    }
    .ad-header-text ul li {
        display: inline-block;
        /display: inline;
        /zoom: 1;
        margin: 0 3px 0 0;
        padding: 0 0 0 14px;
        background: url( "../img/icon-arrow-gray-circle.png" ) 1px 4px no-repeat;
    }
    /* header ad super banner */
    .ad-super-bnr{
        padding:12px 0;
        text-align:center;
    }






/** レクタングル */
.ad-rectangle {
    padding:10px;
}
/** テキストのみ */
.ad-text {
   	width:320px;
    margin:0 auto;
    font-size:1.4em;
    line-height:130%;
    padding:10px 0;
}
.ad-text ul {
	list-style:none;
    margin:0 0 0 10px;
    padding:0;
}
.ad-text ul li {
	display:inline-block;
	/display:inline;
	/zoom:1;
    margin:0 3px 0 0;
    padding:0 0 0 14px;
	background:url( "../img/icon-arrow-gray-circle.png" ) 1px 4px no-repeat;
}
.ad-li-text {
    font-size:1.6em;
    font-weight: bold;
    line-height:130%;
    margin:0 0 10px 0;
}
.ad-li-text ul {
	list-style:none;
    margin:0 0 0 10px;
    padding:0;
}
.ad-li-text ul li {
	display:inline-block;
	/display:inline;
	/zoom:1;
    margin:0 3px 0 0;
    padding:0 0 0 38px;
	background:url( "../img/icon-pr.png" ) 1px 2px no-repeat;
}

/** 名刺型 */
.ad-type-card {
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.ad-type-card img {
    margin:0 0 8px 5px;

	-webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-moz-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true); /* IE5.5+ */
	background:#fff;
}

/* 記事下yahooテキスト広告 */
#wrapLeft .yads_ad,
#wrapLeft .yads_ad_res_l{
    border-bottom: 1px dashed #ccc;
    padding: 13px 10px;
    overflow: hidden;
}
.yads_ad a:hover,
.yads_ad_res_l a:hover{
    text-decoration: none;
}
.yads_ad_title,
.yads_ad_title_res_l{
    font-size: 1.4em;
    font-weight: bold;
}
.yads_ad_title:hover,
.yads_ad_title_res_l:hover{
    text-decoration: underline;
}
.yads_ad_adv,
.yads_ad_adv_res_l{
    color: #888;
    font-size: 1.2em;
}
.yads_ad_desc,
.yads_ad_desc_res_l{
    color: #333;
    font-size: 1.2em;
}
.yads_ad_info{
    text-align: right;
}
.yads_ad_info a,
.yads_ad_info_res_l a{
    color: #888;
}

/* 記事下yahooテキスト広告 画像あり */
.yads_ad_img_res_l{
    float: left;
    position: relative;
    width: 102px;
    height: 70px;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
    overflow: hidden;
}
.yads_ad_img_res_l img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.yads_ad_title_res_l,
.yads_ad_adv_res_l,
.yads_ad_info_res_l,
.yads_ad_desc_res_l{
    padding-left: 115px;
}

/* 右カラムyahooテキスト広告 */
#wrapRight .yads_ad,
#wrapRight .yads_ad_res_l{
    border-bottom: 1px solid #ebebec;
    padding: 7px 16px 7px 8px;
    overflow: hidden;
}


/* A-from
 --------------------------------------------- */
div.aform-content dl {
border-bottom: 1px dotted #ccc !important;
}
.aform-label {
font-size:1.4em;
}
.aform-validation,
.aform-confirm {
font-size:1.2em;
}
.aform-header {
font-size:1.6em !important;
}

/* ドッグキャットゴー
 --------------------------------------------- */
.img-wrapp-pet {
	text-align: center;
}
.img-wrapp-pet .img-center-w500 {
	display: inline-block;
	padding: 10px 0;
	position: relative;
}
.img-wrapp-pet .img-center-w500 img {
	display: inline-block;
	margin: 0 auto 5px;
	max-width: 500px;
	max-height: 700px;
	height: auto;
	width: auto\9;
}
.img-wrapp-pet .bt-pet-like {
	position: absolute;
	top: 0;
	right: -37px;
}

.pet-property {
	margin: 35px 0 0 0;
	background: url(../img/pet-profile-bg.gif) 0 0 no-repeat;
}

.pet-property__profile {
	zoom: 1;
	padding: 15px 15px 22px 15px;
}
.pet-property__profile:before, .pet-property__profile:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
.pet-property__profile:after {
	clear: both;
}
.pet-property__profile h2 {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 20px;
	background: url(../img/pet-profiel-icon.gif) 0 0 no-repeat;
	font-size: 1.6em !important;
	color: #73440e;
}
.pet-property__profile .pet-property__photo {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	position: relative;
	width: 100px;
	height: 135px;
	margin: 0 12px 0 0;
}
.pet-property__profile .pet-property__list {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 438px;
}
.pet-property__profile .pet-property__list dl {
	font-size: 1.4em;
	border-bottom: 1px solid #e6d1b8;
}
.pet-property__profile .pet-property__list dt {
	width: 70px;
	float: left;
	clear: both;
	padding: 4px;
	border-top: 1px solid #e6d1b8;
	font-weight: bold;
	display: block;
}
.pet-property__profile .pet-property__list dd {
	padding: 4px 4px 4px 75px;
	border-top: 1px solid #e6d1b8;
}
.pet-property__profile .pet-property__list .pet-property__list__comment {
	margin: 5px 0;
}
.pet-property__profile .pet-property__list .pet-property__list__comment p {
	margin: 0 !important;
	font-size: 1.2em !important;
	line-height: 140% !important;
}

.pet-propety__more-photo {
	zoom: 1;
	padding: 0 15px 15px 15px;
	background: url(../img/pet-profile-bg-footer.gif) 0 bottom no-repeat;
}
.pet-propety__more-photo:before, .pet-propety__more-photo:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
.pet-propety__more-photo:after {
	clear: both;
}
.pet-propety__more-photo h2 {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 20px;
	background: url(../img/pet-profiel-icon.gif) 0 1px no-repeat;
	font-size: 1.6em !important;
	color: #73440e;
}
.pet-propety__more-photo .pet-propety__more-photo__tile {
	float: left;
	background-color: #fff;
	position: relative;
	margin: 0 5px 0 0;
	width: 85px;
	height: 85px;
	border: 1px solid #aaa;
}
.pet-propety__more-photo .pet-propety__more-photo__tile a {
	width: 85px;
	height: 85px;
}

.archive-A08_Pet .wl-block .vendor-info {
    padding:10px;
}

.vendor-info .vendor-info__logo {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 10px 0 0;
	width: 140px;
	height: 130px;
}
.vendor-info .vendor-info__text {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 430px;
}
.vendor-info .vendor-info__text h2 {
	margin: 0 !important;
	font-size: 1.6em !important;
}
.vendor-info .vendor-info__text p {
	margin: 0 !important;
	font-size: 1.4em !important;
}

a.bt-more-pet {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 5px 0 0;
	padding: 2px 10px;
	background: url(../img/icon-arrow-gray.png) right 8px no-repeat;
	font-size: 0.8em;
}

.bt-wrapper {
	text-align: center;
}

#btA0801_Dog a.bt-link-petgo {
	background: #2194db;
}

#btA0802_Cat a.bt-link-petgo {
	background: #f89320;
}

a.bt-link-petgo {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-shadow: 1px, 1px, 1px, 0, #cccccc;
	-moz-box-shadow: 1px, 1px, 1px, 0, #cccccc;
	box-shadow: 1px, 1px, 1px, 0, #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0;
	padding: 5px 15px;
	font-size: 1.6em;
	font-weight: bold;
}
a.bt-link-petgo:link {
	color: #fff;
	text-decoration: none;
}
a.bt-link-petgo:hover {
	background: #666 !important;
	color: #fff !important;
	text-decoration: none !important;
}
a.bt-link-petgo:visited {
	color: #fff !important;
	text-decoration: none !important;
}


                                                     
/* 求人検索 140416
 --------------------------------------------- */
.job-search .select-name {
	background:#7F62B7;
	color:#FFF;
    font-size: 12px;
	font-weight:bold;
	padding:1px 3px 1px 3px;
	width:60px;
	text-align:center;
	-webkit-border-top-left-radius: 3px;  
    -webkit-border-top-right-radius: 3px;  
    -moz-border-radius-topleft: 3px;  
    -moz-border-radius-topright: 3px;
	border-radius-topright: 5px;  
	border-radius-topleft: 5px;  
}
.job-search .select-wrap {
	width:275px;
	margin:12px 0 0 0;
	float:left;
}
.job-search .select-wrap.left{
	margin-right:20px;
}
.job-search .select-wrap.pay-wrap {
	float:left;
	margin:15px 0 0 0;
	width:580px;
}
.job-search .select-wrap .pay {
	width:275px;
	float:left;
}
.job-search .select-wrap .min,
.job-search .select-wrap .max{
	width:145px;
	float:left;
}
.job-search #main_search_btn_box {
    height: 50px;
    position: relative;
    width: 570px;
}
.job-search .min .sbSelector,
.job-search .max .sbSelector {
	width:145px;
}
.job-search #other-check {
width:470px;
}
.job-search #other-check label {
    font-size: 14px;
	margin-right:40px;	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #C4C4C4;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 255px;
	z-index: 2;
	overflow-y: auto;
}
.min .sbOptions,
.max .sbOptions{
	width: 125px;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
    font-size: 12px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #333;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #333;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.job-search input#submit {
	border:solid 2px #FFF;
	width:200px;
	height:40px;
	margin:20px 190px 0 190px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #AD85DA,#AD85DA 50%,#A67BD5 50%,#A67BD5);
    background: -webkit-gradient(linear, top, bottom, from(#AD85DA),color-stop(0.5, #AD85DA),color-stop(0.5, #A67BD5),to(#A67BD5));color:#FFF;
    background: -webkit-linear-gradient(top, #AD85DA, #A67BD5);
    font-size:16px;
	font-weight:bold;
	letter-spacing:10px;
}


                                     
/* pr wire 140430
 --------------------------------------------- */
/* トップ */
#wlPRwire{
    margin:20px 0 0 0;
}
#wlPRwire .contents ul li {
    margin: 0 0 5px 0;
    font-size:1.3em;
    font-weight:bold;
    border-bottom:1px solid #ebebec;
}
#wlPRwire .header .title{
    border:none !important;
}

/* 記事ページ */
.entry-A01_Prwire #MCEntryBody {
    margin:0 0 15px 0;
    font-size:1.6em;
    line-height:170%;
}
.entry-A01_Prwire .othersite-logo{
    text-align:right;
}
.entry-A01_Prwire .othersite-logo img{
    width:100px;
}
/* 画像 */
.entry-A01_Prwire .img-center-l {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
    font-size:1.2em;
    line-height:160%;
    color:#666;
}
.ifie6 .entry-A01_Prwire .img-center img { width: 100%; }
.entry-A01_Prwire .img-center-l img { display: inline-block; /display: inline; /zoom:1; margin: 0 auto 5px; max-width:100%; height:auto; width:auto\9; }
.entry-A01_Prwire .img-center-l br { line-height:0px; margin:0; padding:0; height:0; font-size:0.1em; }
/* カテゴリ　トップへボタン */
.entry-A01_Prwire a.bt-link-category {
	font-size:90%;
    padding: 2px 10px;
}
/* アイコン */
.entry-A01_Prwire .wl-block .icon-category,
.archive-A01_Prwire .wl-block .icon-category {
	background-image:url( "../img/icon-block-cat-prwire.png" );
    background-position:0 -35px;
}
#wlPRwire .icon-category {
	background-image:url( "../img/prwire-toplogo.gif" );
    background-repeat:no-repeat;
    background-position:0 0;
}
#wlPRwire .icon-category {
width:84px;
height: 35px;
position: absolute;
top: 0;
left: 0;
}
#wlPRwire .header .title h2 {
display:inline-block;
padding: 0 5px 5px 80px;
}
.entry-A01_Prwire #MCEntryCategoryList {
  background-position: 0 -192px;
}

/* social-btns 20170724修正 チェ--------------------- */
.entry-social-btns {
    display: table;
    width: 100%;
    margin: 8px auto;
    /* padding: 8px; */
    /* background: #F2F2F2; */
}

.entry-social-btn {
    display: table-cell;
    width: 20%;
    padding: 0 5px;
    vertical-align: top;
}
.entry-social-btn:first-child {
    padding: 0 5px 0 0;
}
.entry-social-btn:last-child {
    padding: 0 0 0 5px;
}

.ie .entry-social-btn {
    display: inline;
    zoom: 1;
}

.social-btn-comment a,
.social-btn-facebook a,
.social-btn-twitter a,
.social-btn-line a,
.social-btn-hatena a {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 3px;
}

.social-btn-facebook {
}

.social-btn-twitter {
}

.social-btn-line {
}

.social-btn-hatena {
}

.social-btn-comment span,
.social-btn-facebook span,
.social-btn-twitter span,
.social-btn-line span,
.social-btn-hatena span {
    display: none;
}

.social-btn-comment a {
    background: #ff6437 url(../img/btn-entry-social-comment.png) center no-repeat;
    background-size: contain;
}

.social-btn-facebook a {
    background: #2f4c85 url(../img/btn-entry-social-facebook.png) center no-repeat;
}

.social-btn-twitter a {
    background: #60a7db url(../img/btn-entry-social-twitter.png) center no-repeat;
}

.social-btn-line a {
    background: #00BF00 url(../img/btn-entry-social-line-sp.png) center no-repeat;
}

.social-btn-hatena a {
    background: #078fe1 url(../img/btn-entry-social-hatena.png) center no-repeat;
}

.social-btn-comment .count,
.social-btn-facebook .count,
.social-btn-twitter .count,
.social-btn-line .count,
.social-btn-hatena .count {
    position: relative;
    margin: 0 0 8px 0;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #7fbaf5;
    color: #3C5995;
    font-size: 1.3em;
    text-align: center;
    border-radius: 3px;
}

.social-btn-comment .count:after,
.social-btn-facebook .count:after,
.social-btn-twitter .count:after,
.social-btn-line .count:after,
.social-btn-hatena .count:after,
.social-btn-comment .count:before,
.social-btn-facebook .count:before,
.social-btn-twitter .count:before,
.social-btn-line .count:before,
.social-btn-hatena .count:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.social-btn-comment .count:after,
.social-btn-facebook .count:after,
.social-btn-twitter .count:after,
.social-btn-line .count:after,
.social-btn-hatena .count:after {
    border-color: rgba(127, 186, 245, 0);
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}

.social-btn-comment .count:before,
.social-btn-facebook .count:before,
.social-btn-twitter .count:before,
.social-btn-line .count:before,
.social-btn-hatena .count:before {
    border-color: rgba(127, 186, 245, 0);
    border-top-color: #7fbaf5;
    border-width: 5px;
    margin-left: -5px;
}

.entry-social-btn .count .count-link {
    background: none;
    width: auto;
    height: auto;
}

/* フォローボタン */
.follow {
    display: inline-block;
}

.follow span {
    display: none;
}

/* =.follow-btns */
.follow .follow-text {
    display: inline-block;
    width: 152px;
    height: 25px;
    background: url(../img/btn-follow.png) no-repeat;
    background-position: 0 0;
    font-size: 1.2em;
}
.follow .follow-btns {
    display: inline-block;
}

.follow .follow-btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
}
.fb_iframe_widget {
    vertical-align: top;
}
/* =.follow-btns */


/* 九州特集 追加201709チェ */	
.ftSection{	
padding: 0 0 0 10px;	
}	
.ftSection a,	
.ftSection a:visited {	
color: #aaa;	
text-decoration: none;	
outline: none;	
}	
	
/** 九州特集 カバー画像 **/	
.ftCover{	
position: relative;	
height: 240px;	
background: #444;	
background-position: 50% 50%;	
background-size: cover;	
margin: 0 0 20px;	
}	
.ftCover--kyushu { background-image: url(../img/ftCover_kyushu.png) }	
	
/** 九州特集 見出し **/	
h2.ftEntryTitle{	
font-size: 24px;	
font-weight: bold;	
text-align: center;	
margin: 32px 0 16px;	
}	
.ftEntryTitleGroup{	
padding-bottom: 4px;	
border-bottom: 2px solid #444;	
line-height: 1.6em;	
text-align:left;	
}	
h3.ftEntryTitleSub {	
font-size: 18px;	
font-weight: bold;	
display: inline-block;	
}	
.ftEntryMoreBtn {	
/* display: inline-block;*/	
/* font-size: 13px;*/	
/* font-weight: bold;*/	
/* color: #aaa;*/	
/* float: right;*/	
/* padding: 4px 0;*/	
}	
a:hover.ftEntryMoreBtn {	
color: #0C43B0;	
}	
.icon--groumet:before {	
margin:0 6px 0 0;	
content:" ";	
display:inline-block;	
width:18px;	
height:18px;	
background: url(../img/icon_gourmet.png) no-repeat;	
background-size:contain;	
}	
.icon--news:before {	
margin:0 6px 0 0;	
content:" ";	
display:inline-block;	
width:18px;	
height:18px;	
background: url(../img/icon_news.png) no-repeat;	
background-size:contain;	
}	
.icon--quiz:before {	
margin:0 6px 0 0;	
content:" ";	
display:inline-block;	
width:18px;	
height:18px;	
background: url(../img/icon_quiz.png) no-repeat;	
background-size:contain;	
}	
.icon--vote:before {	
margin:0 6px 0 0;	
content:" ";	
display:inline-block;	
width:18px;	
height:18px;	
background: url(../img/icon_vote.png) no-repeat;	
background-size:contain;	
}	
	
/** 九州特集 flexbox **/	
.flexbox {	
margin: 0 auto;	
display: -webkit-flex;	
display: flex;	
}	
.flexbox--wrap {	
flex-wrap:wrap;	
}	
.flexbox--ftEntryTheme {	
justify-content: space-between;	
}	
.flexbox--txt_end {	
align-items: flex-end;	
}	
	
/** 九州特集 最新記事 **/	
.sectionLatest {	
margin-bottom: -20px;	
}	
.ftEntryLatest__item {	
position: relative;	
box-sizing: border-box;	
list-style-type: none;	
width: 300px;	
height: 200px;	
background: #444;	
background-position: 50% 50%;	
background-size: cover;	
color: white;	
margin: 0 0 20px;	
}	
.ftEntryLatest__cover{	
position: absolute;	
top: 0;	
left: 0;	
width: 100%;	
height: 100%;	
background: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));	
background: -o-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));	
background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));	
z-index: 1;	
}	
a:hover .ftEntryLatest__cover{	
background: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.9));	
background: -o-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.9));	
background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.9));	
}	
.ftEntryLatest__item--title{	
font-size: 18px;	
line-height: 1.4em;	
text-shadow: 2px 2px 2px rgba(0,0,0,0.5);	
padding: 12px;	
z-index: 2;	
}	
	
/** 九州特集 テーマで読む **/	
.sectionTheme {	
margin-bottom: -16px;	
}	
.ftEntryTheme {	
margin-bottom: 16px;	
}	
.ftEntryTheme__item {	
box-sizing: border-box;	
width: 300px;	
padding: 10px;	
background-color: #fff;	
border-bottom: 1px solid #ddd;	
transition: .3s;	
}	
a:hover .ftEntryTheme__item {	
background-color: #eee;	
}	
.ftEntryTheme__item--tmb {	
position: relative;	
background-color: #ddd;	
background-position: 50% 50%;	
background-size: cover;	
width: 72px;	
height: 72px;	
border-radius: 4px;	
margin-right: 10px;	
}	
.ftEntryTheme__item--title {	
flex: 1;	
font-size: 13px;	
color: #666;	
}	
a.ftEntryTheme__item .ftEntryTheme__item--title {	
text-decoration: none !important;	
}



} /* /min-width: 481px */


/* SP　分岐　*****************************************
 --------------------------------------------- */
@media screen and (max-width: 600px) { /* def 480px */

/* SP common 
 --------------------------------------------- */

.gotop {}

.gotop a {
  display: block;
  text-align: center;
  background: #666;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 auto 20px;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  box-shadow: 1px 1px 2px 0px #ccc;
}


/** 地域判定 */

#areaCheckResult {
  background: #999;
}

#areaCheckResult .inner {
  width: 90%;
  margin: 0 auto;
  color: #fff;
}

#areaCheckResult .inner .header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
}

#areaCheckResult .inner .content {}

#areaCheckResult .inner .content p {
  padding: 0 0 5px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

#areaCheckResult .inner .content .bt-gray {
  margin: 0 !important;
  padding: 15px 0;
}

#areaCheckResult .inner .content .bt-gray a {
  -webkit-box-shadow: 1px 1px 2px 0px #333;
  -moz-box-shadow: 1px 1px 2px 0px #333;
  box-shadow: 1px 1px 2px 0px #333;
}


/** インフィニティスクロール next */

#wrapTile a#next {
  display: block;
  text-align: center;
  background: #666;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 auto;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  box-shadow: 1px 1px 2px 0px #ccc;
}

#wrapTile a#next:hover {
  background: #555;
}


/* SP ヘッダー
 ----------------------------------------------- */

#header {
  margin: 0;
  background: #fff;
}

#header .header__top, #header .header__middle, #header .header__bottom {}


/* header top ----- */

#header .header__top {
  background-image: url("../img/bg-nav-sp.gif");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100% 5px;
}

.header__top .header__top-wrapp {
  margin: 0 0 5px 0;
}

.header__top-wrapp .header__top-wrapp__left {
  position: relative;
}

.header__top-wrapp .header__top-wrapp__right {}


/* header middle ----- */

#header .header__middle {}


/* header bottom ----- */

#header .header__bottom {}


/* ----- ▲枠 ----- */


/* サイトロゴ hook .header__top */

.header__top .logo {
  display: inline-block;
  width: 98px;
  height: 31px;
  margin: 11px 0 0 7px;
  padding: 0;
  background: url("../img/logo-s.png") 0 0 no-repeat;
  background-size: 98px 31px;
}

.logo .logo-link {
  display: block;
  width: 98px;
  height: 31px;
}

.logo-link span {
  display: none;
}


/* 都道府県名 hook .header__top */

.header__top .pref {
  display: inline-block;
  padding: 14px 0 0 3px;
  vertical-align: top;
}


/* 都道府県名 - 表示部分 */

.pref .pref-name {
  display: inline-block;
  width: 100px;
  height: 26px;
  vertical-align: top;
  background-image: url("../img/bg-pref.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pref .pref-name span {
  display: none;
}


/* 九州特集 - 表示部分 */

#pref-100 {
  background: url("../img/kyushu-pref.png") 0 0 no-repeat;
  background-size: 100%;
}


/* 北九州市特集 - 表示部分 */

#pref-101 {
  background: url("../img/kita-kyushu-pref.png") 0 0 no-repeat;
  background-size: 100%;
}


/* 都道府県名 - スプライト画像位置 == .pref */

.pref #pref-01 {
  background-position: 0 0px;
}

.pref #pref-02 {
  background-position: 0 -26px;
}

.pref #pref-03 {
  background-position: 0 -52px;
}

.pref #pref-04 {
  background-position: 0 -78px;
}

.pref #pref-05 {
  background-position: 0 -103px;
}

.pref #pref-06 {
  background-position: 0 -129px;
}

.pref #pref-07 {
  background-position: 0 -155px;
}

.pref #pref-08 {
  background-position: 0 -181px;
}

.pref #pref-09 {
  background-position: 0 -207px;
}

.pref #pref-10 {
  background-position: 0 -233px;
}

.pref #pref-11 {
  background-position: 0 -259px;
}

.pref #pref-12 {
  background-position: 0 -284px;
}

.pref #pref-13 {
  background-position: 0 -310px;
}

.pref #pref-14 {
  background-position: 0 -336px;
}

.pref #pref-15 {
  background-position: 0 -362px;
}

.pref #pref-16 {
  background-position: 0 -388px;
}

.pref #pref-17 {
  background-position: 0 -414px;
}

.pref #pref-18 {
  background-position: 0 -440px;
}

.pref #pref-19 {
  background-position: 0 -466px;
}

.pref #pref-20 {
  background-position: 0 -492px;
}

.pref #pref-21 {
  background-position: 0 -516px;
}

.pref #pref-22 {
  background-position: 0 -543px;
}

.pref #pref-23 {
  background-position: 0 -569px;
}

.pref #pref-24 {
  background-position: 0 -595px;
}

.pref #pref-25 {
  background-position: 0 -621px;
}

.pref #pref-26 {
  background-position: 0 -646px;
}

.pref #pref-27 {
  background-position: 0 -672px;
}

.pref #pref-28 {
  background-position: 0 -698px;
}

.pref #pref-29 {
  background-position: 0 -724px;
}

.pref #pref-30 {
  background-position: 0 -750px;
}

.pref #pref-31 {
  background-position: 0 -776px;
}

.pref #pref-32 {
  background-position: 0 -802px;
}

.pref #pref-33 {
  background-position: 0 -828px;
}

.pref #pref-34 {
  background-position: 0 -854px;
}

.pref #pref-35 {
  background-position: 0 -879px;
}

.pref #pref-36 {
  background-position: 0 -905px;
}

.pref #pref-37 {
  background-position: 0 -931px;
}

.pref #pref-38 {
  background-position: 0 -957px;
}

.pref #pref-39 {
  background-position: 0 -983px;
}

.pref #pref-40 {
  background-position: 0 -1008px;
}

.pref #pref-41 {
  background-position: 0 -1034px;
}

.pref #pref-42 {
  background-position: 0 -1060px;
}

.pref #pref-43 {
  background-position: 0 -1086px;
}

.pref #pref-44 {
  background-position: 0 -1112px;
}

.pref #pref-45 {
  background-position: 0 -1138px;
}

.pref #pref-46 {
  background-position: 0 -1164px;
}

.pref #pref-47 {
  background-position: 0 -1190px;
}


/* 隣県表示 */

.pref .pref-adjoin {
  font-size: 12px;
  line-height: 100%;
  margin: 4px 0 8px -100px;
}


/* 隣県表示 - 囲み ul */


/* 基本タイプセレクタを記述しないがタイプセレクタ独自のプロパティに気をつける必要がある */

.pref-adjoin .pref-adjoin-wrapp {
  list-style: none;
}

.pref-adjoin-wrapp .pref-adjoin-link {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 0 0 6px;
  background: url("../img/icon-arrow-gray.png") 0 3px no-repeat;
}

.pref-adjoin-wrapp .pref-all {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #0B48AD;
  cursor: pointer;
}


/* 検索 hook .header__top */

.header__top .search {
  display: none;
}


/* 検索 ナビゲーション下 */

.search-sp {
  display: none;
  background: #808080;
  padding: 5px;
}

.search-active .nav-item {
  background: #808080 url("../img/icon-search-close-s.png") center center no-repeat !important;
}


/* サブナビ */

.sub-nav {
  display: none;
}


/** Disqus */

#commentDisqus {
  margin: 30px 10px;
}

.inline-text {
  border: 1px solid #dedede;
  font-size: 12px;
  height: 100px;
  line-height: 16px;
  margin: 20px 0;
  overflow: auto;
  padding: 5px;
}


/** コメント選択ボタン類 */

.select-comment {
  margin: 15px 0 10px;
  text-align: center;
}

.select-comment a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.select-comment a span {
  display: none;
}

a.bt-comment-disqus {
  background-image: url("../img/bt-comment-disqus-s.png");
  margin: 0 5px 0 0;
}

a.bt-comment-form {
  background-image: url("../img/bt-comment-form-s.png");
  margin: 0 5px 0 0;
}

a.bt-comment-mail {
  background-image: url("../img/bt-comment-mail-s.png");
}


/* SP メインエリア
 ----------------------------------------------- */

#contentWrapper {
  width: 100%;
  margin: 10px auto 20px;
}

#wrapLeft {
  margin: 0 auto 20px;
}

#wrapRight {
  margin: 0 auto;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* SP タイル
 ----------------------------------------------- */

#wrapTile, #wrapTile-first, #wrapTile-second {
  margin: 0 10px;
}

#wrapTile>div, #wrapTile-first>div, #wrapTile-second>div {
  margin: 0 0 15px;
  background-size: cover;
}

.tbox {
  background-color: transparent;
}

.box-style-normal .tbox-image {
  width: 100%;
  height: 108px;
}

.tbox .tbox-image {
  background-size: cover;
}

.box-style-normal {
  width: 50%;
  height: 200px;
}

.box-style-normal a {
  height: 200px;
}

.box-style-normal, .box-style-horizontal2, .box-style-vertical2 {
  border-bottom: none;
}

.box-style-normal a, .box-style-horizontal2 a, .box-style-vertical2 a {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0 5px;
}

.index #wrapTile .box-style-normal:first-child .tbox-image, .index #wrapTile-first .box-style-normal:first-child .tbox-image, .index #wrapTile-second .box-style-normal:first-child .tbox-image {
  height: 108px;
  background-size: cover;
}

.index #wrapTile .box-style-normal:first-child, .index #wrapTile-first .box-style-normal:first-child, .index #wrapTile-second .box-style-normal:first-child {
  width: 100%;
  height: 170px;
  margin: 0 0 15px;
}

.index #wrapTile .box-style-normal:first-child a, .index #wrapTile-first .box-style-normal:first-child a, .index #wrapTile-second .box-style-normal:first-child a {
  height: 170px;
}

.box-style-horizontal2, .box-style-horizontal2 a {
  overflow: hidden;
  width: 299px;
  height: 123px;
}

.box-style-vertical2, .box-style-vertical2 a {
  width: 147px;
  height: 251px;
}

.text-box {
  width: 100%;
  overflow: hidden;
}

.tbox .icon-date {
  height: 20px;
  background-image: url("../img/icon-tile-cat.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
}

.cat-A01_Gourmet .icon-date {
  background-position: 0 0;
}

.cat-A02_Shop .icon-date {
  background-position: 0 -21px;
}

.cat-A03_Event .icon-date {
  background-position: 0 -42px;
}

.cat-A04_Sanpo .icon-date {
  background-position: 0 -63px;
}

.cat-A05_Life .icon-date {
  background-position: 0 -84px;
}

.cat-A07_News .icon-date {
  background-position: 0 -125px;
}

.cat-A09_Research .icon-date {
  background-position: 0 -208px;
}

.cat-A10_Column .icon-date {
  background-position: 0 -188px;
}

.cat-A11_Quiz .icon-date {
  background-position: 0 -229px;
}

.tbox .icon-date span {
  font-size: 12px;
  padding: 2px 0 0 25px;
  display: block;
}

.text-box h2, .text-box .tbox-title {
  font-size: 13px;
  line-height: 16px;
  margin: 6px 0 0 0;
  padding: 0 8px;
  font-weight: bold;
}


/* タイル地　右アイコン */

.flag-accepting .icon-flag {
  position: absolute;
  width: 53px;
  height: 57px;
  background: url("../img/icon-accepting-s.png") 0 0 no-repeat;
  background-size: 53px 57px;
  top: -10px;
  right: -10px;
}


/* SP タイル以外 + 右カラム 
 --------------------------------------------- */


/** common parts */


/*** もっと見る */

a.bt-link-more {
  background: url("../img/icon-arrow-gray.png") right 9px no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 5px 0 0;
  padding: 2px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

a.bt-link-more:hover {
  color: #333;
  text-decoration: none;
}


/*** グレー地 ボタン */

.bt-gray {
  text-align: center;
  margin: 10px 0 15px;
}

.bt-gray a {
  display: inline-block;
  text-align: center;
  background: #666;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px #ccc;
  -moz-box-shadow: 1px 1px 2px 0px #ccc;
  box-shadow: 1px 1px 2px 0px #ccc;
}

.bt-gray a:hover {
  background: #555;
}


/*** カテゴリトップ */

a.bt-link-category {
  background: #88898c;
  -webkit-box-shadow: 1px 1px 1px 0px #ccc;
  -moz-box-shadow: 1px 1px 1px 0px #ccc;
  box-shadow: 1px 1px 1px 0px #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

a.bt-link-category:hover {
  background: #666;
}

a.bt-link-category:link, a.bt-link-category:hover, a.bt-link-category:visited {
  color: #fff;
  text-decoration: none;
}


/*** カテゴリ色 */

body.archive-A01_Gourmet a.bt-link-category, body.entry-A01_Gourmet a.bt-link-category {
  background-color: #e74c3c;
}

body.archive-A02_Shop a.bt-link-category, body.entry-A02_Shop a.bt-link-category {
  background-color: #ff9933;
}

body.archive-A03_Event a.bt-link-category, body.entry-A03_Event a.bt-link-category {
  background-color: #36bfa4;
}

body.archive-A04_Sanpo a.bt-link-category, body.entry-A04_Sanpo a.bt-link-category {
  background-color: #52b348;
}

body.archive-A05_Life a.bt-link-category, body.entry-A05_Life a.bt-link-category {
  background-color: #a35ebf;
}

body.archive-A0601_Kisei a.bt-link-category, body.archive-A06_Dokumo a.bt-link-category, body.entry-A06_Dokumo a.bt-link-category {
  background-color: #de7aab;
}

body.archive-A07_News a.bt-link-category, body.entry-A07_News a.bt-link-category {
  background-color: #4583e6;
}

body.archive-A10_Column a.bt-link-category, body.entry-A10_Column a.bt-link-category {
  background-color: #f2bf1a;
}

body.archive-A09_Research a.bt-link-category, body.entry-A09_Research a.bt-link-category {
  background-color: #7fb324;
}

.bt-page {
  text-align: center;
  margin: 0 0 15px 0;
}

body.web-page .bt-page a.bt-link-category {
  background-color: #567DCC;
  width: 220px;
  margin: 15px;
  padding: 15px;
  font-size: 18px;
}

body.web-page .bt-page a.bt-link-category:hover {
  background: #145ECC;
  width: 220px;
  margin: 15px;
  padding: 15px;
  font-size: 18px;
}


/*
 * 左カラム、右カラム
 * 共通部分はあるが切り離す可能性があるので
 * 同設定でも重複して書いておく
 */


/* SP 左右カラム 
 --------------------------------------------- */

.wl-block {
  -webkit-box-shadow: 1px 1px 2px 0px #ccc;
  -moz-box-shadow: 1px 1px 2px 0px #ccc;
  box-shadow: 1px 1px 2px 0px #ccc;
  background: #fff;
  margin: 0 15px 15px;
}

.category .wl-block {
  margin: 0 0 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wr-block {
  margin: 0 15px 24px;
  background: #fff;
}


/** 記事一覧 ----- */

.wl-block .header {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.wr-block .header {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #ddd;
}

.wl-block .footer {
  border-top: 1px solid #e6e6e6;
  background: #fbfbfb;
  min-height: 35px;
  position: relative;
  overflow: hidden;
}

.wl-block .header .title {
  display: inline-block;
  position: relative;
  padding: 10px 10px 8px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  border-left: 5px solid #aaa;
}

.wl-block .header .title h1, .wl-block .header .title h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.wr-block .header .title {
  display: inline-block;
  position: relative;
  padding: 5px 10px 8px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  color: #000;
}

.wl-block .header .title h1, .wr-block .header .title h1, .wl-block .header .title h2, .wr-block .header .title h2 {}

.wl-block .header a.bt-link-more, .wr-block .header a.bt-link-more, .wl-block .footer a.bt-link-more, .wr-block .footer a.bt-link-more {
  display: block;
  text-align: right;
}

.wl-block .header a.bt-link-more, .wl-block .footer a.bt-link-more {
  float: right;
  margin: 5px 5px 0 0;
  display: inline-block;
  text-align: right;
}

.wl-block .header-sub-description, .wr-block .header-sub-description {
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
  background: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}

.wr-block .contents .article {
  border-bottom: 1px solid #ebebec;
  padding: 7px 16px 7px 8px;
}

.wl-block .contents .article {
  padding: 13px 10px;
  border-bottom: 1px dashed #ccc;
}

.wl-block .contents .article:last-child {
  border-bottom: none;
}

#wlA0506_Jobs .article, #wlA0505_Links .article, #wlA0403_Tour .article, #wlA0202_Links .article, #wlA0102_Links .article {
  padding: 10px 15px;
}

#wlA0303_Pia .article {
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
}

.wl-block .article .photo-frame, .wr-block .article .photo-frame {
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
}

.wl-block .article .photo-frame img, .wr-block .article .photo-frame img {
  border: 1px solid #ddd;
}

#wlA0303_Pia .article .photo-frame {
  border: none;
  float: none;
  margin: 0 0 10px 0;
  overflow: hidden;
  position: static;
  text-align: center;
}

#wlA0303_Pia .article .photo-frame img {
  border: 1px solid #B4B4B5;
  max-width: 200px;
}

.job .photo-frame img {
  width: 100px;
}

#wlA0303_Pia .article .photo-frame .sub-credit {
  font-size: 12px;
  margin: 3px 0;
}

.wl-block .article .block-text, .wr-block .article .block-text {
  padding: 0 0 0 115px;
}

#wrChumokuJoho .article .block-text {
  padding: 0 0 0 90px;
  text-align: left;
}

#wlA0303_Pia .article .block-text {
  padding: 0 0 0 150px;
}

#wlA0506_Jobs .block-text, #wlA0505_Links .block-text, #wlA0403_Tour .block-text, #wlA0202_Links .block-text, #wlA0102_Links .block-text {
  padding: 0 !important;
}

.wr-block .article .block-text {
  margin: 0 0 2px 0;
  padding: 0 0 0 25px;
}

#wrBbs .block-text {
  padding: 0 0 0 110px;
}

#wr1click .article .block-text, #wrJob .article .block-text {
  background: url("../img/icon-arrow-gray-circle.png") 8px 3px no-repeat;
}

.wl-block .article .block-text h3, .wl-block .article .block-text-title {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  word-break: break-all;
}

.wr-block .article .block-text-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  word-break: break-all;
}

.wl-block .article .block-text .date-write, .wr-block .article .block-text .date-write {
  font-size: 12px;
  color: #666;
}

.wl-block .article .block-text p, .wr-block .article .block-text p {
  font-size: 12px;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-break: break-all;
}

.p-line-text p {
  border-top: 1px dotted #ddd;
  margin: 5px 0 0 0 !important;
  padding: 5px 0 0 0 !important;
}

.wl-block .contents ul, .wr-block .contents ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.wr-block .contents ul li, .wl-block .contents ul li {
  padding: 0 0 0 7px;
  background: url("../img/icon-arrow-gray.png") 0 6px no-repeat;
}

.wr-block .contents ul li {
  font-size: 12px;
}

.wl-block .contents ul li {
  font-size: 14px;
}

.wl-block .contents ul.li-horizontal li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 5px 5px 0;
}

.wl-block .contents ol {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.wr-block .contents ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wl-block .contents ol li {
  position: relative;
  font-size: 12px;
  line-height: 120%;
  margin: 0 0 9px 0;
  padding: 0 0 9px 23px;
  border-bottom: 1px solid #eaeaea;
  min-height: 18px;
}


/** 隣県を見る */

#wlOther_Links {}

#wlOther_Links h2 {
  padding: 5px 10px;
  background: #ccc;
  display: inline-block;
  color: #666;
  font-size: 14px;
}

#wlOther_Links ul {
  display: inline-block;
  padding: 5px;
}

#wlOther_Links ul li {
  margin-bottom: 0;
}


/** 右カラム　画像バナー */

.banner-block {
  padding: 0 0 0 0;
  text-align: center;
}

.banner-block img {
  padding: 0 0 10px 0;
}


/** ランキング */

#wrRanking, #wrCommentRanking {}

#wrRanking .tabs {
  margin: 10px 0;
  padding: 0 10px;
  background: url(../img/bg-tab.gif) 0 bottom repeat-x;
}

#wrRanking .tabs .bt-tab {
  display: inline-block;
  margin: 0 2px;
  padding: 5px 20px;
  background: #f0f0f0;
  font-size: 12px;
  color: #adadad;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}

#wrRanking .tabs .current {
  border-bottom: 1px solid #fff;
  background: #fff;
  font-weight: bold;
  color: #f08424;
}

#wrRanking .tabs .bt-tab:hover {
  border-bottom: 1px solid #fff;
  background: #fff;
  font-weight: bold;
  color: #f08424;
}

#wrRanking ol li, #wrCommentRanking ol li, #wrTweetRanking ol li {
  display: table;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #ebebec;
}

#wrRanking .rank-num, #wrCommentRanking .rank-num, #wrTweetRanking .rank-num {
  display: table-cell;
  width: 20px;
  padding: 0 5px 0 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  font-style: oblique;
}

#ranking1 .rank-num, #ranking2 .rank-num, #ranking3 .rank-num {
  color: #d98b0f;
}

#wrRanking .ranking-title, #wrCommentRanking .ranking-title, #wrTweetRanking .ranking-title {
  display: table-cell;
  font-size: 14px;
  line-height: 130%;
  font-weight: bold;
  padding: 0 15px 0 0;
}

#wrRanking .week, #wrRanking .month {
  display: none;
}


/** カテゴリ別 アイコン表示 左カラム */


/*** カテゴリ：グルメ */

.entry-A01_Gourmet .wl-block .header .title, .archive-A01_Gourmet .wl-block .header .title {
  border-left: 5px solid #e74c3c;
}


/*** カテゴリ：おかいもの */

.entry-A02_Shop .wl-block .header .title, .archive-A02_Shop .wl-block .header .title {
  border-left: 5px solid #ff9933;
}


/*** カテゴリ：イベント */

.entry-A03_Event .wl-block .header .title, .archive-A03_Event .wl-block .header .title {
  border-left: 5px solid #36bfa4;
}


/*** カテゴリ：さんぽ */

.entry-A04_Sanpo .wl-block .header .title, .archive-A04_Sanpo .wl-block .header .title {
  border-left: 5px solid #52b348;
}


/*** カテゴリ：くらし */

.entry-A05_Life .wl-block .header .title, .archive-A05_Life .wl-block .header .title {
  border-left: 5px solid #A35EC1;
}


/*** カテゴリ：ドクモ */

.entry-A06_Dokumo .wl-block .header .title, .archive-A06_Dokumo .wl-block .header .title {
  border-left: 5px solid #e74c3c;
}


/*** カテゴリ：地域ニュース */

.entry-A07_News .wl-block .header .title, .archive-A07_News .wl-block .header .title {
  border-left: 5px solid #4583e6;
}


/*** カテゴリ：Jタウン研究所 */

.entry-A09_Research .wl-block .header .title, .archive-A09_Research .wl-block .header .title {
  border-left: 5px solid #7fb324;
}


/*** カテゴリ：コラム */

.entry-A10_Column .wl-block .header .title, .archive-A10_Column .wl-block .header .title {
  border-left: 5px solid #f2bf18;
}


/*** カテゴリ：Jタウンチャンネル */

.archive-town-channel .wl-block .header .title {
  border-left: 5px solid #e63a00;
}


/** カテゴリ：タイル地 ブロック */

.archive-A01_Gourmet #wlA0104_Topics, .archive-A02_Shop #wlA0204_Topics, .archive-A03_Event #wlA0304_Topics, .archive-A04_Sanpo #wlA0402_SanpoColumn, .archive-A05_Life #wlA0504_Suumo {
  /*    background:none !important; */
}


/* wikipedia ranking add 2014.6.23
 --------------------------------------------- */

#wrWikipedia {
  overflow: hidden;
  margin: 0 15px 20px;
  background: #e6f2ff;
}

#wrWikipedia .header {}

#wrWikipedia .header .title {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #3d8bd9;
  border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

#wrWikipedia .header .title a {
  color: #fff;
}

#wrWikipedia .header .description {
  padding: 5px 10px;
  font-size: 12px;
}

#wrWikipedia .contents {
  background: #fff;
}

#wrWikipedia .contents ol {
  -webkit-box-shadow: 0 0 5px 0 #b6c7d9;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #b6c7d9;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #b6c7d9;
  /* CSS3 */
}

#wrWikipedia .contents ol li {
  display: table;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e6e6e7;
}

#wrWikipedia .contents ol li:last-child {
  border-bottom: none;
}

#wrWikipedia .updown {
  display: table-cell;
  width: 60px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

#wrWikipedia .updown img {
  margin: 0 0 2px 0;
}

#wrWikipedia .stay {
  background: #e6fff1;
}

#wrWikipedia .up {
  background: #ffe6e6;
}

#wrWikipedia .down {
  background: #e6f1ff;
}

#wrWikipedia .ranking-title {
  display: table-cell;
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
}

#wrWikipedia .ranking-title a {
  display: block;
}

#wrWikipedia .rank-num {
  display: table-cell;
  width: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-style: oblique;
  background-color: #84919b;
}

#w-ranking01 .rank-num, #w-ranking02 .rank-num, #w-ranking03 .rank-num {
  background-color: #f39c12;
}

#wrWikipedia .footer {
  text-align: right;
}

#wrWikipedia .footer .provide-logo {
  display: inline-block;
  width: 170px;
  vertical-align: top;
}

#wrWikipedia .footer .provide-logo img {
  width: 170px;
}

#wrWikipedia .footer .more-bt {
  display: inline-block;
  background-color: #84919b;
}

#wrWikipedia .footer .more-bt a {
  display: inline-block;
  background: url("../img/icon-arrow-white-g.gif") right center no-repeat;
  margin: 0 5px 0 0;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}


/* 感染症 流行情報 2014.11.26
 --------------------------------------------- */

#wrInfectious {
  overflow: hidden;
  margin: 0 15px 20px;
  background: #ffe6eb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#wrInfectious .header {
  background: #f25555 url(../img/infectious-head-bg.png) right 0 no-repeat;
}

#wrInfectious .header .title {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

#wrInfectious .header .title a {
  color: #fff;
}

#wrInfectious .update {
  display: inline-block;
  padding: 0 2px;
  font-size: 12px;
  color: #fff;
}

#wrInfectious .header .description {
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background: url(../img/infectious-title-bg.png) 0 0 repeat;
}

#wrInfectious .contents {
  background: #fff;
}

#wrInfectious .contents ol {
  -webkit-box-shadow: 0 0 5px 0 #f4a6a7;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #f4a6a7;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #f4a6a7;
  /* CSS3 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#b6c7d9,direction=135,strength=2,enabled=true)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#f4a6a7, direction=135, strength=2, enabled=true);
}

#wrInfectious .contents ol li {
  display: table;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e6e6e7;
}

#wrInfectious .contents ol li:last-child {
  border-bottom: none;
}

#wrInfectious .over-week, #wrInfectious .report-rate, #wrInfectious .ten-year {
  display: table-cell;
  /* padding: 5px; */
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  color: #d92800;
  background: #fffbe6;
  border-left: 1px solid #e6e6e7;
}

#wrInfectious li.ranking-wrapp:not(:first-child)>.over-week, #wrInfectious li.ranking-wrapp:not(:first-child)>.report-rate, #wrInfectious li.ranking-wrapp:not(:first-child)>.ten-year {
  vertical-align: middle;
}

#wrInfectious .report-rate {
  width: 50px;
}

#wrInfectious .ten-year {
  width: 70px;
}

#wrInfectious .over-week {
  width: 75px;
}

.over-week-text, .report-rate-text, .ten-year-text {
  color: #191333;
  background: #b7b3ff;
  font-size: 10px;
  padding: 3px 2px;
}

.report-rate-num, .over-week-num, .ten-year-num {
  padding: 4px;
  word-break: break-all;
}

#wrInfectious .ranking-title {
  display: table-cell;
  padding: 5px;
  font-size: 14px;
  vertical-align: middle;
}

#wrInfectious .ranking-title a {
  display: block;
}

#wrInfectious .rank-num {
  display: table-cell;
  width: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-style: oblique;
  background-color: #7e7ad3;
}

#wrInfectious .footer {}

#wrInfectious .footer .provide-logo {
  float: left;
  display: inline-block;
  width: 165px;
  margin: 3px 0;
  padding-left: 3px;
}

#wrInfectious .footer .provide-logo a {
  display: block;
  vertical-align: top;
  font-size: 0.1em;
}

#wrInfectious .footer .provide-logo img {
  width: 100%;
  vertical-align: top;
}

#wrInfectious .footer .more-bt {
  float: right;
  display: inline-block;
  background-color: #84919b;
  vertical-align: top;
}

#wrInfectious .footer .more-bt a {
  display: inline-block;
  background: url("../img/icon-arrow-white-g.gif") right center no-repeat;
  margin: 0 5px 0 0;
  padding: 14px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}


/*右カラム　「Jタウンチャンネル」とは　リンク kawa 20160517
--------------------------------------------------*/

#wrTownChannel.wr-block .ch-about-link-wrapper {
  height: 50px;
}

#wrTownChannel.wr-block .ch-about-link {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 0 0;
  font-size: 16px;
  color: #0b48ad;
  line-height: 50px;
}


/*はてなマーク*/

#wrTownChannel.wr-block .ch-about-link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 60px;
  content: "?";
  width: 30px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #548be8;
  color: #fff;
  text-align: center;
}


/*三角マーク*/

#wrTownChannel.wr-block .ch-about-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #0b48ad;
}


/* SP footer
 --------------------------------------------- */

#footer {
  background: #333;
  /* -webkit-box-shadow:0 3px 4px 0 #4d4f52 inset; */
  /* -moz-box-shadow:0 3px 4px 0 #4d4f52 inset; */
  /* box-shadow:0 3px 4px 0 #4d4f52 inset; */
}


/* header footer contents */

#footerContent {
  display: none;
}


/* header footer contents */

#headerContent {
  display: none;
  padding: 10px;
  background: #efefef;
}

#headerContent .header-area-list {}

#headerContent .header-area-list .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

#headerContent .header-wrap-list .area-left, #headerContent .header-wrap-list .area-right {
  display: inline-block;
}

#headerContent .header-wrap-list .area-left {
  margin: 0 15px 0 0;
}

#headerContent .header-wrap-list ul {
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 0;
}

#MCEntryBody .pref-wrap-list {
  margin: 0 0 15px 0;
  padding: 10px 0 0 0;
  border-top: 1px dotted #ccc;
}

#MCEntryBody .pref-wrap-list ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}

#headerContent .header-wrap-list li {
  background: url("../img/icon-arrow-gray.png") 0 3px no-repeat;
  display: inline-block;
  font-size: 13px;
  line-height: 100%;
  margin: 0 8px 0 0;
  padding: 0 0 0 6px;
}


/* SP site map
 --------------------------------------------- */

#siteMap {
  display: none;
}

.now-footer {
  display: block;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  background: #ddd;
}

#footerBottom {
  width: 100%;
  height: 200px;
  color: white;
  margin: 0 auto;
}

#footerBottom .wrapper {
  margin: 0 auto;
  position: relative;
}

#footerBottom-logo {
  display: block;
  position: absolute;
  background-image: url(../img/footer-logo.png);
  width: 76px;
  height: 29px;
  left: 10px;
  top: 120px;
}

#footerBottom-logo span {
  display: none;
}

#footerBottom-copyright {
  position: absolute;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  left: 10px;
  top: 160px;
  letter-spacing: 0px;
}

#footerBottom-links {
  font-size: 12px;
  line-height: 160%;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 0 10px;
}

#footerBottom-links a {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 5px 0;
}

#footerBottom-links a:hover {
  text-decoration: underline;
}


/* SP インデックス
 --------------------------------------------- */


/* 地域ニュースヘッドライン */

#wlA07_NewsHeadline {
  margin: 0 15px 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px #ccc;
  -moz-box-shadow: 1px 1px 2px 0px #ccc;
  box-shadow: 0px 1px 1px 0px #ccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=2, enabled=true);
}

#wlA07_NewsHeadline .header {
  background-color: #f2f2f2;
  border-top: 1px solid #dcdceb;
  border-bottom: 1px solid #dcdceb;
}

#wlA07_NewsHeadline .header .title {
  display: inline-block;
  height: 25px;
  padding: 5px 0 2px;
}

#wlA07_NewsHeadline .header .title h2 {
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #000;
  background: url("../img/icon-title-news.png") 10px center no-repeat;
}

#wlA07_NewsHeadline .header .bt-link-more {
  float: right;
}

#wlA07_NewsHeadline .news-contents {}

.news-contents .news-wrapp {
  margin: 0;
  padding: 5px 0 0 0;
  list-style-type: none;
  border-right: 1px solid #ebebec;
}

.news-wrapp .news-item {
  border-top: 1px solid #ebebec;
  padding: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.news-wrapp .news-item:first-child {
  border: none;
}

.news-wrapp .news-item a {
  background: url("../img/icon-arrow-gray.png") 7px 3px no-repeat;
  margin: 0 5px 0 0;
  padding: 0 0 0 15px;
  font-size: 13px;
  font-weight: bold;
}

#wlA07_NewsHeadline .photo-frame {
  display: none;
}


/* 求人 */

#wrJob {
  -webkit-box-shadow: 1px 1px 2px 0px #ccc;
  -moz-box-shadow: 1px 1px 2px 0px #ccc;
  box-shadow: 1px 1px 2px 0px #ccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2,enabled=true)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=2, enabled=true);
  /* IE5.5+ */
  background: #fff;
}

#wrJob .contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrJob .contents ul li {
  font-size: 14px;
  font-weight: bold;
  background: url("../img/icon-arrow-gray-circle.png") 7px 6px no-repeat;
  margin: 0;
  padding: 3px 5px 3px 20px;
  border-bottom: 1px solid #eaeaea;
}

#wrJob .photo-frame img {
  width: 100px;
}

.index #wrJob .icon-category {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icon-block-cat.png");
  background-position: 0 -224px;
  background-repeat: no-repeat;
  background-size: 32px auto;
}

#wrJob .header .title {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  position: relative;
}

#wrJob .header .title h2 {
  padding: 9px 65px 0 38px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

#wrJob .header a.bt-link-more {
  position: absolute;
  top: 6px;
  right: 5px;
}


/* SP トップページ PC トップ区切り要素
 --------------------------------------------- */

.separate-column {
  margin: 0 15px 15px;
}


/* separate left */

.separate-column .separate-column__left {
  margin: 0 0 10px 0;
}


/* separate left */

.separate-column .separate-column__right {}


/* ----- ▲枠 ----- */


/* Jタウンチャンネル　ドクモ　Jタウン研究所共通 タイル内　ヘッダー */

.tile-town-channel .header, .tile-dokumo .header {
  background-color: #f2f2f2;
  border-bottom: 1px solid #dcdceb;
}

.tile-research .header {
  background-color: #f2f2f2;
}

.tile-dokumo .header .title, .tile-research .header .title {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  height: 25px;
  padding: 5px 0 2px;
}

.tile-town-channel .header .title {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  height: auto;
  padding: 0;
}

.tile-dokumo .header .title h2 {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #d94783;
  background: url("../img/icon-title-dokumo.png") 10px center no-repeat;
}

.tile-research .header .title h2 {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #618c21;
  background: url("../img/icon-title-research.png") 10px center no-repeat;
}

.tile-town-channel .header .title h2 {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 5px 0 5px 37px;
  font-size: 16px;
  color: #e63a00;
  background: url("../img/icon-title-town-channel.png") 10px center no-repeat;
}

.tile-town-channel .header .bt-link-more, .tile-dokumo .header .bt-link-more, .tile-research .header .bt-link-more {
  float: right;
  margin: 3px 5px 0 0;
  vertical-align: top;
}

.tile-dokumo, .tile-research, .tile-town-channel {
  padding: 1px;
  border: 1px solid #dbdbdb;
  background: #fff;
}


/* 区切り要素内　タウンチャンネル */

.tile-town-channel {
  margin: 0 15px 15px;
}

.tile-town-channel .box-style-normal {
  float: none;
  width: 100%;
  height: auto;
  margin: 10px 0 20px;
  border-bottom: none;
}

.tile-town-channel .box-style-normal a {
  height: auto;
  border: none;
}


/* 区切り要素内　ドクモ */

.tile-dokumo .dokumo-contents {
  display: table;
  overflow: hidden;
}

.dokumo-contents .photo-frame {
  display: table-cell;
}

.dokumo-contents .photo-frame img {
  height: 198px;
}

.dokumo-contents .dokumo-text-wrapp {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}

.dokumo-text-wrapp .dokumo-name {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
}

.dokumo-text-wrapp .dokumo-comment {
  font-size: 12px;
  line-height: 140%;
}


/* Jタウンチャンネル　Jタウン研究所 - リスト - 1セット */

.town-channel-contents .town-channel-item {
  border-bottom: 1px solid #e6e6e6;
}

.research-contents .research-item {
  border-top: 1px solid #e6e6e6;
}

.town-channel-item a, .research-item a {
  display: block;
  height: 65px;
  overflow: hidden;
  color: #333;
}

.town-channel-item a:hover, .research-item a:hover {
  background-color: #f5f5f5;
  color: #DC1932;
}

.town-channel-item .photo-frame, .research-item .photo-frame {
  float: left;
  position: relative;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

.town-channel-item .photo-frame img, .research-item .photo-frame img {
  position: absolute;
  left: -25%;
}

.town-channel-item .town-channel-item-title, .research-item .research-item-title {
  padding: 5px 10px 0 75px;
  font-size: 13px;
  font-weight: bold;
  line-height: 140%;
}

.town-channel-item .town-channel-blogname {
  padding: 2px 10px 5px 75px;
  font-size: 10px;
  color: #666;
}


/* Jタウンチャンネル タイル 設定 */

.batch {
  /* バッチが今後増えるなら共通設定へ移行 */
  position: absolute;
  font-size: 10px;
  font-weight: bold;
}

.batch-jtown-channnel {
  display: inline-block;
  top: -5px;
  right: 5px;
  padding: 2px 12px;
  background: #e63a00;
  color: #fff;
  border-radius: 10px;
}


/* Jタウンチャンネル カテゴリ設定 */

.archive-town-channel .header-sub-description {
  background: #fff;
}

.archive-town-channel .town-channel-cover {
  margin: 0 15px;
}

.archive-town-channel .town-channel-cover img {
  width: 100%;
}


/* 区切り要素内　ピクチャーバナー */

.tile-picbanner {
  border: 4px solid #ccc;
  background: #fff;
}

.tile-picbanner a {
  color: #333;
}

.tile-picbanner a:hover {
  background-color: #f5f5f5;
  color: #DC1932;
}

.tile-picbanner .photo-frame {
  float: left;
  border-right: 1px solid #ccc;
}

.tile-picbanner .photo-frame img {
  width: 100%
}

.tile-picbanner .picbanner-title {
  display: none;
}


/* SP 記事ページ
 --------------------------------------------- */

#MCEntryWrapper {
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

#MCEntry {
  margin: 0;
  padding: 0 0 20px 0;
}

#MCEntryCategoryList {
  margin: 0 0 15px 0;
  height: 24px;
  background-image: url("../img/icon-tile-cat.png");
  background-repeat: no-repeat;
}

#MCEntryCategoryList span {
  font-size: 13px;
  padding: 3px 0 0 30px;
  display: block;
}

.entry-A01_Gourmet #MCEntryCategoryList {
  background-position: 0 0;
}

.entry-A02_Shop #MCEntryCategoryList {
  background-position: 0 -24px;
}

.entry-A03_Event #MCEntryCategoryList {
  background-position: 0 -48px;
}

.entry-A04_Sanpo #MCEntryCategoryList {
  background-position: 0 -72px;
}

.entry-A05_Life #MCEntryCategoryList {
  background-position: 0 -96px;
}

.entry-A06_Dokumo #MCEntryCategoryList {
  background-position: 0 -120px;
}

.entry-A07_News #MCEntryCategoryList {
  background-position: 0 -144px;
}

.entry-A10_Column #MCEntryCategoryList {
  background-position: 0 -216px;
}

.entry-A09_Research #MCEntryCategoryList {
  background-position: 0 -240px;
}

#MCEntryHead {
  margin: 0 15px 20px;
}

.web-page #MCEntryHead {
  padding: 20px 10px 0;
}

#MCEntryHead h1 {
  font-size: 20px;
  color: #000;
  line-height: 26px;
}

#MCEntryHead .date-write {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

#MCEntryHead .provider {
  margin: 0;
  font-size: 12px;
  color: #888;
}


/* タウンチャンネル　ブログ名 */

#MCEntryHead .town-channel-blogname {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFA525;
  margin: 5px 5px 0 0;
  padding: 3px 6px;
  border-radius: 5px;
}

#MCEntryHead .town-channel-blogname a {
  color: #fff;
}


/* 関連 まとめ・タグ（キーワード）記事上 */

.related-word-top {
  margin: 5px 0 0 5px;
  display: inline-block;
}

.related-word-top .related-words {}

.related-word-top .related-words a {
  display: inline-block;
  margin: 0 3px 5px 0;
  padding: 3px 8px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.related-word-top .related-words a:hover {
  text-decoration: underline;
}

.related-word-top .related-words .related-word-matome, .related-word-top .related-words .related-word-tag {
  background-color: #efefef;
  border: solid 1px #ddd;
}


/* 関連 まとめ・タグ（キーワード）記事下 */

.related-word-bottom {
  margin: 30px 10px;
}

.related-word-bottom .header .title {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  background: url("../img/bg-1dot-gray.gif") 0 center repeat-x !important;
  font-size: 15px !important;
  color: #222 !important;
}

.related-word-bottom .header .title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
}

.related-word-bottom .related-words {}

.related-word-bottom .related-words a {
  display: inline-block;
  margin: 0 3px 5px 0;
  padding: 3px 8px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.related-word-bottom .related-words a:hover {
  text-decoration: underline;
}

.related-word-bottom .related-words .related-word-tag {
  background-color: #efefef;
  border: solid 1px #ddd;
}


/* SP MCEntryTools
 ----------------------------------------------- */

#MCEntryTools {
  padding: 5px;
  background: #faf7f2;
}

#MCEntryTools:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#MCEntryTools #ToolTwitter, #MCEntryTools #ToolFacebook, #MCEntryTools .bookmark-g1, #MCEntryTools #ToolLine {
  display: inline-block;
  vertical-align: top;
}

#MCEntryTools #ToolLine img {
  vertical-align: top;
}

#MCEntryTools #ToolDISQUS {
  display: inline-block;
  vertical-align: top;
}

#ToolDISQUS .entry-comment {
  margin: 0;
  padding: 2px 5px 2px 22px;
  background: url("../img/icon-disqus.png") 0 center no-repeat;
  font-size: 12px;
  min-height: 18px;
  display: inline-block;
}

#ToolDISQUS .entry-comment a {
  font-weight: bold;
}


/* SP MCEntryBody
 ----------------------------------------------- */

#MCEntryBody {
  margin: 20px 0 15px;
  overflow: hidden;
}

#MCEntryBody p a {
  color: #238fd7 !important;
  text-decoration: underline;
}

#MCEntryBody p a:hover {
  color: #dc1923 !important;
  text-decoration: none !important;
}

#MCEntryBody h2 {
  margin: 38px 15px 15px 15px;
  font-size: 18px;
  color: #000;
  line-height: 140%;
}

#MCEntryBody h3 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 130%;
}

#MCEntryBody p {
  margin: 0 15px 15px;
  font-size: 16px;
  line-height: 140%;
  text-align: justify;
}

#MCEntryBody ul {
  list-style-type: square;
}

#MCEntryBody ol {
  list-style-type: decimal;
}

#MCEntryBody ul, #MCEntryBody ol {
  font-size: 16px;
  line-height: 140%;
  padding: 0 0 0 35px;
}

#MCEntryBody ol li>ol {
  font-size: 100% !important;
}

#MCEntryBody li {
  margin: 0 0 5px 0;
}


/** 読まれています 170724 チェ */

#MCEntryBody .pickup-header h2 {
  display: none;
}

#MCEntryBody .pickup-header .title {
  content: "";
  position: relative;
  margin: 16px auto 0;
  width: 100%;
  height: 74px;
  top: 6px;
  background: url(../../assets/img/mostread.gif) no-repeat;
  background-size: contain;
  background-position: 50% 100%;
}

#MCEntryBody .pickup-entries ul {
  list-style-type: none;
  padding: 0;
  margin: 0 8px;
  margin-bottom: 32px;
}

#MCEntryBody .pickup-entries li {
  margin: 0 0 2px 0;
  line-height: 1.4em;
  text-align: justify;
  position: relative;
  background: #eee;
  padding: 10px;
}

#MCEntryBody .pickup-entries li b {
  font-weight: normal;
}

#MCEntryBody .pickup-entries li a {
  color: #222;
  text-decoration: none;
}

#MCEntryBody ul.no-desc {
  list-style-position: inside;
  padding: 0;
}

#MCEntryBody ul.no-desc li {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 160%;
}

#MCEntryBody ul.no-desc li a {
  font-weight: bold;
  font-size: 14px;
}

#MCEntryBody blockquote {
  margin: 0.7em 0 0.7em 2em;
  font-size: 16px;
  line-height: 170%;
  word-break: break-all;
}

#MCEntryBody blockquote p {
  font-size: 100% !important;
  word-break: break-all;
}

#MCEntryBody .bt-wrapper {
  text-align: center;
  margin: 0 0 15px 0;
}


/** 引用　blockquote */

#MCEntryBody blockquote {
  background: #f0f2f5 url("../img/bg-blockquote-top.png") -1px -1px no-repeat;
  margin: 0 0 15px 0;
  padding: 35px 25px 20px;
  font-size: 16px;
  line-height: 170%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#MCEntryBody blockquote .sub-info {
  text-align: right;
  font-size: 14px;
}

#MCEntryBody .entry-footer-text {
  font-size: 12px;
  text-align: right;
  margin: 0 0 10px 0;
}


/** ページネーション 続きを読む */

.pagenation {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.pagenation .next-entry-title {
  margin: 5px 0 15px;
  padding: 3px 10px 3px 76px;
  background-image: url(../img/bg-next-entry-title.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 70px auto;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}

.pagenation .next-entry-title a {
  color: #082E6B;
  font-weight: bold;
  text-decoration: none;
}

.pagenation .page-numbers a, .pagenation .current, .view-all {
  font-size: 14.5px;
  text-align: center;
}

.pagenation .page-numbers {
  display: inline-block;
  color: #0C3254;
}

.pagenation .page-numbers a, .pagenation .page-numbers .current {
  margin: 0 3px 5px;
  padding: 8px 12px;
}

.pagenation .page-numbers a {
  display: inline-block;
  color: #082E6B;
  background: #ececec;
  border-radius: 3px;
}

.pagenation .page-numbers .current {
  display: inline-block;
  color: #fff;
  background: #FF6437;
  border-radius: 3px;
}

.view-all {
  margin: 0 0 0 4px;
  display: inline-block;
}

.view-all a {
  color: #082E6B;
}


/** その他情報 info */

#MCEntryBody .other-info {
  font-size: 14px;
  line-height: 18px;
  background-color: #f0f2f5;
  margin: 0 0 15px 0;
  padding: 20px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


/** その他情報 info-s */

#MCEntryBody .other-info-s {
  font-size: 12px;
  line-height: 18px;
  background-color: #e2e4e8;
  margin: 0 0 15px 0;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


/** 読モ plofile */

body.entry-A06_Dokumo #MCEntryBody dl {
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}

body.entry-A06_Dokumo #MCEntryBody dt, body.entry-A06_Dokumo #MCEntryBody dd {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 2% 4px;
  margin: 0;
  border-top: 1px solid #ccc;
}

body.entry-A06_Dokumo #MCEntryBody dt {
  width: 30%;
  float: left;
  clear: both;
  margin-right: -1px;
  font-weight: bold;
  color: #DE7AAB;
}

body.entry-A06_Dokumo #MCEntryBody dd {
  float: left;
  width: 62%;
  margin-right: -1px;
}

body.entry-A06_Dokumo #MCEntryBody address {
  background-color: #FFF;
  border: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

body.entry-A06_Dokumo #MCEntryBody address dl, body.entry-A06_Dokumo #MCEntryBody address dt, body.entry-A06_Dokumo #MCEntryBody address dd {
  border: none;
}


/** google map */

#wrapLeft #map {
  margin: 0 0 15px 0;
  max-width: 100%;
  height: 250px;
}


/** EntryBody table */

#MCEntryBody table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  margin: 0 0 15px 0;
}

#MCEntryBody table td {
  vertical-align: middle;
  padding: 5px 10px;
}

#MCEntryBody table td.t-left {
  border-bottom: 1px solid #ddd;
  background: #efefef;
  font-weight: bold;
  width: 30%;
  /*    white-space: nowrap; */
}

#MCEntryBody table td.t-right {
  border-bottom: 1px solid #ddd;
  word-break: break-all;
}

#MCEntryBody table td p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
}


/* MCEntryProfile プロフィール */

#MCEntryProfile {
  margin: 5px 0 15px 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f3f3f3;
  font-size: 12px;
  line-height: 16px;
}

#MCEntryProfile:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#MCEntryProfile .profile-left {
  float: left;
  width: 100px;
  margin: 0 10px 10px 0;
}

#MCEntryProfile .profile-right {
  margin-bottom: 5px;
}

#MCEntryProfile .profile-right h2 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

#MCEntryProfile .profile-right h3 {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

#MCEntryProfile b {
  display: block;
}


/** list ul li 
#MCEntryBody ul {
  list-style:none;
}
#MCEntryBody ul li {
    margin:0 5px 0 0;
  padding:0 0 0 6px;
  background:url( "../img/icon-arrow-gray.png" ) 0 3px no-repeat;
}
*/


/* 関連記事 */

.related-entries {
  margin: 40px 10px 20px;
  padding: 0;
}

.related-entries .header {}

.related-entries .header .title {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  background: url("../img/bg-1dot-gray.gif") 0 center repeat-x !important;
  font-size: 15px !important;
  color: #222 !important;
}

.related-entries .header .title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
}

.related-entries .related-wrapp {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.related-wrapp .related-item {
  margin: 0 0 10px 0 !important;
}

.related-item h3 {
  background: url("../img/icon-arrow-gray.png") 6px 5px no-repeat !important;
  margin: 0 7px 0 0 !important;
  padding: 0 0 0 15px !important;
  font-size: 14px !important;
  font-weight: bold !important;
}


/* SP Entry image
 ----------------------------------------------- */


/** common */

.photo-frame-entry img {
  max-width: 100%;
  margin: 0 auto 10px;
}

.photo-frame-entry, .img-left-s, .img-left-l, .img-right-s, .img-right-l, .img-center, .img-center-resize {
  overflow: hidden;
  margin: 0 0 10px 0;
  text-align: center;
}

.img-center, .img-center-resize {
  display: block;
  margin: 0 15px;
  text-align: center;
}

.ifie6 .img-center img {
  width: 100%;
}


/** default */

.img-center {
  padding: 10px 0;
}

.photo-frame-entry img, .img-profile-left img, .img-profile-right img, .img-left-xs img, .img-left-s img, .img-left-l img, .img-right-xs img, .img-right-s img, .img-right-l img, .img-center img, .img-center-resize img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.img-center img, .img-center-resize img {
  /*display: block;*/
  margin: 0 auto 10px;
}

.photo-frame-entry br, .img-profile-left br, .img-profile-right br, .img-left-xs br, .img-left-s br, .img-left-l br, .img-right-xs br, .img-right-s br, .img-right-l br, .img-center br, .img-center-resize br {
  line-height: 0px;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0.1em;
}


/** キャプション size */

.photo-frame-entry, .img-left-s, .img-right-s, .img-left-l, .img-right-l, .img-center, .img-center-resize {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.img-center small {
  font-size: 14px;
}


/** flickr 画像上コピー */

.img-frame {
  display: inline-block;
  position: relative;
  margin: 0 0 5px 0;
  max-width: 100%;
}

.img-frame img {
  margin: 0;
  max-width: 100%;
}

.hover-text {
  position: absolute;
  bottom: 0;
  background: url("../img/bg-tile-text.png") 0 0 repeat;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 12px;
}

.hover-text span {
  display: block;
  padding: 5px;
}


/* SP 一覧ページ
 --------------------------------------------- */

#archiveHeaderTitle {
  margin: 0 15px;
}

#archiveHeaderTitle h1 {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 70px;
}

#archiveHeaderTitle h1 span {
  display: none;
}

body.archive-A01_Gourmet #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-gourmet-s.png");
  background-size: contain;
}

body.archive-A02_Shop #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-shop-s.png");
  background-size: contain;
}

body.archive-A03_Event #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-event-s.png");
  background-size: contain;
}

body.archive-A04_Sanpo #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-sanpo-s.png");
  background-size: contain;
}

body.archive-A05_Life #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-life-s.png");
  background-size: contain;
}

body.archive-A06_Dokumo #archiveHeaderTitle h1, body.archive-A0601_Kisei #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-dokumo-s.png");
  background-size: contain;
}

body.archive-A07_News #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-news-s.png");
  background-size: contain;
}

body.archive-A10_Column #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-column-s.png");
  background-size: contain;
}

body.archive-A09_Research #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-research-s.png");
  background-size: contain;
}

body.archive-town-channel #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-town-channel-s.png");
  background-size: contain;
}

body.archive-A11_Quiz #archiveHeaderTitle h1 {
  background-image: url("../img/title-archive-quiz-s.png");
  background-size: contain;
}


/* wikipedia ランキング add 2014.6.23 */

#wlWikipediaRanking .header {
  background: #3d8bd9;
}

#wlWikipediaRanking .header .title {
  border: none !important;
}

#wlWikipediaRanking .header-sub-description {
  background: #e6f2ff;
}

#wlWikipediaRanking .header-sub-description img {
  margin: 7px 0 0 0;
}

#wlWikipediaRanking .header .icon-category {
  display: none;
}

#wlWikipediaRanking .header .title h2 {
  padding: 12px 10px 0 10px;
  color: #fff;
}

#wlWikipediaRanking .header .title h2 span {
  font-size: 10px;
}

#wlWikipediaRanking .ranking-area-list {
  margin: 16px 0 0;
}

#wlWikipediaRanking .ranking-area-list .title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}

#wlWikipediaRanking .ranking-area-list ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#wlWikipediaRanking .ranking-area-list li {
  background: url("../img/icon-arrow-gray.png") 0 3px no-repeat;
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  margin: 0 7px 7px 0;
  padding: 0 0 0 6px;
}

#wlWikipediaRanking .article {
  padding: 10px 0;
}

#wlWikipediaRanking .article ol {
  padding: 0;
}

#wlWikipediaRanking .article ol li {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

#wlWikipediaRanking .article ol li:last-child {
  border-bottom: none;
}

#wlWikipediaRanking .article .updown {
  display: table-cell;
  width: 55px;
  padding: 5px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

#wlWikipediaRanking .article .updown img {
  margin: 0 0 2px 0;
}

#wlWikipediaRanking .article .stay {
  background: #e6fff1;
}

#wlWikipediaRanking .article .up {
  background: #ffe6e6;
}

#wlWikipediaRanking .article .down {
  background: #e6f1ff;
}

#wlWikipediaRanking .article .ranking-title {
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}

#wlWikipediaRanking .article .ranking-title a {}

#wlWikipediaRanking .article .rank-num {
  display: table-cell;
  width: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-style: oblique;
  background-color: #84919b;
}

#wlWikipediaRanking #w-ranking01 .rank-num, #wlWikipediaRanking #w-ranking02 .rank-num, #wlWikipediaRanking #w-ranking03 .rank-num {
  background-color: #f39c12;
}

#wlWikipediaRanking .article .bt-twitter {
  display: table-cell;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e6e6e7;
}


/* add 2014.10.17 */

#wlWikipediaRanking .ranking-title-wrapp {}

#wlWikipediaRanking .ranking-title-text {
  display: inline-block;
  margin: 10px 0 10px 5px;
  font-size: 16px;
  line-height: 120%;
}

#wlWikipediaRanking .ranking-other-rank-btn {
  display: none;
  margin: 0 5px 5px;
  padding: 5px 2px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #798899;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#wlWikipediaRanking .ranking-other-rank-btn span {
  font-weight: bold;
}

#wlWikipediaRanking .ranking-hierarchy {
  font-size: 10px;
  line-height: 160%;
  border-top: 1px solid #eee;
  background: #efefef;
  padding: 5px 8px;
  color: #a9a9a9;
}

#wlWikipediaRanking .ranking-hierarchy a {
  color: #666;
}

#wlWikipediaRanking .ranking-other-inner {
  opacity: 0;
  width: 0;
}

#wlWikipediaRanking .ranking-other-rank-toggle {
  display: none;
  padding: 6px 10px;
  border-top: 1px solid #e6e6e7;
}

#wlWikipediaRanking .ranking-other-rank-toggle a {
  display: inline-block;
  margin: 2px 7px;
  padding: 0 0 0 8px;
  font-size: 12px;
  background: url(../img/icon-arrow-gray.png ) 0 4px no-repeat;
}


/* 感染症 ランキング add 2015.5.25 */

#wlInfectiousRanking .header-main {
  background: #3d8bd9;
}

#wlInfectiousRanking .header-main .title {
  padding: 10px 0;
  border: none !important;
}

#wlInfectiousRanking .header-sub-description {
  background: #e6f2ff;
}

#wlInfectiousRanking .header-sub-description img {
  margin: 7px 0 0 0;
}

#wlInfectiousRanking .header-main .title h2 {
  padding: 0 10px;
  color: #fff;
}

#wlInfectiousRanking .header-main .title h2 span {
  font-size: 10px;
}

#wlInfectiousRanking .ranking-area-list {
  margin: 16px 0 0;
}

#wlInfectiousRanking .ranking-area-list .title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}

#wlInfectiousRanking .ranking-area-list ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#wlInfectiousRanking .ranking-area-list li {
  background: url("../img/icon-arrow-gray.png") 0 3px no-repeat;
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  margin: 0 7px 7px 0;
  padding: 0 0 0 6px;
}


/* 感染症グラフ */

.chart-infectious-wrapp {
  margin: 10px 0;
}

.chart-infectious {
  padding: 10px;
}

#js-chart-infectious-chart-view {
  width: 100% !important;
  min-width: 260px;
  height: 300px;
}

.chart-infectious li {
  list-style: none;
}

.chart-infectious li.select {
  font-weight: bold;
}

.chart-infectious li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}


/* 感染症ランキング */

#wlInfectiousRanking .article {
  padding: 10px 0 0;
}

#wlInfectiousRanking .article ol {
  padding: 0;
}

#wlInfectiousRanking .article ol li {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e7;
}

#wlInfectiousRanking .article ol li:last-child {
  border-bottom: none;
}


/* ランキング詳細　タイトル */

#wlInfectiousRanking .article .title-rank-num, #wlInfectiousRanking .article .title-infectious, #wlInfectiousRanking .article .title-report, #wlInfectiousRanking .article .title-report-rate, #wlInfectiousRanking .article .title-national-average, #wlInfectiousRanking .article .title-ten-year {
  display: table-cell;
  background: #b7b3ff;
}

#wlInfectiousRanking .article .title-rank-num span, #wlInfectiousRanking .article .title-infectious span, #wlInfectiousRanking .article .title-report span, #wlInfectiousRanking .article .title-report-rate span, #wlInfectiousRanking .article .title-national-average span, #wlInfectiousRanking .article .title-ten-year span {
  display: block;
  padding: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

#wlInfectiousRanking .article .title-infectious, #wlInfectiousRanking .article .title-report, #wlInfectiousRanking .article .title-report-rate, #wlInfectiousRanking .article .title-national-average, #wlInfectiousRanking .article .title-ten-year {
  border-left: 1px solid #e6e6e7;
}

#wlInfectiousRanking .article .title-rank-num {
  width: 40px;
}

#wlInfectiousRanking .article .title-report, #wlInfectiousRanking .article .title-report-rate, #wlInfectiousRanking .article .title-national-average, #wlInfectiousRanking .article .title-ten-year {
  width: 80px;
}


/* ランキング詳細 */

#wlInfectiousRanking .article .ranking-title, #wlInfectiousRanking .article .report, #wlInfectiousRanking .article .report-rate, #wlInfectiousRanking .article .national-average, #wlInfectiousRanking .article .ten-year, #wlInfectiousRanking .article .rank-num {
  font-size: 10px;
}

#wlInfectiousRanking .article .rank-num {
  display: table-cell;
  width: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-style: oblique;
  background-color: #84919b;
}

#wlInfectiousRanking .ranking-top .rank-num {
  background-color: #7e7ad3;
}

#wlInfectiousRanking .article .ranking-title, #wlInfectiousRanking .article .report, #wlInfectiousRanking .article .report-rate, #wlInfectiousRanking .article .national-average, #wlInfectiousRanking .article .ten-year {
  display: table-cell;
  padding: 0;
  border-left: 1px solid #e6e6e7;
}

#wlInfectiousRanking .article .ranking-title {
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}

#wlInfectiousRanking .article .ranking-title a {
  display: block;
  padding: 2px;
}

#wlInfectiousRanking .article .report, #wlInfectiousRanking .article .report-rate, #wlInfectiousRanking .article .national-average, #wlInfectiousRanking .article .ten-year {
  width: 80px;
  vertical-align: top;
  background: #f2f2f2;
}

#wlInfectiousRanking .article .report-rate {
  vertical-align: middle;
  background: #fffbe6;
}

#wlInfectiousRanking .article .report .num, #wlInfectiousRanking .article .report-rate .num, #wlInfectiousRanking .article .national-average .num, #wlInfectiousRanking .article .ten-year .num {
  padding: 6px 1px;
  font-size: 12px;
  background: #fffbe6;
  text-align: center;
  font-weight: bold;
  color: #d92800;
}

#wlInfectiousRanking .article .report .ratio, #wlInfectiousRanking .article .report-rate .ratio, #wlInfectiousRanking .article .national-average .ratio, #wlInfectiousRanking .article .ten-year .ratio {
  padding: 6px 1px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #e6e6e7;
  font-weight: bold;
}

#wlInfectiousRanking .article .report .ratio span, #wlInfectiousRanking .article .report-rate .ratio span, #wlInfectiousRanking .article .national-average .ratio span, #wlInfectiousRanking .article .ten-year .ratio span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}


/** ページネイト */

#pageNate {
  text-align: center;
  margin: 0 0 15px 0;
}

.bt-back, .bt-next {
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.number-of-page {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 auto;
}

.number-of-page a, .number-of-page span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 2px 4px 2px;
  padding: 6px 12px;
  font-size: 16px;
  box-shadow: 1px 1px 2px 0px #ccc;
}

.bt-back a, .bt-next a {
  display: block;
  padding: 2px 8px;
  font-size: 16px;
}

.number-of-page a {
  background: #fff;
}

.bt-back a:hover, .bt-next a:hover, .number-of-page a:hover {
  background: #85929a;
  color: #fff;
}

.number-of-page span {
  background: #85929a;
  color: #fff;
}


/* MCEntryVote 1クリック投票
 --------------------------------------------- */

#MCEntryVote {
  clear: both;
  margin: 15px 0 0 0;
}

#MCEntryVote #vote-wrapper {
  width: 270px;
  margin: 0 auto;
}

#MCEntryVote #vote-table {
  width: 270px;
  margin: 15px auto 5px;
}

#MCEntryVote .vote-bottan {
  padding: 10px 0;
  text-align: center;
}

#MCEntryVote #vote-table td {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

#MCEntryVote #radio_area1, #MCEntryVote #radio_area2, #MCEntryVote #radio_area3, #MCEntryVote #radio_area4, #MCEntryVote #radio_area5, #MCEntryVote .radio_area {
  width: 120px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0;
}

#MCEntryVote #graph_bg1, #MCEntryVote #graph_bg2, #MCEntryVote #graph_bg3, #MCEntryVote #graph_bg4, #MCEntryVote #graph_bg5, #MCEntryVote .graph_bg {
  width: 140px;
  padding: 0;
  margin: 0;
  text-align: left;
  background-image: url(../img/vote-css-sprite.png);
  background-repeat: repeat-x;
  background-position: 0 -150px;
  border-bottom: 1px solid #ddd;
}

#MCEntryVote #graph_area1, #MCEntryVote #graph_area2, #MCEntryVote #graph_area3, #MCEntryVote #graph_area4, #MCEntryVote #graph_area5, #MCEntryVote .graph_area {
  padding: 0;
  margin: 0;
}

#MCEntryVote #question {
  background-image: url(../img/vote-css-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -200px;
  font-size: 14px;
  color: #357b06;
  font-weight: bold;
  border-bottom: 1px dashed #aaa;
  padding: 25px 10px 20px 55px;
  margin: 0 10px;
}

#MCEntryVote #no-question {
  padding: 15px 0;
  margin: 0 10px;
}

#MCEntryVote .more {
  font-weight: normal;
  text-align: right;
  padding-right: 20px;
  padding-top: 5px;
  font-size: 12px;
}

#MCEntryVote .vote-text {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin-top: -16px;
  _margin-top: -15px;
}

#MCEntryBody #MCEntryVote .vote-text {
  font-size: 1em;
  text-align: right;
}

#MCEntryVote .bar_pink {
  background-image: url(../img/vote-css-sprite.png);
  background-repeat: repeat-x;
  background-position: 0 0px;
  border-right: 1px solid #c81885;
}

#MCEntryVote .bar_orange {
  background-image: url(../img/vote-css-sprite.png);
  background-repeat: repeat-x;
  background-position: 0 -30px;
  border-right: 1px solid #df7400;
}

#MCEntryVote .bar_yellow {
  background-image: url(../img/vote-css-sprite.png);
  background-repeat: repeat-x;
  background-position: 0 -60px;
  border-right: 1px solid #cec10a;
}

#MCEntryVote .bar_green {
  background-image: url(../img/vote-css-sprite.png);
  background-repeat: repeat-x;
  background-position: 0 -90px;
  border-right: 1px solid #6abe0d;
}

#MCEntryVote .bar_blue {
  background-image: url(../img/vote-css-sprite.png);
  background-repeat: repeat-x;
  background-position: 0 -120px;
  border-right: 1px solid #0b6fb5;
}


/*ch-about　jtownチャンネルとは　kawa 20160517  
---------------------------------------------*/

.ch-about .section {
  margin: 0 0 40px 0;
}


/*最初の概要部分　マージン*/

.ch-about .section.summary {
  margin: 0 0 40px 0;
}


/*画像　マージン*/

.ch-about .img-center img {
  margin: 0 auto 40px;
}


/*リスト部分　カラー*/

#MCEntryBody .ch-about .list .list-item {
  color: #5ebc30;
  font-weight: bold;
  margin: 0 0 1em 0;
}


/*見出し*/

#MCEntryBody .ch-about h3.tittle {
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}


/*------- テーブル -------*/


/*テーブルマージン*/

.ch-about .section .table-wrapper {}


/*あたっているスタイルを上書き*/

#MCEntryBody .ch-about .table-wrapper table {
  border-top: none;
  width: 100%;
  border: solid 1px #9d9d9d;
}


/*th　thはフォントサイズが小さい*/

#MCEntryBody .ch-about .table-wrapper .table .table-th {
  border: solid 1px #9d9d9d;
  padding: 14px 0;
  background-color: #eeeeee;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}


/*thのうち　空のブロック*/

#MCEntryBody .ch-about .table-wrapper .table .table-th.none {
  background-color: #fff;
}


/*thのうち　編集サポートの背景色*/

#MCEntryBody .ch-about .table-wrapper .table .table-th.support {
  background-color: #bef28f;
}


/*td部分*/

#MCEntryBody .ch-about .table-wrapper .table .table-td {
  border: solid 1px #9d9d9d;
  width: 25%;
  text-align: center;
  padding: 28px 0;
  font-size: 14px;
  color: #5ebc30;
  font-weight: bold;
}


/*プラン名　ウェイト、alignを上書き*/

#MCEntryBody .ch-about .table-wrapper .table .table-td.plan {
  text-align: center;
  width: 25%;
  color: #000;
  font-weight: normal;
}


/*tdのうち　編集サポートの背景色*/

#MCEntryBody .ch-about .table-wrapper .table .table-td.support {
  background-color: #d8f9c3;
}


/*テーブル下注意書き*/

#MCEntryBody .ch-about .table-wrapper .sub-info {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}


/*------- ボタン -------*/


/*ボタンのラッパー*/

.ch-about .bt-page {
  margin: 0 0 20px 0;
}


/*利用規約*/

.ch-about .bt-page.policy {
  margin: 0 0 40px 0;
}


/*ボタンのマージンを上書き*/

body.web-page .ch-about .bt-page a.bt-link-category {
  margin: 0;
}


/*利用規約*/

body.web-page .ch-about .bt-page.policy a.bt-link-policy {
  font-size: 1em;
  color: #0b48ad;
}


/* 記事ページ下部　「Jタウンネットチャンネル」とは　バナー
--------------------------------------------- */

.banner-link-ch-about-wrapper {
  padding: 20px 0 10px;
  text-align: center;
}

.banner-link-ch-about-wrapper a.banner-link-ch-about {
  font-size: 18px;
  color: #65b16f;
  text-decoration: none;
  font-weight: bold;
}

.banner-link-ch-about-wrapper a.banner-link-ch-about:hover {
  color: #a3d0a9;
}


/* PC 広告
 --------------------------------------------- */


/* header ad text */

.ad-header-text {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  line-height: 130%;
}

.ad-header-text ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}

.ad-header-text ul li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 0 0 14px;
  background: url("../img/icon-arrow-gray-circle.png") 1px 4px no-repeat;
}


/** レクタングル */

.ad-rectangle {
  padding: 0 5px 10px;
  text-align: center;
}


/** 画像のみ　ヘッダー */

.ad-picture-center {
  text-align: center;
}


/** 画像2列　ヘッダー */

.banner-sp-block {
  width: 308px;
  margin: 5px auto;
}

.banner-sp-block img {
  margin: 0 0 5px 5px;
  float: left;
}


/** 画像のみ */

.ad-picture {
  max-width: 300px;
  margin: 0 auto 15px;
}

.ad-picture a {
  display: block;
  text-align: center;
}

.ad-picture img {
  max-width: 300px;
}


/** テキストのみ */

.ad-text {
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 0;
}

.ad-text ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}

.ad-text ul li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 0 0 14px;
  background: url("../img/icon-arrow-gray-circle.png") 1px 5px no-repeat;
}

#adSpHeadText {
  padding: 10px 0 0 0;
}


/** 名刺型 */

.ad-type-card {
  max-width: 300px;
  margin: 0 auto 8px;
  text-align: center;
}

.ad-type-card img {
  max-width: 300px;
}


/* 記事下　「特集」の最新記事枠　yahooテキスト広告 */

#wrapLeft .yads_ad, #wrapLeft .yads_ad_res_l {
  border-bottom: 1px dashed #ccc;
  padding: 13px 10px;
  overflow: hidden;
}

.yads_ad_img {
  float: left;
  width: 102px;
  height: 102px;
  background-size: cover;
  margin: 0 10px 0 0;
}

.yads_ad_title, .yads_ad_adv {
  padding: 0 0 0 115px;
}

.yads_ad_title {
  font-size: 14px;
  font-weight: bold;
}

.yads_ad_adv {
  color: #666;
  font-size: 12px;
}

.yads_ad_info {
  float: right;
}

.yads_ad_info a {
  color: #666;
  font-size: 11px;
}

.yads_ad_info span, .yads_ad_info img {
  vertical-align: middle;
}

.yads_ad_info span {
  margin: 0 5px 0 0;
}


/* A-from
 --------------------------------------------- */

div.aform-content dl {
  border-bottom: 1px dotted #ccc !important;
}

.aform-label {
  font-size: 16px;
}

.aform-validation, .aform-confirm {
  font-size: 14px;
}

.aform-header {
  font-size: 16px !important;
}

.aform-text, .aform-email, .aform-textarea, .aform-url, .aform-tel {
  width: 80%;
  font-size: 14px;
}

.aform-name {
  font-size: 14px;
}


/* BookMark Bubble
 --------------------------------------------- */

#bubbleWrap {
  z-index: 1000;
}

#bubbleWrap .inner {
  position: relative;
  width: 214px;
  padding: 15px 15px 10px 8px;
  font-size: 0.75em;
  background-color: #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

#bubbleWrap .inner .icon {
  float: left;
  width: 55px;
  height: 55px;
  margin: -2px 7px 3px 5px;
  background: #fff url('../img/icon-logo.png') no-repeat 0 0;
  background-size: 57px 57px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

#bubbleWrap .inner .close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  right: 4px;
  background: #fff url('../img/b_close.png') no-repeat 0 0;
}

#bubbleNoMore {
  display: block;
  text-align: right;
}


/* 求人検索 140501
 ---------------------------------------------*/

.job-search .select-name {
  display: none;
}

.job-search .sbHolder, .job-search .sbSelector, .job-search .select-wrap .pay, .job-search .select-wrap .min, .job-search .select-wrap .max, .job-search .select-wrap .min .sbSelector, .job-search .select-wrap .max .sbSelector {
  width: 90%;
}

.job-search .select-wrap.pay-wrap {
  width: 100%;
}

.job-search #other-check {
  padding: 5px;
  margin: 0;
  width: 95%;
}

.job-search #other-check label {
  font-size: 14px;
  margin-right: 20px;
}

.job-search input#submit {
  border: solid 2px #FFF;
  width: 100%;
  height: 40px;
  margin: 20px 0 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: -moz-linear-gradient(top, #AD85DA, #AD85DA 50%, #A67BD5 50%, #A67BD5);
  background: -webkit-gradient(linear, top, bottom, from(#AD85DA), color-stop(0.5, #AD85DA), color-stop(0.5, #A67BD5), to(#A67BD5));
  background: -webkit-linear-gradient(top, #AD85DA, #A67BD5);
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 10px;
}

#wlA0506_Jobs .block-text .tag {
  background-color: #E0DDED;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: 5px;
}

.job-search input, .job-search label, .job-search select {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.job-search select {
  background: -moz-linear-gradient(top, #fdfdfd, #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #fdfdfd, #f2f2f2);
  border: solid 1px #C1C1C1;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  width: 100%;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
}


/* PRWire 2014.4.30
 --------------------------------------------- */


/* トップ */

#wlPRwire {}

#wlPRwire .contents ul li {
  margin: 0 0 5px 0;
}

#wlPRwire .header .title {
  border: none !important;
}


/* 記事ページ */

.entry-A01_Prwire #MCEntryBody {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 140%;
}

.entry-A01_Prwire .othersite-logo {
  text-align: right;
  margin: 0 0 10px 0;
}

.entry-A01_Prwire .othersite-logo img {
  width: 80px;
}


/* 画像 */

.entry-A01_Prwire .img-center-l {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #666;
}

.ifie6 .entry-A01_Prwire .img-center img {
  width: 100%;
}

.entry-A01_Prwire .img-center-l img {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 auto 5px;
  max-width: 100%;
  height: auto;
  width: auto\9;
}

.entry-A01_Prwire .img-center-l br {
  line-height: 0px;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0.1em;
}


/* カテゴリ　トップへボタン */

.entry-A01_Prwire a.bt-link-category {
  font-size: 12px;
  padding: 2px 10px;
}


/* アイコン */

.entry-A01_Prwire .wl-block .icon-category, .archive-A01_Prwire .wl-block .icon-category {
  background-image: url("../img/icon-block-cat-prwire.png");
  background-position: 0 -35px;
}

#wlPRwire .icon-category {
  background-image: url("../img/prwire-toplogo.gif");
  background-repeat: no-repeat;
  background-position: 0 center;
}

#wlPRwire .icon-category {
  width: 84px;
  height: 50px;
  position: absolute;
  top: 0;
}

#wlPRwire .header .title h2 {
  padding: 0 5px 0 90px;
}

.entry-A01_Prwire #MCEntryCategoryList {
  background-position: 0 -192px;
}


/* social-btns 修正20170724 チェ--------------------- */

.entry-social-btns {
  display: table;
  width: calc(100% - 16px);
  margin: 8px auto;
  padding: 0;
  /* background: #F2F2F2; */
}

.entry-social-btn {
  display: table-cell;
  width: 20%;
  padding: 0 4px;
  vertical-align: top;
}

.entry-social-btn:first-child {
  padding: 0 4px 0 0;
}

.entry-social-btn:last-child {
  padding: 0 0 0 4px;
}

.ie .entry-social-btn {
  display: inline;
  zoom: 1;
}

.social-btn-comment a, .social-btn-facebook a, .social-btn-twitter a, .social-btn-google-plus a, .social-btn-hatena a, .social-btn-line a {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 3px;
}

.social-btn-facebook {}

.social-btn-twitter {}

.social-btn-google-plus {}

.social-btn-hatena {}

.social-btn-comment span, .social-btn-facebook span, .social-btn-twitter span, .social-btn-google-plus span, .social-btn-hatena span, .social-btn-line span {
  display: none;
}

.social-btn-comment a {
  background: #ff6437 url(../img/btn-entry-social-comment-sp.png) center no-repeat;
  /*    background-size: contain; */
}

.social-btn-facebook a {
  background: #2f4c85 url(../img/btn-entry-social-facebook.png) center no-repeat;
}

.social-btn-twitter a {
  background: #60a7db url(../img/btn-entry-social-twitter.png) center no-repeat;
}

.social-btn-google-plus a {
  background: #de4a32 url(../img/btn-entry-social-google-plus.png) center no-repeat;
}

.social-btn-hatena a {
  background: #078fe1 url(../img/btn-entry-social-hatena.png) center no-repeat;
}

.social-btn-line a {
  background: #00BF00 url(../img/btn-entry-social-line-sp.png) no-repeat center;
}

.social-btn-comment .count, .social-btn-facebook .count, .social-btn-twitter .count, .social-btn-google-plus .count, .social-btn-hatena .count, .social-btn-line .count {
  position: relative;
  margin: 0 0 8px 0;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #7fbaf5;
  color: #3C5995;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}

.social-btn-comment .count:after, .social-btn-facebook .count:after, .social-btn-twitter .count:after, .social-btn-google-plus .count:after, .social-btn-hatena .count:after, .social-btn-line .count:after, .social-btn-comment .count:before, .social-btn-facebook .count:before, .social-btn-twitter .count:before, .social-btn-google-plus .count:before, .social-btn-hatena .count:before, .social-btn-line .count:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.social-btn-comment .count:after, .social-btn-facebook .count:after, .social-btn-twitter .count:after, .social-btn-google-plus .count:after, .social-btn-hatena .count:after, .social-btn-line .count:after {
  border-color: rgba(127, 186, 245, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

.social-btn-comment .count:before, .social-btn-facebook .count:before, .social-btn-twitter .count:before, .social-btn-google-plus .count:before, .social-btn-hatena .count:before, .social-btn-line .count:before {
  border-color: rgba(127, 186, 245, 0);
  border-top-color: #7fbaf5;
  border-width: 5px;
  margin-left: -5px;
}

.entry-social-btn .count .count-link {
  background: none;
  width: auto;
  height: auto;
}


/* フォローボタン --------------------- */

.follow {
  margin: 0 0 10px 0;
}

.follow span {}


/* =.follow-btns */

.follow .follow-text {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.follow .follow-btns {
  line-height: 0;
  text-align: center;
}

.follow .follow-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
}


/* =.follow-btns */


/*plugin*/

.is-clipped {
  overflow: hidden;
}

html, body {
  height: 100%;
}

.slidemenu {
  top: 0;
  width: 240px;
  height: 100%;
  position: fixed;
  background-color: #333;
  z-index: 1000 !important;
  transform: translateX(-100%);
  transition: .2s;
}

.is-active.slidemenu {
  transform: translateX(0)
}

.slidemenu .search {
  padding: 5px 10px;
  margin-bottom: 20px;
}

.slidemenu-body {
  width: 240px;
  height: 100% !important;
  -webkit-overflow-scrolling: auto;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.slidemenu-inner {
  background: #444;
  margin-bottom: 20px;
}

#slidemenuContentCategory {
  display: flex;
  flex-wrap: wrap;
}

#slidemenuContentPopular {
  margin-bottom: 100px;
}

.slidemenu-heading {
  font-size: 12px;
  line-height: 14px;
  color: #ccc;
  padding: 0 10px 14px;
}

.slidemenu-item {
  list-style: none;
}

.slidemenu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  padding: 12px 10px;
  border-bottom: 1px solid #828282;
}

.slidemenu-item a::after {
  content: '>';
  font-size: 10px;
  color: #828282;
}

#slidemenuContentCategory>.slidemenu-item {
  flex: 0 0 50%;
}

#slidemenuContentCategory>.slidemenu-item:nth-child(2n+1) a {
  border-right: 1px solid #828282;
}

#slidemenuContentCategory>.slidemenu-item:nth-child(-n+2) a {
  border-top: 1px solid #828282;
}

#slidemenuContentPopular>.slidemenu-item:nth-child(1) a {
  border-top: 1px solid #828282;
}

.slidemenu-bg {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  transition: 0.2s;
  pointer-events: none;
}

.is-active .slidemenu-bg {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}


/* ドロワー・サーチボタン  */

.header__top-wrapp__left .slidemenu-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  display: inline-block;
  background: url(../img/bt-slidemenu-sp.png) 0 0 no-repeat;
  background-size: 55px auto;
}

.header__top-wrapp__left .slidemenu-btn {
  top: 7px;
  right: 10px;
}

.header__top-wrapp__left .slidemenu-btn span, .header .inner .follow-btn span {
  display: none;
}


/* 記事ページ　追随snsボタン */

.entry-social-pos-fix-btn {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: url(../img/bt-fix-bg.png) 0 0 repeat;
  padding: 5px 0;
  display: none;
}

.entry-social-pos-fix-btn-wrapp {
  display: table;
  width: 100%;
}

.entry-social-pos-fix-btn .entry-social-btn {
  width: 50% !important;
}

.entry-social-pos-fix-btn .social-btn-facebook a {
  background: #2f4c85 url(../img/bt-share-fix.gif) center no-repeat;
  background-size: 143px auto;
}

.entry-social-pos-fix-btn .social-btn-line a {
  background: #00BF00 url(../img/bt-line-fix.gif) center no-repeat;
  background-size: 143px auto;
}


/* 九州特集 追加201709チェ */

.ftSection {
  padding: 0;
}

.ftSection a, .ftSection a:visited {
  text-decoration: none;
  outline: none;
}


/** 九州特集 カバー画像 **/

.ftCover {
  position: relative;
  height: 200px;
  background: #444;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 0 20px;
}

.ftCover--kyushu {
  background-image: url(../img/ftCover_kyushu.png)
}


/** 九州特集 見出し **/

h2.ftEntryTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 32px 0 16px;
}

.ftEntryTitleGroup {
  padding: 0 8px 4px;
  border-bottom: 2px solid #444;
  line-height: 1.6em;
  text-align: center;
}

h3.ftEntryTitleSub {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.ftEntryMoreBtn {
  /* display: inline-block;*/
  /* font-size: 13px;*/
  /* font-weight: bold;*/
  /* color: #aaa;*/
  /* float: right;*/
}

.icon--groumet:before {
  margin: 0 6px 0 0;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_gourmet.png) no-repeat;
  background-size: contain;
}

.icon--news:before {
  margin: 0 6px 0 0;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_news.png) no-repeat;
  background-size: contain;
}

.icon--quiz:before {
  margin: 0 6px 0 0;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_quiz.png) no-repeat;
  background-size: contain;
}

.icon--vote:before {
  margin: 0 6px 0 0;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_vote.png) no-repeat;
  background-size: contain;
}


/** 九州特集 flexbox **/

.flexbox {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}

.flexbox--wrap {
  flex-wrap: wrap;
}

.flexbox--ftEntryTheme {
  flex-direction: column;
}

.flexbox--txt_end {
  align-items: flex-end;
}


/** 九州特集 最新記事 **/

.sectionLatest {
  margin-bottom: -8px;
}

.ftEntryLatest__item {
  position: relative;
  box-sizing: border-box;
  list-style-type: none;
  width: 100%;
  height: 120px;
  background: #444;
  background-position: 50% 50%;
  background-size: cover;
  color: white;
  margin: 0 0 8px;
}

a.ftEntryLatest__item:last-of-type {
  margin: 0;
}

.ftEntryLatest__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.ftEntryLatest__item--title {
  font-size: 18px;
  line-height: 1.4em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 12px;
  z-index: 2;
}


/** 九州特集 テーマで読む **/

.sectionTheme {
  margin-bottom: -24px;
}

.ftEntryTheme {
  margin-bottom: 24px;
}

.ftEntryTheme__item {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  transition: .3s;
}

.ftEntryTheme__item--tmb {
  position: relative;
  background-color: #ddd;
  background-position: 50% 50%;
  background-size: cover;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  margin-right: 10px;
}

.ftEntryTheme__item--title {
  flex: 1;
  font-size: 13px;
  color: #666;
}

a.ftEntryTheme__item .ftEntryTheme__item--title {
  text-decoration: none !important;
}



}/* /max-width: 480px */


/* youtube */
.entry-text-body .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.entry-text-body .youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
