@charset "utf-8";

/* =======================================

テキストCSS

========================================== */

/* ------------------------------
　テキストサイズ
------------------------------ */

.txt10px {
	font-size: 10px;
}

.txt12px {
	font-size: 12px;
}

.txt13px{
	font-size: 13px;
}

.txt14px{
	font-size: 14px;
}

.txt16px {
	font-size: 16px;
}

.txt18px{
	font-size: 18px;
}

.txt24px{
	font-size: 24px;
}

.txt24pxr{
	font-size: 24px;
	color:#F00;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

/* ------------------------------
テキスト大中小
------------------------------ */

.txtMini{
	font-size: 10px;
}

.txtMiddle{
	font-size: 13px;
}

.txtLarge{
	font-size: 18px;
}

.txtMoreLarge{
	font-size: 24px;
}

/* ------------------------------
テキストカラー
------------------------------ */

.txtBlack{
	color: #333333;
}

.txtYellow{
	color:#FFFF00;
}


.txtRed {
	color: #FF0000;
}

.txtWhite{
	color: #FFFFFF;
}

.txtBrown {
	color: #993300;
}

.txtOrange {
	color: #FF6600;
}

.txtBlue{
	color: #000066;
	font-weight: bold;
}

.txtGreen{
	color: #009933;
}

.txtPink {
	color:#900;
	
		font-weight: bold;
	
}
.txtDarkred{
	font-size:110%;
	color:#8e0000;
	font-weight:bold;
	line-height:1.6;
}
.tetobi{
	color:#FF6600;
	font-weight:bold;
	margin:10px 0 0 0;
	}
/* ------------------------------
　テキストボールド
------------------------------ */
.txtBold{
	font-weight: bold;
}
.txtRedbold {
	color: #FF0000;
	font-weight: bold;
}
/* ------------------------------
　テキスト　右寄せ
------------------------------ */
.txtright{
	text-align:right;
}

/* ------------------------------
テキスト明朝
------------------------------ */
.txtSerif{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.fbig{
font-size:100%;
font-weight:bold;
}
.fbig-o{
font-size:100%;
font-weight:bold;
color:#FF6600;
}
#result_name{
color:#FF0000;
}
.orange10px {
	font-size: 10px;
	line-height: 15px;
	color: #FF7E00;
}
.black {
	color: #000000;
}
.text14px {
	font-size: 14px;
}
.green {
	color: #8DC21F;
}
.jisage{
	text-indent:0.9em;
}
.jisage2{
	text-indent:2em;
}
.torio{
	
	color: #c8161e;
}