@charset "utf-8";
/*---------------------------------------------------------
 * トップページ  #home
 ---------------------------------------------------------*/

#home {
    background: #ececec;
}

#home .inner {
    padding: 0 3%;
}

/*  production_count  */
#home .production_count {
    background: #333;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

#home .production_count .text {
    padding: 10px 0 2px; 
}

#home .production_count .red {
    color: #e62c2c;
}

#home .production_count .large {
    font-size: 20px;
}

/*  banner_area  */
#home .banner_area {
    padding: 6px;
    text-align: center;
}

#home .banner_area a {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

#home .banner_area img {
    box-shadow: 0 0 3px 2px #b1b1b1;
    height: auto;
    width: 100%;
}

/*  attention_audition_area  */
#home .attention_audition_area {
    background: #c91d1e;
    padding-bottom: 15px;
    position: relative;
}

#home .attention_audition_area .title {
    background: url(../img/home/audition_title_bg.png) no-repeat center top #c91d1e;
    background-size: 335px auto;
    color: #fff;
    font-size: 22px;
    padding: 20px 0 13px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 0;
}

#home .attention_audition_area .box {
    text-align: center;
}

#home .attention_audition_area .box .scroll_area{
    overflow: auto;
    padding-top: 50px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

#home .attention_audition_area .box .audition_box {
    display: inline-block;
    padding: 5px 5px 0;
    vertical-align: top;
    position: relative;
    white-space: normal;
    width: 300px;
}

#home .attention_audition_area .box .audition_box a {
    display: block;
    text-decoration: none;
}

#home .attention_audition_area .box .audition_box .flame {
    background: #fff;
    box-shadow: 0px 0px 5px 3px #8e1413;
    height: 300px;
    position: relative;
    width: 300px;
}

#home .attention_audition_area .box .audition_box img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
}

/*  feature_area  */
#home .feature_area {
    background: #4f316c;
    padding-bottom: 15px;
    position: relative;
}

#home .feature_area .title {
    background: url(../img/home/feature_title_bg.png) no-repeat center top #4f316c;
    background-size: 320px auto;
    color: #fff;
    font-size: 22px;
    letter-spacing: 4px;
    padding: 20px 0 13px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 0;
}

#home .feature_area .box {
    text-align: center;
}

#home .feature_area .box .scroll_area{
    overflow: auto;
    padding-top: 50px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

#home .feature_area .box .feature_box {
    display: inline-block;
    padding: 5px 5px 0;
    vertical-align: top;
    position: relative;
    white-space: normal;
    width: 300px;
}

#home .feature_area .box .feature_box a {
    display: block;
    text-decoration: none;
}

#home .feature_area .box .feature_box .flame {
    background: #fff;
    box-shadow: 0px 0px 5px 3px #37234b;
    height: 300px;
    position: relative;
    width: 300px;
}

#home .feature_area .box .feature_box img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
}

/*  genre_area  */
#home .genre_area {
    padding: 30px 0 0;
}

#home .genre_area .title {
    background: url(../img/home/genre_bg.png) no-repeat center #e62c2d;
    background-size: 100%;
    color: #fff;
    font-size: 16px;
    padding: 13px 30px 8px 5px;
    position: relative;
}

#home .genre_area .title:after {
    background: url(../img/home/genre_img.png) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 65px;
    position: absolute;
    right: -9px;
    top: -25px;
    width:  45px;
}

#home .genre_area .genre_inner {
    background: #fff;
    border: 3px solid #e62c2d;
    padding: 10px 10px 15px;
}

#home .genre_area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 10px;
    border: dashed 1px #ebebeb;
    padding: 5px;
}

#home .genre_area li:nth-child(2n) {
    width: 57%;
}

#home .genre_area li:nth-child(2n+1) {
    width: 43%;
}

#home .genre_area .checkbox {
    padding: 5px 0;
}

#home .genre_area .checkbox input[type="checkbox"] {
    display: none;
}

#home .genre_area .checkbox input[type="checkbox"] + label {
    padding: 7px 0px 7px 25px;
    background-image: url(../img/search/checkbox_off.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    font-size: 12px;
}

#home .genre_area .checkbox input[type="checkbox"]:checked + label {
    background: url(../img/search/checkbox_on.png) no-repeat left center;
    background-size: 20px 20px;
    cursor: pointer;
}

#home .genre_area .checkbox.checkbox_audition_type input[type="checkbox"] + label {
    background-color: #ebebeb;
    background-position: left 7px center;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 35px;
    width: 100%;
}

#home .genre_area .checkbox.checkbox_audition_type input[type="checkbox"]:checked + label {
    background-color: #fce7cf;
}

#home .genre_area label img {
    width: 20px;
    margin-right: 5px;
}

#home .genre_area .text {
    color: #666;
}

/*  tab_audition_area  */
#home .tab_audition_area {
    background: #c91d1d;
    margin-top: 25px;
    padding-bottom: 10px;
}

#home .tab_audition_area .title_area {
    background: #fff;
    border-top: 2px solid #d9d9d9;
    padding: 5px 10px 3px;
}

#home .tab_audition_area .title {
    background: url(../img/home/audition2_icon.png) no-repeat left 10px;
    background-size: 15px;
    color: #333;
    float: left;
    padding-left: 20px;
    text-align: left;
}

#home .tab_audition_area .more {
    padding: 7px 0;
}

#home .tab_audition_area .more a{
    background: url(../img/home/arrow_red.png) no-repeat left center;
    background-size: 10px;
    color: #505050;
    float: right;
    padding-left: 15px;
}

#home .tab_audition_area .tab_area {
    border-bottom: 12px solid #000;
    display: flex;
    justify-content: center;
    padding: 12px 3% 0;
}

#home .tab_audition_area .tab_area p {
    background: #cfcfcf;
    color: #656565;
    border-radius: 7px 7px 0 0; 
    color: #656565;
    font-size: 15px;
    font-weight: bold;
    margin: 0 2px;
    padding: 12px 0 6px;
    text-align: center;
    width: 100%;
}

#home .tab_audition_area .tab_area p.current {
    background: #000;
    color: #fff;
}

#home .tab_audition_area .tab_area .second_page {
    background: #cfcfcf;
    color: #656565;
}

#home .tab_audition_area .box.show {
    display: block;
}

#home .tab_audition_area .box.hidden {
    display: none;
}

#home .tab_audition_area .box a {
    display: block;
}

#home .tab_audition_area .box .top_box {
    display: flex;
    padding: 10px;   
}

#home .tab_audition_area .box .img_area {
    margin-right: 15px;
    width: 100%;
}

#home .tab_audition_area .box .text_area {
    padding: 12px 0;
}

#home .tab_audition_area .box {
    background: #fff;
    border-bottom: 5px solid #000;
}

#home .tab_audition_area .box.soon .text {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

#home .tab_audition_area .box .text {
    color: #3466cc;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    width: 140%;
}

#home .tab_audition_area .box .text_area .text {
    color: #3466cc;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    width: 100%;
}

#home .tab_audition_area .bottom_box {
    border-top: 1px solid #dedede;
    display: table;
    width: 100%;
}

#home .tab_audition_area .tag_box {
    border-right: 1px solid #dedede;
    box-sizing: border-box;
    display: table;
    padding: 6px 8px;
    width: 100%;
}

#home .tab_audition_area .tag_box .tag{
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}

#home .tab_audition_area .tag_box .tag span{
    display: inline-block;
    margin: 2px;
    padding: 4px 5px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_15 {
    background: #fff;
    border: 2px solid #d05ba9;
    border-radius: 20px;
    color: #d05ba9;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_13 {
    background: #fff;
    border: 2px solid #65c0c6;
    border-radius: 20px;
    color: #65c0c6;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_11 {
    background: #fff;
    border: 2px solid #6d6fdb;
    border-radius: 20px;
    color: #6d6fdb;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_12 {
    background: #fff;
    border: 2px solid #e3cc34;
    border-radius: 20px;
    color: #e3cc34;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_14 {
    background: #fff;
    border: 2px solid #3094d2;
    border-radius: 20px;
    color: #3094d2;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_16 {
    background: #fff;
    border: 2px solid #85d451;
    border-radius: 20px;
    color: #85d451;
    padding: 4px 10px 2px;
}
#home .tab_audition_area .tag_box .tag span.genre_17 {
    background: #fff;
    border: 2px solid #90693b;
    border-radius: 20px;
    color: #90693b;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_18 {
    background: #fff;
    border: 2px solid #ff7e3e;
    border-radius: 20px;
    color: #ff7e3e;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_19 {
    background: #fff;
    border: 2px solid #d05ba9;
    border-radius: 20px;
    color: #d05ba9;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_20 {
    background: #fff;
    border: 2px solid #ffc935;
    border-radius: 20px;
    color: #ffc935;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_22 {
    background: #fff;
    border: 2px solid #f07475;
    border-radius: 20px;
    color: #f07475;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span.genre_23 {
    background: #fff;
    border: 2px solid #a76cc6;
    border-radius: 20px;
    color: #a76cc6;
    padding: 4px 10px 2px;
}

#home .tab_audition_area .tag_box .tag span {
    background: #fff;
    border: 2px solid #656565;
    color: #656565;
}

#home .tab_audition_area .tag_box .tag span.genre_more {
    border: none;
}

#home .tab_audition_area .deadline_box {
    box-sizing: border-box;
    display: table-cell;
    padding: 7px 0 7px 8px;
    vertical-align: middle;
    width: 36%;
}

#home .tab_audition_area .deadline {
    font-weight: bold;
    display: table;
    line-height: 1;
    padding: 3px 0;
}

#home .tab_audition_area .deadline.selection_3 {
    font-weight: normal;
}

#home .tab_audition_area .deadline_box .deadline span.head {
    display: inline-block;
    width: 30px;
}

#home .tab_audition_area .deadline_box .deadline span.red{
    color: #e62c2d;
    font-size: 18px;
}

#home .tab_audition_area .deadline_box .deadline span.large {
    font-size: 28px;
}

#home .tab_audition_area .deadline_box .deadline.selection_3 span.large {
    font-size: 16px;
}

/*  tag_feature_area  */
#home .tag_feature_area {
    background: #4f316c;
    margin-top: 15px;
    padding-bottom: 10px;
}

#home .tag_feature_area .title_area {
    background: #fff;
    border-top: 2px solid #d9d9d9;
    padding: 5px 10px 3px;
}

#home .tag_feature_area .title {
    background: url(../img/home/feature_icon.png) no-repeat left 10px;
    background-size: 15px;
    color: #333;
    float: left;
    padding-left: 20px;
    text-align: left;
}

#home .tag_feature_area .more {
    padding: 7px 0;
}

#home .tag_feature_area .more a{
    background: url(../img/home/arrow_purple.png) no-repeat left center;
    background-size: 10px;
    color: #505050;
    float: right;
    padding-left: 15px;
}

#home .tag_feature_area .tab_area {
    border-bottom: 12px solid #000;
    display: flex;
    justify-content: center;
    padding: 12px 3% 0;
}

#home .tag_feature_area .tab_area p {
    background: #cfcfcf;
    color: #656565;
    border-radius: 7px 7px 0 0; 
    color: #656565;
    font-size: 15px;
    font-weight: bold;
    margin: 0 2px;
    padding: 12px 0 6px;
    text-align: center;
    width: 100%;
}

#home .tag_feature_area .tab_area p.current {
    background: #000;
    color: #fff;
}

#home .tag_feature_area .tab_area .second_page {
    background: #cfcfcf;
    color: #656565;
}

#home .tag_feature_area .box.show {
    display: block;
}

#home .tag_feature_area .box.hidden {
    display: none;
}

#home .tag_feature_area .box a {
    display: block;
}

#home .tag_feature_area .box .top_box {
    display: flex;
    padding: 10px;   
}

#home .tag_feature_area .box .img_area {
    margin-right: 10px;
    width: 45%;
}

#home .tag_feature_area .box .text_area {
    padding: 12px 0;
}

#home .tag_feature_area .box {
    background: #fff;
    border-bottom: 5px solid #000;
}

#home .tag_feature_area .box .text {
    color: #3466cc;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    width: 140%;
}

#home .tag_feature_area .box .text_area .text {
    color: #3466cc;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    width: 100%;
}

#home .tag_feature_area .bottom_box {
    border-top: 1px solid #dedede;
    display: table;
    width: 100%;
}

#home .tag_feature_area .bottom_box {
    box-sizing: border-box;
    display: table;
    padding: 6px 8px;
    width: 100%;
}

#home .tag_feature_area .bottom_box .tag{
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}

#home .tag_feature_area .bottom_box .tag span{
    display: inline-block;
    margin: 2px 4px 2px 2px;
    padding: 4px 5px 2px;
}


#home .tag_feature_area .bottom_box .tag span {
    background: #efe8f7;
}

/*  btn_area  */
#home .btn_area {
    margin: 20px 0;
}

#home .btn_area a{
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px 15px 15px;
    text-align: center;
    text-decoration: none;
}

#home .btn_area a.registration {
    background: #e62c2d;
    border-bottom: 4px solid #971617;
    position: relative;
}

#home .btn_area a.registration:after {
    border: 1px solid #d8c966;
    border-radius: 3px;
    content: "";
    display: block;
    height: 45px;
    left: 1.5%;
    position: absolute;
    top: 4px;
    width: 96%;
}

/*  consultationroom_area  */
#home .consultationroom_area {
    margin: 25px 0;
}

#home .consultationroom_area .title {
    background: url(../img/home/advice_title_bg.png) no-repeat center #093473;
    background-size: auto 100%;
    color: #fff;
    font-size: 20px;
    padding: 15px;
}

#home .consultationroom_area .box {
    background: #fff;
    border-bottom: 5px solid #093473;
}

#home .consultationroom_area .box .text a{
    color: #3466cc;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px;
}

#home .consultationroom_area .bottom_box {
    border-top: 1px solid #dedede;
    display: table;
    width: 100%;
}

#home .consultationroom_area .tag_box {
    border-right: 1px solid #dedede;
    box-sizing: border-box;
    display: table;
    padding: 5px 8px;
    width: 100%;
}

#home .consultationroom_area .tag_box .tag{
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}

#home .consultationroom_area .tag_box .tag span{
    background: #b29176;
    color: #fff;
    display: inline-block;
    margin: 2px 0;
    padding: 4px 10px 2px;
}

#home .consultationroom_area .responses_box {
    box-sizing: border-box;
    display: table-cell;
    padding: 7px 8px;
    vertical-align: middle;
    width: 31%;
}

#home .consultationroom_area .responses {
    font-weight: bold;
    display: table;
    padding: 3px 0;
}

#home .consultationroom_area .responses span {
    display: table-cell;
    font-size: 25px;
    padding-left: 13px;
    vertical-align: middle;
}

#home .consultationroom_area .more {
    background: #093473;
    padding: 5px 10px 10px 10px;
    text-align: right;
}

#home .consultationroom_area .more a {
    background: url(../img/home/arrow_white.png) no-repeat left center;
    background-size: 10px;
    color: #fff;
    padding-left: 20px;
}

/*  pickup_area  */
#home .pickup_area .box .scroll_area {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}

#home .pickup_area .box .piece {
    background-color: #fff;
    text-align: center;
    width: 48.5%;
    height: auto;
    position: relative;
}

#home .pickup_area .box .box_inner {
    width: 48.5%;
}

#home .pickup_area .box .box_inner .piece {
    width: 100%;
    display: block;
}

#home .pickup_area .box .piece:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#home .pickup_area .box .piece .flame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

#home .pickup_area .box .piece .flame .img_inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#home .pickup_area .box .piece .flame img {
    max-height: 100%;
}

#home .pickup_area .box .box_inner .name {
    color: #fff;
    font-weight: bold;
    margin: 10px 5px 0;
    text-align: left;
}

/*  pickup_audition_area  */
#home .pickup_audition_area .title_area {
    background: #fff;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #ececec;
    padding: 5px 10px 3px;
}

#home .pickup_audition_area .title {
    background: url(../img/home/audition_icon.png) no-repeat left 10px;
    background-size: 15px;
    color: #333;
    float: left;
    padding-left: 20px;
    text-align: left;
}

#home .pickup_audition_area .more {
    padding: 7px 0;
}

#home .pickup_audition_area .more a{
    background: url(../img/home/arrow_orange.png) no-repeat left center;
    background-size: 10px;
    color: #505050;
    float: right;
    padding-left: 15px;
}

#home .pickup_audition_area .box {
    background: #e37000;
    padding: 15px 2%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#home .pickup_audition_area .box .piece {
    box-shadow: 0px 0px 5px 3px #9d4e00;
}

/*  pickup_production_area  */
#home .pickup_production_area .title_area {
    background: #fff;
    border-bottom: 2px solid #ececec;
    padding: 5px 10px 3px;
}

#home .pickup_production_area .title {
    background: url(../img/home/production_icon.png) no-repeat left 10px;
    background-size: 15px;
    color: #333;
    float: left;
    padding-left: 20px;
    text-align: left;
}

#home .pickup_production_area .more {
    padding: 7px 0;
}

#home .pickup_production_area .more a{
    background: url(../img/home/arrow_blue.png) no-repeat left center;
    background-size: 10px;
    color: #505050;
    float: right;
    padding-left: 15px;
}

#home .pickup_production_area .box {
    background: #1f67b0;
    padding: 15px 2%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#home .pickup_production_area .box .piece .flame {
    box-shadow: 0px 0px 5px 3px #15477a;
}

/*  pickup_school_area  */

#home .pickup_school_area .title_area {
    background: #fff;
    border-bottom: 2px solid #ececec;
    padding: 5px 10px 3px;
}

#home .pickup_school_area .title {
    background: url(../img/home/school_icon.png) no-repeat left 10px;
    background-size: 15px;
    color: #333;
    float: left;
    padding-left: 20px;
    text-align: left;
}

#home .pickup_school_area .more {
    padding: 7px 0;
}

#home .pickup_school_area .more a{
    background: url(../img/home/arrow_green.png) no-repeat left center;
    background-size: 10px;
    color: #505050;
    float: right;
    padding-left: 15px;
}

#home .pickup_school_area .box {
    background: #227536;
    padding: 15px 2%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#home .pickup_school_area .box .piece .flame {
    box-shadow: 0px 0px 5px 3px #175125;
}

#home .alert_box {
    background-color: #fff;
	border: 2px solid #e52c2c;
	border-radius: 7px;
	margin: 5px 3% 10px;
}

#home .alert_ttl {
	background-color: #e52c2c;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#home .alert_ttl span {
	padding-left: 25px;
	background-image: url(/img/top/top_alert_ttl_ico.png);
	background-repeat: no-repeat;
	background-position: 0;
  background-size: 18px;
}

#home .alert_box ul li {
    border-bottom: 1px #b2b2b2 dotted;
    background: url(/img/top/top_alert_text_ico.png)no-repeat 5px ,url(/img/mypage/bg_arrow.png)no-repeat right;
    background-size: 20px;
}

#home .alert_box ul li a {
    display: block;
    padding: 10px 30px 10px 40px;
    text-decoration: none;
}

#home .alert_box ul li a.g_scout {
    background: url(/img/top/top_alert_text_ico.png)no-repeat 5px ,url(/img/mypage/bg_arrow.png)no-repeat right, url(/img/g_scout/sp_bg.png);
    background-size: 20px, 20px, 16px;
}

#home .alert_box ul li a .alert_content {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}

#home .alert_box ul li a .production_name {
    color: #b2b2b2;
    font-size: 12px;
}

#home .index_link{
    font-weight: bold;
}

#home .alert_bottom {
    padding:10px;
}

#home .alert_bottom .new_text {
    color: #b2b2b2;
}

#home .list_btn {
    margin: 15px 3%;
}

#home .list_btn a {
    border-bottom: 4px solid #b9b9b9;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding: 17px 15px 12px 45px;
    text-decoration: none;
}

#home .list_btn a.audition {
    background: url(../img/element/audition_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

#home .list_btn a.production {
    background: url(../img/element/production_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

#home .list_btn a.lesson {
    background: url(../img/element/school_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

#home .more_btn {
    display: block;
    background-color: #fff;
    padding: 10px 0;
    color: #333;
    margin: 10px 3%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 3px #c9c9c9;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/*----------------------------------------------------
	メンテナンスのお知らせ
----------------------------------------------------*/
#home .maintenance_area {
    padding: 10px 3%;
}

#home .maintenance_area a {
    display: block;background-color: #fff;
    padding: 10px 10px 10px 20px;
}