@charset "utf-8";
/* CSS Document */

dl.slidetoggle_menu dt{
	padding: 15px 0 5px 25px;
	border-bottom: #139365 dotted 1px;
	background: url(../images/form/bg_question.gif) no-repeat 0 1.1em;
}
dl.slidetoggle_menu dd {
	padding: 5px 0 5px 25px;
	display:none;
	background: url(../images/form/bg_answer.gif) no-repeat 0 0.6em;
}


div.center input{
	margin-top:15px;
}

table {
	width:100%;
}

table th,
table td {
	padding:10px;
}

.contactPage table th {
	width:250px;
	text-align:left;
}

.contactPage table dl {
	margin : 0;
}

.contactPage table table {
	width: 500px;
	background: none;
	margin : 0;
}

table table th,
table table td {
	background: none;
	border: none;
	padding: 3px;
}

table table th {
	width: 160px;
	font-size: 85%;
}

table td input,
table td select,
table td textarea{
	padding: 8px 5px;
}

.content p input[type="submit"]{
	width: 450px;
	margin: 30px auto 0 auto;
	display: block;
	color: #fff;
	font-size: 120%;
	padding: 15px 50px 12px 0;
	text-align: center;
	font-weight: bold;
	background: url(../images/bg_button_off.png) no-repeat 96% center, #0f9265;
	text-decoration: none;
	border: #0f9265 solid 1px;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

/* dl */

table td dl dt{
	float:left;
	clear:left;
	padding:0 10px 0 0;
	width:13em;
}

table td dl dd{
	padding:0 0 10px 15em;
}


/* ul */

table td ul li{
	float:left;
	margin-right:10px;
	width:200px;
}

/* 必須アイコン */
th .require {
	display: block;
	float: right;
	margin-top: 0.2em;
}

/* 入力例 */
.contactPage .example {
	font-size: 78%;
	color: #666;
	margin: 3px;
	padding: 0;
}


/* メールアドレス入力文 */
.contactPage .email-text {
	font-size: 85%;
	margin: 10px 0 5px;
}

/* --- エラー -- */

.contactPage p.error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 15px;
	background: url(../images/form/icon_information.png) no-repeat 0 0.2em;
	margin: 5px 0;
}

.contactPage table table p.error {
	font-size: 91%;
}


input.error,
textarea.error {
	border: 1px solid #ee9899;
}

/* フォームボタン */
.form-button form {
	display: inline;
	padding: 0 20px;
}
