@charset "utf-8";

/* contact form --------------------------------------------------------------------------------- */

button::-moz-focus-inner, input::-moz-focus-inner {
	padding:0;
	border:0
}

fieldset {
	border: 0 none
}

legend {
	display: none
}

label {
	cursor: pointer
}

input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: middle;
	border-radius: 0;
	border-radius: 0;
	outline: 0;
	border:solid 1px #ccc;
}

input[type=image], input[type=text] {
	-webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	resize: none;
	vertical-align: top;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	border:solid 1px #ccc;
}

select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: normal;
	outline: 0;
	border:solid 1px #ccc;
}

::selection {
	color: #fff;
	background-color: #005a99
}

::-moz-selection {
	color:#fff;
	background-color:#005a99
}

/**/

.msg_area {
	width:450px;
	height:200px;
}

input.txt_width {
	width:200px;
	height:20px;
}

.mailform {
	width:100%;
}

.mailform tr th {
	padding: 7px 30px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	width: 200px;
	vertical-align:middle;
	white-space:nowrap;
}
.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
.mailform tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 14px;
	vertical-align:middle;
}
.mailform tr td ul li,table.mailform tr td ul,
.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,
.mailform tr td span {
	clear: both;
}

.bg-gray {
	background:rgba(142, 157, 161, .1);
}

.icon-require {
	margin:0 5px 4px 0;
}

.btn-form {
	padding:20px 0 0;
	text-align:center;
}

.btn-form .btn {
	width:169px;
	height:39px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}

.btn-form .btn:hover {
	opacity:0.8;
}

.btn-form .btn-confirm {
	background: url(images/common/btn_confirm.gif) no-repeat left top;
}

.btn-form .btn-reset {
	background: url(images/common/btn_reset.gif) no-repeat left top;
}

.btn-form .btn-back {
	background: url(images/common/btn_back.gif) no-repeat left top;
}

.btn-form .btn-send {
	background: url(images/common/btn_send.gif) no-repeat left top;
}
