/*-----------------------------------------------------------------------------------
	    customize.css
-----------------------------------------------------------------------------------*/

/* = Table
-------------------------------------------------------------- */
table.ta-line{
    font-size: 16px;
	line-height: 1.6;
	border-top: 1px solid #D6D6D6!important;
    width: 100%;
}

@media (min-width: 576px){
table.ta-line{
 font-size: 14px;
}
}

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




/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 5px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #45AA33;
  width:99%;
	text-align:center;
}

table.ta-type1 th {
  padding : 5px 10px;
  color:#45AA33;
  background-color:#f2f2f2;
  border : 1px solid #45AA33;
  font-weight:bold;
  text-align:center;
}

table.ta-type1 th.ta-tit2 {
  padding : 5px 10px;
  color:#45AA33;
  border : 1px solid #45AA33;
  text-align:center;
  vertical-align:middle;
  background-color:#f8ffb7;
}

table.ta-type1 td {
  padding : 5px 5px;
  border : 1px solid #45AA33;
	background-color: #fff;
}

table.ta-type1 td.kigou {
	font-size: 24px;
}



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

ul.listnews,
ul.listnews2{
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:#99EDB0;
color: #333;
}



ul.listnews2 li a{
color:#222;
padding: 8px 10px;
display: block;
border-bottom: 1px solid #ddd;
}


ul.listnews2 li a,
ul.listnews2 li a:visited {
color:#222;
}
ul.listnews2 li a:hover {
background-color:#99EDB0;
color: #333;
}






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

