/*
 * iweb23-style011
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 06 / 01
 */


/* +main banner
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .contact-form {
	overflow: hidden;
}

.wrapper .container section .content-wrap .contact-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.wrapper .container section .content-wrap .contact-form fieldset p {
	margin: 0 0 25px;
	line-height: 190%;
	font-size: 18px;
}

.wrapper .container section .content-wrap .contact-form fieldset p label {
	margin: 0 0 5px;
	display: inline-block;
}

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

.wrapper .container section .content-wrap .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;
}

.wrapper .container section .content-wrap .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;
}

.wrapper .container section .content-wrap .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;
}

.wrapper .container section .content-wrap .contact-form fieldset p input.radio {
	width: 20px;
	height: 20px;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn {
	overflow: hidden;
}

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

.wrapper .container section .content-wrap .contact-form fieldset.btn p input {
	margin: -5px 5px 0;
	width: 65px;
	height: 30px;
	line-height: 30px;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p a {
	padding: 5px 15px;
	background: #E71317;
	color: #fff;
	opacity: 1;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.66);
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p a:hover {
	opacity: 0.7;
}
