@charset "utf-8";

/*---page_contact---*/

/*PC用*/
@media screen and (min-width:641px) {

#maincolumn .section {
	padding:0 0 20px;
	font-size:14px;
	line-height:180%;
}
#maincolumn table,
#maincolumn table th,
#maincolumn table td {
	border:1px solid #C6C6C6;
	border-collapse:collapse;
}
#maincolumn table {
	margin:0 0 30px;
	width:100%;
}
#maincolumn table th,
#maincolumn table td {
	background:#FFFFFF;
	padding:15px;
	font-size:14px;
	text-align:left;
}
#maincolumn table th {
	background:#F4F1DE;
}
#maincolumn table th span {
	background:url(../images/contact/bg_hittsu.jpg) no-repeat;
	display:inline-block;
	margin-left:10px;
	padding:3px 0 0 0;
	width:48px;
	height:16px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	line-height:120%;
}
#maincolumn table td input[type="text"] {
	width:50%;
}
#maincolumn table td textarea {
	width:70%;
}
.error{
	color:#F00;
}

#maincolumn .introduce {
position: relative;
}
#maincolumn .introduce span {
position: absolute;
    bottom: 26px;
    left: 73px;
}

}

/*SP用*/
@media screen and (max-width:640px) {

#maincolumn .section {
	padding:0 0 20px;
	font-size:14px;
	line-height:180%;
}
#maincolumn .section h3:first-of-type + .mb15,
#maincolumn .section h3:first-of-type + .mb15 + .red,
#maincolumn .section h3:first-of-type + .mb20 {
	width: 94%;
	margin: 0 auto;
}
#maincolumn table {
	margin:0 auto 30px;
	width: 94%;
	border-bottom:1px solid #C6C6C6;
}
#maincolumn table th,
#maincolumn table td {
	background:#FFFFFF;
	padding:15px;
	font-size:14px;
	text-align:left;
	display: block;
}
#maincolumn table th {
	background:#F4F1DE;
	border:1px solid #C6C6C6;
}
#maincolumn table th span {
	background:url(../images/contact/bg_hittsu.jpg) no-repeat;
	display:inline-block;
	margin-left:10px;
	padding:3px 0 0 0;
	width:48px;
	height:16px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	line-height:120%;
}
#maincolumn table td {
	border-top: none;
	border-left: 1px solid #C6C6C6;
	border-bottom: none;
	border-right: 1px solid #C6C6C6;
}
#maincolumn table td input[type="text"] {
	width: 98%;
	padding: 3px;
	font-size:16px;
}
#maincolumn table td textarea {
	width: 98%;
	font-size:16px;
}
.error{
	color:#F00;
}

#maincolumn .introduce {
position: relative;
}
#maincolumn .introduce span {
position: absolute;
    bottom: 26px;
    left: 73px;
}

}