@charset "utf-8";
@import url("spot_info_common.css");
/*--gourmet.css--*/
/* ##########PC########## */
.spot_detail_box > .box_header{
    background: #a25f16;
}

.spot_detail_box > .box_header .links ul li a{
    color: #a25f16;
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {

}


/* ##########印刷用########## */
@media print{

}