ul#note {
	width : 90%;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 7%;
	padding-left : 20px;
}

ul#note li {
    margin-bottom : 5px;
    line-height : 1.4em;
}

ul#note li a {
    color : #0066ff;
    text-decoration : underline;
}

ul#note li a:hover {
    color : #0066ff;
    text-decoration : none;
}

#formbox {
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 8%;
	padding : 5%;
	border : solid 3px #dcdcdc;
    border-radius : 15px;
}

#formbox h3 {
    margin-bottom : 5%;
    text-align : center;
    font-size : 120%;
    font-weight : 600;
}

#data {
	width : 100%;
	margin-bottom : 8%;
	border-top : solid 1px #b4b4b4;
}

#data th {
    display : block;
    margin-bottom : 7px;
    padding-top : 10px;
	text-align : left;
	font-weight : normal;
}

#data td {
    display : block;
    padding-bottom : 10px;
	border-bottom : solid 1px #b4b4b4;
}

#data td img {
	padding-top : 9px;
}

#data td span {
	display : block;
	padding-top : 8px;
}

#data2 {
	width : 100%;
	margin-bottom : 30px;
	border-top : solid 1px #b4b4b4;
}

#data2 th {
	width : 120px !important;
	width /**/: 140px;
	padding : 10px 10px 11px 10px;
    background : #f5e6be;
	border-bottom : solid 1px #b4b4b4;
	text-align : left;
	font-weight : normal;
}

#data2 td {
	padding : 10px 10px 11px 10px;
	border-bottom : solid 1px #b4b4b4;
}

.text1 {
	width : 16em;
	padding : 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
    background : #ececec;
    border-radius : 5px;
    border : none;
}

.text2 {
	width : 16em;
	padding : 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
    background : #ececec;
    border-radius : 5px;
    border : none;
}

#text3a {
	width : 94%;
	padding : 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
    background : #ececec;
    border-radius : 5px;
    border : none;
}

#text3b {
	width : 94%;
	margin-top : 10px;
	padding : 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
    background : #ececec;
    border-radius : 5px;
    border : none;
}

#text4 {
	width : 94%;
	padding : 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
    background : #ececec;
    border-radius : 5px;
    border : none;
}

#text5 {
	width : 5em;
	margin-right : 10px;
	padding : 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
    background : #ececec;
    border-radius : 5px;
    border : none;
	letter-spacing : 2px;
}

#submit {
	width : 100%;
    margin-bottom : 3%;
	text-align : center;
}

#button1 {
    margin : 0 2% 0 2%;
    padding : 10px 27px 12px 27px;
    background : #0aa5fa;
    color : #ffffff;
    font-family : "Noto Sans JP","sans-serif";
	font-weight : 600;
    font-size : 100%;
    border-style : none;
    border-radius : 30px;
    -webkit-appearance : none;
}

#button2 {
    margin : 0 2% 0 2%;
    padding : 10px 10px 12px 10px;
    background : #999999;
    color : #ffffff;
    font-family : "Noto Sans JP","sans-serif";
	font-weight : 600;
    font-size : 100%;
    border-style : none;
    border-radius : 30px;
    -webkit-appearance : none;
}

p#hmsg {
    margin-bottom : 6%;
    line-height : 1.5em;
}

#error {
	margin-bottom : 30px;
	padding : 15px 19px 15px 49px;
	border : solid 1px #a0a0a0;
	background : #ffffff url(error_icon.gif) left center no-repeat;
	line-height : 1.4em;
}