@charset "Shift_JIS";


/* --------------------------------------------------------------------------------------
ƒ^ƒCƒgƒ‹
--------------------------------------------------------------------------------------- */

#contentsArea h2.h2_title{
	width:100%;
	height:150px;
	margin: 0 auto 30px auto;
	padding:0;
	background: url(../img/title.png) no-repeat top center #ececec;
	text-indent: -9999px;
}

.formTable{
	font-size:14px;
	width:100%;
}

.formTable th {
	width:24%;
	border-bottom:1px solid #9fa0a0;
	padding:15px 20px 15px 10px;
}

.formTable td {
	width:66%;
	border-bottom:1px solid #cfd0d0;
	padding:15px 20px 15px 10px;
}

.formTable td input {
	border:1px solid #9fa0a0;
	padding:5px;
	width:60%;
	font-size:14px;
}

.formTable td textarea{
	border:1px solid #9fa0a0;
	padding:5px;
	width:100%;
	height:100px;
	font-size:14px;
}

input[type="button"],
input[type="submit"] {
	width:200px;
	padding:10px 0 ;
	background:#00adee;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	font-size:18px;
}

input[type="button"],
input[type="submit"] {
	width:300px;
	padding:10px 0 ;
	background:#00adee;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	font-size:18px;
	cursor: pointer;
}

.btn{
	text-align:center;
	margin-top:20px;
}


td .radio{
	padding:0;
	margin:0;
	width:20px !important;
}

 .ctSelect {
	width:220px;
	font-size:12px;
	line-height: 31px;
	height: 28px;
	padding: 0 0 0 10px;
	background: url(../img/pull_01.jpg) no-repeat right top;
	color: #000000;
	border-left:1px solid #d1d4dc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-top:none;
	border-right:none;
	border-bottom:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;	
}

td label{
	padding:0;
	margin:0;
	diaplay:inline;
}
