<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1#riverdeck_logo{
    text-align: center;
    font-size: 40rem;
    /*padding-top: 40px;*/
    padding-bottom: 10px;
}@media screen and (max-width:768px) {
    h1#riverdeck_logo{
        /*padding-top: 20px;*/
        padding-bottom: 8px;
    }
}

h1#riverdeck_logo &gt; img{
    width: 100%;
    max-width: 1184px;
}

#wrapper &gt; p{
    text-align: center;
    font-size: 19rem;
    font-weight: bold;
    color: #6b2000;
	margin-top: -14%;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
             white 2px -2px 0px, white -2px -2px 0px;
}@media screen and (max-width:768px) {
    #wrapper &gt; p{
        text-align: left;
        font-size: 14rem;
        width: 96%;
        margin: -10% auto 0;
    }
}

body{
	background:url(../img/akimatsuri/bk.jpg) center 0 no-repeat #75d8f8;
}

@media screen and (max-width:768px) {
	body{
	background:#FFFFFF;
}
}

/**************
bace settings
**************/
#wrapper{
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
    margin-top: 0;
    background-color: #fff;
    /*border-left: 8px solid #ffa8fa;*/
    /*border-right: 8px solid #ffa8fa;*/
}@media screen and (max-width:768px) {
    #wrapper{
        margin-top: 0;
        border: none;
/*
        border-top: 8px solid #f4a879;
        border-bottom: 8px solid #f4a879;
*/
        border-radius: 0;
    }
}

.e_block .width25{
    width: 25%;
}
.e_block .width30{
    width: 30%;
}
.e_block .width40{
    width: 40%;
}
.e_block .width50{
    width: 50%;
}
.e_block .width60{
    width: 60%;
}
.e_block .width70{
    width: 70%;
}
.e_block .width80{
    width: 80%;
}
.e_block .width90{
    width: 90%;
}
.e_block .width100{
    width: 100%;
}

.fl{
    float: left;
}

.fr{
    float: right;
}@media screen and (max-width:768px) {
    .fr{
        clear: both;
    }
}

.cb{
    clear: both;
}

.txt_center{
    text-align: center;
}
.txt_right{
    text-align: right;
}

.flame1{
    display: block;
/*    border: 1px solid #ccc;*/
    margin-bottom: 6px;
    background: #d1ffff;
    padding: 2px 0;
}

.link_style1{
    display: block;
    background: #55acee;
    padding: 6px 10px;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.link_style2{
    display: block;
    background: #315096;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.btn_map{
    background: orange;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

/**************
eventblock settings
**************/

.e_block{
    margin-top: 60px;
    padding: 0 2%;
}@media screen and (max-width:768px) {
    .e_block{
        margin-top: 10px;
    }
}

.info_box{
    display: block;
    width: 68%;
    margin-bottom: 40px;
    padding-bottom: 10px;
    height: auto;
    font-size: 14rem;
	margin-top: 20px;
}@media screen and (max-width:768px) {
    .info_box{
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

.event_img{
    width: 30%;
}@media screen and (max-width:768px) {
    .event_img{
        width: 100%;
        clear: both;
    }
}

.event_img img{
    width: 100%;
}

.pic_event_sp{
    display: none;
}@media screen and (max-width:768px) {
    .pic_event{
        display: none;
    }
    .pic_event_sp{
        display: block;
    }
}

.info_box h2,
#access h2{
    font-size: 20rem;
    margin-bottom: 10px;
    padding: 0 6px;
}
.info_box h2.live{
/*    background: #ffd371;*/
    background: url(../img/akimatsuri/bg_h2_1.jpg) no-repeat;
/*    border-radius:4px;*/
    font-weight: bold;
    color: #FFF;
    /*margin-top: 20px;*/
    padding: 45px 0 12px 20px;
}

.info_box h2{
/*    background: #ffd371;*/
    background: url(../img/akimatsuri/bg_h2_2.jpg) no-repeat;
/*    border-radius:4px;*/
    font-weight: bold;
    color: #FFF;
    /*margin-top: 20px;*/
    padding: 9px 0 15px 20px;
}

.info_box h2.abciee{
/*    background: #ffd371;*/
    background: url(../img/akimatsuri/bg_h2_3.jpg) no-repeat;
/*    border-radius:4px;*/
    font-weight: bold;
    color: #FFF;
    /*margin-top: 20px;*/
    padding: 45px 0 12px 20px;
}


.info_box &gt; h3{
    display: block;
    border-left: 5px solid #ff5a16;
    border-bottom: 1px solid #ff5a16;
    padding: 0 0 2px 1%;
    margin: 20px 0;
    font-weight: bold;
    font-size: 16rem;
    color: #6b2000;
}

.info_box span.caution {
	color:#FF0004;
	font-weight: bold;
}

.info_box dt{
    float: left;
    clear: both;
    padding-right: 10px;
    padding-bottom: 10px;
}
.info_box dd{
    float: left;
    padding-bottom: 10px;
}

    
.info_box .inner_col_L{
    width: 49%;
    float: left;
}@media screen and (max-width:768px) {
    .info_box .inner_col_L{
        width: 100%;
        margin-bottom: 40px;
    }
}
.info_box .inner_col_L ul{
    text-align: center;
}
.info_box .inner_col_L ul li{
    width: 49%;
    display: inline-block;
}
.info_box .inner_col_L img{
    width: 100%;
}

.info_box .inner_col_R{
    width: 49%;
    float: right;
	
}@media screen and (max-width:768px) {
    .info_box .inner_col_R{
        width: 100%;
        margin-bottom: 0;
    }
}

.official_sns {
    /*border: 1px solid #ccc;*/
	background: #fef1fa none repeat scroll 0 0;
	border-radius: 1em;
    padding: 5%;
	margin-top: 5%;
}
.official_sns &gt; h3{
    /*border-bottom: 1px solid #ccc;*/
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}
.official_sns ul{
    text-align: center;
    padding: 0 8px;
}
.official_sns li{
    display: inline-block;
}

/**************
map settings
**************/
#access &gt; h2{
    width: 98%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 6px 0;
    border-radius:4px;
    background: #fff84f;
    font-size: 20px;
    font-weight: bold;
    color: #343434;
}

#access &gt; img{
    float: left;
}@media screen and (max-width:768px) {
    #access &gt; img{
        width: 100%;
    }
}

.map_detail{
    line-height: 2;
    margin-top: 30px;
}@media screen and (max-width:768px) {
    .map_detail{
        clear: both;
        width: 96%;
        margin: 0 auto;
    }
}


/**************
footer settings
**************/

#footer{
    text-align: center;
    padding: 3% 0;
}

@media screen and (max-width:768px) {
#footer{
    text-align: center;
    padding: 10% 0 3% 0;
}
}

#footer &gt; p{
    color: #a3338e;
}


/**************
sns settings
**************/

#sns_btn li{
    float: left;
    margin-right: 10px;
}@media screen and (max-width:768px) {
    #sns_btn li{
        float: right;
        margin-top: 20px;
    }
}

#sns_btn li a img{
    width: 40px;
}

/**************
smp only settings
**************/
@media screen and (max-width:768px) {
    .img_center{
        display: block;
        margin: 0 auto;
    }
	.pc {display: none;}
}
</pre></body></html>