@charset "shift_jis";
/* -------------------------
    ask
------------------------- */
#ask {
	width: 600px;
	float: right;
}

#ask h2{
	font-size: 16px;
	margin-top: 10px;
	padding-bottom: 10px;
}

  /* --------------------------------------------------------
     表組み1
-------------------------------------------------------- */
div#ask table.type01{
	border-collapse: collapse;
	border-top: 2px solid #cccccc;
	width: 95%;
	margin: 20px 0 20px 10px;
}
div#ask table.type01 th{
	border-bottom: 1px solid #cccccc;
	padding: 10px 7px;
	background-color: #FFFFCC;
	text-align: left;
}
div#ask table.type01 td{
	border-bottom: 1px solid #cccccc;
	padding: 10px 7px;
	vertical-align: top;
	line-height: 200%;
}
div#ask table.type01 caption{
	text-align: right;
	font-size: 12px;
	color: #000000;
}
/* --------------------------------------------------------
     お問い合わせ
-------------------------------------------------------- */
/*フォーム内容*/
input.text01{
	width:300px;
}
input.text02{
	width:100px;
}
input.text03{
	width:350px;
}
textarea{
	width:350px;
}