@charset "UTF-8";

@font-face{
	font-family: "yugothic";
	font-style: normal;
	font-weight: normal;
	src:  url('../fonts/YuGothM.eot') format('embedded-opentype'),
		url('../fonts/YuGothM.ttc') format('truetype'),
		url('../fonts/YuGothM.woff') format('woff');
}

@font-face{
	font-family: "yugothic";
	font-style: normal;
	font-weight: bold;
	src:  url('../fonts/YuGothB.eot') format('embedded-opentype'),
		url('../fonts/YuGothB.ttc') format('truetype'),
		url('../fonts/YuGothB.woff') format('woff');
}

@font-face{
	font-family: "shuei";
	font-style: normal;
	font-weight: normal;
	src:  url('../fonts/AP-OTF-ShueiMGoStd-L.otf') format('opentype'),
		url('../fonts/AP-OTF-ShueiMGoStd-L.woff2') format('woff2'),
		url('../fonts/AP-OTF-ShueiMGoStd-L.woff') format('woff');
}
@font-face{
	font-family: "coco";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/CocoGothic_trial.eot') format('embedded-opentype'),
		url('../fonts/CocoGothic_trial.ttf') format('TrueType'),
		url('../fonts/CocoGothic_trial.woff2') format('woff2'),
		url('../fonts/CocoGothic_trial.woff') format('woff');
}


.shuei{
	font-family: "shuei";
}

.coco{
	font-family: "coco";
}
.bold{
	font-weight: bold;
}
.tx-center{
	text-align: center;
}

.fc1,.fc1:link,.fc1:visited{
	color: #41bd69;
}

.fc2,.fc2:link,.fc2:visited{
	color: #eec809;
}
.fc3,.fc3:link,.fc3:visited{
	color: #FFF;
}

.bg1{
	background-color: #ebfff1;
}
.bg2{
	background-color: #41bd69;
}
