@charset "utf-8";


/* table ta-type1
_____________________________________________________________________ */

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

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

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

table.ta-type1 td {
  padding : 10px 10px;
  border : 1px solid #e6e6e6;
	background-color:#fff;
}


/* 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%
 }


/* = Table
-------------------------------------------------------------- */
table.ta-line{
    font-size: 15px;
	line-height: 20px;
	width: 100%;
	border-top: 1px solid #EEEEEE!important;
}
@media (max-width: 500px){
    table.ta-line{
        font-size: 15px;
    }
}

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


/* dropdown
_____________________________________________________________________ */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* table-responsive
_____________________________________________________________________ */
@media screen and (max-width: 767px) {
.table-responsive-md th,
.table-responsive-md td{
white-space: nowrap;
}

.table-responsive-md::before {
font-size: 12px;
display: block;
padding: 5px 5px 5px 15px;
content: "表は左右にスクロールできます";
color: #333;
}
.table-responsive-md::-webkit-scrollbar {height: 5px;}
.table-responsive-md::-webkit-scrollbar-track {background: #eee;}
.table-responsive-md::-webkit-scrollbar-thumb {background: #666;}
}

/* Blog関連
_____________________________________________________________________ */
/* Sidebar */
.sidebar-cat {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.sidebar-cat li {
	margin-bottom: 1rem;
}
.sidebar-cat li a {
	font-size: 16px;
	line-height: 28px;
	font-family: "Noto Sans JP";
	color: rgba(0,0,0,.6);
}

/* Page Nation */
.pagenav-wrap {
	text-align: center;
}
.pagenav-wrap .pages {
	display: none;
}
.pagenav-wrap span {
	background-color: #EA9300;
	border: 2px solid #EA9300 !important;
	color: white;
	padding: 7px 10px !important;
}
.pagenav-wrap span {
	
}
.pagenav-wrap a {
	border: 2px solid #EA9300 !important;
	color: black !important;
	padding: 1px 8px !important;
}
.pagenav-wrap a:hover {
	background-color: #EA9300;
	color: white !important;
}
.pagenation {
	text-align: center;
}
.pagenation ul {
	list-style: none;
	padding-left: 0;
}
.pagenation ul li {
	padding: 0 25px;
	display: inline-block;
}
.pagenation ul li a {
	color: rgba(0,0,0,.6);
}
.pagenation ul li a:hover {
	color: rgba(0,0,0,1);
}