@import url("mrdl.css");

.main h2#areaHeader{
    background-image: url("../images/title-bg.jpg");
    height: 100px;
    line-height: 90px;
    color: #fff;
    font-size:1.8em;
    padding-left: 3%;
    position: relative;
    text-align: left;
    margin-top:0;
    margin-bottom: 20px;
}

.main h2#areaHeader cite{
    border-bottom: solid 1px #fff;
    font-weight: normal;
    font-size: 100%;
    padding-bottom: 5px;
    opacity: 0.8;
    font-style: normal;
}

@media screen and (max-width: 540px) {
    .main h2#areaHeader cite{
        font-size: 80%;
    }
}

.main h2#areaHeader span{
    text-decoration: none;
    position: absolute;
    right: 3%;
    bottom:3%;
    line-height:1.8em;
    opacity: 0.5;
}

.main .transButton {
    border: none;
    background: transparent;
    margin-bottom: 5%;
    width: 100%;
}

/*button.childButton {*/
    /*width: 14em;*/
    /*background-image: linear-gradient(to right, #ccffcc, white);*/
    /*color: #000;*/
    /*border: #000 solid thin;*/
    /*margin-top: 0.4em;*/
    /*margin-right: 0.8em;*/
    /*text-align: left*/
/*}*/

/*div.box {*/
    /*float: left*/
/*}*/
.main article section div.card{
    width: 18%;
    float: left;
    margin-right: 2.5%;
    position: relative;
}

.main article section div.all{
    width: 100%;
    float: left;
    position: relative;
}

.main article section div.card img{
    width: 100%;
}

.main article section div.all img{
    width: 100%;
}

.main article section div.card5,
.main article section div.card10,
.main article section div.card15,
.main article section div.card20,
.main article section div.card25
{
    margin-right: 0;
}

/* スマホ用 */
ul.cards-sp{
    list-style: none;
    padding: 0;
}

ul.cards-sp li{
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

ul.cards-sp li img {
    width: 100%;
}

ul.cards-sp li:nth-child(even) {
    margin-right: 0;
    float: right;
}
