@charset "utf-8";

/* ---------------------------
 フォーム関係
---------------------------- */

* { font-family: Meiryo,メイリオ,Arial,sans-serif; }

.w55 {width: 55px;}
.w115 { width: 115px;}
.w250 { width: 250px;}
.w300 { width: 300px;}
.w185 { width: 185px;}
.w200 { width: 200px;}
.w400 { width: 400px;}
.w450 { width: 450px;}

#contents {
	color: #222222;
}

.inquiry {
	width: 710px;
	margin-bottom: 15px;
	font-size: 103%;
}

.inquiry .red {
	margin-top: 3px;
}

.inquiry th {
	text-align: left;
	width: 33%;
	padding: 15px;
/*	padding-left: 15px;
	padding-right: 15px;*/
	font-weight: bold;
}

.inquiry input {
	vertical-align: middle;
}

.inquiry input[type="text"] {
	height: 2em;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bbbcc0;
}

.inquiry textarea {
	font-size: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #bbbcc0;
}

.inquiry select {
	height: 2em;
	padding-left: 5px;
	border: 1px solid #bbbcc0;
}

.inquiry input[type=radio] {
	margin-top: 0;
	margin-bottom: 2px;
}

.inquiry th p {
    background: url("../img/required.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}

.required {
    background: url("../img/required.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #333;
    margin-bottom: 1.5em;
    padding-left: 3.5em;
}

.inquiry .zip_srch {
    background: url("../img/auto.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 22px;
    text-indent: -999999px;
    width: 93px;
}

#check {
    background: url("../img/confirm.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 68px;
    text-indent: -999999px;
    width: 276px;
}

#back {
    background: url("../img/back.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 68px;
    text-indent: -999999px;
    width: 136px;
}

#submit {
    background: url("../img/send.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 68px;
    text-indent: -999999px;
    width: 276px;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer;
	outline: none;
}

#form_back {
	width: 136px;
	display: inline;
	margin-left: 115px;
}

#form_submit {
	float: right;
	margin-right: 160px;
	width: 264px;
}

input:focus,
textarea:focus {
  outline: none;
  /*border-color: #5ca9e4;*/
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input[type="submit"]::-moz-focus-inner{
    border :0px;
}
input[type="button"]::-moz-focus-inner{
    border :0px;
}

.inquiry li {
	display: inline !important;
	margin-right: 3px;
}
