/* CSS Name: "docs.css" */
@charset "utf8";


/* #### Memo #### */
/*
[2025/08/01] Edit: link
[2025/07/26] Edit: background-color: #ffffff;
[2025/07/22] Edit: font-size:16px;
[2025/06/18] Edit: background-color: #f8f8f8;
[2025/06/08] Edit: background-color: #f4f5f7;
[2025/06/07] Edit: font-family
[2025/05/08] Remame: "tempdocs.css" To "docs.css"
[2025/04/28] Read:  "normalize.css"
*/


/* #### link #### */

a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:link {
	color: #000099;
}

a:visited {
	color: #000099;
	border-bottom: 1px #000099 dotted;
}

a:hover {
	color: #cc0000;
	border-bottom: 1px #cc0000 solid
}

.unlink {
	color: #000099; /* #003366; */
	text-decoration: line-through;
}


/* #### Image #### */

img {
	max-width: 100%;
	heigth: auto;
	vertical-align: bottom;
	border: 1px solid #808080;
}


/* #### Body #### */

body, div, th, td {
	background-color: #ffffff; /* f4f5f7; */
	color: #0F1111; /* #333333; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}

hr {
	border-width: 0;
	height: 1px;
	collar: gray;
	background-color:  gray;
}

.docs {
	font-size: 16px;
	position: absolute;
	line-height: 150%;

	max-width: 950px;
	margin: 5px;
	padding-right: 5px;
}

.title {
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
}

.list {
	line-height: 175%;
	margin-left: 15px;
}

.list-link {
	/* Link List */
	line-height: 200%;
	margin-left: 15px;
	margin-right: 15px;
}

.ends {
	/* Page End Link */
	text-align: center;
	/* line-height: 175%; */
	padding-top: 15px;
	padding-bottom: 15px;
}

.footers {
	font-size: 96%;
	text-align: center;
	/* line-height: 175%; */
	padding-top: 15px;
	padding-bottom: 15px;
}


/* #### Emphasis #### */

.emp {
	/* Attention */
	color: #660000;
}

.cmt {
	/* Comment */
	color: #808000;
}

.hashtag {
	color: #800080;  /* #008000; */
}

