﻿.BrowserNewsList_h2g_border
/* ニュースリスト CSS タイプ pref004 全体 */
{
  /*	background-color: #FFFFFF;*/
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  width:340px;
}

.BrowserNewsList_h2g_border h2 {
/*h2タイトル*/
  text-align: left;
  font-weight: bold;
  font-size: large;
  margin:0;
  padding: 10px 0px 8px 10px;
  background-color:#f5f5f5;
  border-top: 1px solid #009999;
  border-left: 5px solid #009999;
  letter-spacing: 0.1em;
}

.BrowserNewsList_h2g_border h4,
.BrowserNewsList_h2g_border h3.Title
{
	background-image: url(../../../images/topic.gif);
	background-repeat:no-repeat;   
         padding:0px;
         padding-left:18px;
         padding-bottom:1px;
         margin:5px 0px 0px 20px;
         	border-bottom: 1px dotted #999999;
}

.BrowserNewsList_h2g_border h4 a[id*="_SBlogList_"],
.BrowserNewsList_h2g_border h3.Title a[id*="_SBlogList_"]
{
        color: #000000 !important;
        text-decoration: none !important;
}

.BrowserNewsList_h2g_border .waku {
	margin-bottom:10px;
}


.BrowserNewsList_h2g_border .RSS
/* RSSアイコン */
{
  float:right;
}

.BrowserNewsList_h2g_border .SubBox
/* サブボック：日付 */
{
  font-size: small;
  color: black;
  padding: 3px;
  margin: 0px;
  margin-top:3px;
  float:right;
}

.BrowserNewsList_h2g_border .waku > h3
{
    margin: 5px;
}

.BrowserNewsList_h2g_border .Summary
/* 要約 */
{
  clear: both;
  font-size: 110%;
  text-align: left;
  color: black;
  padding: 2px 0px 5px 50px;
  margin: 0px;
 /*  border-bottom:dotted 1px gray; */
}

.BrowserNewsList_h2g_border .ParentBack
/* 一覧に戻る */
{
  background-color: #eeeeee;
  font-size: x-small;
  text-align: left;
  border-bottom: 1px solid gray;
  padding: 2px;
}

.BrowserNewsList_h2g_border .Contents
/* 本文 */
{
  color: #333333;
  font-size: medium;
  text-align: left;
  line-height: 120%;
  padding: 8px;
  margin: 0px;
}

.BrowserNewsList_h2g_border .PageControl
/* ページ送り */
{
  font-size: small;
  text-align: right;
  padding: 0px;
  margin: 0px;
}