@charset "utf-8";
body{
 background-color:transparent !important;
}
#modal-contents{
 width:980px;
 margin:45px auto 0;
}
#modal-contents p{
 text-align:left;
 font-size:14px;
 font-size:1.4rem;
 line-height:1.8;
 margin:0 0 3rem;
}
#modal-contents table{
 width:533px;
 margin:0 auto 40px;
 border:1px solid #aaa;
 border-collapse:collapse;
}
#modal-contents table th,
#modal-contents table td{
 padding:10px;
 font-size:14px;
 font-size:1.4rem;
 font-weight:normal;
 text-align:left;
 vertical-align:top;
 border:1px solid #aaa;
 border-collapse:collapse;
}
#modal-contents table td{
 width:68%;
}
#modal-contents table td figure{
 margin-top:2rem;
}
#modal-contents table td address,
#modal-contents table td time{
 font-size:14px;
 font-size:1.4rem;
 font-weight:normal;
 font-style:normal;
}