@charset "utf-8";

/*
 * RECOMMENDATION
 */
body.recomendation {
    background-color: #000;
}
.recomendation header {
    background: url(../img/recommendation/kv.jpg) no-repeat 0 0;
    height: 491px;
}
.recomendation header h1 {
    padding-top: 15px;
    text-align: center;
}
#twitter {
    margin-top: -40px;
    padding-top: 70px;
    background: url(../img/recommendation/bg01.png) center 0;
}
#twitter ul {
    padding: 0 35px 30px 35px;
}
#twitter ul li {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
#twitter ul li::after {
    content: "";
    position: absolute;
    display: block;
    top: 22px;
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 30px 20px 0;
    border-color: transparent #ffffff transparent transparent;
}
#twitter ul li span {
    display: block;
    color: #e60012;
}
#twitter ul li p {
    color: #000;
}
#twitter > p:last-of-type {
    padding: 35px 0;
    text-align: center;
}
.recomendation #footer {
    background:url("../img/bg03.png") no-repeat center 0;
    padding:75px 0 80px 0; 
    margin-top: -20px;
}