@charset "utf-8";
/*-------回り込み＆右左--------*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}
.t_center{
	text-align:center;
}
/*-------margin paddin--------*/
.p_t30 {
	padding-top:30px;
}
.m_t10 {
	margin-top:10px;
}
.m_t30 {
	margin-top:30px;
}
.p_t50 {
	padding-top:50px;
}
.m_b10 {
	margin-bottom:10px;
}
.m_b20 {
	margin-bottom:20px;
}
.m_b30 {
	margin-bottom:30px;
}
.m_l15 {
	margin-left:15px;
}
.m_l20 {
	margin-left:20px;
}

/*-------font--------*/
.text80 {
	font-size:80%;
}
.text90 {
	font-size:90%;
}
.lh1_5{
	line-height:1.5;
}
/*-------color--------*/
.ogange{
	color:#F90;
}
.red{
	color:#F33;
}




