
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align: left;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:15px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#DCD7EA;
	text-align:left;
}
span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

h5 {
	color: #2798a9;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	line-height: 1.2em;
	padding-top: 30px;
}

/*資料請求文章*/
.form_textbox1 {
	padding: 20px 0px;
	text-align: left;
		line-height: 1.5em;
}


.submit_btn{
    border: 0px;
    width:150px;
	height: 40px;
    background: url(../img/btn03.png) left top no-repeat;
	margin-top: 40px;
}

.submit_btn2{
    border: 0px;
    width:150px;
	height: 40px;
    background: url(../img/btn04.png) left top no-repeat;
	margin-top: 40px;
}

.submit_btn6{
    border: 0px;
    width:150px;
	height: 40px;
    background: url(/img/btn06.png) left top no-repeat;
	margin-top: 40px;
}

.submit_btn7{
    border: 0px;
    width:150px;
	height: 40px;
    background: url(/img/btn07.png) left top no-repeat;
	margin-top: 40px;
}

.submit_btn:hover{
	cursor: pointer;
}

.submit_btn2:hover{
	cursor: pointer;
}

.submit_btn6, .submit_btn7:hover{
	cursor: pointer;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
