/*====================================================================================
エリアの設定
====================================================================================*/
html, body {
  position: relative;
}
/*====================================================================================
テキスト
====================================================================================*/
body {
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------------
基本フォント
------------------------------------------*/
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  text-align: left;
  line-height: 25px;
  letter-spacing: 0;
  word-wrap: break-word;
}

/*------------------------------------------
パーツ
------------------------------------------*/
/* タイトル
------------------------------------------*/
#label-title {
    font-weight: bold;
}

*[class*="tit"] {
  font-weight: 600;
  line-height: 1.3em;
}

.tit_style01 {
  font-size: 24px;
}

.tit_style02 {
  font-size: 18px;
}

.tit_style03 {
  font-size: 18px;
  line-height: 1.2em;
  border-left: #0c419a 3px solid;
  padding-left: .25em;
}

.tit_style04 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

/* テキストスタイル
------------------------------------------*/
a {
  color: #00f;
}

figcaption {
  color: #666;
  font-size: 14px;
}

.list_style01 li {
  margin-left: 1em;
  list-style-type: disc;
}

.txt_time {
  font-size: 12px;
  color: #666;
}

/* 画像
------------------------------------------*/
figure img, #top img {
  width: 100%;
}

/*------------------------------------------
エリア
------------------------------------------*/
article {
  padding: 10px;
}

section:not(:last-child) {
  margin-bottom: 30px;
}

section > *:not(:last-child) {
  margin-bottom: 15px;
}

div#top_section, div#box_section {
  margin-bottom: 20px;
}

/*====================================================================================
お天気ニュース
====================================================================================*/
.area_linkList .top {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.area_linkList .top .content-label {
  font-weight: bold;
}

.area_linkList .top .right {
  text-align: right;
}


/* タイトル
------------------------------------------*/
.tit_linkList {
  font-weight: bold;
}

/* もっと見るボタン
------------------------------------------*/
.news_more_row {
    margin: 20px;
}
ul.news_more {
    text-align: center;
}
ul.news_more li {
    background: mistyrose;
    border-radius: 4px;
}
ul.news_more li.news_sgtk {
    height: 40px;
}
ul.news_more li > a {
    font-size: 15px;
    color: #0c419a;
    text-decoration: none;
    line-height: 40px;
    display: table;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/* リンクリスト
------------------------------------------*/
.linkList_item a {
  width: 96%;
  display: block;
  padding: 6px;
  display: table;
  table-layout: fixed;
  font-size: 95%;
}

.linkList_item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.linkList_item a > * {
  display: table-cell;
  vertical-align: top;
}

.linkList_item a > *:not(:first-of-type) {
  padding-left: 10px;
}

.linkList_thumb {
  width: 80px;
}

.linkList_thumb img {
  width: 80px;
  height: 60px;
}

.linkList_time {
  font-size: 12px;
}

#sgtk_linkList {
  background-color: mistyrose;
}


/* 参考資料など
------------------------------------------*/
div#source {
    color: #808080;
    font-size: 11px;
    line-height: 18px;
    margin-top: 10px;
    background: #f6f6f6;
    padding: 10px;
}


/* オススメコンテンツ
------------------------------------------*/
.sgtk-osusume-contents ul li {/* clearfix */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  border-top: 1px dotted #d3d3d3;
  min-height:  65px;
}

.sgtk-osusume-contents li:nth-child(2) {
  background-color: mistyrose;
}

.sgtk-osusume-contents ul li ::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  background: url(//weather.smt.docomo.ne.jp/img/weather_arrow_b.png) no-repeat 0 0;
  -webkit-background-size: 8px 14px;
  -moz-background-size: 8px 14px;
  -o-background-size: 8px 14px;
  background-size: 8px 14px;
}

.sgtk-osusume-contents ul li img {
  float: left;
  width: 45px;
  margin-right: 10px;
}

.sgtk-osusume-contents ul li p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 55px;
  color: #535353;
  line-height: 1.1;
}

.sgtk-osusume-contents ul li p b {
  display: block;
  margin-bottom: 1px;
  color: #000;
}

/* caster */
.hello-box img.caster-img {
  float:left;
  margin: 0px 10px 5px 0px;
  width: 120px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  position: relative;
  box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.7);
}
