ul#note {
	width : 980px !important;
	width /**/: 1000px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 40px;
	padding-left : 20px;
}

ul#note li {
    margin-bottom : 10px;
}

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

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

#formbox {
    width : 894px !important;
	width /**/: 1000px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 70px;
	padding : 35px 50px 45px 50px;
	border : solid 3px #dcdcdc;
    border-radius : 15px;
}

#formbox h3 {
    margin-bottom : 25px;
    text-align : center;
    font-size : 130%;
    font-weight : 600;
}

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

#data th {
	width : 136px !important;
	width /**/: 160px;
	padding : 12px;
	border-bottom : solid 1px #b4b4b4;
	text-align : left;
	font-weight : normal;
}

#data td {
	padding : 12px 0 12px 12px;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.75em;
}

#data td img {
	margin-right : 12px;
	padding-top : 12px;
}

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

#data2 th {
	width : 136px !important;
	width /**/: 160px;
	padding : 12px 12px 13px 12px;
    background : #f5e6be;
	border-bottom : solid 1px #b4b4b4;
	text-align : left;
	font-weight : normal;
}

#data2 td {
	padding : 12px 0 13px 12px;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.75em;
}

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

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

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

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

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

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

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

#button1 {
    margin : 0 15px 0 15px;
	padding : 13px 60px 14px 60px;
	background : #0aa5fa;
	color : #ffffff;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 600;
	font-size : 120%;
	border-style : none;
	border-radius : 30px;
	cursor : pointer;
}

#button2 {
    margin : 0 15px 0 15px;
	padding : 13px 20px 14px 20px;
	background : #999999;
	color : #ffffff;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 600;
	font-size : 120%;
	border-style : none;
	border-radius : 30px;
	cursor : pointer;
}

p#hmsg {
    margin-bottom : 25px;
	line-height : 1.7em;
}

#error {
	width : 330px !important;
	width /**/: 400px;
	margin-bottom : 30px;
	padding : 19px 19px 19px 49px;
	border : solid 1px #a0a0a0;
	background : #ffffff url(error_icon.gif) left center no-repeat;
}