/* contact.css */
@charset "utf-8";


/*　=================================================================
　　　　　　　　　　　　　スマホ　の設定（599pxまで）
=================================================================　*/
/*
スマホ：599pxまで
タブレット・PC：600px以上
*/

/*共通の設定*/


html{
	height:100%;
	/* background-color: #2D498E; */
	background: linear-gradient(#5596B9, #1D476A ) fixed;
}
#formWrap {
	max-width:480px;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 50px;
	color: #555;
	line-height: 150%;
	font-size: 12px;
	background-color: #fff;
	overflow: hidden;
}
table.formTable{
	width: 100%;
	margin: 10px auto;
	border-collapse: collapse;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
}
table.formTable th{
	width: 25%;
	font-weight: bold;
	font-size: 13px;
	background: #efefef;
	text-align: left;
}
table.formTable td p{
	font-size: 12px;
}

table.formTable input{
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    color: #000;
    border: solid 1px #ccc;
    margin: 3px;
    width: 87%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
table.formTable textarea{
    height: 150px;
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    color: #000;
    border: solid 1px #ccc;
    margin: 3px;
    width: 87%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#postcode1, #postcode2{
	width: 25%;
}

.points{
	font-size: 12px;
	color: red;
	line-height:100%;
}
.submit_query{
	float: left;
	width: 120px;
	margin: 0 0 10px 10px;
	text-align: center;
	padding: 10px 0;
    font-size: 1.2em;
    color: #FFF;
    border-style: none;
    background: -moz-linear-gradient(#3FB5FE, #0090EA, #0069AB);
	/* background: -webkit-gradient(linear, left top, left bottom, from(#3FB5FE), color-stop(0.5, #0090EA), to(#0069AB));  */
	background: #3FB5FE;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.submit2_query{
	float: left;
	width: 120px;
	margin: 0 0 10px 10px;
	text-align: center;
	padding: 10px 0;
    font-size: 1.2em;
    color: #FFF;
    border-style: none;
    background: -moz-linear-gradient(#BDBDBD, #A4A4A4, #6E6E6E);
	/* background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), color-stop(0.5, #A4A4A4), to(#6E6E6E)); */
	background: #A4A4A4;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.submit_query_login{
	margin: 10px auto;
	width: 120px;
	text-align: center;
	padding: 5px 0;
    font-size: 1.2em;
    color: #FFF;
    border-style: none;
    background: -moz-linear-gradient(#3FB5FE, #0090EA, #0069AB);
	/* background: -webkit-gradient(linear, left top, left bottom, from(#3FB5FE), color-stop(0.5, #0090EA), to(#0069AB)); */
	background: #3FB5FE;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.submit_query_forword{
	margin: 10px auto;
	width: 120px;
	text-align: center;
	padding: 5px 0;
    font-size: 1.2em;
    color: #FFF;
    border-style: none;
    background: -moz-linear-gradient(#BDBDBD, #A4A4A4, #6E6E6E);
	/* background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), color-stop(0.5, #A4A4A4), to(#6E6E6E)); */
	background: #BDBDBD;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.submit_query_forword_a{
	text-decoration: none;
	color: #FFF;
}
/*submitボタンはjQueryに変更中！*/
.submitBtn{
	float: left;
	width: 200px;
	margin: 0 0 10px 10px;
	padding: 5px 0;
    font-size: 1.2em;
    color: #FFF;
    border-style: none;
    background: -moz-linear-gradient(#3FB5FE, #0090EA, #0069AB);
	/* background: -webkit-gradient(linear, left top, left bottom, from(#3FB5FE), color-stop(0.5, #0090EA), to(#0069AB)); */
	background: #3FB5FE;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.submitBtn2{
	float: left;
	width: 200px;
	margin: 0 0 10px 10px;
	padding: 5px 0;
    font-size: 1.2em;
    color: #FFF;
    border-style: none;
    background: -moz-linear-gradient(#BDBDBD, #A4A4A4, #6E6E6E);
	/* background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), color-stop(0.5, #A4A4A4), to(#6E6E6E)); */
	background: #BDBDBD;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.submitBtn2_a{
	float: left;
	width: 200px;
	margin: 0 0 10px 10px;
	padding: 7px 0;
    font-size: 1.2em;
    color: #FFF;
    border-style: none;
    background: -moz-linear-gradient(#BDBDBD, #A4A4A4, #6E6E6E);
	/* background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), color-stop(0.5, #A4A4A4), to(#6E6E6E)); */
	background: #BDBDBD;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	text-decoration: none;
	text-align: center;
}


.backTo{
	float: left;
	width: 60px;
	margin-left: 10px;
	padding: 7px 0;
	text-align: center;
    font-size: 25px;
    color: #999;
    background: #FFF;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	border:1px solid #ccc;
}
.backTo a{
	text-decoration: none;
	text-align: center;
	font-size: 25px;
	color: #999;
}
h1{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #0090EA;
}
h2{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #0090EA;
}
h4{
	font-size: 18px;
}
p{
	font-size: 13px;
}



/*　=================================================================
　　　　　　　　　　　　　タブレット・PC　の設定（600px以上）
=================================================================　*/

@media all and (min-width: 600px){
	table.formTable{
		width: 100%;
		margin: 10px auto;
		border-collapse:collapse;
	}
	table.formTable th{
		width: 25%;
		font-weight: bold;
		font-size: 13px;
		background: #efefef;
		text-align: left;
	}

	table.formTable input{
	    border: 0;
	    padding: 10px;
	    font-size: 1.3em;
	    font-family: Arial, sans-serif;
	    color: #000;
	    border: solid 1px #ccc;
	    margin: 14px;
	    width: 87%;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	#postcode1, #postcode2{
		width: 18%;
	}
	table.formTable textarea{
	    height: 150px;
	    border: 0;
	    padding: 10px;
	    font-size: 1.3em;
	    font-family: Arial, sans-serif;
	    color: #000;
	    border: solid 1px #ccc;
	    margin: 14px;
	    width: 87%;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
}
