
@charset "UTF-8";
#fade01 { font-size: 160%; animation: fadeIn 3s ease 1s forwards normal; opacity: 0; margin-bottom: 1rem;}#fade02 { font-size: 160%; animation: fadeIn 3s ease 2s forwards normal; opacity: 0; margin-bottom: 1rem;}#fade03 { font-size: 160%; animation: fadeIn 3s ease 3s forwards normal; opacity: 0;}
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1}}
#bussiness {background-color: #fff;}
#bussiness dl {color: #333;}#bussiness dt {background-color: #1e73be;	color: #fff;	font-size: 120%;	text-align: center;	padding: 1rem;	border-radius: 10px 10px 0 0;}
#bussiness dd {border: 1px solid #1e73be;}
.info-area td { border: solid 1px #fff; padding: 1rem;}.info-area td:first-child { width:30%;}
@media (min-width: 1300px){}
@media (max-width: 767px){}
@media (max-width: 575px){#fade01,
#fade02,
#fade03 { font-size: 110%;}}