@charset "UTF-8";

body {
	margin: 0;
	color: #000;
	background-color:#fff;
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , sans-serif;
	/* -webkit-text-size-adjust: 100%;   for mobile Safari */

	font-size: 14px;
}

a:link       { color: #00c;text-decoration:underline; }
a:visited    { color: #00c;text-decoration:underline; }
a:hover      { color: #939;text-decoration:underline; }
a:active     { color: #c33;text-decoration:underline; }


input::-webkit-input-placeholder { color: #aaa; }   /*Google Chrome, Safari, Opera 15+, Android, iOS*/
input:-moz-placeholder { color: #aaa; opacity: 1; }   /*Firefox 18-*/
input::-moz-placeholder { color: #aaa; opacity: 1; }   /*Firefox 19+*/
input:-ms-input-placeholder { color: #aaa; }   /*IE 10+*/






#header {
	width: 100%;
	background-color:#00a;
	text-align: left;
}

#toplogo {
	width: 100%;
	min-height: 100px;
	background-color: #feebf5;
	padding-top: 10px;
}

#toplogo_inner {
	max-width: 980px;
	min-height: 80px;
	margin: 0 auto;
	padding: 8px 0;
	line-height: 1.4em;
	color:#00a;
	font-size: 160%;
}
@media only screen and (max-width:576px) {
	#toplogo_inner { font-size: 100%; }
}
@media only screen and (max-width:768px) {
	#toplogo_inner { font-size: 120%; }
}

/* ================ */

#wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
}







/* ================ */

#form_app {
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
	text-align: left;
	background-color:#fff;
}


#footer {
	max-width: 980px;
	height: 200px;
	margin: 0px auto;
	padding-top: 50px;
	text-align: center;
	background-color: #fff;
	color: #009;
	font-size: 90%;
	clear: both;
}


.line {
	width: 100%;
	height:3px;
	margin: 5px 0px 10px 0px;
	background-color:#00a;
}

.copyright {
}




/* -----------------------------------------
#form
----------------------------------------- */

sup { color: #f00; font-size: 60%; }

input, select, checkbox, textarea, button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



input.app-txt {
	width: 90%;
	padding: 3px;
	margin:0px 5px 0px 5px;
	font-size: 120%;
	border: 1px solid #aac;
}
input.app-txt-history {
	width: calc(90% - 9em);
}
@media only screen and (max-width:768px) {
	input.app-txt-history { width: 90%; }
}

input.app-txt-school {
	width: calc(90% - 3em);
}


input.app-zip {
	width: 8em;
	padding: 3px;
	margin:0px 5px 0px 5px;
	font-size: 120%;
	border: 1px solid #aac;
}

div.app-txt-confirm {
	width: 90%;
	padding: 3px;
	margin:0px 5px 0px 5px;
	font-size: 100%;
	/*background-color: #f8f8f8;*/
	border: 0px solid #aac;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


input.app-radio{
	margin:0px 5px 0px 10px;
	padding: 3px;
	border: 1px solid #aac;
}
input.app-check{
	margin:0px 5px 0px 10px;
	padding: 3px;
	border: 1px solid #aac;
}

select.app_select {
	padding: 3px;
	margin:0px 5px 0px 5px;
	font-size: 120%;
	border: 1px solid #aac;
}

input.app-tel {
	margin:0px 5px 0px 5px;
	padding: 3px;
	font-size: 120%;
	border: 1px solid #aac;
}


textarea{
	width: 90%;
	margin:0px 5px 0px 5px;
	padding: 3px;
}


/* -------------------------------------- */

#form_btn {
	display:block;
	margin: 35px auto;
	font-size: 130%;
}





/* =========================================================
file upload
========================================================= */

section[id^="section_fileup"] {
	box-sizing: border-box;
	/*width: calc(100% - 30px);*/
	width: 100%;
	margin: 25px 0px 5px;
	font-size: 100%;
	text-align: center;
}
section[id^="section_fileup"] > form {
	margin: 0px 0px 20px;
	padding: 5px;
	display: block;
}
section[id^="section_fileup"] > form > div {
	position: relative;
	background-color: #eee;
	padding: 5px;
}
section[id^="section_fileup"] div[id^="btn_del_fileupload"] {
	position: absolute;
	right: 0px;
	margin: 0;
	cursor: pointer;
}

section[id^="section_fileup"] input[type="file"] {
	display: inline-block;
	width: 50%;
	min-width: 280px;
	height: 2.5em;
	margin: 2px 5px 6px 10px;
	padding: 5px 15px;
	background-color: #f8f8ff;
	border: 1px solid #999;
}



/* /// progress bar /// */
section[id^="section_fileup"] .res_fileupload {
	display: inline-block;
	width: 220px;
	margin: 2px auto;
	padding: 0;
	font-size: 10px;
	/*border: 1px solid #aaa;*/
}

section[id^="section_fileup"] div[id^="res_fileupload"] {
	width: 220px;
	margin: 0 0 2px;
	line-height: 1.1em;
	white-space: nowrap;
}
section[id^="section_fileup"] .prg_fileupload {
	width: 200px;
	height: 16px;
	margin:1px auto;
	background-color: #eee;
	border: 2px solid #999;
	line-height:0;
}
section[id^="section_fileup"] div[id^="prg_fileupload"] {
	width: 0px;
	height: 12px;
	background-color: #fce;
}



section[id^="section_fileup"] div[id^="don_fileupload"] {
	position: relative;
	/*display: inline-block;*/
	/*width: 80%;*/
	/*height: 4.5em;*/
	margin: 2px 5px 6px 10px;
	padding: 5px 5px 5px 15px;
	background-color: #eaf8ea;
	border: 1px solid #999;
	font-size: 80%;
	text-align: right;
}
section[id^="section_fileup"] div[id^="msg_fileupload"] {
	color: #060;
	text-align: left;
}
section[id^="section_fileup"] div[id^="url_fileupload"] {
	text-align: left;
	font-weight: bold;
}





/* =========================================================
for loader
========================================================= */

#loader-bg {
	display: none;  /* block none */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*background: #5ff;*/
	background-color:rgba(255,255,255,0.80);
	z-index: 1;
}
#loader {
	display: block;  /* block none */
	position: absolute;
	top: 300px;
	left: calc(50% - 300px / 2);
	width: 300px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	color: #666;
	z-index: 2;
	font-size: 90%;
}



/* -------------------------------------- */


