html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration: none;
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*-------------------------
	Form
--------------------------*/
html,
body {
	height: 100%;
}
.header {
	width: 630px;
	line-height: 150%;
	padding: 30px 55px 0 55px;
	font-size: 13px;
	color: #444;
}
#wrap {
	width: 740px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
}
h1 {
	font-size: 0;
}
#navi {
	overflow: hidden;
}
#navi a img {
	width: 20%;
	height: 60px;
}
form {
	z-index: 2;
	position: relative;
	display: block;
	padding: 0 55px;
	font-size: 13px;
	color: #444;
	background-color: #FFF;
}
h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	color: #333;
	border-bottom: 4px solid #9C958F;
}
h2:before {
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100px;
	height: 4px;
	content: '';
	border-bottom: 4px solid #3B3734;
}
.memo {
	margin: 20px 0;
}
b {
	margin-right: 2px;
	color: #F00;
}
.form {
	width: 630px;
    margin-bottom: 6px;
    padding-bottom: 2px;
	border: 1px solid #AD9969;
}
.form strong {
    display: block;
    line-height: 32px;
    text-indent: 10px;
    color: #FFF;
    background-color: #C7B79E;
    border-bottom: 1px solid #AD9969;
}
.form dl {
	position: relative;
	margin: 0;
	border: 2px solid #FFF;
	border-bottom: none;
}
.form dt {
	display: table-cell;
	width: 140px;
    padding: 8px 0;
    vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #C7B79E;
	border-right: 2px solid #AD9969;
}
.form dd {
	display: table-cell;
	width: 465px;
	margin: 0;
	padding: 8px 0 8px 14px;
    vertical-align: middle;
	color: #555;
	border-bottom: 1px solid #AD9969;
}
.form dd input[type=text] {
	margin-right: 30px;
	width: 320px;
	padding: 6px 5px;
	color: #111;
	border: 1px solid #AAA;
	border-radius: 2px;
}
.form .short input[type=text] {
	width: 100px;
}
.form dd input:hover,
.form dd input:focus,
.form dd textarea:hover,
.form dd textarea:focus {
	background-color: #FFFFCC;
}
.form dl:last-child dd {
	border: none;
}
.form dd p {
    margin-top: 8px;
    font-size: 12px;
	color: #888;
}
.form dd .caution {
	color: #f00;
}
.form textarea {
	width: 440px;
	height: 65px;
	padding: 5px;
	line-height: 150%;
	color: #111;
	border: 1px solid #AAA;
	border-radius: 2px;
	resize: none; 
}
.form select {
    min-width: 80px;
	padding: 5px 12px;
    text-align: left;
	color: #111;
	border: 1px solid #AAA;
}
.form label {
    line-height: 140%;
}
.form input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}
h3 {
    margin: 16px 0 4px 0;
}
h4 {
	width: 510px;
	margin: 40px auto 15px auto;
	font-size: 15px;
	text-decoration: underline;
}
.privacy {
	width: 490px;
	height: 100px;
	margin: 0 auto 10px auto;
	padding: 10px;
	font-size: 12px;
	color: #555;
	border: 1px solid #555;
	overflow-y: scroll;
}
.privacy b {
	display: block;
	font-size: 13px;
	color: #555;
}
.privacy p {
	margin-bottom: 22px;
}
.privacy_check {
	width: 510px;
	margin: 0 auto;
}
.privacy_check label {
	position: relative;
	display: inline-block;
	padding: 7px 5px 7px 22px;
}
.privacy_check input {
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type=submit] {
	display: block;
	width: 510px;
	height: 115px;
	margin: 30px auto 60px auto;
    text-indent: -9999px;
	background: url('../img/submit.jpg') no-repeat 0 0;
	border: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type=submit]:hover {
	opacity: 0.75;
}
small {
	display: block;
	width: 740px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	background-color: #222;
}
.questionnaire br {
    display: none;
}
.questionnaire p {
    margin: 14px 0 2px 0;
}
.questionnaire ul {
    margin: 10px 0 30px 0;
}
.questionnaire li {
    line-height: 24px;
}
.questionnaire input[type=radio] {
    position: relative;
    top: 1px;
    margin: 0 6px 0 14px;
}
.questionnaire input[type=text] {
	margin-right: 30px;
	width: 320px;
	padding: 6px 5px;
	color: #111;
	border: 1px solid #AAA;
	border-radius: 2px;
}
.questionnaire textarea {
    width: 620px;
	height: 50px;
	padding: 5px;
	line-height: 150%;
	color: #111;
	border: 1px solid #AAA;
	border-radius: 2px;
	resize: none; 
}
.number {
    margin-bottom:20px;
    font-size:15px;
}
.full {
	text-decoration: line-through;
    color: #AAA;
}
.full::after {
	display: inline-block;
	margin-left: 14px;
	color: #555;
	content: '\6E80\5E2D\306B\306A\308A\307E\3057\305F';
}
.school li {
    display: inline-block;
    width: 33%;
}
.school li:last-child {
    width: auto;
    margin-top: 8px;
}
/* Switch Profile */
#profile2,
#profile3,
#profile4 {
	display: none;
}

/*-------------------------
	Confirm
--------------------------*/
.confirm-memo {
	margin: 20px 0;
}
.confirm {
	font-size: 14px;
    border: 1px solid #AD9969;
}
.confirm dl {
	position: relative;
	margin: 0;
	border: 2px solid #FFF;
	border-bottom: none;
}
.confirm dt {
	display: table-cell;
	width: 200px;
    padding: 8px 0;
    vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #C7B79E;
	border-right: 2px solid #AD9969;
}
.confirm dd {
	display: table-cell;
	width: 408px;
	margin: 0;
	padding: 8px 0 8px 14px;
    vertical-align: middle;
	color: #555;
	border-bottom: 1px solid #AD9969;
}
.confirm-submit {
	background: url('../img/confirm.jpg') no-repeat 0 0 !important;
}
input[type=button] {
    display: block;
    margin: -20px auto 40px auto;
    padding: 12px 50px;
    font-size: 14px;
    color: #777;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
    border-radius: 3px;
}

/*-------------------------
	Finish
--------------------------*/
#finish {
	z-index: 2;
	position: relative;
	width: 630px;
	margin: 30px auto;
	padding: 0 55px 30px 55px;
	line-height: 150%;
	font-size: 13px;
	color: #444;
	background-color: #FFF;
}
#finish b {
	display: block;
	margin: 45px 0 20px 20px;
	color: #444;
}
#finish p {
	margin-left: 20px;
}
#finish b a {
	padding: 12px 50px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #9ACCE3;
	border-radius: 4px;
}
#finish b a:hover {
	opacity: 0.7;
}
#finish span {
	display: block;
	margin: 50px 0;
	padding-top: 30px;
	border-top: 1px solid #CCC;
}
#finish span p {
	margin-bottom: 20px;
}
#finish img:nth-of-type(2) {
    border-radius: 6px;
}

/*-------------------------
	Validation
--------------------------*/
.validetta-bubble {
	z-index: 99;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    min-width: 80px;
	line-height: 34px;
    margin: -3px 0 0 0;
	padding: 0 15px;
	font-size: 13px;
	color: #FFF;
	background-color: rgba(189,0,0,0.8);
	border-radius: 3px;
}
.validetta-bubble::before {
	display: block;
	position: absolute;
	top: 10px;
	left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent rgba(189,0,0,0.8) transparent transparent;
	content: '';
}
.privacy_check .validetta-bubble {
    margin: -8px 0 0 50px;
}