@charset "utf-8";
/* ===================================================================
CSS information
file name  : page.css
style info : 固有ページのCSSの定義
=================================================================== */

/* ---------------------------------------------------
トップページ
--------------------------------------------------- */
/*お知らせ*/
.info dt {
	padding: 0 1em;
}
.info dd {
	margin: 7px 0 13px;
	padding: 0 1em 1em;
	background: url(/img/common/line_bg.png) repeat-x left bottom;
	line-height: 130%;
}
.info dd a:link {
	text-decoration: none;
}
.ic-new {
	position: relative;
	top: -2px;
	font-size: 12px;
	color: #fff;
	background-color: #f00;
	padding: 4px 3px 2px;
	margin-left: 7px;
	vertical-align: middle;
}

/* ---------------------------------------------------
庭樹園について
--------------------------------------------------- */
/*キャリア*/
#about .career {
	font-size: 12px;
	border: 1px solid #E9DAB6;
	padding: 10px;
	background-color: #F6F2EF;
	line-height: 170%;
}
#about .career span {
	display: block;
}
#about .career .photo {
	padding-bottom: 10px;
}
#about .career .name {
	font-weight: bold;
}
#about .career .txt {
	padding-top: 7px;
}

/* ---------------------------------------------------
お問い合わせ
--------------------------------------------------- */
/*庭樹園からのお願い*/
#contact .please dl {
	border: 1px solid #E9DAB6;
	background-color: #F6F2EF;
	padding: 7px 10px 7px 7px;
	border-radius: 4px;
	margin-bottom: 30px;
}
#contact .please dt,
#contact .please dd {
	font-size: 12px;
	display: inline-block;
}
#contact .please dt {
	background: url(/img/contact/icon_leaf.png) no-repeat left center;
	line-height: 26px;
	color: #44710C;
	font-weight: bold;
	padding: 0 10px 0 36px;
}
/*テーブル装飾*/
#contact .normalTable .essential {
	background: url(/img/contact/icon_essential.png) no-repeat left center;
	padding-left: 40px;
}
#contact .normalTable input[type="text"] {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #BFBBB2;
	box-shadow: 0px 0px 1px 1px #DFDFDF inset;
}
#contact .normalTable .ex {
	font-size: 12px;
	padding: 5px 0 0;
	display: block;
}
#contact .normalTable textarea {
	padding: 5px;
	line-height: 150%;
	border: 1px solid #BFBBB2;
	box-shadow: 0px 0px 1px 1px #DFDFDF inset;
}
#contact .normalTable p.error {
	color: #FF0000;
}
#contact .normalTable .error input,
#contact .normalTable .error textarea {
	background: #FFCCCC;
}
/*送信ボタン・リセットボタン*/
#contact ul.btn {
	width: 450px;
	margin: 0 auto;
}
#contact ul.btn li {
	margin-left: 26px;
	float: left;
}
#contact ul.btn li:first-child {
	margin-left: 0;
}
#contact ul.btn li input {
	width: 212px;
	height: 60px;
	border: 0;
	background: url(/img/contact/btn_contact.png) no-repeat left top;
}
#contact ul.btn li input#sendBtn        { background-position: 0 0;}
#contact ul.btn li input#resetBtn       { background-position: -212px 0px;}
#contact ul.btn li input#sendBtn:hover  { background-position: 0 -60px;}
#contact ul.btn li input#resetBtn:hover { background-position: -212px -60px;}
