@charset "UTF-8";
/*====================================
	Date of 2014.08.26
====================================*/
/** ========================================================

INQUIRY FORM

======================================================== **/
.inqTelArticle{
	font-size:100%;
	line-height:1.5em;
	font-weight:600;
	color:#727272;
}
.inqTelArticle span{
	font-size:130%;
}
.tableWrapper {
	margin: 0 auto 50px auto;
}

.entryform {
	width: 670px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.entryform th, .entryform td {
		border-bottom: solid 1px #888888;
		padding: 10px;
		color: #666;
}
	.entryform th {
		width: 170px;
		font-size: 90%;
		line-height: 1.5em;
}
	.entryform td {
		font-size: 90%;
		line-height: 1.5em;
}
	.entryform .checkbox label {
		margin-right: 10px;
}
	.entryform .radioBtn label {
		margin-right: 10px;
}

.btnConfirm {
	width: 120px;
	margin: 0 auto;
	display: block;
}
	.btnConfirm input {
		cursor: pointer;
		padding: 5px 10px;
}

.btnWrapper {
	text-align: center;
}
	.btnWrapper :nth-child(2) {
		margin-left: 20px;
}
	.btnWrapper form {
		display: inline-block;
		zoom: 1;
    /* Fix for IE7 */
		*display: inline;
    /* Fix for IE7 */
}
		.btnWrapper form input {
			cursor: pointer;
			padding: 5px 10px;
}
.attention{
	font-size: 80%;
	line-height: 1.5em;
	color:#E73828;
}
.error {
	font-size: 90%;
	line-height: 1.5em;
	color: #990000;
	font-weight: 600;
	margin: 40px 0;
}

.entryEnd {
	font-size: 100%;
	line-height: 1.5em;
	color: #900;
	text-align: center;
}

.thanks {
	text-align: center;
}
	.thanks p {
		font-size: 100%;
		line-height: 1.5em;
		margin-bottom: 10px;
}
	.thanks a {
		color:#006ADE;
		text-decoration: none;
}
		.thanks a:hover {
			color:#0069D7;
			text-decoration: underline;
}

input[type=text]:focus, input[type=text]:active {
	outline: 3px solid #CDCDCD;
}
input[type=password]:active, input[type=password]:focus {
	outline: 3px solid #CDCDCD;
}
input[type=email]:active, input[type=email]:focus {
	outline: 3px solid #CDCDCD;
}
input[type=file]:hover, input[type=file]:active, input[type=file]:focus {
	cursor: pointer;
	display: inline;
}
input[type=checkbox] {
	vertical-align: text-top;
	margin-right: 5px;
}
input[type=radio] {
	vertical-align: text-top;
	margin-right: 5px;
}

textarea:active, textarea:focus {
	outline: 3px solid #CDCDCD;
}
input.inqBtn{
	width:221px;
	height:37px;
	cursor: pointer;
	font-size:90%;
	line-height:1.5em;
	color:#fff;
	font-weight:600;
	border-style:none;
	display: block;
	overflow: hidden;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	background:url(../imgaes/inquiry_btn_bg.gif) 0 0 no-repeat; 
}
input.inqBtn:hover{
	background-position:0 -37px;
}
input.inqBtnReturn{
	width:221px;
	height:37px;
	cursor: pointer;
	font-size:90%;
	line-height:1.5em;
	color:#fff;
	font-weight:600;
	border-style:none;
	display: block;
	overflow: hidden;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	background: url(../imgaes/inquiry_btn_return_bg.gif) 0 0 no-repeat; 
}
input.inqBtnReturn:hover{
	background-position:0 -37px;
}