@charset "utf-8";

/* フレスタ開発物件
----------------------------------------------------------------------------------------------------*/
#develop {
	float: right;
	width: 700px;
}

	#develop h2 {
		margin: 0 0 15px;
	}

	#develop dl.contact {
		margin: 1.5em 0;
		padding: .5em 0;
		width: 700px;
		border: solid #ccc 2px;
		font-weight: bold;
	}
	
		#develop dl.contact dt {
			float: left;
			margin-left: 1.5em;
			width: 7em;
			border-right: solid #ccc 1px;
		}

		*html #develop dl.contact dt { /* IE6 only */
			width: 8em;
		}
	
		#develop dl.contact dd {
			margin-left: 10.5em;
		}
	
		#develop h3 {
			margin: 0 0 10px;
		}

			#develop div.box1 {
				margin: 1em 0 2em 0;
				padding: 18px;
				border: solid #BEE6CD 2px;
			}
			
				#develop div.box1 dl.guideline {
					margin-top: -10px;
					padding-top: .3em;
				}
								
					#develop div.box1 dl.guideline dt {
						float: left;
						margin-top: .5em;
						padding: .3em .3em .3em .5em;
						width: 7em;
						background: #41b66c;
						font-weight: bold;
						color: #fff;
					}
					
					#develop div.box1 dl.guideline dd {
						margin: .5em 0 0 10em;
						padding: .3em;
					}

					*html #develop div.box1 dl.guideline dd { /* IE6 only */
						margin-left: 8em;
					}

				#develop div.box1 ul.shopImg {
					padding-bottom: 1.5em;
				}

					#develop div.box1 ul.shopImg li.first-child {
						float: left;
						padding-right: 20px;
					}
					
					*html #develop div.box1 ul.shopImg li.first-child { /* IE6 only */
						padding-right: 16px;
					}

				#develop div.box1 p.noShop {
					padding-bottom: 1em;
					font-weight: bold;
				}

				#develop div.box1 p.inquiry {
					margin-top: 1.5em;
					text-align: center;
				}
				
				#develop div.box1 table {
					width: 560px;
					border: solid #e9e9e9 1px;
					border-left: none;
					border-bottom: none;
				}

					#develop div.box1 table tr {
					}

						#develop div.box1 table th,
						#develop div.box1 table td {
							padding: .5em;
							border: solid #e9e9e9 1px;
							border-top: none;
							border-right: none;
						}

						#develop div.box1 table th {
							background: #f0f9f4;
							font-weight: bold;
							text-align: center;
						}
	
						#develop div.box1 table td {
						}

/* attention.html */
#develop ol {
}

	#develop ol li {
		margin-left: 2em;
		list-style: decimal;
	}
