<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ç”¨
--------------------------------------------------------- */

.notice,.error,form em{
	color:#E53E48;
	margin-bottom:.2em;
}

#inquiry th,
#inquiry td {
	text-align: left;
}
#inquiry th {
	/*width:45%;*/
}

.hankaku{
	ime-mode: inactive;
}
textarea.comments {
	height: 200px;
	width: 570px;
}
div#submit {
	text-align: center;
}
span.necessary {
	color: #FF0000;
}
p.necessary {
	font-size: 10px;
}
input[type="text"], textarea {
	border:1px solid #777;
	color: #4F4F4F;
	background: #fff;
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	zoom: 1;
	
	margin-bottom: 4px;

	width: 96%;
}
.text, .message {
	width: 50em;
}
input[type="text"].short{
	width: 60px;
}
input#return_button {
	border: 1px solid #8A1515;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
/*	font-weight: bold;*/
	padding: 6px 24px;
	text-decoration: none;
	background-color: #FFD876;
  *zoom: 1;
	text-shadow: 1px 1px 1px #4d4d4d;
	-webkit-box-shadow: 0 2px #E8A753;
	-moz-box-shadow: 0 2px #E8A753;
	box-shadow: 0 2px #E8A753;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}input#return_button:hover {
	background-color: #D5CAAD;
  *zoom: 1;
	color: #000000;
}

input#submit_button {
  border: 1px solid #164f8a;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  background-color: #5fa9d0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#6ab5e5', endColorstr='#5cb811');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ab5e5), color-stop(100%, #5fa9d0));
  background-image: -webkit-linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  background-image: -moz-linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  background-image: -o-linear-gradient(#6ab5e5 0%,#5fa9d0 100%);
  background-image: linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  text-shadow: -1px -1px 1px #5fa9d0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #80cbff;
  -moz-box-shadow: inset 0px 1px 0px 0px #80cbff;
  box-shadow: inset 0px 1px 0px 0px #80cbff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

input#submit_button:hover {
  background-color: #5fa9d0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#5fa9d0', endColorstr='#6ab5e5');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5fa9d0), color-stop(100%, #f97171));
  background-image: -webkit-linear-gradient(#5fa9d0 0%, #6ab5e5 100%);
  background-image: -moz-linear-gradient(#5fa9d0 0%, #e54b4b 100%);
  background-image: -o-linear-gradient(#5fa9d0 0%, #6ab5e5 100%);
  background-image: linear-gradient(#5fa9d0 0%, #6ab5e5 100%);
  color: #fff;
}
input.button:active {
	position:relative;
	top:1px;
}

input[name="next"] {
	width: 22%;
	float: right;
	margin: 15px 25% 0 0;
 border: 1px solid #164f8a;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  background-color: #5fa9d0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#6ab5e5', endColorstr='#5cb811');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ab5e5), color-stop(100%, #5fa9d0));
  background-image: -webkit-linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  background-image: -moz-linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  background-image: -o-linear-gradient(#6ab5e5 0%,#5fa9d0 100%);
  background-image: linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  text-shadow: -1px -1px 1px #5fa9d0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #80cbff;
  -moz-box-shadow: inset 0px 1px 0px 0px #80cbff;
  box-shadow: inset 0px 1px 0px 0px #80cbff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;

}
input[name="next"]:hover {
	background-color: #FFE8AF;
  *zoom: 1;

}

input[name="prev"] {
	width: 22%;
	float: left;
	margin: 15px 0 0 25%;

	  border: 1px solid #164f8a;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  background-color: #5fa9d0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#6ab5e5', endColorstr='#5cb811');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ab5e5), color-stop(100%, #5fa9d0));
  background-image: -webkit-linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  background-image: -moz-linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  background-image: -o-linear-gradient(#6ab5e5 0%,#5fa9d0 100%);
  background-image: linear-gradient(#6ab5e5 0%, #5fa9d0 100%);
  text-shadow: -1px -1px 1px #5fa9d0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #80cbff;
  -moz-box-shadow: inset 0px 1px 0px 0px #80cbff;
  box-shadow: inset 0px 1px 0px 0px #80cbff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;

}
input[name="prev"]:hover {
	background-color: #E7FFD2;
  *zoom: 1;

}





@media only screen and (max-width:420px){
  input[name="next"] {
	width: 49%;
    margin: 15px 0 0 0;
    font-size: 16px;
    padding: 7px 0;
  }
  
  input[name="prev"] {
	width: 49%;
    margin: 15px 0 0 0;
    font-size: 16px;
    padding: 7px 0;
  }
}





/* ä½æ‰€å…¥åŠ›ã‚¨ãƒªã‚¢ */
.zipArea{
	position:relative;
}
.zipArea input[type="text"]{
	margin-right: 185px;
}
.zipArea input[type="button"]{
	position: absolute;
	left: 140px;
}

/* é€ä¿¡å†…å®¹ç¢ºèªã‚¨ãƒªã‚¢ã®ãƒ†ãƒ¼ãƒ–ãƒ« */
#container_inner table.mailform {
	table-layout:fixed;
}
#container_inner table.mailform td {
	background-color:transparent;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed #999;
	word-break:break-all;
	word-wrap:break-word;
}

/* ã‚¨ãƒ©ãƒ¼è¡¨ç¤º */
label.error{
	font-size:90%;
	color:#FF393C;
	}
input[type="text"].error,
textarea.error{
	background: #FFEEEE;
	}



/* ãƒ©ã‚¸ã‚ªãƒ»ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ç”¨ãƒªã‚¹ãƒˆ */
ul.ichecklist{}
ul.ichecklist li { float:left; position: relative; margin-right:20px; background-image:none; }
ul.ichecklist li label{ cursor:pointer; margin-left:14px;}
.iradio_flat-red{
	position: absolute;
	top: 0;
	left: 0;
}

/* ã‚»ãƒ¬ã‚¯ãƒˆ */
.customSelect {
/* Styles For Your Select Box */
	-moz-box-shadow:inset 0px 39px 0px -24px #fff;
	-webkit-box-shadow:inset 0px 39px 0px -24px #fff;
	box-shadow:inset 0px 39px 0px -24px #fff;
	background-color:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#333;
	border:1px solid #666;
	display:inline-block;
	cursor:pointer;
	font-size:14px;
	padding:6px 15px;
	text-decoration:none;
}.customSelect.changed {
/* You can use this if you want a different style after user has made a selection */
background-color:#ff8b85;
}.customSelectFocus {
/* You can use this if you want a different style after user has made a selection */
}.customSelectOpen {
/* You can use this if you want a different style after user has made a selection */
}.customSelectInner {
/* We can style the inner box, too */
background:url(customSelect-arrow.gif) no-repeat center right;
}

@media only screen and (max-width:768px){
}
/* ---------------------------- ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ç”¨ã€€end ----------------------------- */</pre></body></html>