@charset "shift_jis";
/* CSS Document */

.l_sbody{
	font-size:11px;
	color:#000;
	line-height:135%;
	margin-left: 5 !important;
	padding-left: 20 !important;
}
/* 囲み等 */
table.l_bdgray{
	border-collapse:collapse;
	border:solid 1px #ccc;
}
td.l_bdgray{
	background-color:#f9f9f9;
}
/* 注意事項 */
td.l_attention{
	background-color:#ffffff;
}
div.l_attention{
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left:0.8em;
	text-indent:-0.8em;
	border-style: none !important;
}
.float {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list_area {
	margin: 0 0 30px;
}
.list_area dl {
	margin: 0 0 10px;
}
.list_area dl:last-child {
	margin: 0;
}
.list_area dl dt {
	margin: 0 0 5px;
	font-size: 14px;
}
.list_area dl dd ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_area dl dd ul li {
	box-sizing: border-box;
	width: 16%;
	margin: 0 .8% 0 0;
	text-align:center;
}
.list_area dl dd ul#acting_area li {
	box-sizing: border-box;
	width: 24%;
	margin: 0 1% 1% 0;
	text-align:center;
}
.list_area dl dd ul li:nth-child(6n) {
	margin: 0;
}
.list_area dl dd ul#acting_area li:nth-child(4n) {
	margin: 0 0 .8% 0;
}
.list_area dl dd ul li a,
.list_area dl dd ul#acting_area li label {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px;
	color: #222 !important;
	text-decoration: none;
	border: solid 1px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.list_area dl dd ul li a:hover {
	background: #eee;
}
.list_area dl dd ul li.active a,
.list_area dl dd ul#acting_area li input[type="checkbox"]:checked + label  {
	border-color: #6ba2d1;
	background: #c9deff;
}
.list_area dl dd ul#acting_area li input[type=checkbox] {
	display: none !important;
}

.is-hide {
    display: none !important;
}










.parts01 {
	margin: 0 0 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.cat_area span {
	font-size: 18px;
	font-weight: bold;
}
.table1 {
	border-right: none !important;
}
.table1 thead th,
.table1 tbody td {
	border-right: none !important;
	border-left: none !important;
}
.table1 thead th {
	
}
.table1 tbody tr.odd {
	background: #fffcf1;
}
.table1 thead th.header_th { 
    background-image: url(../img/bg.gif) !important; 
    background-repeat: no-repeat!important; 
    background-position: center right!important;
	cursor: pointer;
}
.table1 thead th.headerSortUp { 
    background-image: url(../img/asc.gif) !important;
	font-weight: bold;
	color: #10418F !important;
}
.table1 thead th.headerSortDown { 
    background-image: url(../img/desc.gif) !important;
	font-weight: bold;
	color: #10418F !important;
}
div.pager {
    text-align: center;
    margin: 1em 0 2em;
}
div.pager span {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4;
    text-align: center;
    cursor: pointer;   
    margin-right: 0.5em;
}
div.pager span.number {
    background: #216aaf;
    color: #fff;
}
div.pager span.active {
    background: #e6f1fb;
    color:#216aaf;
}
