  @charset "UTF-8";

/* レイアウト
----------------------------------------------------*/
.f_left {
	float: left;
}

.f_right {
	float: right;
}

.t_left {
	text-align:left;
}

.t_center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.d_inline {
	display: inline;
}

.d_block {
	display: block;
}

.mt_0 {
	margin-top: 0 !important;
}

.mt_5 {
	margin-top: 10px !important;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_15 {
	margin-top: 20px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

.mr_0 {
	margin-right: 0 !important;
}

.mr_5 {
	margin-right: 5px !important;
}

.mr_10 {
	margin-right: 10px !important;
}

.mr_15 {
	margin-right: 15px !important;
}

.mr_20 {
	margin-right: 20px !important;
}

.mb_0 {
	margin-bottom: 0;
}

.mb_5 {
	margin-bottom: 5px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.ml_0 {
	margin-left: 0 !important;
}

.ml_5 {
	margin-left: 5px !important;
}

.ml_10 {
	margin-left: 10px !important;
}

.ml_15 {
	margin-left: 15px !important;
}

.ml_20 {
	margin-left: 20px !important;
}

.pt_0 {
	padding-top: 0 !important;
}

.pt_5 {
	padding-top: 10px !important;
}

.pt_10 {
	padding-top: 10px !important;
}

.pt_15 {
	padding-top: 20px !important;
}

.pt_20 {
	padding-top: 20px !important;
}

.pr_0 {
	padding-right: 0 !important;
}

.pr_5 {
	padding-right: 5px !important;
}

.pr_10 {
	padding-right: 10px !important;
}

.pr_15 {
	padding-right: 15px !important;
}

.pr_20 {
	padding-right: 20px !important;
}

.pb_0 {
	padding-bottom: 0;
}

.pb_5 {
	padding-bottom: 5px !important;
}

.pb_10 {
	padding-bottom: 10px !important;
}

.pb_15 {
	padding-bottom: 15px !important;
}

.pb_20 {
	padding-bottom: 20px !important;
}

.pl_0 {
	padding-left: 0 !important;
}

.pl_5 {
	padding-left: 5px !important;
}

.pl_10 {
	padding-left: 10px !important;
}

.pl_15 {
	padding-left: 15px !important;
}

.pl_20 {
	padding-left: 20px !important;
}

ul.li_inline li {/* 罪Kびリスト */
	display: inline;
}

hr.clear { /* float盾茅喘に聞喘。hrのラインは掲燕幣 */
	clear: both;
	width: 100px;
	height: 1px;
	visibility: hidden;
}

.clearFix:after { /* Clear Fix */
	content: url(/style/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearFix {
	display: inline-block;
}

.clearFix {
	display: block;
}

/* フォント
----------------------------------------------------*/
.t_200 {
	font-size: 200%;
}

.t_150 {
	font-size: 150%;
}

.t_140 {
	font-size: 140%;
}

.t_130 {
	font-size: 130%;
}

.t_120 {
	font-size: 120%;
}

.t_110 {
	font-size: 110%;
}

.t_100 {
	font-size: 100%;
}

.t_90 {
	font-size: 90%;
}

.t_80 {
	font-size: 80%;
}


.t_bold {
	font-weight: bold;
}

/* テキストの弼
----------------------------------------------------*/
.t_black {
	color: #000;
}

.t_glay01 {
	color: #333;
}

.t_glay02 {
	color: #666;
}

.t_glay03 {
	color: #999;
}

.t_red {
	color: #f00;
}

.t_orange {
	color: #f60;
}

.t_blue {
	color: #00f;
}

.t_green {
	color: #0f0;
}

/* ボ`ダ`廾
----------------------------------------------------*/
.b_gray {
	border: #ccc solid 1px;
}

.b_black {
	border: #000 solid 1px;
}

.b_glay01 {
	border: #333 solid 1px;
}

.b_glay02 {
	border: #666 solid 1px;
}

.b_glay03 {
	border: #999 solid 1px;
}

.b_red {
	border: #f00 solid 1px;
}

.b_orange {
	border: #f60 solid 1px;
}

.b_blue {
	border: #00f solid 1px;
}

.b_green {
	border: #0f0 solid 1px;
}

.b_none {
	border: none !important;
}

/* リストマ`カ`
----------------------------------------------------*/
ul.li_disc li {/*-- \来 --*/
	list-style: disc outside;
	margin-left: 20px;
}

ul.li_circle li {/*-- 易来 --*/
	list-style-type: circle;
}

ul.li_square li {/*-- 膨叔 --*/
	list-style-type: square;
}

ul.li_decimal li {/*-- 方忖 --*/
	list-style: decimal inside;
}


/* 罪嫌
----------------------------------------------------*/
.w_50 {
	width: 50%;}

.w_90 {
	width: 90%;
}

.w_100 {
	width: 100%;
}
