@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px  308%
*/

input[type="text"],
textarea {
	border: 1px solid #ccc;
	margin-right: 5px;
	width: 100%;
}

.application_confirm_box{
	margin-top: 2em;
	text-align: center;
}

