@charset "utf-8";
/*
文字装飾系
*/
span.bold {
	font-weight: bold;
	font-size: 120%;
}
span.boldred {
	font-weight: bold;
	font-size: 120%;
        color:#cc1414;
}
span.boldgreen {
	font-weight: bold;
	font-size: 120%;
        color:#89b700;
}
span.boldorange {
	font-weight: bold;
	font-size: 120%;
        color:#FF9900;
}
span.boldgray {
	font-weight: bold;
	font-size: 120%;
        color:#999999;
}
span.greenB {
	font-weight: bold;
	font-size: 120%;
	color:#052d7c;
}
span.blue {
	font-weight: bold;
	font-size: 120%;
	color:#4ca5ff;
}
span.gray {
	font-weight: bold;
	font-size: 100%;
        color:#999999;
}

span.red {
	font-weight: bold;
	font-size: 100%;
	color:#cc1414;
}
span.orange {
	font-weight: bold;
	font-size: 100%;
	color:#ff7733;
}
span.yellow {
	font-size: 100%;
	color:#ffd400;
}
p.news {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
span.answer {
	color:#999999;
	font-size: 85%;
}
span.redbig {
	font-size: 120%;
	color:#cc1414;
	font-weight: bold;
}
span.redmega {
	font-size: 150%;
	color:#cc1414;
}
span.mega {
	font-size: 150%;
}