@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}
img{border:none;}
a{color:#1a89ad; text-decoration:none;}
a:hover{color:#333; text-decoration:underline;}

.newsTableI{width:600px;}
.newsTableI td{padding:3px; border-bottom:1px dotted #ccc; font-size:90%;}
.newsTable{width:600px;}
.newsTable td{padding:3px; border-bottom:1px dotted #ccc; font-size:90%;}

.news2Table th,td{padding:10px;border-bottom:1px dashed #999; font-size:110%;}
.news2Table th{font-weight:normal; text-align:left;}

.newsTitle{font-size:2.0em; font-weight:normal; text-align:center;}
.newsTitleM{font-size:1.7em; font-weight:normal; text-align:center;}
.newsTitleS{font-size:1.1em; font-weight:bold; text-align:left; line-height:160%;}
.nakaTable td{padding:2px; border:none;}

.nasiT2 td{border-bottom:1px solid #ffffff; line-height:130%;}

.tabledotnashi th,td{border:none;}

.uemargin{margin-top:-13px; text-align:center;}


.InfoTable{border-collapse:collapse; border-top:dotted 1px #999; font-size:90%; margin-left:50px;}
.InfoTable td{border-bottom:dotted 1px #999;}
.InfoTable td.normal{background:url(../common/normal.gif) no-repeat; padding:5px 5px 5px 52px;}
.InfoTable td.new{background:url(../common/new.gif) no-repeat; padding:5px 5px 5px 52px;}

.InfoTable2{border-collapse:collapse; border-top:dotted 1px #999; margin-left:50px;}
.InfoTable2 td{border-bottom:dotted 1px #999;}
.InfoTable2 td.normal{background:url(../common/normal.gif) no-repeat; padding:5px 5px 5px 52px;}
.InfoTable2 td.new{background:url(../common/new.gif) no-repeat; padding:5px 5px 5px 52px;}

.newslistdesign1 li{list-style: disc;}

.tabledesign11 {padding: 0; margin: 0; background: #FFFFFF;}
.tabledesign11 td{padding: 0; margin: 0; text-align: center;}

/*ボタン*/

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}