@charset "utf-8";

/* 基本要素 */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	font-family: "游ゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	line-height: 1.3em;
}

p{
	margin: 1em;
}

h1 {
	font-size: 1.6em;
}

button {
	height: 34px;
}

/*************
ヘッダー
*************/

header {
	padding: 4px;
}

header>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .site_name {
	margin: 10px auto;
	font-size: 1.6em;
}

header .description {
	font-size: 1em;
}

#main_content{
	width: 94%;
	margin: auto;
}


.material-symbols-outlined {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;

}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	/* Preferred icon size */
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

.top_desc{
	margin-top: 20px;
}

/********************
  tbar
********************/
.tbar {
	background: palevioletred;
	width: 100%;
}

/********************
  oneline
********************/

#viewer_display{
	display: flex;
	align-items: center;
	justify-content: center;
}

#viewer_display[data-view_mode="oneline"]{
	color: black;
}

#tbar_oneline{
	background: black;
}

#viewer_display[data-view_mode="list"] li{
	margin-left: 20px;
}


/********************
  bun_input_dialog
********************/
#bun_input_dialog{
	position: absolute;
	top : 10px;
	left: 10px;
	padding: 20px 0;
	width: 98%;
	min-height: 200px;
	background: white;
	border: 3px solid palevioletred;
}

#bun_input_dialog h1{
	font-size: 1.4em;
}

#bun_input_dialog textarea{
	width : 80%;
	margin: 20px auto;
	min-height: 200px;
}

#bun_input_dialog li {
	padding-left: 4px;
	margin-left: 4px;
	list-style: none;
}

/********************
  column_dialog
********************/
#column_dialog {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 20px 0;
	width: 98%;
	min-height: 200px;
	background: white;
	border: 3px solid palevioletred;
}

#column_dialog button{
	margin-top: 20px;
}

/********************
  rating_dialog
********************/
#rating_dialog {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 20px 0;
	width: 98%;
	min-height: 200px;
	background: white;
	border: 3px solid palevioletred;
	text-align: center;
}

#rating_tbl {
	text-align: left;
	margin: 0px auto;
	min-width: 200px;
}
#rating_dialog p{
	margin-top: 10px;
}
#rating_tbl td{
	padding: 10px;
}

#rating_dialog button {
	margin-top: 20px;
}

/********************
  filter_box
********************/
#filter_box {
	padding: 0px 0;
	width: 100%;
	/* min-height: 100px; */
	background: white;
	/* border: 3px solid palevioletred; */
	text-align: center;
}

#filter-value{
	width: 120px;
}

/********************
  line_edit_dialog
********************/
#line_edit_dialog {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 20px 0;
	width: 98%;
	min-height: 200px;
	background: white;
	border: 3px solid palevioletred;
}

#line_edit_dialog h1 {
	font-size: 1.4em;
}

#line_edit_tbl{
	text-align: left;
	border: 1px solid;
	margin: 20px auto;
	min-width: 300px;
}

#line_edit_tbl td{
	padding: 6px;
	border: 1px solid;
}
#line_edit_tbl td:nth-child(1) {
	color: white;
	background: navy;
	border: 1px solid black;
	font-weight: 700;
	vertical-align: middle;
}

#line_edit_tbl input{
	width: 100%;
	height : 3em;
}
#line_edit_tbl textarea {
	width: 100%;
	min-height: 150px;
}

#input_importance{
	width: 30px !important;
	text-align: center;
}
.input_importance span{
	margin-left: 6px;
}
#input_understanding {
	width: 30px !important;
	text-align: center;
}

.input_understanding span {
	margin-left: 6px;
}

/********************
  gow1h_dialog
********************/
#gow1h_dialog {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 20px 0;
	width: 98%;
	min-height: 200px;
	background: white;
	border: 3px solid palevioletred;
}

#gow1h_dialog h1 {
	font-size: 1.4em;
}

#gow1h_tbl{
	text-align: left;
	border: 1px solid;
	margin: 20px auto;
	min-width: 300px;
}

#gow1h_tbl td{
	padding: 6px;
	border: 1px solid;
}
#gow1h_tbl td:nth-child(1) {
	color: white;
	background: navy;
	border: 1px solid black;
	font-weight: 700;
	width: 20%;
	vertical-align: middle;
}



/********************
  viewer
********************/

#viewer {
	margin: 10px auto;
	width: 100%;
}

/********************
  viewer_display
********************/

#viewer_display {
	/* border: 3px solid palevioletred; */
	width: 100%;
	margin: 6px auto;
	/* padding: 10px; */
	min-height: 300px;
	text-align: left;
	line-height: 1.6em;

}

/* normal view */
#viewer_display[data-view_mode="normal"] li{
	list-style: none;
}


.tabulator {
	border: none;
}


#footer_article {
	margin: 120px auto;
}

@media all and (max-width: 800px) {
	body {
		font-size: 15px;
	}

	#main_content header .site_name {
		font-size: 1.3em;
	}

	button {
		font-size: 1.1em;
		height: 26px;
	}

	header .description {
		font-size: 0.8em;
	}

	#tile_view wdg {
		width: 90%;
	}

	#tile_view_display {
		width: 90%;
		font-size: 0.95em;
	}

	#tile_view {
		gap: 8px;
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}

	.tile_item {
		padding: 8px;
	}

}

@media all and (max-width: 600px) {
	body {
		font-size: 13px;
	}

	#main_content header .site_name {
		font-size: 1.3em;
	}

	button {
		font-size: 1.1em;
		height: 26px;
	}

	header .description {
		font-size: 0.8em;
	}

	#tile_view wdg {
		width: 90%;
	}

	#tile_view_display {
		width: 96%;
		font-size: 0.9em;
	}

	#tile_view {
		gap: 6px;
		grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	}

	.tile_item {
		padding: 6px;
	}

}

/* all */
@media all and (max-width: 400px) {
	body {
		font-size: 12px;
	}

	#main_content header .site_name {
		font-size: 1.3em;
	}

	header .description {
		font-size: 0.7em;
	}

	#header_desc span {
		display: none;
	}

	button {
		font-size: 1em;
		height: 20px;
	}

	.win {
		margin-top: 0;
	}

	#tile_view_display {
		width: 98%;
		font-size: 0.85em;
	}

	#tile_view {
		gap: 5px;
		grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
	}

	.tile_item {
		padding: 4px;
	}
}


