@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */

.imgFluid.map {
width: 100%;
max-width: 600px;
margin-bottom: 1em;
}

img.fig_example001 {
width: 40px;
position: relative;
top: 4px;
}



.fancybox-container{
z-index:9999999 ;
}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
