@charset "Shift_JIS";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
	background-color:#fff;
	color:#323743;
	font-family: "Work Sans","Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
	font-size:14px;
	font-weight:400;
	margin:0;
	paddding:0 1rem;
}

.contents{width:1064px; margin:0 auto;}
h1{font-size:30px; font-weight:700; margin:2.4rem 0;}
p{font-size:18px; margin:1rem; font-weight:400;}

table{width:100%; margin:0 auto; border-spacing:unset;}



.date_info{line-height:200%; margin-bottom:20px;}
.date_info ul{list-style:disc;}
.date_info ul li{ margin-left:20px;}


.fs_14{font-weight:bold;}

#ctl00_taxlist_idTable23{border-bottom:solid #bcbdc2 1px; }

#ctl00_taxlist_idTable23 th,	
#ctl00_taxlist_idTable23 td
	{
	border-right:solid #bcbdc2 1px; 
	border-top:solid #bcbdc2 1px; 
	padding:5px; 
	text-align:center;
	}

#ctl00_taxlist_idTable23 th:first-of-type,	
#ctl00_taxlist_idTable23 td:first-of-type
	{
	border-left:solid #bcbdc2 1px; 
	}

.ttl_none{border-left:none !important;}



#ctl00_taxlist_idTable23 tr:nth-child(even) td
{border-left:none !important;}

#ctl00_taxlist_idTable23 .ttl_01{background:rgb(50,55,67,0.15);}

#ctl00_taxlist_idTable23 tr:nth-of-type(03),
#ctl00_taxlist_idTable23 tr:nth-of-type(04),

#ctl00_taxlist_idTable23 tr:nth-of-type(07),
#ctl00_taxlist_idTable23 tr:nth-of-type(08),

#ctl00_taxlist_idTable23 tr:nth-of-type(11),
#ctl00_taxlist_idTable23 tr:nth-of-type(12),

#ctl00_taxlist_idTable23 tr:nth-of-type(15),
#ctl00_taxlist_idTable23 tr:nth-of-type(16),

#ctl00_taxlist_idTable23 tr:nth-of-type(19),
#ctl00_taxlist_idTable23 tr:nth-of-type(20),

#ctl00_taxlist_idTable23 tr:nth-of-type(23),
#ctl00_taxlist_idTable23 tr:nth-of-type(24),

#ctl00_taxlist_idTable23 tr:nth-of-type(27),
#ctl00_taxlist_idTable23 tr:nth-of-type(28),

#ctl00_taxlist_idTable23 tr:nth-of-type(31),
#ctl00_taxlist_idTable23 tr:nth-of-type(32),

#ctl00_taxlist_idTable23 tr:nth-of-type(35),
#ctl00_taxlist_idTable23 tr:nth-of-type(36),

#ctl00_taxlist_idTable23 tr:nth-of-type(39),
#ctl00_taxlist_idTable23 tr:nth-of-type(40),

#ctl00_taxlist_idTable23 tr:nth-of-type(43),
#ctl00_taxlist_idTable23 tr:nth-of-type(44),

#ctl00_taxlist_idTable23 tr:nth-of-type(47),
#ctl00_taxlist_idTable23 tr:nth-of-type(48)

{background:#fff;}



/*#ctl00_taxlist_idTable23 .ttl_02{background:#fff;}*/

#ctl00_taxlist_idTable23 tr:nth-of-type(05),
#ctl00_taxlist_idTable23 tr:nth-of-type(06),

#ctl00_taxlist_idTable23 tr:nth-of-type(09),
#ctl00_taxlist_idTable23 tr:nth-of-type(10),

#ctl00_taxlist_idTable23 tr:nth-of-type(13),
#ctl00_taxlist_idTable23 tr:nth-of-type(14),

#ctl00_taxlist_idTable23 tr:nth-of-type(17),
#ctl00_taxlist_idTable23 tr:nth-of-type(18),

#ctl00_taxlist_idTable23 tr:nth-of-type(21),
#ctl00_taxlist_idTable23 tr:nth-of-type(22),

#ctl00_taxlist_idTable23 tr:nth-of-type(25),
#ctl00_taxlist_idTable23 tr:nth-of-type(26),

#ctl00_taxlist_idTable23 tr:nth-of-type(29),
#ctl00_taxlist_idTable23 tr:nth-of-type(30),

#ctl00_taxlist_idTable23 tr:nth-of-type(33),
#ctl00_taxlist_idTable23 tr:nth-of-type(34),

#ctl00_taxlist_idTable23 tr:nth-of-type(37),
#ctl00_taxlist_idTable23 tr:nth-of-type(38),

#ctl00_taxlist_idTable23 tr:nth-of-type(41),
#ctl00_taxlist_idTable23 tr:nth-of-type(42),

#ctl00_taxlist_idTable23 tr:nth-of-type(45),
#ctl00_taxlist_idTable23 tr:nth-of-type(46),

#ctl00_taxlist_idTable23 tr:nth-of-type(49),
#ctl00_taxlist_idTable23 tr:nth-of-type(50)
{background:#f4f5f5;}




.ttl_01_01{width:5%;}
.ttl_01_02{width:20%;}
.ttl_01_03{width:25%;}

.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  width:1064px;
}

/* pagetopボタン */
.dom__btn-page-top {
  bottom: 30px;
  right: 25px;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
.dom__btn-page-top a {
  text-decoration: none;
  display: block;
  width: 80px;
  height: 50px;
  transition: opacity .2s;
  position: relative;
}
.dom__btn-page-top a:hover {
  opacity: .8;
}
.dom__btn-page-top a:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: url(../images/taxlist/top.png);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom__btn-page-top a:before {
  display: inline-block;
  text-align: center;
  font-size: 3rem;
  line-height: 50px;
  width: 100%;
  text-align: center;
  color: #333;
}




/*スマホ*/

@media screen and (max-width:500px){

	.contents{width:95% !important; margin:0 auto; padding:0;}
	h1{font-size:20px;}
	p{font-size:16px;}
	ul{padding-inline-start:5px;}
	.grid {grid-template-columns: 1fr; width:375px;}
	table{width:100%; margin:0 auto;}
	.dom__btn-page-top a:before{display:none;}
	
}





