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

/** [お問い合わせページ] **************************************************************************/

#con_form table{
	width: 800px;
	border-collapse: collapse;
	margin-bottom: 30px;
	}

#con_form th,
#con_form td{
	padding: 10px 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

#con_form th{
	width:10em;
	text-align:left;
	vertical-align:top;
}


/*入力フォームの設定*/
#con_form textarea{
	width: 480px;
	height: 160px;
	padding: 5px;
	border: #ccc 1px solid;
}

#con_form input[type="text"]{
	width:200px;
	padding:5px;
	border:#ccc 1px solid;
}

#con_form input:focus,
#con_form textarea:focus{
	background-color:#F3FCFF;
}

#con_form td#zip input[type="text"]{
	width:100px;
}

#con_form td#address input[type="text"]{
	width:300px;
}

#con_form td#tel input[type="text"]{
	width:100px;
}



/*ボタンの設定*/
#btns{
	text-align:center;
}

#btns input{
	width:100px;
}
