.wapperBOX img{ border: 0; display: block; width: 100%; height: auto; }
body{margin: 0; padding: 0;}
.wapperBOX {
    width: 100%;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wapperBOX:after { content: " "; display: block; clear: both; }
.wapperBOX header { width: 100%; float: left; }
.wapperBOX header h1 { text-indent: -100%; font-size: 0; }
.wapperBOX section { width: 100%;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wapperBOX section h2 { font-size: 1.8rem; line-height: 1.8rem;  padding: 10px 0; color: #ffffff; margin: 15px auto; text-align:center; font-weight: 700; display: block; width: 100%;border:solid 2px #fff;}
.wapperBOX section span{color: #ffffff; font-size: 18px; text-align: center; padding-bottom: 0px;}
.wapperBOX section span.bluetext{color: #0019ff ;font-size: 16px; }
.wapperBOX section p { color: #ffffff; padding: 0;  font-weight: bold; line-height:12px; text-align: center; padding-bottom: 4px;}
.wapperBOX section p span.redtext { color: #e63d41;font-size: 16px; }
.wapperBOX section span.text_center{text-align: center; color: #333333;font-size: 17px;}
.wapperBOX section span.graytext {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5rem;
}

.wapperBOX section.activeBOX { clear: both; padding:0; background: #FFFFFF; overflow: hidden;}


/*活動內容*/
.wapperBOX section.main_content {
    clear: both;
    width: 96%;
    margin: 0 auto;
    padding: 5%;
    background: #ffffff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wapperBOX section.main_content .bank_area{display: block;clear: both; margin-top: 0px;}
.wapperBOX section.main_content .bank_area h2{font-size: 1.4rem;  line-height: 1.8rem; margin: 15px auto; color:#333333;text-align: center; font-weight:bold; display: block; width: 100%; border: none;  }
.wapperBOX section.main_content .bank_area .title {
    font-size: 20px;
    width: 30%;
    border-radius: 30px;
    background: #333333;
    margin: 0 auto;
    line-height: 2rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: block;
    border: none;
    padding: 5px;
}

.wapperBOX section.main_content .bank_area .title2 {
    font-size: 20px;
    width: 65%;
    border-radius: 30px;
    background: #333333;
    margin: 0 auto;
    line-height: 2rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: block;
    border: none;
    padding: 5px;
}

.wapperBOX section.main_content .bank_area ul {
    list-style: disc;
    margin-left: 22px;
}
.wapperBOX section.main_content .bank_area ul li{font-size: 16px;  line-height: 1.8em; color: #333333;font-weight: normal;}
.wapperBOX section.main_content .bank_area p {
    font-size: 16px;
    text-align: center;
    margin: 10px 0 30px 0;
    line-height: 1.8em;
    color: #333333;
    font-weight: normal;
    padding-left: 0;
}
.wapperBOX section.main_content .bank_area span.redtext {
    color: #e63d41;
    font-size: 14px;
}
/*注意事項*/
.wapperBOX section.notice_content {
    clear: both;
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    margin: 10px auto;
}

.wapperBOX section.notice_content h2 {
    font-size: 25px;
    line-height: 2rem;
    margin: 15px auto;
    color: #333333;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 100%;
    text-decoration: underline;
    border: none;
}

.wapperBOX .title {
    font-size: 20px;
    width: 30%;
    border-radius: 30px;
    background: #333333;
    margin: 0 auto;
    line-height: 2rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: block;
    border: none;
    padding: 5px;
}

.wapperBOX section.notice_content ul {
    list-style: decimal;
    padding: 0 30px 20px 30px;
    margin: 0;
}

.wapperBOX section.notice_content ul li {
    padding: 0;
    margin: 13px auto;
    color: #333333;
    font-size: 14px;
    line-height: 1.5rem;
}


/*# sourceMappingURL=style.css.map */




