@charset "utf-8";
/* CSS Document */
.memo{
background:#fff;
padding:8px;
margin-bottom:15px;
}

.memo span{
display:block;
margin:0 10px 5px 10px;
}


.caution{
padding:10px;
border:#ddd 1px solid;
}

.caution h3{
background:url(../images/icon3.png) left center no-repeat;
text-indent:20px;
border:none;
}

table{
border-collapse:collapse;
}


table td,table th{
text-align:center;
padding:5px;
border:#ddd solid 1px;
}

table th{
font-size:16px;
font-weight:bold;
}

#address{
margin-top:30px;
background:#f6f6f6;
padding:7px;
font-size:14px;
width:200px;
}

#address h4{
font-weight:bold;
font-size:16px;
}

.linkBtn{
margin-bottom:0 !important;
}


