@charset "utf-8";
.left { float:left; }
.right { float:right; }

.ro img:hover,
.ro:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
	}


#contact{
margin-bottom: 60px;
}

.subpagetitle {
	color:#EF9A3B;
	border-top: 3px solid #EF9A3B;
	background: rgb(255,238,219); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,238,219,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,238,219,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,238,219,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeedb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.pg-title-img{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../image/title.jpg");
}

#contact .table-contents{
	max-width: 900px;
	margin-left:auto;
	margin-right: auto;
}

.note {
	margin-bottom:30px;
	text-align: center;
}

table {
	border-collapse:collapse;
	border:#ccc solid 1px;
	background:#fff;
	width:100%;
	margin-bottom:30px;
}
	th {
		padding:15px;
		width:180px;
		line-height:20px;
		background:#efefef;
		border:#ccc solid 1px;
		text-align:left;
		vertical-align:top;
	}
	td {
		padding:15px;
		border:#ccc solid 1px;
	}
	.fc-red {
		color:#f00;
	}

.bt01 {
	margin:0 auto;
	padding-top:30px;
	text-align:center;
	background:url(../image/bt01.png) no-repeat;
	width:357px; height:70px;
	border:none;
	display:block;
}
.bt02 {
	background:url(../image/bt02.png) no-repeat;
	width:357px; height:70px;
	border:none;
	margin-left:15%;
}
.bt03 {
	background:url(../image/bt03.png) no-repeat;
	width:357px; height:70px;
	border:none;
	margin-right:15%;
}

input,textarea {
	padding:5px;
}
.form-s { width:30%; }
.form-m { width:60%; }
.form-l { width:98.5%; }
label {
	text-decoration:none;
	float:left;
	margin-right:15px;
} 
.check {
	margin-right:5px;
}

@media screen and (min-width:641px) {
  .pg-title-img{
    height: 200px;
  }

  br.sp{
    display: none;
  }
}

@media screen and (max-width:640px) {
  .pg-title-img{
    height: 160px;
    background-size: cover;
    background-position: 50%;
  }
	
  th {
    width:90px;
	  font-size: 80%;
  }
	
  th img.right{
    float: none;
    display: block;
    margin-top: 10px
  }
	
	td{
		padding: 20px 15px;
	}
	
  td input{
    width:85%!important;
	box-sizing: border-box;
	  padding: 5px;
	  border: 1px solid #ededed;
    /*padding: 0;*/
  }
td textarea{
	box-sizing: border-box;
		border: 1px solid #ededed;
	}
	
  br.sp{
    display: block;
  }
	
	.bt02 {

	width:300px; height:60px;
		background-size: contain;
		margin-left: 0%;
}
.bt03 {

	width:300px; height:60px;
	background-size: contain;
	margin-right: 0%;


}
}

