@charset "UTF-8";

/*************************
ボエム専用
*************************/

.logomenu{
width:647px;
height:40px;
margin:0 auto;
}

.logomenu ul{
width:240px;
height:40px;
float:right;	
}

.logomenu ul li{
display:block;
float:left;
width:80px;
height:40px;
}


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

/*************************
ボエム専用
*************************/

.logomenu{
width:100%;
height:40px;
margin:0 auto;
}

.logomenu ul{
width:240px;
height:40px;
float:right;	
}

.logomenu ul li{
display:block;
float:left;
width:80px;
height:40px;
}

}