@charset "UTF-8";

*{
    margin:0;
    padding:0;
}
body{
    background-color: #fff;
    font-size:1.0em;
    width:100%;
    height:100%;
}
/* table */
table{
    margin-bottom:20px;
    width:100%;
    font-size:0.9em;
    line-height:1.2em;
}
th{
    color:#131367;
    font-weight:bold;
    padding: 5px 2px 5px 2px;
    text-align:center;
    background-color:#b2dbf5;
    border-left:1px solid #83bef6;
    border-top:1px solid #83bef6;
    border-right:1px solid #8d8d8d;
    border-bottom:1px solid #8d8d8d;
}

th.youbi{
	width:16%;
	}

th.madical_title{
    width:15%;
}
td{
    padding: 5px 2px 5px 2px;
    background-color:#ffffff;
    border-left:1px solid #f0f0f0;
    border-top:1px solid #f0f0f0;
    border-right:1px solid #8d8d8d;
    border-bottom:1px solid #8d8d8d;
    empty-cells: show;
    white-space:nowrap;
}

@media (max-width: 643px) {


table{
    font-size:0.8em;
	}


}