<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/*----------------------------------
  eventrepo-list
------------------------------------*/

#eventrepo-list {
	margin-top: 20px;
}

.select-box {
    margin-bottom: 30px;
}

.col2-list .inner-box ul {
    border-top: 1px solid #CCC;
    padding-top: 30px;
}

.col2-list .inner-box ul li div a {
    margin: 15px auto 0;
    height: 50px;
}



/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

.col2-list .inner-box ul li div a {
    margin: 15px 0 0;
	height: 50px !important;
}

}



/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#eventrepo-list {
	margin-top: 65px;
}

.select-box {
    margin-bottom: 40px;
}

.col2-list .inner-box ul {
    padding-top: 40px;
}


}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){

}


/* PC用1600px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1600px){

.lim_size .content-box {
    padding: 40px !important;
}



}
</pre></body></html>