@charset "utf-8";
/* CSS Document */

/*----------------------------
お問い合わせ
----------------------------*/
input,
textarea,
select{
	border: 1px solid #B9C9CE;
	border-radius:5px;
	padding: 10px 0.8em;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.contact-tbl{
	border-left:1px solid #3abaff;
	border-top:1px solid #3abaff;
	width:100%;
	margin-bottom:10px;
	table-layout: fixed;
}
.contact-tbl th{
	background-color:#eaf8ff;
	width:120px;
}
.contact-tbl th,
.contact-tbl td{
	padding:10px;
	border-right:1px solid #3abaff;
	border-bottom:1px solid #3abaff;
}
.select-fl{
	overflow:hidden;
}
.select-fl li{
	float:left;
}
.con-btn{
	width:379px;
	margin:20px auto;
}
.sampletext{font-size:13px;}
/* チェックボックス
============================== */
.check-group input {
	display: none;
}
.check-group label {
	cursor: pointer;
	padding: 10px;
	font-size:16px;
	float: left;
	border-right: solid 1px #b7c6db;
	border-left: solid 1px #fff;
	border-top: solid 1px #b7c6db;
	border-bottom: solid 1px #b7c6db;
	background: #eee;
	background-image: -moz-linear-gradient(top, #efefef, #d7d7d8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d7d7d8));
}
.check-group div:first-child label {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-left: solid 1px #b7c6db;
}
.check-group div:last-child label {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-right: solid 1px #b7c6db;
}
.check-group label.checked {
	color: #fff;
	background: #1c7cff;
	background-image: -moz-linear-gradient(top, #1c7cff, #5ca1ff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1c7cff), to(#5ca1ff));
}

.check-group label::-moz-selection,
.check-group label::selection {
	background: transparent;
}
/* ラジオボタン
============================== */
.radio-group input {
	/*
	opacity: 0;
     filter: alpha(opacity=0);
	*/
}
.radio-group div {
	position: relative;
}
.radio-group input {
	position: absolute;
	left: 0px;
	outline:none;
}
.radio-group label {
	cursor: pointer;
	padding: 10px;
	font-size:16px;
	float: left;
	border-right: solid 1px #b7c6db;
	border-left: solid 1px #fff;
	border-top: solid 1px #b7c6db;
	border-bottom: solid 1px #b7c6db;
	background: #eee;
	background-image: -moz-linear-gradient(top, #efefef, #d7d7d8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d7d7d8));
}
.radio-group div:first-child label {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-left: solid 1px #b7c6db;
}
.radio-group div:last-child label {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-right: solid 1px #b7c6db;
}
.radio-group label.checked  {
	color: #fff;
	background: #1c7cff;
	background-image: -moz-linear-gradient(top, #1c7cff, #5ca1ff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1c7cff), to(#5ca1ff));
}