@charset "UTF-8";

html{overflow-y: scroll;
width:100%;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px!important;
	line-height: 150%;
font-size:13px;
-webkit-text-size-adjust: 100%;
	max-width:100%;
}
p.edit {
	font-size: 12px;
	margin: 0;
	padding-top: 5px;
}
#js-info {
	font-size: 12px!important;
	line-height: 150%;
}
#js-info p {
	margin: 0;
	padding-bottom: 15px;
}
#as-info {
	height: 200px;
	overflow: auto;
	padding: 5px;
}
#as-info dl {
	margin: 0;
}
#as-info dt {
	font-weight: normal;
	color: #FF6600;
}
#as-info dd {
	color: #666;
	margin: 0;
	padding-bottom: 15px;
}
#as-info dd em {
	font-size: 11px;
	font-style: normal;
}
a:hover {
	color: #FF0000;
	background-color: #ffff66;
}
a {
	color: #FF0000;
	text-decoration: none;
}
.text_red {
	font-size: 15px;
	line-height: 150%;
	color: #FF0000;
}
.text_ore {
	font-size: 13px;
	line-height: 150%;
	color: #FF6600;
}
.text_green {
	font-size: 13px;
	line-height: 150%;
	color: #009933;
}
.text_back_y {
	line-height: 150%;
	background-color : #ffff66;
}


