@charset "UTF-8";

/*====================================================================*
	File Name    : style.css
	Description  : 個別レイアウト用ファイル

 *====================================================================*/



/* ---------------------------------------------------- *
 *  お問合せ　　　                                      *
 * ---------------------------------------------------- */
 
div#con p{
	margin		: 30px 0 0 20px;
}

div#con table{
	margin		: 30px 0 0 20px;
	border		: 1px solid #999;
}

div#con table th,div#con table td{
	border		: 1px solid #999;
	padding		: 5px;
}

div#con table th{
	width		: 180px;
	vertical-align: top;
	font-weight	: normal;
}

div#con table th span.mark{
	color:#39C;
	margin:0 5px 0 0;
}

div#con table th span.red{
	color		: #F00;
}

div#con table td{
	width		: 310px;
}

div#con table input{
	width		: 300px;
}

div#con ul.err{
	margin		: 10px 0 0;
}

div#con ul.err li{
	color		: #F00;
	margin		: 0 0 0 25px;
}

div#con p.btn{
	margin		: 30px 70px 0 0;
	text-align	: right;
}

div#con p.btn input{
	margin		: 0 5px;
}

div#con table textarea{
	width		: 300px;
	height		: 150px;
}