form,
fieldset{
	border:0;
	margin:0;
	padding:0;
}
article{
	margin-bottom:20px;
	color:#555;
}
/**
*
* =contact-form
*
**/
.contact-form {
	overflow: hidden;
}

.contact-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.contact-form fieldset p {
	margin: 0 0 25px;
	line-height: 190%;
	font-size: 18px;
	color: #2F2F2F;
}

.contact-form fieldset p label {
	margin: 0 0 5px;
	display: inline-block;
}

.contact-form fieldset p label strong {
	margin: 0 5px 0 0;
	display: inline-block;
	color: #F00;
}

.contact-form fieldset p input {
	padding: 5px;
	width: 100%;
	height: 35px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}

.contact-form fieldset p select {
	padding: 5px;
	width: 100%;
	height: 35px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}

.contact-form fieldset p textarea {
	padding: 0 5px;
	width: 100%;
	height: 130px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}

.contact-form fieldset p input.radio {
	width: 20px;
	height: 20px;
}

.contact-form fieldset.btn {
	overflow: hidden;
}

.contact-form fieldset.btn p {
	padding: 5px 5px 5px 10px;
	height: 40px;
	float: left;
	border-radius: 3px;
	line-height: 40px;
	color: #999;
}

.contact-form fieldset.btn p input {
	margin: -5px 5px 0;
	margin: -5px 5px 0 60px \9;
	width: 65px;
	height: 30px;
	line-height: 30px;
}

.contact-form fieldset.btn p img {
	margin-top: -5px;
}

.contact-form fieldset.btn p.send {
	padding: 0;
	width: 30%;
	height: 50px;
	background: none;
	line-height: 50px;
}

.contact-form fieldset.btn p.send input.btn-submit {
	margin: -4px 0 0 10px;
	padding: 7px 0;
	width: 90px;
	height: 45px;
	background: #d41815;
	background: -moz-linear-gradient(top,  #d41815 0%, #ae0200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d41815), color-stop(100%,#ae0200));
	background: -webkit-linear-gradient(top,  #d41815 0%,#ae0200 100%);
	background: -o-linear-gradient(top,  #d41815 0%,#ae0200 100%);
	background: -ms-linear-gradient(top,  #d41815 0%,#ae0200 100%);
	background: linear-gradient(to bottom,  #d41815 0%,#ae0200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41815', endColorstr='#ae0200',GradientType=0 );
	display: inline-block;
	box-shadow: 2px 2px 2px #CCC;
	border-radius: 3px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}

.contact-form fieldset.btn p.send input.btn-submit:hover {
	background: #980d0d;
}
#gmap iframe{
	width:100%;
	height:400px;
}
#contact{
	margin-top:50px;
}

/**********適應性**********/
/************************/
@media only screen and (min-width : 768px) {
	.wrapper .container aside #gmap {
		width: 100%;
		overflow: hidden;
	}
	.wrapper .container aside #gmap iframe {
		width: 100% !important;
		height: 500px !important;
	}
}

@media only screen and (min-width : 1024px) {
	.wrapper .container aside #gmap iframe {
		height: 700px !important;
	}
}

@media only screen and (min-width : 1280px) {
	.wrapper .container section .content-wrap .contact-info ,
	.contact-form fieldset p label {
		color: #000;
	}
}