@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
/*------------------------------------------------------------------------------
	共通(幅)
------------------------------------------------------------------------------*/
.wd_35	{
	width: 35px;
}

.wd_50	{
	width: 50px;
}

.wd_85	{
	width: 85px;
}

.wd_100	{
	width: 100px;
}

.wd_135	{
	width: 135px;
}

.wd_150	{
	width: 150px;
}

.wd_190	{
	width: 190px;
}

.wd_200	{
	width: 200px;
}

.wd_235	{
	width: 235px;
}

.wd_250	{
	width: 250px;
}

.wd_285	{
	width: 285px;
}

.wd_300	{
	width: 300px;
}

.wd_335	{
	width: 335px;
}

.wd_385	{
	width: 385px;
}

.wd_400	{
	width: 400px;
}

.wd_435	{
	width: 435px;
}

.wd_485	{
	width: 485px;
}

.wd_500	{
	width: 500px;
}

.wd_600	{
	width: 600px;
}

.wd_635	{
	width: 635px;
}

.wd_650	{
	width: 650px;
}

.wd_670	{
	width: 670px;
}

.wd_750	{
	width: 750px;
}

.wd_950	{
	width: 950px;
}

.wd_960	{
	width: 960px;
}

.wd_1050	{
	width: 1050px;
}
/*------------------------------------------------------------------------------
	共通(高さ)
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
	共通(マージン)
------------------------------------------------------------------------------*/
.mt_5	{
	margin-top: 5px;
}

.mb_5	{
	margin-bottom: 5px;
}

.mv_5	{
	margin: 5px 0px;
}

.mr_5	{
	margin-right: 5px;
}

.mt_10	{
	margin-top: 10px;
}

.mb_10	{
	margin-bottom: 10px;
}

.ml_10	{
	margin-left: 10px;
}

.mr_10	{
	margin-right: 10px;
}

.mt_20	{
	margin-top: 20px;
}

.mb_20	{
	margin-bottom: 20px;
}

.ml_20	{
	margin-left: 20px;
}

.mt_30	{
	margin-top: 30px;
}

.mb_30	{
	margin-bottom: 30px;
}

.ml_40	{
	margin-left: 40px;
}

.mg_center	{
	margin: 0px auto;
}
/*------------------------------------------------------------------------------
	共通(パディング)
------------------------------------------------------------------------------*/
.pd_none	{
	padding: 0px !important;
}

.ph_none	{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pt_3	{
	padding-top: 3px;
}

.pd_5	{
	padding: 5px;
}

.pt_5	{
	padding-top: 5px;
}

.pl_5	{
	padding-left: 5px;
}

.pv_5	{
	padding-top: 5px;
	padding-bottom: 5px;
}

.pd_10	{
	padding: 10px;
}

.pr_10	{
	padding-right: 10px;
}

.pl_10	{
	padding-left: 10px;
}

.pt_10	{
	padding-top: 10px;
}

.pd_20	{
	padding: 20px;
}

.pl_20	{
	padding-left: 20px;
}

.pl_40	{
	padding-left: 40px;
}
/*------------------------------------------------------------------------------
	共通(罫線)
------------------------------------------------------------------------------*/
.bd_none	{
	border: 0px !important;
}

.bv_none	{
	border-top: 0px !important;
	border-bottom: 0px !important;
}

.bt_none	{
	border-top: 0px !important;
}

.bb_none	{
	border-bottom: 0px !important;
}

.bl_none	{
	border-left: 0px !important;
}

.br_none	{
	border-right: 0px !important;
}

.bd_1	{
	border: solid 1px #7C8285;
}

.bt_1	{
	border-top: solid 1px #7C8285;
}

.bb_1	{
	border-bottom: solid 1px #7C8285;
}

.bv_1	{
	border-top: solid 1px #7C8285;
	border-bottom: solid 1px #7C8285;
}

.bl_1	{
	border-left: solid 1px #7C8285;
}

.bd_2_red	{
	border: solid 2px red;
}
/*------------------------------------------------------------------------------
	共通(文字サイズ)
------------------------------------------------------------------------------*/
.fs_10	{
	font-size: 10px;
}

.fs_12	{
	font-size: 12px;
}

.fs_14	{
	font-size: 14px;
}

.fs_16	{
	font-size: 16px;
}

.fs_20	{
	font-size: 20px;
}

.fs_32	{
	font-size: 32px;
}
/*------------------------------------------------------------------------------
	共通(文字装飾)
------------------------------------------------------------------------------*/
.fw_bold	{
	font-weight: bold;
}

.fw_normal	{
	font-weight: normal;
}
/*------------------------------------------------------------------------------
	共通(文字寄せ)
------------------------------------------------------------------------------*/
.ta_l	{
	text-align: left;
}

.ta_c	{
	text-align: center;
}

.ta_r	{
	text-align: right;
}
/*------------------------------------------------------------------------------
	共通(文字縦位置)
------------------------------------------------------------------------------*/
.va_t	{
	vertical-align: top;
}

.va_m	{
	vertical-align: middle;
}

.va_b	{
	vertical-align: bottom;
}
/*------------------------------------------------------------------------------
	共通(前景色)
------------------------------------------------------------------------------*/
.fg_black	{
	color: #333333;
}

.fg_white	{
	color: white;
}

.fg_gray	{
	color: #5b5b5b;
}

.fg_silver	{
	color: silver;
}

.fg_red	{
	color: red;
}

.fg_blue	{
	color: blue;
}

.fg_blue02	{
	color: #00a0c6;
}

.fg_orange	{
	color: #FF6600;
}
/*------------------------------------------------------------------------------
	共通(背景色)
------------------------------------------------------------------------------*/
.bg_clear	{
	background-color: transparent !important;
}

.bg_black	{
	background-color: black;
}

.bg_white	{
	background-color: white;
}

.bg_gray	{
	background-color: gray;
}

.bg_silver	{
	background-color: silver;
}

.bg_red	{
	background-color: red;
}

.bg_green	{
	background-color: green;
}

.bg_blue	{
	background-color: blue;
}

.bg_blue02	{
	background-color: #00a0c6;
}

.bg_navy	{
	background-color: navy;
}

.bg_orange	{
	background-color: #FF6600;
}

.bg_highlight	{
	background-color: #FFFACD;
}

.bg_pink	{
	background-color: #FED0E0;
}

.bg_lgray	{
	background-color: #EAECED;
}
/*------------------------------------------------------------------------------
	共通(フロート)
------------------------------------------------------------------------------*/
.fl_left	{
	float: left;
}

.fl_right	{
	float: right;
}

.fl_clear	{
	clear: both;
}
/*------------------------------------------------------------------------------
	共通(テーブル)
------------------------------------------------------------------------------*/
.tb_custom	{
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

.tb_custom	th	{
	padding: 5px;
	background-color: #F0F0F0;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	color: #333333;
}

.tb_custom	td	{
	padding: 5px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	color: #333333;
	word-break: break-all;
}

.tb_custom	caption	{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.tb_custom_nb	{
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

.tb_custom_nb	th	{
	padding: 5px;
	background-color: #F0F0F0;
	border: 0px !important;
	color: #333333;
}

.tb_custom_nb	td	{
	padding: 5px;
	border: 0px !important;
	color: #333333;
}
/*------------------------------------------------------------------------------
	共通(その他)
------------------------------------------------------------------------------*/
.hide	{
	display: none;
}

.invisible	{
	visibility: hidden;
}

.absolute	{
	position: absolute;
}

.pointer	{
	cursor: pointer;
}
