/*-------------------------

      背景色

-------------------------*/
.bg-gray {
	background: #f6f6f6;
}

.bg-lightgray {
	background: #FAFAFA;
}

.bg-gray02 {
	background: #F7F7F7;
}

.bg-red {
	background: #FF2D16;
}

.bg-gray03 {
	background: #666363;
}

.bg-pink {
	background: #FCB2A9;
}

/*-------------------------

     文字色

---------------------------*/
.color-red{
	color: #FF2D16 !important;
}

.color-blue {
	color: #0031FF !important;
}

.color-gray {
	color: #626262 !important;
}

.color-white{
	color:#FFFFFF !important;
}

.font-gray {
    color: dimgray !important;
}

.font-black {
    color: black !important;
}

/*-------------------------

      文字の大きさ

-------------------------*/
.font-small {
	font-size: small;
}

.font-xlarge {
	font-size: x-large;
}