@charset "utf-8";

/* hotel */
h2.title_img{
    margin-bottom:20px;
}

h3.sttl{
    padding:2px 4px;
    background-color:#3399ff;
    color:#fff;
    font-size:1.6em;
}

div.h_info{
     border:1px solid #3399ff;
     padding: 10px;
     background-color:#fff;
     margin-bottom:20px;
}
div.h_info h3 {
	font-size:1.1em;
	font-weight:bold;
}

/* 日程table */
table.tbl_testday {
    margin:0 0 10px 0;
    border-collapse:collapse;
    border:1px solid #ccc;
    width:100%;
}
table.tbl_testday th,
table.tbl_testday td {
    border:1px solid #ccc;
    text-align:left;
    padding:5px;
    font-weight:normal;
}
table.tbl_testday th {
    background:#FFEFD5;
}
table.tbl_testday td {
}

div.h_info div.h_inquiry{
    padding:10px;
    margin:10px auto;
    width:90%;
    border:4px double #ff0000;
}

.f_red{color:#ff0000;}
.f_red14{
    color:#ff0000;
    font-size:1.4em;
}
.f_red12{
    color:#ff0000;
    font-size:1.2em;
}
.f_14{font-size:1.4em;}
.f_12{font-size:1.2em;}
.center{text-align:center;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}

.f02{color:#52a3cc;}


