/*------------------------------------------------------------------------------
　特定商取引法
-------------------------------------------------------------------------------*/
.shopkeeper table {
 clear:both;
 width:100%;
 margin:0;
 padding:0;
 font-size:16px;
 border:1px solid #9D9D9D;
 border-collapse:collapse;
}
.shopkeeper table th, .shopkeeper table td {
 margin:0;
 padding:10px 20px;
 box-sizing:border-box;
 border-bottom:1px solid #9D9D9D;
}
.shopkeeper table th {
 width:40%;
 text-align:center;
 color:#FFF;
 font-weight:normal;
 background:#4E816D;
}
@media screen and (max-width:568px) {
.shopkeeper table {
 font-size:13px;
 border-bottom:none;
}
.shopkeeper table th, .shopkeeper table td {
 padding:8px 15px;
 display:block;
}
.shopkeeper table th {
 width:100%;
 text-align:left;
}
}