@charset "UTF-8";
/* CSS Document */


.font_big01 {
	font-size: large;
	font-weight: bold;
	color: #C00;
}
.font_big02 {
	font-size: large;
	font-weight: bold;
	text-shadow: 1px 1px 0px #24400C,
  2px 2px 0px #24400C;
}
.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-size: x-large;
	font-weight: bold;
}
.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_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_clear {
	line-height: 0px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}

.font_cal {
	color: #FF9999;
}

/*スペース調整*/
.space_01 {
	padding-top: 5px;
}
.space_02 {
	padding-top: 15px;
}
.att {
  padding-left: 1.5em;
  text-indent: -1.5em;
}




.marker_lime {
background: linear-gradient(transparent 60%, #FF9999 60%);
}

.marker_lime02 {
background: linear-gradient(transparent 60%, #94E96D 60%);
}
