@charset "utf-8";
/* CSS Document */

#wrraper #express { margin: 20px auto 40px auto; }
#wrraper #express #content-page { direction: rtl; line-height: 28px; }
#wrraper #express #content-page h1 { font-size: 2.1rem; font-family: iryekanregular; color: #999; }
#wrraper #express #content-page ul { padding: 0; list-style: none; margin-top: 20px; }
#wrraper #express #content-page ul li { padding: 3px 0 3px 0; }
#wrraper #express #content-page ul li a { color: #FFF; display: inline-block; background: #000; text-decoration: none; margin-top: 10px; font-size: 1.3rem; padding: 6px 26px 6px 26px; }
#wrraper #express #content-page ul h2 { font-size: 1.8rem; color: #F26600; font-family: iryekanregular; }
#wrraper #express #content-page #list { transform: scale(1); animation: ontainer .5s .1s both; }
#wrraper #express #content-page img { transform: scale(0); animation: img .4s .1s both; margin-top: 50px; }

@keyframes img {
    0% {  }
    100% { transform: scale(1) }
}

@keyframes container {
    0% {  }
    100% { transform: scale(1); opacity: 1; }
}