@charset "utf-8";


/*
全体・共通
*/

html {
	/*background: black;	/* レイアウトチェック用 */
	height: 100%;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

body {
	/*background: gray;	/* レイアウトチェック用 */
	height: 100%;
	margin: 0;
	/*background-color:#f8f9fa;*/
}

header{
	/*background: orange;	/* レイアウトチェック用 */
}

div.title_pink {
	top: 0;
	left: 0;
	font-size: 1.25rem;
	font-weight: bold;
	/*background-color:#ff81c0;*/
	/*background-color: #dd7fb3;	/* モバカルナースと同色 */
	background-color:#ffadd6;
	color: white;
	padding: 0.5em 1em;
	border-radius: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

footer {
	/*background: brown;	/* レイアウトチェック用 */
	margin-top: 1rem;
	padding-top: 0.25rem;
	height: 2rem;
	text-align: center;
	color:black;
	/*background-color: black;*/
	font-size: 0.8rem;
}

/*
オンラインマニュアル用
*/

p.manual-number {
	height: 30px;
	width: 20px;
	margin: 0;
	margin-left: 10px;
	font-weight: 800;
	font-size: 2rem;
	color: green;
	position: absolute;
}

p.manual-text {
	margin: 0 0 0 50px;
	font-size: 1.25rem;
}

div.manual-description{
	min-height: 3rem;
}

div.manual-row{
	margin-top: 3rem;
}

img.manual-img{
	border: 0;
}

img.manual-img-line{
	border: 1px #000000 solid;
}

img.manual-next-img{
	margin-top: 1rem;
}