﻿@charset "UTF-8";


/* --- Header --- */
body{
	background-color: #ffffff;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size:10.5pt;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

pre{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

.outline{
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	padding: 10px;
	text-align: left;
}

h1{
	margin: -10px;
	margin-bottom: 15px;
	padding: 20px;
	padding-bottom: 10px;
	font-size: 16pt;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	background-color: #7c2946; /* theme color*/
	color: #ffffff;
	box-shadow: 1px 1px 8px #666666;
}

h2{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-left: solid #7c2946 12px; /* theme color*/
	font-size: 14pt;
}

#introduction{

}

/* --- Layout --- */
dl.content {
	background-color: #e0e0e0;
	font-size:10pt;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	border: 2px solid #999999;
	border-top: 1px solid #999999;
	width: 95%;
}
dl.content dt{
	float: left;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	border-top: 1px solid #999999;
	padding: 10px;
	padding-right: 20px;
	width: 230px;
	overflow-wrap: anywhere;
}

dl.content dd{
	vertical-align: top;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 10px;
	margin-left: 250px;
}

pre.sentence{
	font-size: 10pt;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* --- Design --- */
span.subtitle{
	display: block;
	font-size: 12pt;
	
	padding: 10px;
	color: #333333;
	
	border-left: solid #666666 6px;
}

dd.notice{
	/* 注意事項・制限事項 */
	background-color: #f9f9f9;
}

dd.append{
	/* 機能追加・拡張 */
	background-color: #e9f9ff;
}

dd.change{
	/* 仕様変更 */
	background-color: #fffcee;
}

dd.bugfix{
	/* 障害修正 */
	background-color: #fff3f3;
}

span.rnbold{
	/* 太字 */
	font-weight: bold;
}

span.rnred{
	/* 赤文字 */
	color: #ff0000;
}

span.rnstrike{
	/* 訂正線 */
	text-decoration: strike;
}

span.bugtrack span{
	color: #aaaaaa;
	margin-left: 5px;
	
	/*display: inline;*/
	 display: none;
}

