
@charset "utf-8";

/* clearfix */
/*************************************************************/

#map .sectionIn p{
    margin-bottom: 20px;
    margin-top: 0px;
}

#map .sectionIn .text{
    margin-bottom: 0px;
    margin-top: 0px;
}

#map .sectionIn .text2{
    margin-bottom: 0px;
    margin-top: 8px;
    font-size: 1.2em;
}

#map .sectionIn h3, .sectionIn h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #222222
}

#map .sectionIn h3 span, .sectionIn h4 span {
    color: #f58500;
    font-size: inherit;
}

#map .sectionIn .facilitylist{
}

#map .sectionIn .facilitylist p{
    margin-top: 0px;

}

#map #mapArea {
	width: 650px;
	height: 663px;
	position: relative;
	background: url(/mop/shoppingticket/images/bg_map.png) 0 0 no-repeat;
}

#map #mapArea .line {
	width: 650px;
	height: 663px;
	position: absolute;
	background: url(/mop/shoppingticket/images/bg_mapline.png) 0 0 no-repeat;
}
  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 640px) {
  .br-pc { display:none; }
  .br-sp { display:block; }
#map .sectionIn h3, .sectionIn h4 {
    font-size: 14px;
}
}



