@charset "utf-8";

/*----------------------------------------------------
　お問合わせ
----------------------------------------------------*/

#text-area {
	margin: 0px auto 45px;
	width: 920px;
	padding: 0px;
}

#textArea {
	margin: 0px 0px 15px;
	padding: 0px;
	clear: both;
}

#textArea p.ti {
	font-size: 16px;
	margin-bottom: 1em;
}

#textArea p.sp {
	margin-bottom: 1em;
}

#textArea p.text {
	font-size: 16px;
}

/*==================================================================================================================*/

/*　フォーム
----------------------------------------------------*/

#php_form {
	width: 100%;
}

#php_form p.text {
	margin: 0px 0px 15px;
	padding: 0px 20px;
}

#php_form h2 {
	margin: 0px 0px 10px;
	text-align: left;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: #5EA9DD;
	display: inline-block;
	vertical-align:top;
	color: #FFF;
	padding: 12px 20px;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
 -webkit-box-sizing:border-box;
}

#php_form em {
	color: #FF0000;
	font-style: normal;
	font-size: 0.667em;
	margin-left: 5px;
}

#php_form input.itext, textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	color: #000000;
	background: #FFFFFF;
}

#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFFF;
}

#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFcc;
}

#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFcc;
	border:1px solid #cccccc;
}

#php_form p.bot {
	text-align: center;
	margin: 15px auto;
	width: 300px;
}

#php_form p.bot input {
	background-color: #5EA9DD;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font-size: 1em;
	font-weight: bold;
	padding: 12px;
	font-weight:bold;
	text-align: center;
}

/*==================================================================================================================*/

dl[class^="form"]:first-child {
	margin: 0;
	padding: 10px;
	background: #FFF;
	border-top: 1px solid #CCC;
}

dl[class^="form"] {
	margin: 0;
	padding: 10px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

dl[class^="form"] ul {
	margin: 0;
	padding: 0;
}

dl[class^="form"] dt {
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

dl[class^="form"] dd {
	margin: 0;
	padding: 0;
}

dl[class^="form"] li {
	position: relative;
	float: left;
	font-size:0.857em;
}

dl[class^="form"] dd:after {
	content: '';
	display: block; clear: both;
}

dl[class^="form"] dd label {
	display: block;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F1F1F1));
	border: 1px solid #fff;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 5px #aaa;
	font-weight: bold;
	text-align: center;
}

dl[class^="form"] dd li:first-child label {
	border-radius: 10px 0 0 10px;
}

dl[class^="form"] dd li:last-child label {
	border-left: 0;
	border-radius: 0 10px 10px 0;
}

dl[class^="form"] dd input[type="radio"]:checked + label {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5494C6), color-stop(100%, #6FACD5));
	color: #FFF;
}

dl[class^="form"] dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}
