@charset "utf-8";
/* CSS Document */
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
    
/*-------------------------------------------------------------
	PC　防災・緊急情報　ボックス
--------------------------------------------------------------*/
#news_box_emergency{
  margin        : 0px auto 0px auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  /*max-width     : 100%;                 BOXの最大幅          */
  height        : 80px;                /* BOXの高さ            */
  padding       : 16px 0;                 /* 文字の位置合わせ     */
  font-size     : 24px;                 /* 文字サイズ           */
  text-align    : center;               /* 文字位置             */
  color         : #444444;              /* 文字色               */

  background    : #fff;              /* BOXの背景色          */
  border        : 8px solid #ff0000;   /* 枠線の指定           */
  border-radius : 1px;                  /* 角丸の指定           */
  box-shadow    : 0 0 0 12px #ffffff;   /* 影を利用した外余白   */
}

#news_box_emergency a {
   font-size     : 24px;                 /* 文字サイズ           */   
   text-decoration: underline;
}
#news_box_emergency a:hover {
   text-decoration: none;
}

/*-------------------------------------------------------------
	PC　通常お知らせ　リスト
--------------------------------------------------------------*/

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
ul#newsList li{
	color:#333;
	font-size:20px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	/*border-bottom:1px dotted #ccc;*/
	line-height:120%;
	list-style-type:none;
}
a{
    color:#0000ee;
    text-decoration:underline;
    }
a:hover{
    color:#039;
    text-decoration:none;
    }
    
    
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
    display: inline-block;
    border: 1px solid #ff0000;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 100%;
    background: #ff0000;
    color: #fff;
    box-shadow: 1px 1px 1px #999;
    border-radius: 8px;
    font-style: italic;
    margin:0px 2px 10px 2px;
}
    
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:800px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}



/*------------------------------------------------------------
	スマホ版　防災・緊急情報　ボックス
------------------------------------------------------------*/
@media screen and ( max-width: 1000px ) {

#news_box_emergency{
  margin        : 0px auto 0px auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  max-width     : 1000px;                /* BOXの最大幅          */
  height        : 50px;                /* BOXの高さ            */
  padding       : 5px 0;                 /* 文字の位置合わせ     */
  font-size     : 3.5vw;                 /* 文字サイズ           */

  border        : 4px solid #ff0000;   /* 枠線の指定           */
  border-radius : 0px;                  /* 角丸の指定           */
  box-shadow    : 0 0 0 0px #ffffff;   /* 影を利用した外余白   */
}

#news_box_emergency a {
   font-size     : 3.5vw;                 /* 文字サイズ           */   
   text-decoration: underline;
}
#news_box_emergency a:hover {
   text-decoration: none;
}
    
}

