TreeMenu 折畳メニュ表示
TreeMenu 折畳メニュ表示 tree_menu-1.php 用 CSS ファイル
tree_m.css
63Pear Villageに戻る
@charset "utf-8";
/* CSS Document */
#wrapper{
width:300px;
margin:auto;
}
#navi{
width:300px;
float:left;
}
#main{
width:300px;
background-color:gold;
float:left;
}
.keya{
width:300px;
height:640px;
float:left;
}
.clearfix:after{
content:"";
display:block;
clear:both;
}
@media only screen and (min-width: 601px){
#wrapper{
width:640px;
margin:0 auto;
}
#main{
width:340px;
background-color:gold;
float:left;
}
.keya{
width:340px;
}
}