@charset "shift_jis";
/**************************************
		CAE FORUM
***************************************/
/*		Header
--------------------------------------*/



/* header start */
#header_new {
    margin: 10px auto;
    height: 30px;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
}
#header_new .l2_header img{
	float:left;
}
#header_new .header_f {
    font-size: 1.25rem;
    font-weight: bold;
    padding-top: 10px;
	margin-left: 15px;
	line-height: 2rem;
}

/* header change start */

@media (max-width: 767px) {


}



/*		Footr
--------------------------------------*/
.l2_footer2 {
    background: #f2f2f2;
    width: 100%;
	line-height:50px;
	margin-top: 30px;
}
.l2_row_content{
	display: flex; 
    justify-content: space-between; 
    align-items: center; 
	width: 100%;
    max-width: 960px; 
    margin: 0 auto;
    padding:20px 0;
}
.l2_footer3_01 {
    font-size: 1rem;
    line-height: 6.25;
	margin-right: 20px;
}
.l2_footer3_02 {
    display: flex; 
    flex-direction: row; 
    align-items: center; 
}
.l2_footer3_02 img {
    max-width: 100%; 
    height: auto; 
    margin: 0 0 0 30px;
}

.l2_footer2_ln03_l {
    float: left;
    overflow: hidden;
    margin: 0;
    text-align: right;
}
.l2_footer2_ln03_l ul {
    padding-left: 0;
	list-style:none;
}

.l2_footer2_ln03_l ul li {
    flex: 1 1 auto;
    float: left;
    overflow: hidden;
    padding-right: 30px;
}

.l2_footer2_ln03_l ul li a {
    font-size: 0.9375rem;
    color: #000;
    text-decoration: none;
}

