#main_table table{width:100%;border-collapse:collapse;}
#main_table th{
font-size:13px;
font-weight:bold;
padding:3px;
}
#main_table td{
font-size:12px;
}

.area_text{
font-size:22px;
font-weight:bold;
text-align:center;
}

@media screen and (max-width: 720px){
#main_table table{width:100%;border:none;padding:10px;}
#main_table thead{display:none;}
#main_table tr{
border-top:1px solid #000000;
display: block;
margin-bottom:20px;
}
#main_table td{
border-right:1px solid #000000;
border-left:1px solid #000000;
border-bottom:none;
display:block;
padding:5px;
font-size:15px;
}
#main_table th{
padding:5px 10px;
font-size:15px;
}
#td:nth-of-type(1) {background-color:#9BC2E6;color:#000000;}
#main_table td:last-child {border-bottom: 1px solid #000000;}
#main_table td:before {
background-color:#444;
color:#FFFFFF;
display: block;
}
#main_table td:nth-of-type(1):before { content: "取引種類";}
#main_table td:nth-of-type(2):before { content: "地区";}
#main_table td:nth-of-type(3):before { content: "間取";}
#main_table td:nth-of-type(4):before { content: "構造";}
#main_table td:nth-of-type(5):before { content: "取引価格";}
#main_table td:nth-of-type(6):before { content: "坪単価";}
#main_table td:nth-of-type(7):before { content: "面積";}
#main_table td:nth-of-type(8):before { content: "㎡単価";}
#main_table td:nth-of-type(9):before { content: "土地形状";}
#main_table td:nth-of-type(10):before { content: "築年";}
#main_table td:nth-of-type(11):before { content: "間口";}
#main_table td:nth-of-type(12):before { content: "用途";}
#main_table td:nth-of-type(13):before { content: "今後の利用目的";}
#main_table td:nth-of-type(14):before { content: "[前面道路]方位/種類/幅員";}
#main_table td:nth-of-type(15):before { content: "都市計画";}
#main_table td:nth-of-type(16):before { content: "建ぺい率";}
#main_table td:nth-of-type(17):before { content: "容積率";}
#main_table td:nth-of-type(18):before { content: "取引時期";}
}

