@charset "UTF-8";
/* CSS Document */


.font_big01 {
	font-size: large;
	font-weight: bold;
	color: #C00;
}
.font_big02 {
	font-size: large;
	font-weight: bold;
	color: #000;
}
.font_big03 {
	font-size: x-large;
	font-weight: bold;
	color: #F00;
	line-height: 1.5em;
}
.font_big04 {
	font-size: x-large;
	font-weight: bold;
	line-height: 1.5em;
}

.font_aka {
	color: #C00;
}
.font_red01 {
	color: #C00;
}
.font_red p {
	color: #C00;
	margin: 0px;
	padding: 0px
	/*line-height: 130%;*/
}
.font_red02 {
	color: #F00;
}
.font_red02 p {
	font-size: medium;
	font-weight: 200;
	color: #C00;
	margin: 0px;
	padding: 0px;
	/*line-height: 130%;*/
}
.font_green01 {
	font-size: large;
	font-weight: bold;
	/*line-height: 110%;*/
	background-color: #F5DEB3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: normal;
}
.font_blue {
	color: #03C;
	font-size: medium;
}
.font_ao {
	color: #06F;
}
.font_litle {
	font-size: small;
	font-weight: normal;
	line-height: normal;
}
.font_b {
	font-weight: bold;
}
.font_big_red p {
	font-size: 180%;
	color: #C00;
	/*line-height: 140%;*/
	font-weight: 300;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.font_space {
	margin-top: 10px;
	margin-bottom: 10px;
}

.font_medium p {
	font-size: medium;
}
.font_large p {
	font-size: large;
}
.font_x-large p {
	font-size: x-large;
}

.font_cal {
	color: #FF9999;
}

.space_001 {
	margin-top: 20px;	
}
.space_002 {
	margin-bottom: 30px;
}
.marker_lime {
background: linear-gradient(transparent 60%, #FFCCCC 60%);
}

.marker_lime02 {
background: linear-gradient(transparent 60%, #99CCFF 60%);
}
