@charset "UTF-8";

/* ==================
● Common
================== */
.clear{
	clear: both;
}
body{
	color: #333;
}
#index_rogo{
	padding-left: 30px;
}


/* ==================
● Font
================== */
.F_white{
	color: #fff; !important;
}
.F_orange{
	color: orange; !important;
}
.F_brown{
	color:#8c6239; !important;
}


/* ==================
● marker
================== */

.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(191,255,127) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(191,255,127) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(191,255,127) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(191,255,127) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(191,255,127) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}


/* ==================
 ▼ GoogleMap
================== */
.ggmap {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/* ==================
 ▼ copyright
================== */
#copyright{
	font-size: 0.65rem;
	text-align: center;
	font-family: Verdana, “Droid Sans”;
}
#copyright a{
	color: #ffffff;
}
