@charset hutf-8h; 

/* box
------------------------------------------- */
#box-main{
width:100%;
height:auto;
overflow:hidden;
margin-bottom:15px;
}

.box{
width:417px;
float:left;
margin-right:16px;
}
.end{
margin-right:0;
}
.box dl{
border:#cdd3c5 solid 1px;
border-top:none;
}
.box dl dt{
display:block;
background:url(../images/dot01.gif) repeat-x 0 bottom;
padding:8px;
text-align:right;
font-weight:bold;
}
.box dl dd{
width:380px;
margin:0 auto;
padding:5px 0 0 0;
}
.box dl dd ul li{
width:100%;
overflow:hidden;
margin-bottom:5px;
}
.box dl dd ul li span{
width:140px;
float:left;
font-weight:bold;
padding-left:15px;
}
.box dl dd ul li p{
width:200px;
float:right;
}

/* title
------------------------------------------- */
.osaka dl dt{ color:#4b821c; }
.kobe dl dt{ color:#919f52; }
.kyoto dl dt{ color:#1c4e7f; }

/* allow
------------------------------------------- */
.osaka li span{ background:url(../images/allow01.gif) no-repeat 0 5px; }
.kobe li span{ background:url(../images/allow-02.gif) no-repeat 0 5px; }
.kyoto li span{ background:url(../images/allow-03.gif) no-repeat 0 5px; }

/* txt
------------------------------------------- */
.osaka li p{ color:#4b821c; }
.kobe li p{ color:#919f52; }
.kyoto li p{ color:#1c4e7f; }

