@charset "UTF-8";
/*------------------------------------------------------------------------------------------------------------------------------------------------------------
	☆toppage
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contents {
	overflow: hidden;
}

.categolyArea{
    margin-bottom: 30px;
}

.categolyArea .day{
    display: inline-block;
    background-color: #910049;
    color: #fff;
    padding: 4px 8px;
}
.categolyArea .txtBox .lead{
    margin-top: 0px;
}

/*--news--*/
.day {
  padding: 0 2%;
 font-size: 16px;
 font-size: 1.6rem;
 display: inline-block;
 color: #8a8a8a;
 width: auto;
}

/*--activities--*/
#bdrNews .lead{
width:  90%;
    }
#bdrNews .informationArea li{
    border-bottom: 1px solid #6b6b6b;
    margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
    
/*------------------------------------------------------------------------------------------------------------------------------------------------------------
	☆toppage
------------------------------------------------------------------------------------------------------------------------------------------------------------*/ 
    
#contents section{

        margin: 30px 15px;
}    
#contents p, #contents li{
    font-size: 1.5rem;
    line-height: 1.7; 
}

#bdrNews .informationArea li {
    width: 100%;
}
#bdrNews .lead{
        width: 100%;
}
    #contents .basicFlt ul.fltList li{
    width: 48%;
    display: inline-block;
    margin-right: 1%;
    }
     
.categolyArea .txtBox .lead{
    display: block;
    padding: 5px 0px;
}
    
/*--news--*/  
.day {
 padding: 0 2%;
 font-size: 18px;
 font-size: 1.8rem;
 display: inline-block;
 letter-spacing: 0.1rem;
}
      
    
    
}


