@charset "utf-8";
/* CSS Document */


html{
	
	overflow:auto;
	
}



body {
font-size: 13px;
line-height: 1.6em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'モリサワ 新ゴ R', "Shin Go Regular", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#363636;
overflow:hidden;
}


#container{
	
	width:900px;
	height:auto;
	margin:auto;
	
	
}

@media screen and (max-device-width: 480px) {


#container{
	
	width:100%;
	height:auto;
	margin:auto;
	
	
}


}



/*--------------------------
フォーム
----------------------------*/
.contact{
	width:100%;
}

.contact_in{
	width:100%;
	margin:0 auto;
	padding:0;
	background-repeat:no-repeat;
	height:auto;
	margin-top:100px;
}

.contact a{
	color:#00a0e5;
	text-decoration:underline;
}

input {
	width:95%;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc
}

textarea{
	width:95%;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc
}

.form_form{
	width: 3%;
}


.form_form02{
	width: 5%;
}


.red{
	
	color:#ff0000;
	
}




.form_bt{
	width: 250px;
	margin-bottom:10px;
	
}

span.form_text{
	font-size:12px;
	padding:10px 0;
}

.contact_img{
	margin: 0px 5px -3px 0px;
}

#formWrap {
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	font-size: 16px;
	/*box-shadow: 2px 1px 5px #999;*/
}

p#bt{
	padding:15px;
	text-align:center;
	
	
}

table.formTable td,table.formTable th{
	border-bottom:1px dashed #eee;
	padding:10px;
	background-color: #fff;
	font-size: 16px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	text-align: left;
	padding: 19px;
	font-size: 15px;
}

/*--------------------------
フォーム
----------------------------*/




footer{
	
	
	background-image:url("../img/f02.png");
	
	margin-left: -500%;
    margin-right: -500%;
   padding-left: 500%;
   padding-right: 500%;
   margin-top:300px;

   
  
}

.footer_in{
	
	height:129px;
	background-color:#fff;
	background-image:url("../img/f.ligth_footer_bg.png");
	margin-top:50px;
	
}

footer p{
	color: #666;
	padding-top: 65px;
	text-align: center;
}







