#y_mail.contDefault{
	margin-bottom:20px;
}


#y_mail .contDefault span, .inqForm span{
	font-size:1.2rem;
	display:block;
}

.inqFormWrap {
	text-align:center;
	padding:10px;
}
.inqForm {
	text-align:center;
}

#y_mail textarea, #y_mail input{
	font-size:1.6rem;
}

.inqForm textarea, .inqForm input{
	font-size:1.6rem;
}

.inqForm textarea{
	width:90%;
	height:140px;
}

.inqForm input{
	width:80%;
	max-width:320px;
}


.inqForm input[type="submit"]{
	margin:0 auto;
	width:160px;
	height:44px;
	font-size:1.6rem;
}

.inqForm dl{
	line-height:1.8rem;
	text-align:left;
	background:#fcc;
	padding:10px;
	margin-bottom:20px;
	background: #fff;
	/*background: -moz-linear-gradient(top,  #fcfcfc 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=0 );*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px ;*/
}
.inqForm dd{
	margin-bottom:20px;
}

.inqForm .attentionTxt{
	font-size:1.4rem;
	display:inline;
}
.inquiryForm input[type="submit"], .inquiryForm input[type="button"]{
	height:44px;
	width:100px;
}

.inqFormWrap table{
	margin:0 auto;
}


.inqFormWrap table td{
	padding:5px;
}

.inquiryForm{
	box-sizing: border-box;
	width: 100%;
	/*max-width:400px;*/
	margin:10px auto;
	padding:10px;
	background: #fff;
	min-width:280px;
	/*background: -moz-linear-gradient(top,  #fcfcfc 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=0 );*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px ;*/
}