ul#note {
	margin : 0 7% 8% 7%;
    padding-top : 2%;
}

ul#note li {
	margin : 0 0 2% 20px;
	line-height : 1.4em;
}

/*----------FORM----------*/

#formbox {
    margin-bottom : 8%;
	padding : 5% 5% 0 5%;
	background : #f0e6d7;
}

#formbox dl dt {
	margin-bottom : 7px;
	text-align : left;
}

#formbox dl dd {
	margin-bottom : 10px;
}

#formbox dl dd img {
	padding-top : 10px;
}

#formbox dl dd span {
	display : block;
	padding-top : 10px;
}

.text1 {
	width : 66% !important;
	width /**/: 70%;
	padding : 2%;
	font-size : 16px;
	font-family : "Shippori Mincho B1";
	font-weight : 500;
	font-style : normal;
	background : #ffffff;
	-webkit-appearance : none;
    border : none;
}

#text2a {
	width : 96% !important;
	width /**/: 100%;
	padding : 2%;
	font-size : 16px;
	font-family : "Shippori Mincho B1";
	font-weight : 500;
	font-style : normal;
	background : #ffffff;
	-webkit-appearance : none;
    border : none;
}

#text2b {
	width : 96% !important;
	width /**/: 100%;
	margin-top : 10px;
	padding : 2%;
	font-size : 16px;
	font-family : "Shippori Mincho B1";
	font-weight : 500;
	font-style : normal;
	background : #ffffff;
	-webkit-appearance : none;
    border : none;
}

#text3 {
	width : 96% !important;
	width /**/: 100%;
	padding : 2%;
	font-size : 100%;
	font-family : "Shippori Mincho B1";
	font-weight : 500;
	font-style : normal;
	background : #ffffff;
	-webkit-appearance : none;
    border : none;
}

#text4 {
	width : 26% !important;
	width /**/: 30%;
	margin-right : 15px;
	padding : 2%;
	font-size : 16px;
	font-family : "Shippori Mincho B1";
	font-weight : 500;
	font-style : normal;
	background : #ffffff;
	letter-spacing : 2px;
	-webkit-appearance : none;
    border : none;
}

#submit {
	padding : 2.5% 0 10% 0;
	text-align : center;
}

#button1 {
	margin : 0 2% 0 2%;
	padding : 6px 20px 9px 20px;
	font-size : 100%;
	font-family : "Shippori Mincho B1";
	font-weight : 500;
	font-style : normal;
	border-style : none;
	color : #ffffff;
	background : #dc8200;
	-webkit-appearance : none;
	border-radius : 30px;
}

#button2 {
    margin : 0 2% 0 2%;
    padding : 6px 15px 9px 15px;
	font-size : 100%;
	font-family : "Shippori Mincho B1";
	font-weight : 500;
	font-style : normal;
	border-style : none;
	color : #ffffff;
	background : #999999;
	-webkit-appearance : none;
	border-radius : 30px;
}

#data {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 5%;
	border-top : solid 1px #b4b4b4;
	
}

#data th {
	display : block;
	padding : 8px 5px 10px 5px;
	border-left : solid 1px #b4b4b4;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #ebebeb;
	font-weight : normal;
	line-height : 1.4em;
}

#data td {
	display : block;
	padding : 8px 8px 10px 8px;
	background : #ffffff;
	border-left : solid 1px #b4b4b4;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.3em;
}

h3#etitle span {
	display : block;
}

p#hmsg,p#hmsg2 {
	margin : 4% 5% 7% 5%;
	line-height : 1.5em;
}

p#hmsg a,p#hmsg a:hover,p#hmsg2 a,p#hmsg2 a:hover {
	color : #e10514;
	text-decoration : underline;
	text-align : center;
}