/* BASIC css start */
/* ΐΜΉΜΑφΈΚ */
img[usemap] { border: none; height: auto; max-width: 100%; width: auto;}
img{ border: none; height: auto; max-width: 100%; width: auto;}
.evt_img { width: 100%;  max-width: 1000px;  margin: 0 auto; position: relative;text-align: center; }



body {line-height:0}

.top_event_m img {width: 100%;}


.moveTB { animation-duration: 2s;  animation-iteration-count: infinite; animation-name: moveTB; }
@keyframes moveTB {
    0% {transform: translateY(0);}
    50% {transform: translateY(25px);}
    100% {transform: translateY(0);}
}

#contents {background-color: #fff !important;}
#contents .ev_title img {width: 100%;}

#content a img {vertical-align: top;}
#content {font-size:0;}

#contents {position:relative;}


/* BASIC css end */

