@charset "UTF-8";

/* Table of Contents
==================================================
01 - reset 全体のリセットスタイル
02 - earthquake 地震速報
03 - maintenance 障害時のお知らせ
04 - site-header サイトヘッダー
05 - news-topics ニューストピックス
06 - google_ad ニューストピックス内の広告
07 - blogos BLOGOS
08 - lineblog LINEBLOG
09 - blog-ranking  ブログランキング
10 - ad-middle まとめ直下の広告
11 - fixed-title ヘッダ固定用
12 - service-list サービス一覧
13 - setup-list 天気パネル
14 - setup-list header 天気パネルのヘッダ
16 - setting-panel 天気パネルの都道府県設定部
17 - site-footer サイトフッター
==================================================
*/

/* reset */

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    line-height: 1;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #333333;
    vertical-align: bottom;
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
}
html {
    overflow-y: scroll;
}
body {
    background: #ffffff;
}

/* earthquake */

#earthquake {
    -webkit-transform: translate3d(0,0,0);
}
#earthquake div {
    position: relative;
    display: block;
    padding: 13px 15px;
    background: #2a2a2a;
    overflow: hidden;
}
#earthquake a:after {
    content: '';
    display: block;
    width: 5px;
    height: 32px;
    position: absolute;
    top: 12px;
    right: 15px;
    background: url('/img/top/lite/04/common_slice.png') no-repeat -120px -6px;
    background-size: 181px 128px;
}
#earthquake h1 {
    float: left;
    margin-right: 15px;
    padding: 0 10px;
    height: 28px;
    background: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    color: #da0b17;
}
#earthquake h2 ,
#earthquake h2 time ,
#earthquake ul li {
    font-size: 12px;
    color: #ffffff;
}
#earthquake h2 {
    margin-bottom: 5px;
    line-height: 1.15;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#earthquake h2 time {
    margin-right: 10px;
}
#earthquake ul li {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

/* maintenance */

#maintenance {
  position: relative;
  z-index: 100;
  padding: 15px;
  background: #ffffff;
}
#maintenance h2 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
#maintenance ul li,
#maintenance ul li a {
  font-size: 12px;
  line-height: 1.33;
}
#maintenance ul li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.33;
  color: #2355a5;
}
#maintenance .close {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -17px;
  display: block;
  width: 34px;
  height: 34px;
  background: url('http://image2.dev.livedoor.com/img/top/lite/04/close_btn.png') no-repeat center center;
  background-size: 50% 50%;
  text-indent: -9999px;
}

/* site-header */

#site-header {
    height: 44px;
    background: #da0b16;
    -webkit-transform: translate3d(0,0,0);
}
#site-header h1 {
    display: block;
    width: 70px;
    height: 44px;
    margin: 0 auto;
    background: url('/img/logo/ld_lite.png') no-repeat 0px 0px;
    background-size: 70px 44px;
    text-indent: -9999px;
}
#site-header ul {
    margin-top: -44px;
    overflow: hidden;
}
#site-header ul li {
    float: left;
}
#site-header ul li a {
    display: block;
    width: 44px;
    height: 44px;
    background: url('/img/top/lite/04/common_slice.png') no-repeat -65px 0px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
    text-indent: -9999px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* news-topics */

#news-topics {
    background: #ffffff;
}
#news-topics section ,
#blogos {
    padding-bottom: 25px;
    -webkit-transform: translate3d(0,0,0);
}
#news-topics header ,
#blogos header ,
#lineblog header ,
#blog-ranking header ,
#fixed-title header ,
#dummy-title header ,
#toplayer-title header {
    padding: 0 15px;
    height: 33px;
    background: #da0b16;
    border-top: solid 1px #ba0813;
}
#news-topics header {
    border-bottom: solid 1px #ba0813;
}
#news-topics header h1 ,
#blogos header h1 ,
#lineblog header h1 ,
#blog-ranking header h1 ,
#fixed-title header h1 ,
#dummy-title header h1 ,
#toplayer-title header h1 {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 33px;
    color: #ffffff;
}
#news-topics header a ,
#blogos header a ,
#lineblog header a ,
#blog-ranking header a ,
#fixed-title header a ,
#dummy-title header a ,
#toplayer-title header a {
    float: right;
    width: 3em;
    font-size: 11px;
    font-weight: bold;
    line-height: 33px;
    color: #ffffff;
}
#news-topics header a span ,
#blogos header a span ,
#lineblog header a span ,
#blog-ranking header a span ,
#fixed-title header a span ,
#dummy-title header a span {
    content: '';
    float: right;
    margin-left: 5px;
    width: 5px;
    height: 32px;
    background: url('/img/top/lite/04/common_slice.png') no-repeat -110px -6px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
}
#news-topics ol ,
#blogos ol ,
#blog-ranking ol {
    clear: both;
}
#news-topics ol li {
    position: relative;
}
#news-topics ol li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #e6e6e6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#news-topics ol li:last-child:after ,
#blogos ol li:last-child:after ,
#blog-ranking ol li:last-child:after {
    border-bottom: none;
    height: 0px;
}
#news-topics ol li a ,
#blogos ol li a ,
#blog-ranking ol li a {
    display: block;
    padding: 10px 15px 11px 15px;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}
#news-topics ol li.headline .thumbnail ,
#blogos ol li.headline .thumbnail ,
#lineblog ul li figure ,
#blog-ranking ol li.headline .thumbnail {
    float: left;
    width: 60px;
    height: 60px;
    background: #eeeeee;
    text-align: center;
    overflow: hidden;
}
#news-topics ol li.headline .thumbnail figure ,
#blogos ol li.headline .thumbnail figure ,
#blog-ranking ol li.headline .thumbnail figure {
    height: 60px;
    text-align: center;
}
#news-topics ol li.headline .text ,
#blogos ol li.headline .text ,
#lineblog ul li a h3 ,
#blog-ranking ol li.headline h3 {
    padding-left: 75px;
    margin-bottom: 6px;
    line-height: 1.294em;
    font-weight: bold;
}
#news-topics ol li.headline .vender ,
#blogos ol li.headline .vender ,
#lineblog ul li a .vender ,
#blog-ranking ol li.headline .vender {
    padding-left: 75px;
    font-size: 9px;
    color: #999999;
}
#news-topics ol li.headline.noimage .text,
#news-topics ol li.headline.noimage .vender {
    padding-left: 0px;
}
#news-topics ol li a .new ,
#blog-ranking ol li a .new {
    display: inline-block;
    margin-left: 3px;
    width: 15px;
    height: 15px;
    background: url('/img/top/lite/04/common_slice.png') no-repeat -142px -14px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
    text-indent: -9999px;
}

#news-topics ol li a .pr {
    display: inline-block;
    margin-left: 3px;
    width: 29px;
    height: 14px;
    background: url('/img/pr-label.png') no-repeat ;
    text-indent: -9999px;
}

/* google_ad */

.google_ad_300 {
    position: relative;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}
.google_ad_300_2 {
    padding-top: 10px;
    text-align: center;
}
.google_ad_300_3 {
    display: inline-block;
}
.google_ad_300:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: solid 1px #e6e6e6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.google_ad_300 .google_ad_300 {
    padding: 0;
}
.google_ad_300 .google_ad_300:after {
    border: none;
    height: 0px;
}

/* LDNEWS-1025 start */
.google_ad_320 {
    position: relative;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}
.google_ad_320:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: solid 1px #e6e6e6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.google_ad_320 .google_ad_320 {
    padding: 0;
}
.google_ad_320 .google_ad_320:after {
    border: none;
    height: 0px;
}
/* LDNEWS-1025 end */


/* blogos */

#blogos {
    background: #1d1d1d;
}
#blogos header {
    background: #2d2d2d;
    border-top: solid 1px #252525;
}
#blogos ol li.headline .text {
    font-size: 16px;
    color: #ffffff;
}
#blogos ol li {
    position: relative;
}
#blogos ol li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #313131;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#blogos ol li a {
    font-size: 14px;
    color: #ffffff;
}

/* lineblog */

#lineblog {
    background: #ffffff;
}
#lineblog header {
    background: #ffffff;
    border-top: solid 1px #33981c;
}
#lineblog header h1 ,
#lineblog header a {
    color: #2cbf13;
}
#lineblog header a span {
    background: url('/img/top/lite/04/common_slice.png') no-repeat -125px -6px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
}
#lineblog ul {
    border-top: solid 1px #e6e6e6;
}
#lineblog ul li {
    position: relative;
}
#lineblog ul li a {
    display: block;
    padding: 14px 15px 15px 15px;
    overflow: hidden;
}
#lineblog ul li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #e6e6e6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#lineblog ul li h3 {
    font-size: 14px;
}
#lineblog ul li a .vender {
    color: #333333;
}

/* blog-ranking */

#blog-ranking {
    background: #017bbb;
}
#blog-ranking header {
    background: #0088cc;
    border-top: solid 1px #016fa9;
}
#blog-nav ul {
    display: -webkit-box;
    display: box;
    width: 100%;
}
#blog-nav ul li {
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
}
#blog-nav ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 33px;
    background: #0088cc;
    border-top: solid 1px #016fa9;
    border-left: solid 1px #016fa9;
    border-bottom: solid 1px #016fa9;
    font-size: 11px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
}
#blog-nav ul li:first-child a {
    border-left: none;
}
#blog-nav ul li a.active {
    background: #017bbb;
    border-bottom: solid 1px #017bbb;
}
#blog-body section {
    display: none;
}
#blog-body .active {
    display: block;
}
#blog-body ol li {
    position: relative;
}
#blog-body ol li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #016ea8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#blog-body ol li h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
}
#blog-body ol li .vender ,
#blog-body ol li.headline .vender {
    font-size: 9px;
    color: #ffffff;
}
#blog-body .blog-ranking ol li.headline a {
    padding-top: 14px;
}
#blog-body .blog-ranking  ol li a {
    padding-top: 11px;
}
#blog-body .blog-ranking ol li span.num {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    background: #aab0b3;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}
#blog-body .blog-ranking ol li h3 ,
#blog-body .blog-ranking ol li .vender {
    padding-left: 30px;
}
#blog-body .blog-ranking ol li h3 {
    margin-bottom: 7px;
}
#blog-body .blog-ranking ol li.headline .thumbnail {
    position: relative;
    float: left;
}
#blog-body .blog-ranking ol li.headline span.num {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    float: none;
    margin-top: 0px;
    background: #006aa2;
}
#blog-body .blog-ranking ol li.headline h3 ,
#blog-body .blog-ranking ol li.headline .vender {
    padding-left: 75px;
}
#blog-body .blog-topics ol li a {
    font-size: 15px;
    color: #ffffff;
}
#blog-body .blog-flash ol li h3 {
    margin-bottom: 10px;
}
#blog-body .blog-flash ol li .vender {
    float: left;
    padding-left: 0;
}
#blog-body .blog-flash ol li time {
    float: left;
    padding-right: 15px;
    font-size: 9px;
    color: #ffffff;
}
#blog-body .blog-flash ol li.headline time {
    padding-left: 15px;
}

/* ad-middle */

.ad-middle div a {
    display: block;
    padding: 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ad-middle div a img {
    float: left;
}
.ad-middle div a p {
    display: table-cell;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5em;
    vertical-align: middle;
}
.ad-bottom {
    background: #017bbb;
}

/* fixed-title */

#fixed-title {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

/* service-list */

#slide-area {
    position: relative;
    left: -240px;
}
#slide-area.menu-open {
    height: 100%;
}
#wrapper {
    position: relative;
    top: 0;
    left: 240px;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    pointer-events: auto;
}
#wrapper.menu-open a {
    pointer-events: none;
}
#overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 240px;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: none;
}
#overlay a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#service-list {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 240px;
    height: 100%;
    background: #f2f2f2;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
#service-list.menu-open {
    display: block;
    overflow-y: scroll;
}
#service-list.menu-open .service-inner {
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f2f2;
    box-shadow: -1px 0px 2px rgba(0,0,0,0.1) inset;
    -webkit-transform: translate3d(0,0,0);
}
#service-list ul {
    padding-bottom: 80px;
    width: 240px;
}
#service-list ul li {
    position: relative;
}
#service-list ul li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #e0e0e0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#service-list ul li a {
    display: block;
    padding: 10px;
    height: 24px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
}
#service-list ul li a:before {
    content: '';
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    background: url('/img/top/lite/04/common_slice.png') no-repeat 0px -45px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
}
#service-list ul li a.c-peachy:before {
    background-position: -26px -45px;
}
#service-list ul li a.c-blogos:before {
    background-position: -53px -45px;
}
#service-list ul li a.c-blog:before {
    background-position: -105px -45px;
}
#service-list ul li a.c-kstyle:before {
    background-position: -156px -45px;
}
#service-list ul li a.c-magazine:before {
    background-position: 0px -70px;
}
#service-list ul li a.c-loctouch:before {
    background-position: -26px -70px;
}
#service-list ul li a.c-gourmet:before {
    background-position: -156px -70px;
}
#service-list ul li a.c-yyc:before {
    background-position: -53px -70px;
}
#service-list ul li a.c-youbride:before {
    background-position: -78px -70px;
}
#service-list ul li a.c-livedoorChoice:before {
    background-position: -105px -70px;
}
#service-list ul li a.c-news:before {
    display: none;
}
#service-list ul li a.c-blog:before {
    display: none;
}
#service-list ul li:nth-child(n+6) a::before {
    display: none;
}
#service-list ul li a.c-img img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

/* setup-list */

#setup-list {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10;
    min-height: 100%;
    width: 100%;
    background: #ffffff;
    box-shadow: px -2px 2px rgba(0,0,0,0.8);
}
#wrapper.setup-open {
    visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}
#setup-list.setup-open {
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
}
#setup-list.slide-open {
    overflow: visible;
    left: -100%;
}
#setup-list .setup-inner {
    position: absolute;
    width: 200%;
    height: 100%;
    background: #ffffff;
    overflow-y: scroll;
}
#setup-list .setting-panel {
    float: left;
    width: 50%;
}

/* setup-list header */

#setup-list .setting-panel header {
    position: relative;
    height: 44px;
}
#setup-list .setting-panel header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #e6e6e6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#setup-list .setting-panel header h1 {
    margin: 0 auto;
    height: 44px;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
#setup-list .setting-panel header ul {
    margin-top: -44px;
    overflow: hidden;
}
#setup-list .setting-panel header ul li {
    float: left;
}
#setup-list .setting-panel header ul li:last-child {
    float: right;
}
#setup-list .setting-panel header ul li a {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#setup-list .setting-panel header ul li .close-btn {
    background: url('/img/top/lite/04/common_slice.png') no-repeat -70px -96px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
}
#setup-list .setting-panel header ul li .back-btn {
    background: url('/img/top/lite/04/common_slice.png') no-repeat -118px -96px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
}


/* setting-panel */

#setup-list .setting-panel form {
    padding: 30px;
}
#setup-list .setting-panel form select {
    display: block;
    margin: 0 auto 20px auto;
    padding: 0 10px;
    width: 258px;
    height: 40px;
    border: solid 1px #dadada;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    background: url('/img/top/lite/04/common_slice.png') no-repeat 230px -98px;
    -webkit-background-size: 181px 128px;
    background-size: 181px 128px;
    -webkit-appearance: button;
    -moz-appearance: button;
    border-radius: 0px;
}
#setup-list .setting-panel form button {
    display: block;
    margin: 0 auto;
    width: 259px;
    height: 44px;
    background: #f2f2f2;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    border-radius: none;
}

/* site-footer */

#site-footer {
    padding: 30px 0;
    background: #2d2d2d;
}
#site-footer form {
  margin: 0 15px;
  display:table;
  width:100%;
}
#site-footer .search-form {
  padding: 0 5px;
  margin:0 10px 30px 10px;
  height:33px;
  background:#666;
  border-radius: 17px;
}
#site-footer .search-form form {
  display:table;
  width:100%;
}
#site-footer .search-form .search-input{
  display:table-cell;
}
#site-footer .search-form .search-input input {
  -webkit-appearance: none;
  border:none;
  height: 33px;
  box-sizing: border-box;
  background:#666;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
}
#site-footer .search-form span.search-submit {
  height:16px;
  width:30px;
  display:table-cell;
  text-align:right;
  vertical-align:middle;
}
#site-footer .search-form span.search-submit input {
  -webkit-appearance:none;
  background: #666666 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAgCAMAAAB5NuugAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMAyfcM5M/b07GnhF1HBwP89Op3ak1BFeFUOC4qJot87ruclyIfLYlEkgAAATJJREFUOMudlFuOgzAMRQOBAOHZ8C6U6bST/W9xYpfSNkiVyf1A8pWPjWwrbBVPE1HqUiQpZweVq5N+6qTyQ+w91O+K5gPseW37aj6S2b8ACSGHdpDRg74T2cKD9GBYw6aH0CtocArJYbfFHRaraY176AvsRqNDGnkGfYa91VDgG+zG8uDHfykwrHixPIUFCapMYmt5o/F8CqyNZnvzYFLhyfJmKvxj8jLLa41XEVic7MXyJNwYBb6YxD7/vBuBBQka8Rj3Bzsy6qKr6X1cMIaQMfJ9BuctngLidaISSPYXjgFXPhbjRJiHGvFY1jIGFHSl0l2k97rm1N7JBxdX+KXSLPM21MtYiz+fFPQndIlD4cUKxv6indSUen0Q3OmbI50iLV1pXD5zVI0vmTNdielrwj8McC1cocX8qAAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  background-size: 30px 16px;
  height:16px;
  width:30px;
  margin:0 20px 0 0;
  text-indent:-9999px;
}
#site-footer ul {
    margin-bottom: 30px;
    text-align: center;
}
#site-footer ul li {
    display: inline-block;
    margin-left: 15px;
}
#site-footer ul li:first-child {
    margin-left: 0;
}
#site-footer a ,
#site-footer p {
    font-size: 10px;
    color: #cccccc;
    text-align: center;
}
#site-footer p {
    clear: both;
    font-family: 'HelveticaNeue-Light',sans-serif;
}

/* linenewsAd */

.linenewsAd {
    margin: 0 15px 15px;
    text-align: left;
}
.linenewsAd a {
    display: block;
}
.linenewsAd ul {
    overflow: hidden;
}
.linenewsAd ul li {
    float: left;
    width: 100%;
}
.linenewsAd ul li span {
    display: block;
    overflow: hidden;
    height: 45px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #00ce00;
    text-align: center;
}
.linenewsAd ul li span::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: -12%;
    margin-right: 4px;
}
.linenewsAd ul li span::before {
    background-image: url('/img/top/ad/linenews/img_icon_20151201.png');
    background-repeat: no-repeat;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
}
