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

tentouList.css
店頭お渡し場所一覧 CSS
PC

-----------------------------------*/

table {
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
    border: 1px solid #ff307b;
    padding: 0;
    line-height: 1.2;
}
.owatashi th {
    background: #fff0f5;
    border: 1px solid #ff307b;
    padding: 10px;
    color: #ff307b;
}
.owatashi .store {
    width: 30%;
    font-weight: bold;
}
.owatashi .shop {
    width: 40%;
}
.owatashi .shop a {
    color: #333;
    text-decoration: none;
}
.owatashi .shop a:hover {
    font-weight: bold;
    text-decoration: underline;
}
.owatashi .place {
    width: 30%;        
}
.owatashi td {
    border: 1px solid #ff307b;
    padding: 10px;
    vertical-align: top;
}
.owatashi .middle {
    vertical-align: middle;
}

.txt_attention {
    color: #d93600;
}