@charset "utf-8";

#topinfoarea {
margin: 5rem 0 7rem 0;
}
#topinfoarea header {
margin: 0 0 2rem 0;
text-align: center;
}
#topinfoarea header p {
font-size: .875rem;
color:#666;
letter-spacing: 2px;
}
#topinfoarea ul {
margin: 0;
padding: 0;
border-top: #999 1px dotted;
}
#topinfoarea ul li {
margin: 0;
padding: 1rem 0;
list-style-type: none;
border-bottom: #999 1px dotted;
}
#topinfoarea ul li span {
font-size: .875rem;
color:#666;
margin-right: 5px;
}

@media screen and (max-width:767px) {

#topinfoarea {
margin: 2rem 0 2rem 0;
}
#topinfoarea header {
margin: 0 0 1rem 0;
}

}