@charset "UTF-8";

/* General */
.ui-header h1.header-h1{
	font-weight: bold;
	font-size: 1.4em;
}
.site-title, .page-title{
	font-size: 2em;
}
div#page{
	overflow-y: auto;
	overflow-x: auto;
}
ul.ui-body li.cat-title a,
ul.ui-body div.cat-comment,
ul.ui-body li.doc-title a{
	/* タイトル行の折り返し */
	text-overflow: clip;
	white-space: normal;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* 分類 */
.cat-title a{
	font-size: 1.3em;
}
li .cat-comment{
	font-size: 1.1em;
}

/* ドキュメント */
td.document-title-col span{
	font-size: 1.5em;
}
#document_title{
	font-size: 2em;
}
.doc-title a{
	font-size: 1.3em;
}

/* コメント */
.comment-head{
	font-size: smaller;
}
.comment-body{
	font-size: normal;
	font-weight: bold;
}
