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


p{
font-size: 0.9em;
}

#top img{
width: 100%;
}




h5{
margin-top: 10px;
}



.word_more{
margin-top: 50px;
font-size: 0.8em;
}


.purpletext{
color: #662C7F;
}

.newsbox{
margin-bottom: 0px;
}

#address2{
margin-top: 50px;
margin-bottom: 30px;
}

#address2 img{
width: 80%;
margin-top: 30px;
}


#banner2{
text-align: center;
margin-top: 50px;
}

.banner2{
width: 100%;
text-align: center;
}

.banner2 img{
width: 50%;
 cursor: pointer;
  transition-duration: 0.3s;
}


.banner2:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}



.morebox{
text-align: center;
margin: 0 auto;
background-color: #262626;
width: 30%;
padding: 10px 0px;
}

.stickarrow2{
display: inline-block;
width: 50px;
height: 8px;
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
transform: skew(45deg);
text-align: center;
}

.arrowbox2 a{
text-decoration: none;
color: #FFF;
font-weight: bold;
}




















