<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media only screen and (max-width: 480px) {
	


h3{
	font-size:20px;
	font-weight: 400;
	border-bottom: 1px solid #222;
	padding:0 0 16px 0;
	margin: 30px 0 20px 0;
}

/*======================================

	tokutei
	
========================================*/


#tokutei{
	width:100%;
    border: 1px #222 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#tokutei td {
    padding: 10px;
    border: 1px #222 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    font-size:14px;
    line-height:20px;
}

#tokutei th {
    padding: 10px;
    border: 1px #222 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    font-size:14px;
    line-height:20px;
    width:120px;
}







}/*//end  max-width: 480px ///////////////////////*/






@media print, screen and (min-width: 481px) {


h3{
	font-size:20px;
	font-weight: 400;
	border-bottom: 1px solid #222;
	padding:0 0 16px 0;
	margin: 30px 0 20px 0;
}

/*======================================

	tokutei
	
========================================*/


#tokutei{
	width:100%;
    border: 1px #222 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#tokutei td {
    padding: 10px;
    border: 1px #222 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    font-size:14px;
    line-height:20px;
}

#tokutei th {
    padding: 10px;
    border: 1px #222 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    font-size:14px;
    line-height:20px;
    width:120px;
}






}/*//end  min-width: 481px ///////////////////////*/





</pre></body></html>