@charset "utf-8";
/*■■■■■■■■■■■*/
/*■       font       ■*/
/*■■■■■■■■■■■*/
//
//基本設定
//font-family: 'MS ゴシック', sans-serif;
//color: #555;
//line-height: 160%;
//
/*□□□□□□□□□□□*/
/*□   size-color     □*/
/*□□□□□□□□□□□*/

/*----------f13----------*/

.f13 {
	font-size: 13px;
	line-height: 160%;
	}

.f13blue {
	font-size: 13px;
	line-height: 160%;
	color: #7dcdf4;
	}

.f13green {
	font-size: 13px;
	line-height: 160%;
	color: #8ec31f;
	}

.f13purple {
	font-size: 13px;
	line-height: 160%;
	color: #920783;
	}

.f13orange {
	font-size: 13px;
	line-height: 160%;
	color: #eb6100;
	}

.f13pink {
	font-size: 13px;
	line-height: 160%;
	color: #e4007f;
	}

/*----------f14----------*/

.f14 {
	font-size: 14px;
	line-height: 160%;
	}

.f14blue {
	font-size: 14px;
	line-height: 160%;
	color: #7dcdf4;
	}

.f14green {
	font-size: 14px;
	line-height: 160%;
	color: #8ec31f;
	}

.f14purple {
	font-size: 14px;
	line-height: 160%;
	color: #920783;
	}

.f14orange {
	font-size: 14px;
	line-height: 160%;
	color: #eb6100;
	}

.f14pink {
	font-size: 14px;
	line-height: 160%;
	color: #e4007f;
	}

/*----------f15----------*/

.f15 {
	font-size: 15px;
	line-height: 160%;
	}

.f15blue {
	font-size: 15px;
	line-height: 160%;
	color: #7dcdf4;
	}

.f15green {
	font-size: 15px;
	line-height: 160%;
	color: #8ec31f;
	}

.f15purple {
	font-size: 15px;
	line-height: 160%;
	color: #920783;
	}

.f15orange {
	font-size: 15px;
	line-height: 160%;
	color: #eb6100;
	}

.f15pink {
	font-size: 15px;
	line-height: 160%;
	color: #e4007f;
	}

/*□□□□□□□□□□□*/
/*□       bold       □*/
/*□□□□□□□□□□□*/

.bold {
	font-weight: bold;
	}

/*□□□□□□□□□□□*/
/*□    base size     □*/
/*□□□□□□□□□□□*/

.f10 {
	font-size: 10px;
	line-height: 160%;
	}

.f11 {
	font-size: 11px;
	line-height: 160%;
	}

.f12 {
	font-size: 12px;
	line-height: 160%;
	}

.f13 {
	font-size: 13px;
	line-height: 160%;
	}

.f14 {
	font-size: 14px;
	line-height: 160%;
	}

.f15 {
	font-size: 15px;
	line-height: 160%;
	}

.f16 {
	font-size: 16px;
	line-height: 160%;
	}

.f17 {
	font-size: 17px;
	line-height: 160%;
	}

.f18 {
	font-size: 18px;
	line-height: 160%;
	}

.f19 {
	font-size: 19px;
	line-height: 160%;
	}

.f20 {
	font-size: 20px;
	line-height: 160%;
	}

.f30 {
	font-size: 30px;
	line-height: 160%;
	}

/*□□□□□□□□□□□*/
/*□       bold       □*/
/*□□□□□□□□□□□*/

.b10 {
	font-size: 10px;
	line-height: 160%;
	font-weight: bold;
	}

.b11 {
	font-size: 11px;
	line-height: 160%;
	font-weight: bold;
	}

.b12 {
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
	}

.b13 {
	font-size: 13px;
	line-height: 160%;
	font-weight: bold;
	}

.b14 {
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	}

.b15 {
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
	}

.b16 {
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	}

.b17 {
	font-size: 17px;
	line-height: 160%;
	font-weight: bold;
	}

.b18 {
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
	}

.b19 {
	font-size: 19px;
	line-height: 160%;
	font-weight: bold;
	}

.b20 {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	}

.b24 {
	font-size: 24px;
	line-height: 160%;
	font-weight: bold;
	}

.b25 {
	font-size: 25px;
	line-height: 160%;
	font-weight: bold;
	}

.b27 {
	font-size: 27px;
	line-height: 160%;
	font-weight: bold;
	}

.b30 {
	font-size: 30px;
	line-height: 160%;
	font-weight: bold;
	}

/*□□□□□□□□□□□*/
/*□ underline(bold)  □*/
/*□□□□□□□□□□□*/

.u14 {
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: underline;
	}

.u15 {
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: underline;
	}

.u16 {
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: underline;
	}

.u17 {
	font-size: 17px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: underline;
	}

.u18 {
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: underline;
	}

.u19 {
	font-size: 19px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: underline;
	}

.u20 {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: underline;
	}

/*□□□□□□□□□□□*/
/*□       color      □*/
/*□□□□□□□□□□□*/

.blue {
	color: #7dcdf4;
	}

.green {
	color: #8ec31f;
	}

.darkgreen {
	color: #070;
	}

.purple {
	color: #920783;
	}

.orange {
	color: #eb6100;
	}

.pink {
	color: #e4007f;
	}

.red {
	color: #c00;
	}


/* 追加 */

p.intext {
	line-height: 200%;
	}
	
span.red {
	color: red;
	font-weight: bold;
	}
