@charset "utf-8";


body{
color: #000;
	font-size: 16px;
}



/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 15px 0 20px 0;
  border-collapse : collapse;
  border : 2px solid #e6e6e6;
  width:99%;
	text-align:left;
}

table.ta-type1 th {
  padding : 15px 10px;
  color:#333;
  background-color:#f2f2f2;
  border : 2px solid #e6e6e6;
  font-weight:bold;
  text-align:left;
}

table.ta-type1 th.ta-tit2 {
  padding : 15px 10px;
  color:#333;
  border : 2px solid #e6e6e6;
  text-align:left;
  vertical-align:middle;
  background-color:#b2dffa;
}

table.ta-type1 td {
  padding : 15px 10px;
  border : 2px solid #e6e6e6;
}


/* = Table
-------------------------------------------------------------- */
table.ta-line{
	line-height: 36px;
	width: 100%;
	border-top: 1px solid #dcdcdc!important;
	margin-bottom: 2rem;
}

.ta-line tr th,
.ta-line tr td{
	color: #282828!important;	
    border-bottom: 1px solid #dcdcdc!important;
	padding: 10px 0!important;
}


/* list
_____________________________________________________________________ */
ol li {
  padding-top:10px;
  padding-bottom:10px;
	font-size: 16px;
	line-height: 160%
  }
ul li {
  padding-top:5px;
	font-size: 16px;
	line-height: 160%
 }



/*=======================================================================
  Listnews
=======================================================================*/

ul.listnews {
margin: 3em 0 3em;
padding: 0;
text-align: left;
 list-style-type:none;
}
ul.listnews li a{
color:#fff;
padding: 8px 5px;
display: block;
border-bottom: 1px solid #fff;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

ul.listnews li span {
margin-right: 1.6em;
font-size: 15px;
}

ul.listnews li a,
ul.listnews li a:visited {
color:#fff;
}
ul.listnews li a:hover {
background-color:#2BA0C4;
color: #fff;
}




#contents img{
	max-width: 100%;
	height: auto;
}


/*=======================================================================
  title
=======================================================================*/
#contents article h2{
color: #47C7EF !important;
margin:0 0 5%;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding-bottom: 1%;
font-size: 24px;
}




/* リンク */
a.readmore {
	display: block;
	height: 2em;
	line-height: 2;
	text-decoration: none;
	position: relative;
	color: #fff!important;
    padding: 2px 20px 2px 0;
	padding-right: 1.6em;
}
a.readmore::after {
font-family: 'FontAwesome';
content: "\f105";
	position: absolute;
	top:0;
	right: 0;
	width: 14px;
	height: 14px;
}

