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

header {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: white;
	background-color: #006699;
	width: 100%;
}

#wrapper {
	min-width: 320px;
	text-align: left;
}

h1 {
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 120%;
}

h1 .logo {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
	width: 120px;
}

h2 {
	color: #535353;
	background-color: #f3f6ff;
	padding-bottom: 7px;
	padding-top: 7px;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
}

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

h3:before{
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "";
}

.caution {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 15px;
	font-size: 80%;
	background-color: #fafafa;
	margin-bottom: 25px;
}

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

.error {
}

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

ul.listTxt li {
	line-height: 140%;
	margin-bottom: 10px;
}

.box1 {
	margin-bottom: 25px;
	padding: 5px;
}

dl {
	padding: 10px;
	border-bottom-color: #e1e1e1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 100%;
	font-size: 75%;
	display: table;
}

dt {
	color: #2d2d2d;
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

dd {
	color: #7f7f7f;
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
}

dl.break{
	display: block;
}

dl.break dt{
	margin-bottom: 5px;
	display: block;
}

dl.break dd{
	display: block;
}

select {
	background-color: #fbfbfb;
	padding: 10px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	margin-right: 8px;
}

input.txt {
	padding: 10px;
	background-color: #fbfbfb;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}

textarea {
	background-color: #fbfbfb;
	width: 100%;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	line-height: 1.5em;
	padding: 10px;
}

ul.tourList {
	padding: 0px;
}

ul.tourList li {
	padding-left: 10px;
	padding-bottom: 12px;
	padding-right: 25px;
	padding-top: 12px;
	position: relative;
	line-height: 130%;
	list-style-type: none;
	border-bottom-color: #c6c6c6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	transition: all 0.2s ease-out;
}

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

ul.tourList li:after{
	font-weight: bold;
	height: 20px;
	width: 15px;
	font-size: 20px;
	margin: auto;
	bottom: 0px;
	top: 0px;
	right: 0px;
	position: absolute;
	font-family: 'FontAwesome';
	content: "";
}

ul.tourList li a {
	margin-bottom: 5px;
	color: #006699;
	font-size: 90%;
	text-decoration: none;
	display: block;
}

ul.tourList li .comm {
	line-height: 135%;
	display: block;
	color: #7f7f7f;
	font-size: 70%;
}

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

ul.dvgList li {
	padding-left: 10px;
	list-style-type: none;
}

ul.dvgList li.name {
	color: #2d2d2d;
	padding-bottom: 5px;
	padding-top: 10px;
}

ul.dvgList li.val {
	border-bottom-color: #e1e1e1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

label {
	display: inline-block;
	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: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 15px;
	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: 1px;
	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: "";
}

