@charset "utf-8";

/*******************************************/

@import url("common.css");
@import url("base.css");

/*******************************************/


#contact {
	background-image: url(../images/contact/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DFE1E0;
	background-attachment: fixed;
}

#header,#visual,#contents,#footer {
	opacity: 0.95;
	filter: alpha(opacity=95);	/* IE6、IE7対応 */
	-moz-opacity: 0.95;		/* Firefox1.5以前対応 */
}

/*******************************************/


#main table th {
	font-weight: normal;
	text-align: left;
	width: 120px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#main table {
	margin-bottom: 30px;
	vertical-align: top;
}


#main table td {
	padding: 10px;
}


#main table input {
	vertical-align: middle;
	margin-right: 5px;
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	font-size: 1.1em;
}

textarea {
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	font-size: 1.1em;
}

.btm {
	color: #fff;
	background-color: #0089B4;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 30px;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	
	
#main table th {
	font-weight: normal;
	text-align: left;
	width: 100%;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2%;
	display: block;
}

#main table {
	margin-bottom: 10%;
	vertical-align: top;
}


#main table td {
	display: block;
	padding: 0px 0px 5%;
}


#main table input {
	vertical-align: middle;
	margin-right: 0x;
	font-family: 'Noto Sans Japanese';
}

textarea {
	font-family: 'Noto Sans Japanese';
}	
	
	
	
	
}
