﻿ul#note {
    margin : 0 30px 50px 20px;
}

ul#note li {
    margin-bottom : 10px;
    line-height : 1.6em;
}

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

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

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

dl.data {
	width : 870px;
	margin-bottom : 40px;
	display : flex;
	flex-wrap : wrap;
	border-top : solid 1px #b4b4b4;
}

dl.data dt {
	width : 154px !important;
	width /**/: 180px;
	padding : 12px;
	background : #f5dcc8;
	border-left : solid 1px #b4b4b4;
    border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	align-items : center;
	justify-content : center;
}

dl.data dd {
	width : 665px !important;
	width /**/: 690px;
	padding : 12px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
}

dl.data dd span {
	margin-left : 10px;
}

dl.data dd img {
	padding-top : 9px;
}

.text1 {
	width : 15em;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
	border : none;
    -webkit-appearance : none;
}

.text2 {
	width : 10em;
	margin-right : 10px;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border : none;
    -webkit-appearance : none;
}

#text3A {
	display : block;
	width : 28.25em;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border : none;
    -webkit-appearance : none;
}

#text3B {
	display : block;
	width : 28.25em;
	margin-top : 10px;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border : none;
    -webkit-appearance : none;
}

#text4 {
	width : 97.5%;
	margin-top : 3px;
	padding : 8px 8px 10px 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border : none;
	-webkit-appearance : none;
}

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

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

#button1 {
	padding : 11px 30px 13px 30px;
	color : #ffffff;
	background : #eb780a;
    font-family : "Noto Sans JP","sans-serif";
	font-size : 110%;
	font-weight : 600;
	font-style : normal;
	border-style : none;
	border-radius : 30px;
}

#button1:hover {
	color : #ffffff;
	background : #f5c805;
	cursor : pointer;
	transition : .5s;
}

#button2 {
	margin-left : 20px;
	padding : 11px 20px 13px 20px;
	background : #999999;
	color : #ffffff;
    font-family : "Noto Sans JP","sans-serif";
	font-size : 110%;
	font-weight : 600;
	font-style : normal;
	border-style : none;
	border-radius : 30px;
}

#button2:hover {
	background : #888888;
	cursor : pointer;
	transition : .5s;
}

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

#data {
	width : 100%;
	margin : 0 auto 35px auto;
	border-top : solid 1px #b4b4b4;
}

#data th {
	width : 158px !important;
	width /**/: 190px;
	padding : 12px 15px 14px 15px;
	border-left : solid 1px #b4b4b4;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #f5dcc8;
	text-align : left;
	font-weight : normal;
}

#data td {
	padding : 12px 15px 14px 15px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.5em;
}

p#hmsg {
	width : 700px;
	margin : 0 auto 30px auto;
	line-height : 1.7em;
}

p#hmsg a {
	color : #ac0003;
	text-decoration : underline;
}

p#hmsg a:hover {
	color : #ac0003;
	text-decoration : none;
}

/*----------SIDEBAR----------*/

#shead {
    position : relative;
    width : 235px;
    height : 280px;
    margin-bottom:  35px;
    background : url(sideimg.jpg) left top no-repeat;
}