@charset "UTF-8";

/* CSS Document */

body {
    background: url(/milky-pop/images/bg_pattern.svg) #fdd7e6;
    background-size: 60px;
}

/*====================================

    years

====================================*/  

.years {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    font-size: 140%;
}
.years span {
    font-size: 180%;
    line-height: 1em;
    font-weight: 600;
}

/*====================================

    wrap_new

====================================*/  

.wrap_list {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px;
}
.wrap_list .inner {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 40px 20px 0 20px;
    margin-bottom: 40px;
}
.wrap_list .inner .cell {
    width: 100%;
    margin-bottom: 40px;
}
.wrap_list .inner .cell ul {
}
.wrap_list .inner .cell ul li {
    width: 48%;
    margin-bottom: 10px;
}
.wrap_list .inner .cell ul li:nth-child(odd) {
    float: left;
}
.wrap_list .inner .cell ul li:nth-child(even) {
    float: right;
}
.wrap_list .inner .cell .ph {
    margin-bottom: 20px;
}
.wrap_list .inner .cell ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1em;
    padding: .8em 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background: url(/milky-pop/common/images/icon_download.svg) no-repeat top 50% left 6px #ff4c99;
    background-size: 14px;
    padding-left: 20px;
    font-size: 100%;
}


