@charset "UTF-8";

#header{
	width: 100%;
	padding: 20px 10px;	
}

#nav_global {
    margin-bottom: 0px!important;
}

#nav_global ul {
    text-align: center;
    display: flex;
}

#nav_global ul li {
     margin-bottom: 0px!important; 
}

.col_01{
	float: left;
	margin-bottom: 20px!important;
}

.col_02{
	float: right;
}

#contents_wrap {
	padding: 0 10px 140px;	
}

a{
	text-decoration: none!important;
}

/**/

@media screen and (max-width: 834px){
	.header_container{
	    display: flex;
	    justify-content: center;
	    align-items: center;
    }
	#header {
	    width: 100%;
	    padding: 10px 0;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	} 
	.header_container .col_02 {
	    margin-right: 0;
	}
	.header_container .col_01 {
	    margin-right: 3%;
	}		 
}
