@charset "UTF-8";


.center{
	text-align:center;
	margin:0 auto;
}
.right{
	text-align:right;
	}
/*---------------float------------*/
.f_left{
	float:left;
}
.f_right{
	float: right;
}
.clear{
	clear:both;
}
/*----------text-------------*/

.text_80{
	font-size:80%;
	line-height:1.3;
}
.text_120{
	font-size:120%;
}
.text_2em{
	font-size:2em;
}
.text_1-5em{
	font-size:1.5em;
}
.text_ind{
	text-indent:1em;
}
.text_dec{
	text-decoration: underline;
}
.text_sp{
letter-spacing: -0.1em;
}

/*----------margin-------------*/

.m_0{	margin:0;}
.m_t5{	margin-top:5px;}
.m_t10{	margin-top:10px;}
.m_t20{	margin-top:20px;}
.m_t50{	margin-top:50px;}
.m_t200{margin-top:200px;}
.m_b10{	margin-bottom:10px;}
.m_b20{	margin-bottom:20px;}
.m_b50{	margin-bottom:50px;}
.m_l10{	margin-bottom:10px;}
.m_l50{	margin-left:50px;}

.p_t20{	padding-top:20px;}

/*-------color-------*/

.orange{
	color:#C60;
}
.red{
	color:#603;
}
.blue{
	color:#2a83a2;
}
.blue_r{
	color:#639;
}
.white{
	color:#ffffff;
}
.black{
	color:#000;
}
.grayc{
	color: #CCC;
}
.gray9{
	color: #999;
}
.fff{
	color:#FFFFFF;
}
/*---------------border---------------*/
.border10{
	border:#e6e6fa solid 10px;}



/*---------------other---------------*/
.through{
	text-decoration:line-through;}
.back_ccc{
	background-color:#CCC;
}