@charset "UTF-8";

/* ***************************************************
* CSS file For hiroo-prime.com
	FileName: contact.css

■目次 ==========================================
■[00]:common.cssをリセット↓
■[01]:ヘッダー

**************************************************** */

/*-----------------------------------------------------------
■[00]:common.cssをリセット↓
------------------------------------------------------------*/



/*-----------------------------------------------------------
■[000]:見出し
------------------------------------------------------------*/
h3.bar01{
	margin: 15px 0px 0px 0px;
}

h3.bar02{
	margin: 10px 0px 10px 0px;
}

h3{
	margin: 15px 0px 0px 10px;
}
/*-----------------------------------------------------------
■[000]:アウトライン
------------------------------------------------------------*/
table.outline{
	width: 529px;
	margin: 10px auto;
	padding : 0px;
}
table.outline th{
	width: 108px;
	margin: 0px;
	padding : 5px 0px 5px 0px;
	border-bottom: 1px dotted #9d9d9d;
	vertical-align: top;
}
table.outline td{
	width: 421px;
	margin: 0px;
	padding : 2px 0px 3px 0px;
	border-bottom: 1px dotted #9d9d9d;
	line-height: 120%;
}

ul.linkBt{
	width: 370px;
	margin: 6px auto 15px;
	padding: 0px;
}
ul.linkBt li{
	width: 171px;
	margin: 0px 4px 0px;
	padding: 0px;
	float: left;
}


/*-----------------------------------------------------------
■[000]:フォーム
------------------------------------------------------------*/
table.form{
	width: 529px;
	margin: 5px auto 20px;
	border-top: 1px dotted #9d9d9d;
}
table.form th{
	width: 142px;
	background: url(/img/common/list_marker01.gif) no-repeat 5% 50% #f2f6e3;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px dotted #9d9d9d;
}
table.form td{
	width: 355px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px dotted #9d9d9d;
}
table.form td p{
	font-size: x-small;
	margin: 3px 0px 0px 0px;
}

table.form td input{
	margin: 0px 3px -1px 0px;
}

input.bt{
	width: 186px;
	margin: 0 auto 20px;
	display: block;
}

div.error{
	width: 505px;
	border: 3px double #ff6633;
	color: #ff6633;
	padding: 5px 0px 5px 15px;
	background: #ffeede;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.confirmBt{
	width:370px;
	margin: 0px auto 0px;
}

ul.confirmBt li{
	float:left;
}

div.comment{
	line-height: 130%;
	margin: 5px 0px 0px 0px;
}
/*-----------------------------------------------------------
■[000]:thanks
------------------------------------------------------------*/
div.thanks{
	width: 500px;
	margin: 20px auto 30px;
	padding: 4px;
	border: 1px solid #d7d7d7;
}
div.thanks div{
	width: 474px;
	margin: 0px;
	padding: 15px 10px 10px;
	border: 3px solid #dfe5cb;
	text-align: center;
}

div.thanks div p{
	margin: 7px 0px 7px 0px;
}

/*-----------------------------------------------------------
■[000]:お問い合わせ連絡
------------------------------------------------------------*/

ul.contact{
	width: 529px;
	margin: 15px auto 20px;
	list-style: none;
	padding: 0px;
}
ul.contact li{
	width: 513px;
	padding: 4px;
	border: 1px solid #d7d7d7;
	list-style: none;
	margin: 0px 3px 0px;
}
ul.contact li div{
	padding: 10px 6px 10px;
	border: 3px solid #dfe5cb;
	margin: 0px;
	/* height: 90px; */
}

ul.contact li div h3{
	margin: 0px 0px 10px 10px;
	
}

ul.contact li div p{
	text-align: left;
	padding: 12px 0px 15px 15px;
	margin: 0px 10px 0px 10px;
	background: #f3f8e1;
	width: 180px;
	float: left;
}
