﻿@charset "utf-8";

/*------------------------------------------------------------------------------
Access Implant center - CSS Modules Import
Date: 2009-04-21
Copyright©2001- Access Implant Center All rights reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Faq

---------------------------------------- */

div#Content h1 {
	background: #136bba url(../img/about/hd_index_01.png) 0 100% no-repeat;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

/* ----------------------------------------

Main

---------------------------------------- */

div#ShowRoom {
	margin-bottom: 40px;
}

div#ShowRoom #MapArea {
	float: left;
}

div#ShowRoom #PhotoArea {
	float: right;
}

div#ShowRoom #PhotoArea p {
	font-size: 1.077em;
	margin: 15px 0;
	border: 3px solid #a8d1f7;
	padding: 10px;
}

div#ShowPhoto {
	/*text-align: center;*/
}


/* ----------------------------------------

ClearFix (必要なければ削除)

---------------------------------------- */

/* -- Modern Browsers -- */

div#ShowRoom:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

div#ShowRoom {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#ShowRoom {
	height: 1%;
}

div#ShowRoom {
	display: block;
}
