﻿p{
	position:relative;
	margin:0 20px 0 20px;
}
input.txbox{
	position:relative;
	left:20px;
	width:240px;
	height:20px;
	border: 1px #9c302a solid;
}
input.btn{
	position:relative;
	left:20px;
	width:130px;
	height:24px;
}
textarea{
	position:relative;
	left:20px;
	width:280px;
	height:140px;
	line-height:1.5em;
	border:1px #9c302a solid;
}
label{
	color:#9c302a;
}
#main{
	padding:10px 4px 40px 4px;
}
#caution{
	padding:10px 10px;
	position:relative;
}
img.shopimg {
	display:block;
	width:100%;
	height:auto;
	margin:20px 0 34px 0;
}
span.text_caution{
		color:#ff4500
}
@media screen and (min-width: 0px) and (max-width: 680px) {
	#contents{
		display:inherit;
		position:relative;
		width:100%;
	}
	#contents1{
		display:inherit;
	}
	#contents2{
		display:inherit;
		position:relative;
		top:20px;
		width:100%;
		height:300px;
	}
	.gmap{
		 width:100%;
		 height:260px;
		 border:0;
	}
}

@media screen and (min-width: 681px){
	#contents{
		display:table;
		width:100%;
	}
	#contents1{
		display:table-cell;
		width:380px;
	}
	#contents2{
		display:table-cell;
		width:auto;
		height:540px;
	}
	.gmap{
		width:100%;
		height:100%;
		border:0;
	}
}