@charset "UTF-8";
/* CSS Document */


/* pc */
#pc_box{
	display: block;
}
#sp_box{
	display: none;
}
/* sp */
@media screen and (max-width:767px) {
	#sp_box{
		display: block;
	}
	#pc_box{
		display: none;
	}
	img{
		width: 100%;
	}
}

.antiques-law table{
    width: 880px;
    margin: auto;
}
.antiques-law th{
    width: 300px;
    border: #000 solid 1px;
    padding: 2%;
    background-color: #eeeeee;
}
.antiques-law td{
    width: 580px;
    border: #000 solid 1px;
    padding: 2%;
}

@media screen and (max-width:767px) {
    .antiques-law table{
        width: 100%;
        border: none;
    }
    .antiques-law th{
        width: 100%;
        font-size: 125%;
        border: #000 solid 1px;
        padding: 3%;
        background-color: #eeeeee;
        display: block;
    }
    .antiques-law td{
        width: 100%;
        font-size: 125%;
        border: #000 solid 1px;
        padding: 3%;
        display: block;
    }
    .antiques-law .border-bottom-none{
        border-bottom: none;
    }
}

