@charset "utf-8";


/*------------カラー----------------*/
.purple_b{
	font-weight:bold;
	color:#A046B4;
}
.white{
	color:#FFF;
}
.white_b{
	font-weight:bold;
	color:#FFF;
}
.white_lb{
	font-weight:bold;
	color:#FFF;
	font-size:18px;
}
.pink_b{
	font-weight:bold;
	color: #F3C;
}

.info_red{
	font-weight:bold;
	color:#F00;
}
.info_blue01{
	font-weight:bold;
	color: #065F93;
}
.info_blue02{
	color:#006699;
}
.info_blue03{
	font-weight:bold;
	color:#006699;
}
.info_pink{
	font-weight:bold;
	color: #F3C;
}
.info_pink02{
	color: #CC0099;
}

.txt_left_bold{
	line-height:130%;
	font-weight:bold;
	text-align:left;
}

/*------------マージン----------------*/
.tB00m{
	margin-bottom:0px !important;
	margin-top:0px !important;
}
.tB05m{
	margin-bottom:5px;
}

.tB10m{
	margin-bottom:10px;
}

.tB20m{
	margin-bottom:20px;
}

.tB30m{
	margin-bottom:30px;
}

.tB0{
	margin-top:0px !important;
}

.tB10p{
	margin-top:10px;
}

.tB20p{
	margin-top:20px;
}

.tB30p{
	margin-top:30px;
}

.tB0r{
	margin-top:0px !important;
	margin-bottom:13px !important;
}
.tB05p{
	padding-top:5px;
}
/*------------回り込み関連----------------*/

.clear{
	clear:both;
}