@charset "UTF-8";
/* CSS Document */

/* --------------------テキスト（サイズ）--------------------*/
.fs-10{
	font-size: 10px;
	line-height: 130%;
}	/* フォントサイズ10px */
.fs-12{
	font-size: 12px;
	line-height: 130%;
}	/* フォントサイズ12px */
.fs-14{
	font-size: 14px;
	line-height: 130%;
}	/* フォントサイズ14px */
.fs-16{
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}	/* フォントサイズ16px */
.fs-18{
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
}	/* フォントサイズ18px */
.fs-20{
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}	/* フォントサイズ20px */
.fs-20red{
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	color: #cc0000;
}	/* フォントサイズ20px */
.fs-20blue{
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	color: #0033CC;
}	/* フォントサイズ20px */
.fs-22{
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}	/* フォントサイズ22px */
.fs-24{
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ24px */
.fs-24red{
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
	color: #cc0000;
}	/* フォントサイズ24px */
.fs-26{
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ26px */
.fs-28{
	font-size: 28px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ28px */
.fs-30{
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ30px */
.fs-32{
	font-size: 32px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ32px */
.fs-36{
	font-size: 36px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ36px */
.fs-40{
	font-size: 40px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ40px */



/* --------------------テキスト（色）--------------------*/
.fc-red{
	color: #cc0000;
	font-weight: bold; } /* 赤 */
.fc-blue{ color: #0033CC;
	font-weight: bold; } /* 青 */
.fc-green{ color: #009900; 
	font-weight: bold; } /* 緑 */
.fc-yellow{ color: #ffff00; 
	font-weight: bold; } /* 黄 */
.fc-orange{ color: #ff6600; 
	font-weight: bold; } /* オレンジ */
.fc-gray{ color: #666666; 
	font-weight: bold; } /* 灰 */
.fc-white{ color: #ffffff;
	font-weight: bold; } /* 白 */
	
	
	
/* --------------------テキストデコレーション及びウエイト--------------------*/
.td-underline{
	text-decoration:underline; }/*アンダーライン*/
.td-underline-bold{
	text-decoration:underline;
	font-weight:bold; }/*アンダーライン ボールド*/
.td-line-through{
	text-decoration:line-through; }/*打ち消し線*/
.fw-bold{
	font-weight:bold; }/*フォントウエイト：ボールド*/



/* --------------------テキスト（マーカー）--------------------*/
.bg-r{ background: #cc0000;
	font-weight: bold;
	padding: 2px; }		/* 背景-赤 */
.bg-b{ background: #0033CC;
	font-weight: bold;
	padding: 2px; }		/* 背景-青 */
.bg-g{ background: #009900;
	font-weight: bold;
	padding: 2px; }		/* 背景-緑 */
.bg_y_fs26{
	background: #ffff00;
	font-weight: bold;
	padding: 2px;
	font-size: 26px;
	line-height: 160%;
}		/* 背景-黄 */
.bg-y-fs24{
	background: #ffff00;
	font-weight: bold;
	padding: 2px;
	font-size: 24px;
	line-height: 120%;
}		/* 背景-黄 */
.bg-y{ background: #ffff00;
	font-weight: bold;
	padding: 2px; }		/* 背景-黄 */

.bg-r-w{ color: #ffffff;
	background: #cc0000;
	font-weight: bold;
	padding: 2px; }		/* 背景-赤：文字-白 */
.bg-b-w{ color: #ffffff;
	background: #0033CC;
	font-weight: bold;
	padding: 2px; }		/* 背景-青：文字-白 */
.bg-g-w{ color: #ffffff;
	background: #009900;
	font-weight: bold;
	padding: 2px; }		/* 背景-緑：文字-白 */
.bg-y-r{
	color: #cc0000;
	background: #ffff00;
	font-weight: bold;
	padding: 2px; }		/* 背景-黄：文字-赤 */



/*
□□□□□□□□□□□□
クラスリスト
□□□□□□□□□□□□
*/
.cb{clear:both; line-height:0;}
.fr{float:right;}
.fl{float:left;}
.mb8{margin-bottom:8px;}
.mb10{margin-bottom: 10px}
.mb13{margin-bottom:13px;}
.mb15{margin-bottom: 15px}
.mb20{margin-bottom: 20px}
.mb25{margin-bottom:25px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mt60{margin-top:60px;}
.mt50{margin-top:50px;}
.mt45{margin-top:45px;}
.mt40{margin-top:40px;}
.mt35{margin-top:35px;}
.mt30{margin-top:30px;}
.mt25{margin-top:25px;}
.mt20{margin-top:20px;}
.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.mt2{margin-top:2px;}
.mr3{margin-right:3px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.pdt10{padding-top:10px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt35{padding-top:35px;}
/*.hand{cursor:hand;}*/
.dn{display:none;}
.db{display:block;}
.tr{text-align:right;}
.f20{font-size:20px;}
.f15{font-size:15px;}
.f13{font-size:13px;}
.f12{font-size:12px;}
.f11{font-size:11px;}
.f10{font-size:10px;}
.vm{ vertical-align:bottom;}
.red{color:#ff0000;}
.blue{color:#41b7ec;}
.gray{color:#a6a6a6;}
.tcenter{text-align:center;}
.lh140{line-height:140%;}
.clear{clear:both;}
.blue2{color:#0f7bc6;}
