/*PC表示*/
@media screen and ( min-width:1024px ){

table{
    border-collapse :separate;
    border-spacing: 5px;
}
.content table{
    border-bottom:solid 1px #CCC;
}

.content table th.w25{
	width:25%;
}
.content table th.w15{
	width:15%;
}

table.hrafs{
	    width:75%;
	    margin: 0 auto;
	}
	.view_pdf_area { 
    width: 75%;
    height: 500px;
    }
div.hrafs{
	width:75%;
	margin: 0 auto;
}


div.padding{
	float: right;
}


.sp {
	display: none;
}

.modallink{
	margin-top:5px;
}


/*テキストボックスレイアウト↑*/

div.p10{
	padding-top:10px;
}
div.padding{
	float: right;
}

ul.btn_area{
    display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.btn_area{
    width: 99%;
}


@-moz-document url-prefix(){
    th.odd{
      background-image:url(/images/lists_color_bg_01-3f88252ce4abd9d1e79a9d683aeef3da.gif);
    }
    th.even{
       background: #ecf3fc;
    }

}


}