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

table {
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
	border-collapse:collapse;
}

.body-bottom {
	border-top:0px;
}

th, td  {
	padding:15px;
	border-bottom:1px solid #ababab;
	line-height:2em
}

.c-table th {
	width:30%;
	text-align:left;
}

#map_canvas {
	width:100%;
	height:450px;
	margin-top:50px;
}

#map_canvas2 {
	width:100%;
	height:450px;
	margin:50px 0 100px 0;
}

/* smartphone  */
@media screen and (min-width:480px){
	
}

/* tablet */
@media screen and (max-width:768px){
	.c-table {
	margin: 0 -10px;
	}
	
    .c-table th,
    .c-table td{
	width: 90%;
	padding:10px;
	display: block;
	border-top: none;
	margin-left:5%;
    }
	
	th  {
	background:#F0F0F0;
	color:#333;
	border-bottom:0px;
	}
	
	th, td  {
	padding:10px;
	border-bottom:0px;
	}
	
	input.name,.mail,.phone {
	width:100%;
	}
	
	textarea {
	width:100%;
	height:20em;
	}
}

/* below 768px~1170px */
@media screen and (min-width:768px) and ( max-width:1170px) {
	
}

/* above 1170px */
@media screen and (min-width:1170px) {

}