@charset "UTF-8";



/********** fonts **********/


/* bold */
.bold {
	font-weight: bold;
}


.bold14 {
	font-weight: bold;
	font-size: 14px;
}


.bold16 {
	font-weight: bold;
	font-size: 16px;
}

.bold18 {
	font-weight: bold;
	font-size: 18px;
}

.bold20 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
}

.bold24 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
}

.bold28 {
	font-weight: bold;
	font-size: 28px;
	line-height: 2em;
}


.bold30 {
	font-weight: bold;
	font-size: 30px;
}


.bold36 {
	font-weight: bold;
	font-size: 36px;
	line-height: 2em;
}

.bold48 {
	font-weight: bold;
	font-size: 48px;
	line-height: 2em;
}

.bold60 {
	font-weight: bold;
	font-size: 60px;
	line-height: 2em;
}

.line_height {
	line-height: 2em;
}


/* white */
.white {
	color: #FAFAFA;
}

/* red */
.red {
	color: #C1272D;
}

/* blue */
.blue {
	color: #00ADEE;
}

/* green */
.green {
	color: #006934;
}

/* green */
.green2 {
	color: #96B515;
}

/* orange */
.orange {
	color: #F6921D;
}

/* orange2 */
.orange2 {
	color: #FF6600;
}

/* pink */
.pink {
	color: #E95892;
}

/* purple */
.purple {
	color: #7F3E97;
}

/* brown */
.brown {
	color: #9A8479;
}

/* yellow */
.yellow {
	color: #FFE100;
}


/* gray */
.gray {
	color: #717071;
}

/* yellow_bg */
.yellow_bg {
	background-color: #FFF000;
}

/* black_bg */
.black_bg {
	background-color: #000000;
}

/* orange_bg */
.orange_bg {
	background-color: #F6921D;
}


/* under_line */
.under_line {
	text-decoration: underline;
}



/*-----------------------------------------------
small-----------------------------------------*/


.small14{
	font-size: 14px;
}


.mei {
	font-family:Meiryo,"CI";
}
