@charset "utf-8";
/* CSS Document */

h4{
text-align:left;
padding:4px;
          border-top: 1px solid #cdd5df;
          border-bottom: 1px solid #2d3642;
/*          background-color: #B0BCCD;*/
color:#ffffff;
}

ul.hotels li a{
display:block;
}
ul.hotels{
list-style-type:none;
}
ul.hotels li{
text-align:left;
border-bottom: solid 1px #B0BCCD;
/*background-color:#ffffff;*/
padding:8px;
font-family: HiraKakuProN-W3;
/*line-height:1;*/
}
ul.hotels li:before {
    content: ">";
    float: right;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 0px;
}
table{
font-family: HiraKakuProN-W3;
width:100%;
margin-bottom:5px;
border-bottom: solid 1px #B0BCCD;
}
table th{
font-family: HiraKakuProN-W6;
background-color:#cccccc;
text-align:left;
font-size:0.7em;
padding:4px;
}
table td{
text-align:left;
padding:4px;
font-size:12px;
}
table .name{
width:55%;
font-weight:bold;
}
table .tel{
width:35%;
}
table .hp{
width:10%;
}
table th.add{
width:100%;
font-size:0.7em;
}
table th.memo{
width:100%;
font-size:0.7em;
}
table td.name{
font-size:1em;
}
table td.add{
width:100%;
font-size:0.8em;
}
table td.memo{
width:100%;
font-size:0.8em;
}

