@charset "UTF-8";
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

html, body {
height:100%;
width:100%;
min-height:100%;
margin:0;
padding:0;
display: flex;
}

#header {
position:absolute;
top:0;
left:0;
height:38px;
z-index:1;
margin:0;
}

#header h1{
width:240px;
top:4px;
margin:0;
line-height:0;
}

#user-nav {
left:284px;
}

#wrapper {
margin:0;
padding:0;
height:100%;
width:100%;
min-height:100%;
background:#eeeeee;
overflow:hidden;
}

#w-content {
padding-top:38px;
position:relative;
width:100%;
height:100%;
}
.button {
text-align:center;
padding:4px 8px;
display:inline-block;
margin:2px;
}
.button:hover {
}

.btn-add {
text-align:center;
display:block;
width:200px;
margin-left:auto;
}

.block2 {
    width: 100%;  
    display: -webkit-box;  
    display: -moz-box;
    padding:10px;
}
.leftbox    {  
	width: 200px;  
	min-height: 600px;  
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	padding:10px;
}  
.rightbox   {  
    -webkit-box-flex: 1;　/* Safari,Google Chrome用 */  
    -moz-box-flex: 1;　/* Firefox用 */  
    background: #EEE;  
    min-height: 500px;  
    -webkit-box-ordinal-group: 2;  
    -moz-box-ordinal-group: 2;
    padding:20px;
} 

.no-border {
border:0;
}