html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

pre {
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a {
    color: #0055FF;
    text-decoration: none;
}
a:visited {
    color: #0055FF;
    text-decoration: none;
}
a:hover {
    color: #008486;
    text-decoration: none;
}

.edit-table {
    border-collapse: collapse;
    border: 1px solid gray;
    margin: 2px;
    width: 100%;
}

.edit-table th {
    border-style: dashed solid;
    border-width: 1px;
    border-color: gray gray;
    text-align: left;
    width: 350px;
    white-space: nowrap;
}

.edit-table td {
    border-style: dashed solid;
    border-width: 1px;
    border-color: gray gray;
    white-space: nowrap;
}

.addable-edit-table {
}

.addable-edit-table th {
    white-space: nowrap;
}

.addable-edit-table td {
    white-space: nowrap;
}
/*
input[type="text"], select {
    height: 24px;
}
*/

button, input[type="button"] {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #000;
    background: #ddd;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #aaa;
}

button.system-button {
    padding: 10px 20px;
}

button:hover, input[type="button"]:hover {
    background: cyan;
}

.hint-balloon {
    position: fixed;
    white-space: nowrap;
    border-radius: 10px;
    padding: 6px 10px;
    color: white;
    background: orange;
}

ul.page-tree, li.page-tree {
    margin-left: 10px;
    padding-left: 0px;
}


#modal-content{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}

.button-link:hover{
	cursor:pointer;
	color:#f00;
}
