@charset "utf-8";

/* CSS Document */



html {
	font-size: 62.5%;
	height:auto;
}

body {
	color: #333;
	font-family: "ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Droid Sans Japanese", "メイリオ", "sans-serif";
	font-size: 1.4rem;
	line-height: 1.5;
	height:auto;
}


.img_width{
	width:98%;
}


h {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	margin: 0 10px;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 10px groove #99c857;
	margin: 10px 10px 10px;
	padding: 8px 10px;
	background: -o-linear-gradient(top, #ffffff 0%, #faf8ee 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #faf8ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #faf8ee));
}

h2 span {
	font-size: 70%;
	margin-left: 10px;
	background: #f9d720;
	color: #fff;
	padding: 3px 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h3 {
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
	background-color: #eeeeee;
	color: #99c954;
	padding: 10px 5px;
	border-left: 8px double #b4da25;
	border-right: 8px double #b4da25;
	margin-bottom: 10px;
}

.h3_icon01 {
	padding: 10px 0 10px 50px;
	background: url("../images/h3_icon01.png") no-repeat left center #eee;
	background-size: 50px 37px;
	-moz-background-size:50px 37px;
	-webkit-background-size:50px 37px;
	-o-background-size:50px 37px;
	-ms-background-size:50px 37px;
}

.h3_icon02 {
	padding: 10px 0 10px 50px;
	background: url("../images/h3_icon02.png") no-repeat left center #eee;
	background-size: 50px 37px;
	-moz-background-size:50px 37px;
	-webkit-background-size:50px 37px;
	-o-background-size:50px 37px;
	-ms-background-size:50px 37px;
}

.h3_icon03 {
	padding: 10px 0 10px 50px;
	background: url("../images/h3_icon03.png") no-repeat left center #eee;
	background-size: 50px 37px;
	-moz-background-size:50px 37px;
	-webkit-background-size:50px 37px;
	-o-background-size:50px 37px;
	-ms-background-size:50px 37px;
}

.h3_icon04 {
	padding: 10px 0 10px 50px;
	background: url("../images/h3_icon04.png") no-repeat left center #eee;
	background-size: 50px 37px;
	-moz-background-size:50px 37px;
	-webkit-background-size:50px 37px;
	-o-background-size:50px 37px;
	-ms-background-size:50px 37px;
}

.class_info h4 {
	font-size:90%;
	line-height: 1;
	color: #fff;
	text-align:center;
	padding: 5px 0 10px 0;
}

ol {
	margin: 0 0 0 1.8em;
	padding: 0;
}

ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.mg5 {
	margin: 5px;
}

.mg10 {
	margin: 10px;
}

.mgT10 {
	margin-top: 10px;
}

.mgB5 {
	margin-bottom: 5px;
}

.mgB10 {
	margin-bottom: 10px;
}

.mgR10 {
	margin-right: 10px;
}

.mgL10 {
	margin-left: 10px;
}

.mgB20 {
	margin-bottom: 20px;
}

.pdR5 {
	padding-right: 5px;
}

.txtC {
	text-align:center;
}

.txtR {
	text-align:right;
}

.verM {
	vertical-align: middle;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.width49 {
	width: 49%;
}

.font80 {
	font-size: 80%;
}

.sizeB {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.borderB01 {
	padding:10px;
	border-bottom: dashed 1px #99C857;
}



#sfrombody{
	padding-left:10px;
	padding-right:10px;
}


#sfrombody h3{
	text-align:center;}
	
#sfromclass{
	text-align:center;
	padding-bottom:20px;
	
	}
	
	
#sfromclass li{
	padding-bottom:30px;}

.red{color:red;}

.bb{font-weight:bold;}


#sns{
	padding-top:10px;
    padding-left:16px;
}


