	@charset "utf-8";
/*------------------------------------------------------------
	������
------------------------------------------------------------*/
#header {
	padding: 14px 0 8px;
	width: 800px;
}

#main {
	margin-bottom: 65px;
	width: 800px;
}
#main .formTitle {
	width: 100%;
	padding: 0 20px 10px;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/	Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */
}
#main .formTitle p.subTitle {
	border-left: 5px solid #0b647d;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
}
#main .formTitle h2 {
	font-size: 30px;
	padding-left: 15px;
}
/* #main h2 {
	padding: 3px;
	margin-bottom: 36px;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	border: solid 1px #0076a6;
	background: url(../img/request/h2_bg.gif) no-repeat left top;
}
*/
#main .txt01 {
	margin: 2px 0 28px;
	font-size: 1.3em;
}

#main h3 {
	margin-bottom: 12px;
	padding-left: 36px;
	font-size: 1.8em;
	text-align: center;
}
#main h3 img {
	vertical-align: text-top;
	margin-right: 5px;
}
#main .selectDl {
	margin-bottom: 38px;
	border: solid 1px #bdbdbd;
}

#main .selectDl dt {
	padding: 2px 13px 2px 33px;
	font-size: 1.8em;
	color: #1d6cac;
	font-weight: bold;
	border-bottom: solid 1px #bdbdbd;
	background-color: #f6f6f6;
	background: url('../img/detail/icon01.gif') no-repeat 13px center;
}

#main .selectDl dd {
	padding: 6px;
}

#main .selectDl .photo {
	float: left;
}

#main .selectDl .inner {
	width: 758px;
	font-size: 1.4em;
	margin: 0 auto;
}
#main .selectDl .inner h4 {
	font-size: 18px;
}
#main .selectDl .inner h4 span {
	font-weight: normal;
	display: block;
	float: right;
	font-size: 14px;
	padding: 2px 4px;
	color: #fff;
	background: #e0001a;
	-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px;-ms-border-radius: 3px;
}
#main .selectDl .inner p {
	line-height: 18px;
}
#main .selectDl .inner p.red {
	font-size: 14px;
	font-weight: bold;
	color: #F26522;
}
#main .selectDl .inner p img {
	vertical-align: bottom;
}
#main .selectDl .inner .txt {
	margin-bottom: 5px;
	font-size: 0.86em;
	overflow: auto;
}
/*
#main .checkbox span {
	margin: -4px 0 -3px;
	padding: 2px 0;
	position: relative;
	font-size: 1.14em;
	width: 100px;
	float: right;
	display: block;
	color: #fff;
	border-radius: 0 4px 4px 0;
	behavior: url(../PIE.htc);
	text-align: center;
	background-color: #e83929;
}

#main .checkbox input {
    display: none;
}

#main .checkbox label {
    padding: 4px 0 3px 36px;
	display: block;
	font-weight: bold;
}

#main .checkbox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	behavior: url(../PIE.htc);
	border: solid 1px #bdbdbd;
	background: #fff url(../img/request/btn_checkbox02.png) no-repeat 8px 4px;
}
*/
#main .toggle {
	position: relative;
	background: #ffd6d6;
	text-align: center;
}

#main h2.h202 {
	padding: 3px;
	margin-bottom: 10px;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	border: solid 1px #0076a6;
	background: url(../img/request/h2_bg02.gif) repeat-x left top;
}

#main .txt02 {
	margin-bottom: 5px;
	font-size: 1.8em;
	font-weight: bold;
}

#main .formTable {
	margin-bottom: 15px;
	width: 780px;			/* change ueda */
	font-size: 1.4em;
	line-height: 1.3;
	border-collapse: collapse;
	margin: 0 auto;
}
#main .formTable th {
	padding: 8px 12px 8px 20px;
	text-align: left;
	border: solid 1px #cccccc;
	background-color: #ffcccc;
}

#main .formTable td {
	padding: 6px 5px 6px 5px;			/* change ueda */
	/* border: solid 1px #ccc;  del ueda */
	background: #fff;
	/* font-size: 12px;  del ueda */
	white-space: nowrap;
}
#main .formTable td.error {
	font-weight: bold;
	color: #f33;
}
#main .formTable th span {
	width: 30px;
	text-align: right;
	display: block;
	float: right;
}

#main .formTable td .name {
	width: 2.5em;
	display: inline-block;
}

#main .formTable td .inputName {
	margin-right: 21px;		/* change ueda */
	width: 202px;			/* change ueda */
	height: 34px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}

#main .formTable td .note {
	padding-left: 10px;
	font-size: 0.86em;
	text-indent: -10px;
}

#main .formTable td .padTop {
	padding-top: 5px;
}

#main .formTable td .phone {
	width: 196px;			/* change ueda */
	height: 34px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}
	
#main .formTable td .inputEmail {
	width: 439px;			/* change ueda */
	height: 34px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}

#main .formTable .year {
	width: 107px;			/* change ueda */
	height: 40px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}

/* add ueda */
#main .formTable .month {
	width: 107px;
	height: 40px;
	font-size: 15px;
	margin-left: 5px;
}

/* add ueda */
#main .formTable .day {
	width: 107px;
	height: 40px;
	font-size: 15px;
	margin-left: 5px;
}

#main .formTable .occupation {
	width: 265px;			/* change ueda */
	height: 40px;			/* add ueda */
	font-size: 15px;		/* add ueda */
	margin-right: 20px;		/* change ueda */
}

#main .formTable .schoolYear {
	width: 193px;			/* change ueda */
	height: 40px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}

/* add ueda */
#main .formTable .aera {
	width: 267px;
	height: 40px;
	font-size: 15px;
}

#main .formTable td .address01 {
	width: 196px;			/* change ueda */
	height: 34px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}

#main .formTable td .txtAddress {
	padding-top: 5px;
}

#main .formTable td .txtAddress span {
	width: 4.5em;
	display: inline-block;
}

#main .formTable td .address02 {
	width: 439px;
	height: 34px;
	font-size: 15px;
}

/* add ueda */
#main .formTable td .street {
	width: 439px;
	height: 34px;
	font-size: 15px;
}

#main .formTable td .radioUl li {
	margin-right: 20px;
	float: left;
}

#main .formTable td .school {
	width: 439px;			/* change ueda */
	height: 36px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}

#main .formTable .relationship_num {
	width: 107px;			/* change ueda */
	height: 40px;			/* add ueda */
	font-size: 15px;		/* add ueda */
}

#main .formTable .relationship_name {
	width: 202px;			/* change ueda */
	height: 36.5px;			/* add ueda */
	font-size: 15px;		/* add ueda */
	vertical-align: 0px;
}

#main .formTable .relationship_id {
	width: 202px;			/* change ueda */
	height: 40px;			/* add ueda */
	font-size: 15px;        /* add ueda */
}

#main .formTable td input {
	height: 16px;
	line-height: 16px;
	vertical-align: -3px;
	padding-left: 5px;		/* add yamashita */
}

/* add ueda */
#main .formTable td input .form_privacy {
	height: 16px;
	line-height: 16px;
	vertical-align: -1px;
}

#main .formTable td li input {
	vertical-align: middle;
}

#main .formTable td li label {
	vertical-align: middle;
}

#main .formTable td li input {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#main .formTable td .info {
	padding: 5px;
	margin-right: 5px;
	width: 486px;
	height: 200px;
	overflow-y: scroll;
	border: solid 1px #bdbdbd;
}

#main .formTable td .info .ttl {
	margin-bottom: 15px;
	font-weight: bold;
}

#main .formTable td .info p {
	margin-bottom: 10px;
	font-size: 0.86em;
	line-height: 1.4;
}

/* add ueda */
#main .formTable .privacy {
	border: solid 1px #ccc;
}

/* add ueda */
#main .formTable td .privacy {
	font-size: 18px;
	padding: 15px 0 0 0;
	font-weight: bold;
}

/* add ueda */
#main .formTable td .privacy p {
	padding: 14px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}

/* add ueda */
#main .formTable td .form_privacy{
	text-align: center;
	padding: 11px 0 8px 0;
	vertical-align: -1.5px;				/* add ueda */
    margin-top: 5px;                    /* add ueda */
}

#main .submitUl {
	text-align: center;
	margin: 15px 0 0;
}

#main .submitUl li {
	margin: 0 5px;
	display: inline;
}
#main .submitUl p {
	font-size: 13px;
	margin-bottom: 10px;
}
#main .submitUl input {
	margin-top: 6px;			/* add ueda */
	width: 344px;				/* change ueda */
	height: 42px;				/* change ueda */
	line-height: 30px;
	color: #fff;
	font-size: 25px;			/* change ueda */
	font-weight: bold;
	border: 1px solid #4aad23;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: #18c327;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4MzkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjMzAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M4MjMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image:linear-gradient(top, #10ce21 0%, #23b430 100%);
	background-image:-moz-linear-gradient(top, #10ce21 0%, #23b430 100%);
	background-image:-webkit-linear-gradient(top, #10ce21 0%, #23b430 100%);
	background: -webkit-linear-gradient(top,  #10ce21 0%,#23b430 100%);
	background: -o-linear-gradient(top,  #10ce21 0%,#23b430 100%);
	background: -ms-linear-gradient(top,  #10ce21 0%,#23b430 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10ce21', endColorstr='#23b430',GradientType=0 );
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	behavior: url(../PIE.htc);
	box-shadow: inset 1px 1px 1px rgba(250,250,250,0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(250,250,250,0.5);
	-webkit-box-shadow: inset 1px 1px 1px rgba(250,250,250,0.5);
}

#main .submitUl input:hover {
	background: #23b530;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4MzkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjMzAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M4MjMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image:linear-gradient(top, #12bf21 0%, #1da029 100%);
	background-image:-moz-linear-gradient(top, #12bf21 0%, #1da029 100%);
	background-image:-webkit-linear-gradient(top, #12bf21 0%, #1da029 100%);
	background: -webkit-linear-gradient(top,  #12bf21 0%,#1da029 100%);
	background: -o-linear-gradient(top,  #12bf21 0%,#1da029 100%);
	background: -ms-linear-gradient(top,  #12bf21 0%,#1da029 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12bf21', endColorstr='#1da029',GradientType=0 );
	behavior: url(../PIE.htc);
	position: relative;
}

#main .confirmation {
	margin-bottom: 40px;
	padding: 13px 22px;
	background-color: #fff8e9;
}

#main .confirmation p {
	font-size: 1.4em;
	line-height: 2;
}

#main .submitUl .submit01 {
	background: #e0e0e0;
	border: solid 1px #bdbdbd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4MzkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjMzAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M4MjMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image:linear-gradient(top, #f9f9f9 0%, #c5c5c5 100%);
	background-image:-moz-linear-gradient(top, #f9f9f9 0%, #c5c5c5 100%);
	background-image:-webkit-linear-gradient(top, #f9f9f9 0%, #c5c5c5 100%);
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#c5c5c5 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#c5c5c5 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#c5c5c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#c5c5c5',GradientType=0 );
}

#main .submitUl .submit01:hover {
	background: #cccccc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4MzkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjMzAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M4MjMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image:linear-gradient(top, #e9e9e9 0%, #b8b7b7 100%);
	background-image:-moz-linear-gradient(top, #e9e9e9 0%, #b8b7b7 100%);
	background-image:-webkit-linear-gradient(top, #e9e9e9 0%, #b8b7b7 100%);
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#b8b7b7 100%);
	background: -o-linear-gradient(top,  #e9e9e9 0%,#b8b7b7 100%);
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#b8b7b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#b8b7b7',GradientType=0 );
}

#main .tomegen {
	padding: 185px 0;
	margin: 45px 0 15px;
	font-size: 1.8em;
	color: #b9b9b9;
	font-weight: bold;
	text-align: center;
	background-color: #f6f6f6;
}

#main .btnTop a {
	margin: 0 auto;
	padding: 3px 0;
	width: 250px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #951b00;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: #e92e03;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4MzkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjMzAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M4MjMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image:linear-gradient(top, #eb2e03 0%, #c12602 100%);
	background-image:-moz-linear-gradient(top, #eb2e03 0%, #c12602 100%);
	background-image:-webkit-linear-gradient(top, #eb2e03 0%, #c12602 100%);
	background: -webkit-linear-gradient(top,  #eb2e03 0%,#c12602 100%);
	background: -o-linear-gradient(top,  #eb2e03 0%,#c12602 100%);
	background: -ms-linear-gradient(top,  #eb2e03 0%,#c12602 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2e03', endColorstr='#c12602',GradientType=0 );
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	behavior: url(../PIE.htc);
	box-shadow: inset 1px 1px 1px rgba(250,250,250,0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(250,250,250,0.5);
	-webkit-box-shadow: inset 1px 1px 1px rgba(250,250,250,0.5);
}

#main .btnTop a:hover {
	background: #da2b02;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4MzkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjMzAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M4MjMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image:linear-gradient(top, #d52a02 0%, #a62203 100%);
	background-image:-moz-linear-gradient(top, #d52a02 0%, #a62203 100%);
	background-image:-webkit-linear-gradient(top, #d52a02 0%, #a62203 100%);
	background: -webkit-linear-gradient(top,  #d52a02 0%,#a62203 100%);
	background: -o-linear-gradient(top,  #d52a02 0%,#a62203 100%);
	background: -ms-linear-gradient(top,  #d52a02 0%,#a62203 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52a02', endColorstr='#a62203',GradientType=0 );
	behavior: url(../PIE.htc);
	position: relative;
}

/* add ueda */
#main .adcode_msg {
	font-size: 1.2em;
	color: 	#FF0000;
	background-color: #FAFAD2;
	padding: 15px;
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px !important;
}
ul.flow {
	display: block;
	overflow: hidden;
}
ul.flow li {
	display: block;
	float: left;
}
ul.flow li.arrow {
	margin: 26px 12px; 
}
table.reqTable {
	margin: 10px 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing: border-box;
	border-spacing: 0;
	border-collapse: collapse;
}
table.reqTable tr {
	border-collapse: collapse;
}
table.reqTable td {
	border: solid 1px #ccc;
	border-collapse: collapse;
}
table.reqTable td.schoolPhoto {
	background: rgba(251,255,243,1);
	padding: 5px;
	border-right: none;
}
table.reqTable td.schoolName {
	background: rgba(251,255,243,1);
	padding: 10px;
	width: 100%;
	border-left: none;
}
table.reqTable td.schoolName h4,
table.reqTable td.schoolName2 h4 {
	color: #252;
}
table.reqTable td.schoolName2 {
	background: rgba(251,255,243,1);
	padding: 10px;
	width: 100%;
}
table.reqTable td.schoolName p span {
	background: #f8f0e0;
	color: #ff3333;
}
table.reqTable td.schoolName p.catch {
	color: #f33;
	font-weight: bold;
	margin-top: 5px;
}
table.reqTable td p.free {
	background: url('../img/request/charge_free_s.gif') no-repeat left 2px;
	padding-left: 60px;
	margin: 5px;
	overflow: auto;
}
table.reqTable td p.charge {
	background: url('../img/request/charge_s.gif') no-repeat;
	padding-left: 60px;
	margin: 5px;
	overflow: auto;
}
table.reqTable td p.txt {
	margin: 0 0 10px 5px;
}
table.reqTable td.checkBox {
	text-align: center;
	padding: 8px 5px;
}
table.reqTable td.checkBox2 {
	text-align: center;
	width: 40px;
}
table.reqTable td p.eventDay {
	margin: 5px;
}
table.schoolInfo {
	border-spacing: 0;
}
table.schoolInfo td {
	border: none;
}
table.schoolInfo .td01 {
	padding: 5px 20px 5px 8px;
}
table.schoolInfo .td02 {
	width: 65px;
	padding: 0;
}
table.schoolInfo .td03 {
	padding: 0!important;
	height: 32px;
}
table.schoolInfo ul li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 2px 4px;
	background: #eee;
	color: #1d6cac;
	font-size: 12px;
}
table.schoolInfo ul.areaList li {
	background: none;
}
/*����:�(����*/
table.joinEvent {
	border-spacing: 0;
}
table.joinEvent td {
	border: none;
}
table.joinEvent .td04 {
	padding: 3px 10px 3px 3px;
}
table.joinEvent .td05 {
	line-height: 20px;
}
/*��(����*/
table.cfTable {
	margin: 10px 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing: border-box;
	border-spacing: 0;
	border-collapse: collapse;
}
table.cfTable thead {
	background: #eaeaea;
}
table.cfTable tbody {
	background: #f9f9f9;
}
table.cfTable tr {
	border-collapse: collapse;
}
table.cfTable th,
table.cfTable td {
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 8px 12px;
}
table.cfTable td {
	font-size: 12px
}
table.cfTable td.schoolName {
	font-size: 14px
}
table.cfTable td p.free {
	background: url('../img/request/charge_free_s.gif') no-repeat;
	padding-left: 55px;
	margin: 5px;
	line-height: 15px!important;
	font-size: 12px
}
table.cfTable td p.eventDay span {
	margin-left: 15px;
}
.rev {
//	float: right;
	margin: 16px 0 10px;
}
.revBtn {
	cursor: pointer;
	display: block;
	position: relative;
	height: 24px;
	width: 100px;
	padding-left: 5px;
	margin: 0 auto;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	color: #333;
	font-size: 12px;
	text-shadow: 0px 1px 0px #fafafa;
	background: #fbfaf4;
	background: -webkit-gradient(linear, left top, left bottom,	from(#fbfaf4), to(#ece8e6));
	background: -moz-linear-gradient(top, #fbfaf4, #ece8e6);
	background: -o-linear-gradient(top, #fbfaf4, #ece8e6);
	background: -ms-linear-gradient(top, #fbfaf4, #ece8e6);
	background: linear-gradient(top, #fbfaf4, #ece8e6);
	-pie-background: linear-gradient(top, #fbfaf4, #ece8e6);
	border: 1px solid #dcd9d8;
	border-bottom: 1px solid #c1c1bd;
	-webkit-box-shadow: 0 0 1px #c7c5c1;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	behavior: url(PIE.htc);
}
.revBtn:hover {
	color:#333;
	background: #fbfbf9;
	-pie-background: #fbfbf9;
	behavior: url(PIE.htc);
}
/* ���B */
.revBtn:active,.revBtn.on {
	color:#fb9c53;
	background:#ece8e6;
	-pie-background:#ece8e6;
	line-height: 24px;
	height: 24px;
	width: 100px;
	border: none;
	box-shadow:  0 1px 1px #cccbc9, inset 0 1px 1px rgba(0, 0, 0, 0.3);
	behavior: url(PIE.htc);
}
/* ��?� */
#main .submitUl2 {
	text-align: center;
}
#main .submitUl2 p {
	font-size: 13px;
	margin-bottom: 10px;
}
#main .submitUl2 input {
	width: 140px;
	height: 35px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #4aad23;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: #e83929;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4MzkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RjMzAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M4MjMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #e83929 1%, #dc3020 50%, #c82313 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e83929), color-stop(50%,#dc3020), color-stop(51%,#c82313));
	background: -webkit-linear-gradient(top,  #e83929 1%,#dc3020 50%,#c82313 51%);
	background: -o-linear-gradient(top,  #e83929 1%,#dc3020 50%,#c82313 51%);
	background: -ms-linear-gradient(top,  #e83929 1%,#dc3020 50%,#c82313 51%);
	background: linear-gradient(to bottom,  #e83929 1%,#dc3020 50%,#c82313 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83929', endColorstr='#c82313',GradientType=0 );
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
}

#main .submitUl2 input:hover {
	background: #bf0000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2IzMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzlmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bf0000 1%, #b30000 50%, #9f0000 51%, #9f0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bf0000), color-stop(50%,#b30000), color-stop(51%,#9f0000), color-stop(100%,#9f0000));
	background: -webkit-linear-gradient(top,  #bf0000 1%,#b30000 50%,#9f0000 51%,#9f0000 100%);
	background: -o-linear-gradient(top,  #bf0000 1%,#b30000 50%,#9f0000 51%,#9f0000 100%);
	background: -ms-linear-gradient(top,  #bf0000 1%,#b30000 50%,#9f0000 51%,#9f0000 100%);
	background: linear-gradient(to bottom,  #bf0000 1%,#b30000 50%,#9f0000 51%,#9f0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#9f0000',GradientType=0 );
	behavior: url(PIE.htc);
	position: relative;
}
/* �������� */
.thank {
	text-align: center;
	font-size: 16px;
	margin: 10px;
	background: #f6f6f6;
	padding: 15px;
}
.thank p {
	margin: 5px 0;
}
.cnfMail {
	background: #fff;
	width: 60%;
	text-align: center;
	margin: 15px auto;
	padding: 20px;
}
.cnfMail span {
	color: #0066cf;
}
/*��7����*/
.fR {
	width: 240px;
	float: right;
}
.fR .policy img {
	width: 60px;
	float: left;
}
.fR .policy p {
	overflow: auto;
	zoom: 1;
}
#userInfo .title {
	width: 100%;
	padding: 0 10px;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	line-height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/	Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */	
}
#userInfo .title h2 {
	font-size: 25px;					/* change ueda */
	border-left: 5px solid #e8383d;
	margin-left: 10px;
	padding: 5px 10px 0; 
	margin-bottom: 5px;
}
p.notes {
	font-size: 13px;
	line-height: 14px;
	/* margin-bottom: 10px;  del ueda */
	/* margin-left: 20px;  del ueda */
	padding-left: 3px;
	border-bottom: 1px solid #CCC;			/* add ueda */
	padding-bottom: 14px;					/* add ueda */
}
p.notes img{
	vertical-align: text-top;
	margin-right: 3px;
}
#formArea {
	padding: 20px 0px 20px 0px;			/* change ueda */
	background: #f9f9f9;
	border: solid 1px #eee;
}
table.inner {
	width: 100%;
	border-spacing: 0;
}
table.inner td {
	border: none!important;
	line-height: 13px;
}

table.inner td.relationship_id {
}

table.inner td.mD {
	padding: 2px 0!important;
	font-weight: bold;
	font-size: 18px;			/* add ueda */
}
table.inner td.sD {
	padding: 2px 0!important;
	font-size: 10px!important;
	max-width: 95px!important;
}
table.inner td.rD {
	padding: 6px 0!important;
	text-align: right;
	width: 40px!important;
}
.fid0 {
	font-size: 15px;
	line-height: 138%;
	margin: 0!important;
}
.fid1 {
	font-size: 15px;
	line-height: 138%;
	margin: 0 5px 0 0!important;
}
.font10 {
	font-size: 10px;
}
.wrapN {
	white-space: normal!important;
}
/*0514������*/
.schoolThumb {
	padding: 5px;
	float: left;
	overflow: hidden;
}
/*�J��*/
#main .addBox {
	width: 450px;
	margin: 0 auto 30px;
	text-align: center;
}
#main .addBox h3 {
	margin-left: -2em;
	font-size: 1.4em;
}
#main .addBox p {
	font-size: 13px;
}
#main .addBox p .red {
	color: #fb0a0a;
}
#main .addBox a:hover img {
	opacity: 0.8;
}
/*���h:*/
#main .errBox {
	background: #fff0f0;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 1.3em;			/* add ueda */
}
#main .errBox p {
	font-size: 1.3em;
	font-weight: bold;			/* add ueda */
	color: #f33;
}
#main .errBox ul {
	margin-top: 15px;
}
#main .errBox ul li {
	font-size: 1.3em;
	color: #f33;
}

.charge{
    font-size:0.6rem;
	background-color:#d8271c;
	color:#fff;
	padding:1px 13px 1px 13px;
	margin: 0 5px 5px 5px;
}
.free{
    font-size:0.6rem;
	background-color:#3366ff;
	color:#fff;
	padding:1px 13px 1px 13px;
	margin: 0 5px 5px 5px;
}
.must{
    font-size: 1rem;		/* change ueda */
	/* background-color:#f5b417;  del ueda */
	color: #ffa500;			/* change ueda */
	padding:0 13px 0 13px;
	margin: 0 0 5px 5px;
	border-radius:3px;
	font-weight: bold;		/* add ueda */
}
.student_must{
    font-size:0.6rem;
	background-color:#9abb4e;
	color:#fff;
	padding:0 3px 0 4px;
	margin: 0 0 5px 5px;
	border-radius:3px;
}

p.flow_msg_1{
    text-align:center;
    width:200px;
    position: relative;
    bottom:25px;
    left:2.5%;
    font-size:0.7rem;
    font-weight:bold;
    line-height: 0.6rem;
}
p.flow_msg_2{
    text-align:center;
    width:200px;
    position: relative;
    bottom:35px;
    left:37.5%;
    font-size:0.7rem;
    font-weight:bold;
}
p.flow_msg_3{
    text-align:center;
    width:200px;
    position: relative;
    bottom:51px;
    left:72%;
    font-size:0.7rem;
    font-weight:bold;
}
.flow_msgs{
    height:0px;
}

p.flow_on{
    
    color:#fff;
}

p.flow_off{
    color:#7dc6a0;
}

/** 2025/04/25 ローディングcss **/
#loading-overlay {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	justify-content: center;
	align-items: center;
}
.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #4aad23;
	background: -moz-linear-gradient(left, #635c5c 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #4aad23 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #4aad23 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #4aad23 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #4aad23 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
  }
.loader:before {
	width: 50%;
	height: 50%;
	background: #4aad23;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #ffffff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
  