body {
	margin: 0px;
	line-height: 1.6em;
	font-size: 100%;
	padding: 0px;
	text-align: center;
}

header {
	margin-bottom: 25px;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-right: 35px;
	padding-top: 20px;
	color: white;
	background-color: #006699;
	width: 100%;
}

#wrapper {
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-style: normal;
	font-weight: normal;
	float: left;
	font-size: 120%;
}

h1 .logo {
	display: block;
	height: auto;
	width: 150px;
}

h2 {
	text-shadow: 0px 1px 1px #003053;
	letter-spacing: 2px;
	margin-left: 30px;
	font-style: normal;
	font-weight: normal;
	float: left;
	font-size: 100%;
}

h3 {
	text-shadow: 0px 0px 1px #677177;
	color: white;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #96abbb;
}

.caution {
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 80%;
	border-color: #b5c6d1;
	border-style: solid;
	border-width: 1px;
	background-color: #f3f6ff;
	margin-bottom: 25px;
}

.error {
	color: #ba0000;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 80%;
	border-color: #d23247;
	border-style: solid;
	border-width: 2px;
	background-color: #fff9ff;
	margin-bottom: 25px;
}

.error {
}

ul.listTxt {
	padding-left: 25px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

ul.listTxt li {
	margin-bottom: 5px;
}

.box1 {
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 30px;
	margin-bottom: 25px;
	border-color: #e1e1e1;
	border-style: dotted;
	border-width: 2px;
}

dl {
	width: 100%;
	font-size: 80%;
	margin-bottom: 15px;
	display: table;
}

dt {
	width: 120px;
	color: #686868;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

dd {
	display: table-cell;
	vertical-align: middle;
}

select {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	font-size: 14px;
}

input.txt {
	background-color: #f3f3f3;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 7px;
}

textarea {
	width: 100%;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	line-height: 1.6em;
	font-size: 14px;
	padding: 10px;
}

ul.tourList {
	padding: 0px;
}

ul.tourList li {
	padding: 12px;
	list-style-type: none;
	border-bottom-color: #c6c6c6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 1.4em;
	transition: all 0.2s ease-out;
}

ul.tourList li:hover{
	background-color: #f4f7ff;
}

ul.tourList li a {
	color: #006699;
	font-size: 16px;
	text-decoration: none;
	display: block;
}

ul.tourList li .comm {
	color: #7f7f7f;
	font-size: 12px;
}

ul.dvgList {
	color: #686868;
	font-size: 80%;
	padding: 0px;
	width: 100%;
}

ul.dvgList li {
	margin-bottom: 15px;
	float: left;
	padding: 0px;
	list-style-type: none;
}

ul.dvgList li.name {
	width: 20%;
}

ul.dvgList li.val {
	width: 30%;
}

label {
	margin-left: 10px;
	margin-right: 15px;
}

ul.dvgList li:nth-child(3) {
	padding-left: 15px;
}

ul.dvgList li:nth-child(7) {
	padding-left: 15px;
}

/* css cBox */
.cBox-input{
  display: none;
}
.cBox-parts{
  padding-left: 25px;
  position:relative;
  margin-right: 15px;
}
.cBox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.cBox-input:checked + .cBox-parts{
  color: #0068b3;
}
.cBox-input:checked + .cBox-parts::after{
  border-bottom-color: #be0022;
  border-right-color: #be0022;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid;
  border-right: 3px solid;
}

footer{
	background-color: #f3f3f3;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 20px;
	margin-top: 30px;
	border-top-color: #e1e1e1;
	border-top-style: solid;
	border-top-width: 1px;
}

.copyright{
	color: #7f7f7f;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	letter-spacing: 2px;
	font-size: 11px;
}

.btn01{
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 12px;
	padding-top: 12px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #0068b3;
	color: white;
	border-color: #006699;
	border-style: solid;
	border-width: 1px;
	line-height: 100%;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s ease-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

.btn01:hover{
	background-color: #00a0d8;
	cursor: pointer;
}

.btn01:after{
	padding-right: 15px;
	float: right;
	font-family: 'FontAwesome';
	content: "";
}

