<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#topnav li:nth-child(2) a {
/*border-bottom: 2px solid #761b24*/
}
#topnav li a.info {
    border-bottom: 2px solid #761b24
}
#topnav li:nth-child(2) a:hover {
    border-bottom: none;
}
#topnav li li:nth-child(2) a {
    border-bottom: none;
}
/*  イベント */

section {
    margin-bottom: 30px;
}

ul.company{
    overflow: hidden;
    width:100%;
}

ul.company li{
    float:left;
    width:204px;
    margin-right:6px;
    margin-bottom:10px;
    border:solid 1px #ddd;
    border-radius:3px;
    padding:10px;
    text-align: center;
}

ul.company li img{
    display: block;
    margin-bottom:20px;
    width:137px;
    margin:0 auto;
}

ul.company li:nth-child(3n){
    margin-right:0;
}

/************************************************************************************************************************/
/*SP
/************************************************************************************************************************/

@media all and (max-width: 767px) {
#topnav li:nth-child(2) a {
    border-bottom: 1px solid #e8e8e8;
}
#topnav li:nth-child(2) a:hover {
    border-bottom: 1px solid #e8e8e8
}
#topnav li li:nth-child(2) a {
    border-bottom: 1px solid #e8e8e8
}
#lmain dl.seminar_dl {
    margin-right: 1px;
    float: left;
}
#lmain dl.theme {
    width: calc(55% - 1px);
}
#lmain dl.object {
    width: 45%;
    margin-right: 0px;
}
    
#lmain dl.event_list dd {
	padding-left:20px;
}
    
ul.company{
    overflow: hidden;
    width:100%;
}

ul.company li{
    float:left;
    width:calc(50% - 5px);
    margin-right:10px;
    margin-bottom:10px;
    border:solid 1px #ddd;
    border-radius:3px;
    padding:10px;
    text-align: center;
}

ul.company li img{
    display: block;
    margin-bottom:20px;
    width:137px;
    margin:0 auto;
}

ul.company li:nth-child(3n){
    margin-right:10px;
}
    
ul.company li:nth-child(2n){
    margin-right:0;
}
    
    
}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:480px) {
}
</pre></body></html>