*{
	box-sizing:border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y:scroll;
  background:#FFF;
}

body {
  margin: 0;
  font-family: "Meiryo", "メイリオ","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  line-height:1.8;
}

.news_title{
    border-left: solid 5px;
    padding-left: .5em;
    background: #f5f9fb;
    font-weight: 600;
    margin: 0;
    color: #00498d;
}

.news_title a{
	text-decoration:none;
	color:#3d5ec7;
}


.up_ymd{
	display:block;
	text-align:right;
	font-size:1.3rem;
}

/**/

.news_table{
    width:100%;
}
.news_table th,
.news_table td{
	border-bottom:dashed 1px #CCC;
	padding:1em;
	text-align:left;
}

.news_table th{
	font-weight:normal;
    width: 12em;
}


.news_table td a{
    text-decoration: none;
}