﻿@charset "utf-8";

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


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

Content

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

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

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

Main

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

div#Main p.Lead {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#Main dl#Param {
	margin-bottom: 15px;
}

div#Main div#Explan01 {
	margin-bottom: 30px;
}

div#Main ul#ExList01 {
	float: left;
	width: 330px;
}

div#Main p#ExImg01 {
	float: right;
	width: 250px;
}	


div#Main dl#Param dt {
	float: left;
	clear: left;
	width: 4em;
	font-weight: 700;
}

div#Main dl#Param dd {
	margin-left: 4em;
	padding-left: 0.5em;
	border-left: 2px solid #d5d8da;
	font-weight: 700;
	color: #ec4e82;
}

div#Main table.TblStyleSdl {
	width: 100%;
}

div#Main table.TblStyleSdl th,
div#Main table.TblStyleSdl td {
	padding: 8px;
	border: 1px solid #d5d8da;
	background-color: #fff;
}

div#Main table.TblStyleSdl thead th {
	text-align: center;
	background: #f3f3f3 url(../img/common/bg_th_01.png) 0 100% repeat-x;
}

div#Main table.TblStyleSdl td {
}

div#Main table.TblStyleSdl td.Access {
}


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

ClearFix (必要なければ削除)

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

/* -- Modern Browsers -- */

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

/* -- IE7 -- */

div#Content,
div#Explan01 {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Content,
* html div#Explan01 {
	height: 1%;
}

div#Content,
div#Explan01 {
	display: block;
}