@charset "UTF-8";

/* CSS Document */

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

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

    years

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

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

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

    wrap_new

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

.wrap_list {
    width: 100%;
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto 80px;
}
.wrap_list .inner {
    display: table;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 60px 60px 0 60px;
    margin-bottom: 60px;
}
.wrap_list .inner .cell {
    width: 48%;
    margin-bottom: 60px;
}
.wrap_list .inner .cell:nth-child(odd) {
    float: right;
}
.wrap_list .inner .cell:nth-child(even) {
    float: left;
}
.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 16px #fc1d8a;
    background-size: 16px;
    padding-left: 20px;
    font-size: 90%;
}
.wrap_list .inner .cell ul li a:hover {
    background: url(/milky-pop/common/images/icon_download_hover.svg) no-repeat top 50% left 16px #ff0;
    color: #000;
    background-size: 16px;
}

