@charset "utf-8";

/*------------------------------------------------------------------------------
Access Implant center - CSS Modules Import
Date: 2010-01-15
Copyright(c)2010- Access Implant Center All rights reserved.
------------------------------------------------------------------------------*/


body {
	background: #fff url(../img/common/bg_body_01.png) 0 0 repeat-x !important;
}


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

Content

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

div#Content div#MainVisual {
	width: 370px;
	height: 300px;
	padding: 20px 0 0 530px;
	background: url(../img/top/img_main_01.jpg) 0 0 no-repeat;
}

div#Content div#MainVisual div#Preface {
	width: 350px;
	height: 280px;
	background: url(../img/top/txt_preface_01.jpg) 0 0 no-repeat;
}

div#Content div#MainVisual div#Preface h2,
div#Content div#MainVisual div#Preface p {
	height: 0;
	width: 0;
	overflow: hidden;
}

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

Content - Main

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

div#Main {
	float: left;
	width: 490px;
}

div#Main h3 {
	margin-bottom: 10px;
}

div#Main p.Lead {
}

div#Main div#Schedule {
	width: 490px;
	height: 300px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

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


div#Main div#Schedule table.TblStyleSdl th,
div#Main div#Schedule table.TblStyleSdl td {
	padding: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div#Main div#Schedule table.TblStyleSdl th {
	padding-left: 25px;
	background: #ddefff url(../img/common/icon_circle_01.png) 8px 50% no-repeat;
	font-weight: 700;
}

div#Main div#Schedule table.TblStyleSdl td {
	background-color: #ecf6ff;
	font-weight: 700;
}

div#Main div#Schedule table.TblStyleSdl td.Access {
	font-weight: 400;
	color: #868686;
}

div#Main div#Schedule table.TblStyleSdl th,
div#Main div#Schedule table.TblStyleSdl td a {
	font-size: 108%;
}


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

Content - Sub

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

div#Sub {
	float: right;
	width: 390px;
	margin-top: 20px;
}

div#Sub dl#ImplantIs {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	background-color: #ededed;
}

div#Sub dl#ImplantIs dt {
}

div#Sub dl#ImplantIs dd {
	padding: 5px 10px;
	background-color: #fff;
}

div#Sub dl#ImplantIs dd ul#Feature {
	margin-top: 10px;
	padding-left: 20px;
}

div#Sub dl#ImplantIs dd ul#Feature li {
	margin-bottom: 5px;
	line-height: 1.0;
}

div#Sub dl#ImplantIs dd ul.MoreInfo {
	float: left;
	width: 40%;
	margin-top: 10px;
}

div#Sub dl#ImplantIs dd ul#List01 {
	width: 60%;
}

div#Sub dl#ImplantIs dd ul.MoreInfo li {
	padding: 1px 0;
}

div#Sub dl#ImplantIs dd ul.MoreInfo li a {
	display: block;
	padding: 0 5px 0 15px;
	background: url(../img/common/icon_arrow_01.png) 0 0.4em no-repeat;
	zoom: 1;
}

div#Sub ul#SubNav li {
	display: inline;
	margin-left: 10px;
}

div#Sub ul#SubNav li.First {
	margin-left: 0;
}

div#Sub ul#SubNav li img {
	margin-bottom: 10px;
}


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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

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

/* -- IE7 -- */

div#Sub dl#ImplantIs dd {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Sub dl#ImplantIs dd {
	height: 1%;
}

div#Sub dl#ImplantIs dd {
	display: block;
}
