@charset "utf-8";
/*---見出しフォント---*/
h1 {
	font-size: 13px;
	margin: 0 10px 15px;
	font-weight: normal;
	text-align: center;
	display: block;
	padding: 0;
	line-height: 20px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #444444;
	border-left: 8px solid #8CEACE;
	padding: 0px 0 0px 15px;
	margin: 3px 0 13px 0;
	line-height: 25px;
}
h3 {
	border-radius: 10px;
	font-size: 18px;
	color: #232323;
	line-height: 36px;
	margin: 0 0 10px;
	padding: 0px 6px 0 15px;
	-webkit-box-shadow: 1px 1px 3px #999999;
	box-shadow: 1px 1px 3px #999999;
	background-image: url(../image/common/h3.jpg);
}

h4 {
	margin: 0 0 10px 0px;
	font-size: 17px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 0 0 10px
}


h7 {
	height: 30px;
	line-height: 25px;
	width: 220px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
}
/*---通常時フォント---*/
.boldred {
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
margin:5px 0 8px -5px
}
.orange {
	color: #F60;
	font-weight: bold;
	font-size:15px;
	letter-spacing:1px
}
p.big {
	font-size: 15px;
	font-weight: bold;
	color: #555;
	text-align: center;
	letter-spacing: -1px;
}
span.big2 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #000;
	letter-spacing: 0px;
}

.notes {
	font-weight: bold;
	color: #F00;
}

.red{color:#F00;
font-weight:bold}
.vivid {
	font-size: 25px;
	font-weight: bold;
	color: #25AD85;
}
