@charset "Shift_JIS";

@import url("reset.css");
@import url("common.css");
@import url("style.css");


.sample-img {
	width: 750px;
	height: 689px;
	margin: 10px 0px 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(../contact/image/sample.png) no-repeat;
}

/*-----block-1-----*/

#block-1 {
	width: 750px;
	margin-bottom: 30px;
	text-align: left;
}

#block-1 h1{
	width: 740px;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-1 p{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 23px;
}

#block-1 p a{
	font-size: 20px;
	color:#19c311;
}


/*-----メールフォーム-----*/

#mailform {
	width:750px;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	color:#1c1c1c;
}

#mailform table{
	width:100%;
	margin: 0 auto;
	border-collapse:collapse;
	background:#ececec;
}

#mailform td{
	font-size:14px;
	vertical-align: middle;
	border: 1px #464646 solid;
}

#mailform td.l_Cel{
	width:200px;
	height: 60px;
	padding: 0px 0px 0px 20px;
/*	background:#111111;*/
}

#mailform td.r_Cel{
	width: 500px;
	padding: 0px 0px 0px 20px;
}

.form-dc {
	color:#222222;
	background:#f9f9f9;
	height:20px;
	border: 1px #666666 solid;
}

.form-dc-text {
	height: 130px;
	margin: 20px 0px 20px 0px;
	color:#222222;
	background:#f9f9f9;
	border: 1px #666666 solid;
}

.form-dc-text2 {
	height: 170px;
	line-height:170px;
}

.form-button {
	text-align: center;
	margin: 0 auto;
}

.form-submit{
	width:232px;
	height:52px;
	margin: 20px 0px 0px 0px;
	background:url(../contact/image/submit.png);
	border:0px solid;
	cursor:pointer;
	text-indent: -9999px;
}

/*-----チェックテーブル-----*/

#form-Check-all {
	width:750px;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	color:#1c1c1c;
}

#form-Check {
	width:748px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	color:#222222;
	border: 1px solid #333333;
	font-size:13px;
}

#form-Check table {
	width:680px;
	margin: 0 auto;
	border-collapse:collapse;
}

#form-Check th{
	width:	20%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	background:#f3f3f3;
	color:#222222;
	border: 1px solid #333333;
}

#form-Check td{
	width:	80%;
	height: 30px;
	text-align:left;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
	font-size:14px;
	vertical-align: middle;
	border: 1px solid #333333;
}

#form-Check li{
	width:	96%;
	text-align:left;
	padding: 20px 0px 20px 20px;
	font-size:14px;
	line-height: 28px;
}

#form-Check a{
	color:#19c311;
}

#form-Check a:hover{
	color:#222222;
}

.form-Check-button {
	width:200px;
	height:60px;
	margin-top:10px;
	margin-bottom: 10px;
	background:#333333;
	color:#FFFFFF;
}




/*-----block-2-----*/

#block-2 {
	width: 750px;
	text-align: left;

}

#block-2 h1{
	width: 740px;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-2 p{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
}

.mail {
	width: 750px;
	height: 80px;
}

.mail a{
	width: 750px;
	height: 80px;
	display:block;
	text-align: center;
	font-size: 25px;
	color:#FFFFFF;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background:url(../contact/image/mailImage.png) no-repeat center;
}


@media screen and (max-width: 900px) {


/*-----block-1-----*/

#block-1 {
	width: auto;
	height: auto;
	text-align: center;
	overflow: hidden;
}

#block-1 h1{
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-1 p{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 23px;
	padding: 10px;
}

#block-1 p a{
	font-size: 17px;
	color:#19c311;
}

/*-----メールフォーム-----*/

#mailform {
	width: auto;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	color:#1c1c1c;
}

#mailform table{
	width: 96%;
	margin: 0 auto;
	border-collapse:collapse;
	background:#ececec;
}

#mailform td{
	font-size:14px;
	vertical-align: middle;
	border: 1px #464646 solid;
}

#mailform td input {
	width: 90%;
	height: 20px;
}

#mailform td select {
	width: 90%;
	height: 20px;
}

#mailform td textarea {
	width: 90%;
	height:150px;
}

#mailform td.l_Cel{
	width:40%;
	height: 60px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
/*	background:#111111;*/
}

#mailform td.r_Cel{
	width: 60%;
	padding: 0px 0px 0px 10px;
}

.form-dc {
	color:#222222;
	background:#f9f9f9;
	height:20px;
	border: 1px #666666 solid;
}

.form-dc-text {
	height: 130px;
	margin: 20px 0px 20px 0px;
	color:#222222;
	background:#f9f9f9;
	border: 1px #666666 solid;
}

.form-dc-text2 {
	height: 170px;
	line-height:170px;
}

.form-button {
	text-align: center;
	margin: 0 auto;
}

.form-submit{
	width:232px;
	height:52px;
	margin: 20px 0px 0px 0px;
	background:url(../contact/image/submit.png);
	border:0px solid;
	cursor:pointer;
	text-indent: -9999px;
}

/*-----チェックテーブル-----*/

#form-Check-all {
	width:96%;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	color:#1c1c1c;
}

#form-Check {
	width:96%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	color:#222222;
	border: 1px solid #333333;
	font-size:13px;
}

#form-Check table {
	width:96%;
	margin: 0 auto;
	border-collapse:collapse;
}

#form-Check th{
	width:	20%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	background:#f3f3f3;
	color:#222222;
	border: 1px solid #333333;
}

#form-Check td{
	width:	80%;
	height: 30px;
	text-align:left;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
	font-size:14px;
	vertical-align: middle;
	border: 1px solid #333333;
}

#form-Check li{
	width:	94%;
	text-align:left;
	padding: 20px;
	font-size:12px;
	line-height: 28px;
}

#form-Check a{
	color:#19c311;
}

#form-Check a:hover{
	color:#222222;
}

.form-Check-button {
	width:200px;
	height:60px;
	margin-top:10px;
	margin-bottom: 10px;
	background:#333333;
	color:#FFFFFF;
}

/*-----block-2-----*/

#block-2 {
	width: auto;
	text-align: left;

}

#block-2 h1{
	width: auto;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
	text-align: center;
}

#block-2 p{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

.mail {
	width: auto;
	height: 80px;
}

.mail a{
	width: auto;
	height: 80px;
	display:block;
	text-align: center;
	font-size: 25px;
	color:#FFFFFF;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background:url(../contact/image/mailImage.png) no-repeat center;
    background-size:contain;
}


}