@charset "utf-8";




#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

dl[class^="formSample"] {
	margin: 20px 10px 10px;
	padding: 10px;
	background: rgba(100, 100, 100, .1);
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #ccc;
	font-size: 16px;
}

dl[class^="formSample"] dt {
	font-weight: bold;
	padding: 15px 15px 5px;
	background: #fff;
}

dl[class^="formSample"] dt:first-of-type {
	border-radius: 10px 10px 0 0;
}

dl[class^="formSample"] dd {
	margin: 0;
	padding: 0 15px 20px;
	background: #fff;
}

dl[class^="formSample"] dd:last-of-type {
	padding-bottom: 15px;
	border-radius: 0 0 10px 10px;
}

dl[class^="formSample"] ul {
	margin: 0;
	padding: 0;
}

dl[class^="formSample"] li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

dl.formSample02 dd:after { content: ''; display: block; clear: both; }

dl.formSample02 dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 50%;
}

dl.formSample02 dd label {
	display: block;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	border: 1px solid #fff;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0 0 5px #aaa;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-align: center;
	color: #555;
}

dl.formSample02 dd li:last-child label {
	border-left: 0;
	border-radius: 0 10px 10px 0;
}

dl.formSample02 dd input[type="radio"]:checked + label {
	text-shadow: 0 -1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	color: #111;
}

dl.formSample02 dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}

dl[class^="formSample"] {
	margin: 20px 10px 10px;
	padding: 10px;
	background: rgba(100, 100, 100, .1);
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #ccc;
	font-size: 16px;
}

dl[class^="formSample"] dt {
	font-weight: bold;
	padding: 15px 15px 5px;
	background: #fff;
}

dl[class^="formSample"] dt:first-of-type {
	border-radius: 10px 10px 0 0;
}

dl[class^="formSample"] dd {
	margin: 0;
	padding: 0 15px 20px;
	background: #fff;
}

dl[class^="formSample"] dd:last-of-type {
	padding-bottom: 15px;
	border-radius: 0 0 10px 10px;
}

dl[class^="formSample"] ul {
	margin: 0;
	padding: 0;
}

dl[class^="formSample"] li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

dl.formSample02 dd:after { content: ''; display: block; clear: both; }

dl.formSample02 dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 50%;
}

dl.formSample02 dd label {
	display: block;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	border: 1px solid #fff;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0 0 5px #aaa;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-align: center;
	color: #555;
}

dl.formSample02 dd li:last-child label {
	border-left: 0;
	border-radius: 0 10px 10px 0;
}

dl.formSample02 dd input[type="radio"]:checked + label {
	text-shadow: 0 -1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	color: #111;
}

dl.formSample02 dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}


table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
