﻿@charset "utf-8";
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}

p {
	margin:0 0 1em 0;
	}

ul {
	list-style-type:none;
	}

img {
	border:0;
	}

img a {
	border:none;
	}

caption,th {
	text-align:left;
	}

caption,em,strong,th {
	font-style: normal;
	}

img {
    max-width: 100%;
    height: auto;
}

/*----------------------------------------
■ヘッダー
------------------------------------------*/

#headerContainer {
		display:table;
	width: 990px;
margin: 0 auto;
	}

h1 {

	}
h1 a:link,
h1 a:visited {
	color: #FFF;
	}

/* ヘッダー　ロゴ */
.logo {
	display: block;
	clear: both;
	height: 123px;
	margin: 0px 0px 0 0;
	text-align: center;
	}
.logo img {
	margin: 25px 0px 0px 0;
	}
.logo02 {
	display: block;
	clear: both;
	height: 43px;
	margin: 0px 0px 0 0;
	text-align: center;
	line-height: 43px;
	}
.logo02 img {
	margin: 13px 0px 0px 0;
	}
.timeBox {
	display: block;
	height: 67px;
	float: left;
	margin: 0px 0 0 0;
	padding: 13px 0px 0 0px;
	font-size: 16px;
	}
.catch img {
	margin: 0 0 2px 0;
	}

.telBox {
	display: block;
	width: 460px;
	height: 58px;
	float: right;
	margin: 0px 0 0 0;
	padding: 22px 0 0 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 14px;
	}

/*----------------------------------------
■
------------------------------------------*/

#flashContainer {
	clear: both;
	width: 1400px;
	height: 460px;
	margin: 0px auto 38px auto;
	padding: 0 0px 0 0px;
	background: url(../img/01.jpg) no-repeat;
	}

/*下層ページタイトル*/
#titHead {
	clear: both;
	display: block;
	width: 990px;
	height: 230px;
	position: relative;
	overflow: hidden;
	margin: 0px auto 26px auto;
	padding: 0px 205px 0 205px;
	/*background: #0047B3 url(../img/bg_title.jpg) repeat-y;*/
	}
#titHead p#pagetit {
	position: absolute;
	top: 50px;
	z-index: 30;
	color: #000;
	font-size: 40px;
	margin: 0;
	line-height: 1.3em;
	}
#titHead p#pagetit span {
	display: block;
	font-size: 18px;
	line-height: 1.3em;
	}
#titHead img#titimg {
	position: absolute;
	left: 742px;
	z-index:10;
	margin: 0;
	}
#titHead div#titBg {
	position: absolute;
	width: 1400px;
	height: 230px;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: url(../img/bg_tit01.png) repeat-y;
	/*background: url(../img/bg_tit_03.png) repeat-y;*/
	}
#titHead div#titBg.bg_tit_01 {
	background: url(../img/bg_tit01.png) repeat-y;
}
#titHead div#titBg.bg_tit_02 {
	background: url(../img/bg_tit01.png) repeat-y;
	/*background: url(../img/bg_tit_02.png) repeat-y;*/
}

/*----------------------------------------
■メインコンテナ
------------------------------------------*/
#mainContainer {
	width: 990px;
	margin: 0 auto;
	}

/*----------------------------------------
■右側コンテナ
------------------------------------------*/
#sideContainer {
	width: 230px;
	float: right;
	padding-top: 25px;
	}


/*-------------------------
 サイドメニュー装備
 ----------------------------*/

#sideMenu {
	padding: 17px 0px 0 0px;
	margin-bottom: 15px;
	}
#sideMenu h3 {
	font-size: 18px;
	width: 230px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #0046B2;
	border-top: dotted #A08B49 1px;
	}
#sideMenu h3.h3clinic { background-image: url(../img/bg_h3clinic.jpg); }
#sideMenu h3.h3dental { background-image: url(../img/bg_h3dental.jpg); }
#sideMenu h3.h3aesthe { background-image: url(../img/bg_h3aesthe.jpg); }
#sideMenu h3.h3imp { background-image: url(../img/bg_h3imp.jpg); }

#sideMenu ul {
	display: block;
	width: 230px;
	background: url(../img/bg_menu.png) repeat-y;
	margin-bottom: 22px;
	}

#sideMenu ul li {
	background-repeat: no-repeat;
	}

#sideMenu ul li a {
	display: block;
	margin: 0 0 0 0;
	width: 200px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	text-decoration: none;
	color: #444;
	padding-left: 30px;
	}

#sideMenu ul li a:hover {
	background: url(../img/bg_menu_h.png);
	text-decoration:none;
	color: #FFF;
	}

/*----------------------------------------
■左側コンテナ
------------------------------------------*/
#contentContainer {
	margin: 10px;
	}
#contentContainer h2 {
	clear: both;
	display: block;
	line-height: 1.3em;
	font-size: 20px;
	margin-bottom: 22px;
	padding: 7px 0 7px 0px;
	font-weight: normal;
	color: #0AB1AD;
	border-bottom: solid #BBB 1px;
	}

#contentContainer h2 a {
	color: #2F534D;
	}

/*下層ページ用*/

#contentContainer p {
	font-size: 16px;
	}
#contentContainer p.center {
	overflow: hidden;
	}

#contentContainer p a:link {
	color: #00A3D8;
	font-weight: bold;
	text-decoration: underline;
	}
#contentContainer .wid200 {
	font-size:12px;
}

/*TOPコンテンツブロック*/

.topBox {
	clear: both;
	width: 1110px;
	margin: 0px auto 27px auto;
	padding: 0 0px 0 0px;
}

/*選ばれる理由*/
.pointArea {
	padding: 38px 0 0 0;
	}
.pointArea h2 {
	clear: both;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #003F9F;
	border-top: none;
	margin-bottom: 27px;
	padding: 0;
	background: url(../img/bg_h2_top.png) repeat-x left center;
	}
.pointArea h2 span {
	background: #FFF;
	padding: 0 20px 0 20px;
	}

.pointArea div {
	display: block;
	float: left;
	width: 350px;
	margin-bottom: 25px;
	padding: 0px 0px 0 0px;
	line-height: 1.6em;
	}

.pointArea div img {
	margin-bottom: 10px;
	}

.pointArea p {
	font-size: 12px;
	width: 310px;
	line-height: 1.4em;
	margin-left: 20px;
	}

.point1,
.point2,
.point4,
.point5 { margin-right: 30px; }


/*衛生管理TOP*/

.infectionBox {
	padding: 18px 0 0 0;
	}
.infectionBox h2 {
	clear: both;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	color: #003F9F;
	border-top: none;
	margin-bottom: 27px;
	padding: 0;
	background: url(../img/bg_h2_top.png) repeat-x left center;
	}
.infectionBox h2 span {
	background: #FFF;
	padding: 0 20px 0 20px;
	}
.infectionBox div {
	display: block;
	float: left;
	width: 470px;
	padding-bottom: 10px;
	padding: 0px 0px 0 0px;
	}

.infectionBox div h3 {
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: #003F9F;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px 0 0 0;
	}

.infectionBox div img {
	float: right;
	margin: 0 0 0 10px;
	}

.infectionBox p {
	font-size: 14px;
	line-height: 1.4em;
	}

.infe01 { margin-right: 40px; }

/*診療項目*/
.treatBox {
	padding: 38px 0 0 0;
	}
.treatBox h2 {
	clear: both;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	color: #003F9F;
	border-top: none;
	margin-bottom: 27px;
	padding: 0;
	background: url(../img/bg_h2_top.png) repeat-x left center;
	}
.treatBox h2 span {
	background: #FFF;
	padding: 0 20px 0 20px;
	}

.treatBox div {
	display: block;
	float: left;
	width: 310px;
	margin-bottom: 25px;
	padding: 0px 0px 0 0px;
	line-height: 1.6em;
	}

.treatBox div img {
	margin-bottom: 10px;
	}

.treatBox p {
	font-size: 12px;
	line-height: 1.4em;
	}

.treat01,
.treat02,
.treat04,
.treat05 { margin-right: 30px; }


/*衛生管理TOP*/

.ctBox {
	padding: 38px 0 20px 0;
	}
.ctBox h2 {
	clear: both;
	display: block;
	line-height: 30px;
	font-weight: normal;
	font-size: 26px;
	color: #003F9F;
	border-top: none;
	border-bottom: solid #0047B3 1px;
	margin-bottom: 27px;
	padding: 7px 0 7px 0;
	}

.ctBox img {
	float: right;
	margin: 0 0 0 30px;
	}

.ctBox p {
	font-size: 14px;
	line-height: 1.4em;
	}


/*フッターお問い合わせ*/
div.otoArea {
	clear: both;
	display: block;
	width: 730px;
	margin: 50px 0 35px 0;
	padding: 30px 0px 30px 0px;
	border-bottom: solid #DDD 3px;
	border-top: solid #DDD 3px;
}
#contentContainer .otoArea p {
	font-size:18px;
	line-height: 1.4em;
}

#contentContainer .pointArea p a,
#contentContainer div.otoArea p a {
	text-decoration: none;
    background: none;
    padding-right: 0;
	margin-right: 0;
	height: auto;
}

#contentContainer div.otoArea .otoMap {
	display: block;
	}

#contentContainer div.otoArea .otoMap p {
	font-size: 12px;
	}

div.otoArea .fl {
	text-align: right;
}

#contentContainer div.otoArea .otoMap p.train {
	font-size: 18px;
	color: #468C00;
	text-align: center;
	padding-left: 34px;
	margin: 5px 0 0 0;
	background:url(../img/train.png) no-repeat 8px 0;
}

#contentContainer div.otoArea .otoMap p.car {
	font-size: 14px;
	color: #3F2600;
	text-align: left;
	padding-left: 34px;
	margin: 5px 0 0 0;
	background:url(../img/car.png) no-repeat 3px 0;
}

/* -----------------------------------------------------------
  h見出し　装飾
----------------------------------------------------------- */

/*h3タイトル1*/
#contentContainer h3 {
	display: block;
	line-height: 1.4em;
	padding: 0 0 4px 25px;
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	background: url(../img/bg_h3.png) no-repeat left 10px;
	border-bottom: dotted #B29683 1px;
	}
#contentContainer .h3noBox h3 {
	display: block;
	line-height: 1.3em;
	padding: 0 0 0 0;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	background: none;
	border-bottom: dotted #B29683 1px;
	}

#contentContainer .clinicBox {
	margin-bottom: 5em;
}

#contentContainer .clinicBox h3 {
	display: block;
	line-height: 1.3em;
	padding: 5px 0 5px 10px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	background: none;
	border-left: solid #0AB1AD 3px;
	border-bottom: none;
	}


/*----------------------------
  治療の流れ
----------------------------*/
#contentContainer .stepBox {
	margin-bottom: 3em;
}

#contentContainer .stepBox h2,
#contentContainer .stepBox h3 {
	clear: both;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 1em;
	padding: 5px 0 10px 80px;
	border-bottom: dotted #CCCCCC 1px;
	background-repeat: no-repeat;
	background-position: left 0;
	}

#contentContainer .stepBox .titStep01 { background-image: url(../img/step01.png); }
#contentContainer .stepBox .titStep02 { background-image: url(../img/step02.png); }
#contentContainer .stepBox .titStep03 { background-image: url(../img/step03.png); }
#contentContainer .stepBox .titStep04 { background-image: url(../img/step04.png); }
#contentContainer .stepBox .titStep05 { background-image: url(../img/step05.png); }
#contentContainer .stepBox .titStep06 { background-image: url(../img/step06.png); }
#contentContainer .stepBox .titStep07 { background-image: url(../img/step07.png); }
#contentContainer .stepBox .titStep08 { background-image: url(../img/step08.png); }
#contentContainer .stepBox .titStep09 { background-image: url(../img/step09.png); }
#contentContainer .stepBox .titStep10 { background-image: url(../img/step10.png); }

#contentContainer .stepBox h4 {
	display: block;
	line-height: 1.4em;
	padding: 0 0 4px 25px;
	margin: 0 0 1em 2em;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	background: url(../img/bg_h3.png) no-repeat left 5px;
	}

.stepBox p {
	background: url(../img/arrow_step.png) no-repeat 10px 0;
	margin-left: 5px;
	padding-left: 2em;
	}

/*新着記事表示*/
dl.newsArea {

	margin-bottom: 10px;
	font-size: 14px;
	}

dl.newsArea dt {

	clear: both;
	width: auto;
	padding: 5px 3px 3px 0;
	line-height:1.7em;
	}

dl.newsArea dd {
	margin: 0;

	padding: 5px 3px 3px 0px;
	line-height: 1.7em;
	}

dl.newsArea a:link,
dl.newsArea a:visited {
	text-decoration: underline;
	color: #567A21;
	}

/*----------------------------
院内紹介用 写真　装飾
----------------------------*/

.tourBox div {
	display: block;
	float: left;
	width: 330px;
	margin-right: 20px;
	padding-bottom: 10px;
	}
.tourBox div img {
	border: 5px #CCCCCC solid;
	}
#contentContainer .tourBox div h3 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 1.3em;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	background: none;
	border: none;
	}
.tourBox div span {
	display: block;
	font-size: 10px;
	color: #297678;
	text-align: center;
	line-height: 12px;
	margin: 0 auto;
	}
#contentContainer .tourBox div p {
	font-size: 12px;
	}

/*院内機器*/
#contentContainer .eqContent p {
	display: block;
	float: left;
	width: 212px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.4em;
	}
#contentContainer .eqContent p span {
	display: block;
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #297678;
	text-align: center;
	line-height: 18px;
	padding-top: 3px;
	margin: 0;
	}

/*----------------------------
  Q&A設定
----------------------------*/

dl.faqArea {
	display:block;
	}

dl.faqArea dt {
	background: url(../img/q.png) no-repeat top left;
	padding: 5px 0 5px 40px;
	font-size: 20px;
	font-weight: normal;
	color: #3F3416;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 10px 0 8px 0;
    line-height: 1.5em;
}

dl.faqArea dd {
	background: url(../img/a.png) no-repeat top left;
	padding: 10px 0 20px 3.5em;
	line-height: 1.7em;
	font-size: 14px;
}
dl.faqArea dd span {
	display: block;
	font-size: 20px;
	margin: 5px 0 5px 0;
	padding: 0 0 0 1.5em;
	color: #0080AA;
}

/*----------------------------------------
■フッター
------------------------------------------*/
#footerContainer {
	width: 100%;
	height: 277px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_foot.jpg) repeat-x;
	padding: 0 0 0 0;
	}
#footerContent {
	width: 960px;
	height: 257px;
	padding: 40px 0 0 0;
	margin: 0 auto 0 auto;
	background: url(../img/copy.png) no-repeat center 214px;
	}
#footerContent a {
	color: #000;
	}
#footerContent ul.listFoot {
	display: block;
	width: 750px;
	float: right;
	font-size: 12px;
	color: #000;
	margin: 0px 0 20px 0;
	}

#footerContent ul.listFoot li {
	display: block;
	float: left;
	width: 165px;
	background: url(../img/arrow_foot_0.png) no-repeat left top;
	padding: 0 0 0 20px;
	font-size: 13px;
	}
#footerContent ul.listFoot li ul li {
	width: auto;
	clear: both;
	background: url(../img/arrow_left.png) no-repeat left 3px;
	padding: 0 0 0 12px;
	font-size: 12px;
	}

p.footLogo a {
	display: block;
	width: 800px;
	height: 100%;
	font-size: 14px;
	margin: 0 auto 0 auto;
	padding: 90px 0 12px 0;
	color: #444;
	text-align: center;
	background: url(../img/logo_pc.png) no-repeat center 0px;
	}
#footerContent p.footLogo a {
	color: #013F8C;
	text-decoration: underline;
	}
.copy {
	text-align: center;
	color: #0047B3;
}

/*----------------------------------------
■角丸
------------------------------------------*/
div.round_uu {
	clear: both;
  border-radius: 10px;
  border: #0047B3 1px solid;
  padding: 20px;
  margin: 0 auto 20px auto;
  /*background-color: #E9E6DA;*/
  width: 670px;
}

/*その中の見出し設定*/

#contentContainer .round_uu h3,
#contentContainer .round_uu h4 {
	display: block;
	height: 22px;
	line-height: 22px;
	margin-bottom: 8px;
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	border: none;
	background: url(../img/bg_h4.png) no-repeat left center;
	}
#contentContainer .round_uu h3.hDr {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 155px;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	background: #FFFFFF url(../img/bg_h3_dr.png) no-repeat left center;
	}
#contentContainer .round_uu h3.hMemo {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 110px;
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: normal;
	color: #446622;
	background: #FFFFFF url(../img/bg_h3_memo.png) no-repeat left center;
	}


/*----------------------------
  テーブル　クリニック紹介　設定
----------------------------*/
#contentContainer table.tableClinic {
	border-collapse: collapse;
	width: 98%;
	 font-size: 14px;
	 margin-left: 10px;
	 margin-bottom: 20px;
	}
#contentContainer table.tableClinic th {
	 background-color: #E4EDEA;
	 font-weight: normal;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 text-align: center;
	 white-space: nowrap ;
	}
#contentContainer table.tableClinic td {
	clear: both;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
#contentContainer table.tableClinic p {
	margin:0;
	padding:0;
	 text-align: left;
	}
#contentContainer table.tableClinic p.center {
	 text-align: center;
	}
#contentContainer table.tableClinic td img {
	float: left;
	margin-right: 10px;
}

/*----------------------------
  テーブル　入れ歯　設定
----------------------------*/
#contentContainer table.tableDenture {
	border-collapse: collapse;
	width: 98%;
	 font-size: 16px;
	 margin-left: 10px;
	 margin-bottom: 5em;
	}
#contentContainer table.tableDenture th {
	 background-color: #E4EDEA;
	 font-weight: normal;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 text-align: center;
	 white-space: nowrap ;
	}
#contentContainer table.tableDenture td {
	clear: both;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
#contentContainer table.tableDenture p {
	margin:0;
	padding:0;
	 text-align: left;
	}
#contentContainer table.tableDenture p.center {
	 text-align: center;
	}
#contentContainer table.tableDenture td img {
	float: left;
	margin-right: 10px;
}
/*----------------------------
  テーブル　求人　設定
----------------------------*/
#contentContainer table.tableJob {
	border-collapse: collapse;
	width: 98%;
	 font-size: 14px;
	 margin-left: 10px;
	 margin-bottom: 20px;
	}
#contentContainer table.tableJob th {
	 background-color: #E4EDEA;
	 font-weight: normal;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 text-align: center;
	 white-space: nowrap ;
	}
#contentContainer table.tableJob td {
	clear: both;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
#contentContainer table.tableJob p {
	margin:0;
	padding:0;
	 text-align: left;
	}
#contentContainer table.tableJob p.center {
	 text-align: center;
	}
#contentContainer table.tableJob td img {
	float: left;
	margin-right: 10px;
}

/*----------------------------
  テーブル　補綴の比較表
----------------------------*/
.tableCompa {
	width: 86%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin-bottom: 3.5em;
	}
.tableCompa th {
	 background-color: #E0DECF;
	 padding: 4px;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	}
.tableCompa td {
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
/*----------------------------
  テーブル　虫歯の比較表
----------------------------*/
.tableCaries {
	width: 90%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin-bottom: 3.5em;
	}
.tableCaries th {
	 background-color: #E0DECF;
	 padding: 4px;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	}
.tableCaries td {
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
/*----------------------------
  テーブル　ポリリン酸従来との違い
----------------------------*/
.tableWhite {
	width: 90%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin: 0 auto 1.5em auto;
	}
.tableWhite th {
	 background-color: #E0DECF;
	 padding: 3px;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	 text-align: center;
	}
.tableWhite td {
	 padding: 3px;
	 border: 1px solid #CCCCCC;
	}

/*Dr経歴表示*/
dl.drProfile {
	display: block;
	margin: 0 0 1em 2em;;
	line-height: 1.7em;
	font-size: 16px;
	}

dl.drProfile dt {
	float: left;
	clear: both;
	width: 70px;
	padding: 0px 0 0px 15px;
	background: url(../img/arrow01.png) no-repeat left 5px;
	}

dl.drProfile dd {
	margin: 0;
	margin-left: 100px;
	}

/*-------------------------------
リスト
---------------------------------*/

/* リスト*/

#contentContainer ul {
	display: block;
	list-style-image: url(../img/arrow.png);
	line-height:1.7em;
	font-size: 16px;
	margin-left: 2em;
	margin-bottom: 2em;
	}
#contentContainer ul li ul {
	display: block;
	list-style-image: url(../img/arrow.png);
	line-height:1.7em;
	margin-left: 2em;
	}
#contentContainer #mailfield dl.mailform ul {
	list-style-image: none;
	}
#contentContainer table ul {
	margin-bottom: 0;
	}

/*審美歯科インデックス*/
#contentContainer ul.imgList0 {
	list-style-image: none;
	margin-left: 0px;
	margin-bottom: 3em;
	}

#contentContainer ul.imgList0 li {
	display: block;
	float: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 15px;
	}

/*200pxを3つ*/
#contentContainer ul.imgList {
	list-style-image: none;
	margin-left: 40px;
	}

#contentContainer ul.imgList li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	width: 200px;
	background-color: #FFF;
	text-align: center;
	}

/*150pxを4つの流れ*/
ul.imgListstep4 {
	margin-left: 10px;
	}

ul.imgListstep4 li {
	display: block;
	float: left;
	width: 150px;
	padding-right: 30px;
	margin-bottom: 15px;
	background: url(../img/arrow_step.png) no-repeat 160px 80px;
	}
ul.imgListstep4 li.lastimg {
	padding-right: 0px;
	}




/*-------------------
 リンク設定
 ---------------------*/
a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	color: #00A3D8;
	}

a:hover {
	color: #FF9900;
	text-decoration:underline;
	}

p {
	color: #444;
	line-height: 1.7em;
	}

.uLine a {
	color: #00A3D8;
	text-decoration: underline;
	}

.linkColor a {
	color: #333;
	text-decoration: none;
	}

/* パンくずリスト */

ol.panNavi {
	clear: both;
	display: block;
	margin: 0px 0 14px 0;
	font-size: 10px;
	color: #FFF;
	padding-left: 60px;
	background: url(../img/glue_0.png) no-repeat 47px center;
	}

ol.panNavi li {
	display: inline;
	list-style-type: none;
	}

ol.panNavi li a {
	padding-right: 14px;
	background: url(../img/glue.png) no-repeat right center;
	}


ol.panNavi li a:link,
ol.panNavi li a:visited,
ol.panNavi li a:hover {
	color: #FFF;
	text-decoration: underline;
	}

/* ページの先頭へ */

p.retornPage {
	clear: both;
	display: block;
	width: 700px;
	text-align:right;
	margin: 0;
	background: url(../img/bg_pagetop.jpg) no-repeat left;
	}
#contentContainer p.pageTop a {
	clear: both;
	display:block;
	text-align:right;
	margin: 0;
	padding-right: 14px;
	font-size: 14px;
	background: url(../img/pagetop.gif) no-repeat right;
	}

/*padding設定*/
.pt30 { padding-top: 30px; }

.pl05 { padding-left: 05px; }
.pl10 { padding-left: 10px; }
.pl12 { padding-left: 12px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl24 { padding-left: 24px; }
.pl27 { padding-left: 27px; }
.pl30 { padding-left: 30px; }
.pl36 { padding-left: 36px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }


.bold {
	color: #000;
	font-weight: bold;
	}
#contentContainer p.bold1,
.bold1 {
	color: #00A3D8;
	font-weight:bold;
	letter-spacing:0.2em;
	}

.bold2 {
	color: #884797;
	font-weight:bold;
	letter-spacing:0.2em;
	}

.bold3 {
	color:#FF6600;
	font-weight:bold;
	letter-spacing:0.1em;
	}

/*マージン設定群*/

.m0 {	margin:0;	}

.mb03{	margin-bottom:3px;	}
.mb04{	margin-bottom:4px;	}
.mb05{	margin-bottom:5px;	}
.mb06{	margin-bottom:6px;	}
.mb07{	margin-bottom:7px;	}
.mb08{	margin-bottom:8px;	}
.mb09{	margin-bottom:9px;	}
.mb10{	margin-bottom:10px;	}
.mb12{	margin-bottom:12px;	}
.mb13{	margin-bottom:13px;	}
.mb15{	margin-bottom:15px;	}
.mb20{	margin-bottom:20px;	}
.mb25{	margin-bottom:25px;	}
.mb27{	margin-bottom:27px;	}
.mb30{	margin-bottom:30px;	}
.mb36{	margin-bottom:36px; }
.mb40{	margin-bottom:40px; }
.mb50{	margin-bottom:50px; }
.mb60{	margin-bottom:60px; }
.mb70{	margin-bottom:70px; }
.mb100{	margin-bottom:100px; }


.mt05{	margin-top:5px;	}
.mt10{	margin-top:10px; }
.mt15{	margin-top:15px; }
.mt20{	margin-top:20px; }
.mt25{	margin-top:25px; }
.mt30{	margin-top:30px; }
.mt100{	margin-top:100px; }

.mr05{	margin-right:5px; }
.mr06{	margin-right:6px; }
.mr07{	margin-right:7px; }
.mr08{	margin-right:8px; }
.mr09{	margin-right:9px; }
.mr10{	margin-right:10px; }
.mr11{	margin-right:11px; }
.mr12{	margin-right:12px; }
.mr13{	margin-right:13px; }
.mr14{	margin-right:14px; }
.mr15{	margin-right:15px; }
.mr16{	margin-right:16px; }
.mr17{	margin-right:17px; }
.mr20{	margin-right:20px; }
.mr25{	margin-right:25px; }
.mr26{	margin-right:26px; }
.mr30{	margin-right:30px; }
.mr50{	margin-right:50px; }


.ml05{	margin-left:5px; }
.ml10{	margin-left:10px; }
.ml15{	margin-left:15px; }
.ml20{	margin-left:20px; }
.ml25{	margin-left:25px; }
.ml26{	margin-left:26px; }
.ml27{	margin-left:27px; }
.ml28{	margin-left:28px; }
.ml30{	margin-left:30px; }
.ml40{	margin-left:40px; }
.ml50{	margin-left:50px; }
.ml60{	margin-left:60px; }
.ml70{	margin-left:70px; }
.ml100{	margin-left:100px; }


/*レタースペース*/
.ls00 { letter-spacing: 0 }
.ls01 { letter-spacing: 0.1em }
.ls02 { letter-spacing: 0.2em }
.ls03 { letter-spacing: 0.3em }
.ls04 { letter-spacing: 0.4em }
.ls05 { letter-spacing: 0.5em }
.ls06 { letter-spacing: 0.6em }
.ls07 { letter-spacing: 0.7em }
.ls08 { letter-spacing: 0.8em }
.ls09 { letter-spacing: 0.9em }
.ls10 { letter-spacing: 1em }


/*クリア設定*/

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}


.coler1 { color: #FF6666; }
.coler2 { color: #3399CC; }
.coler3 { color: #009966; }
.coler4 { color:#990000; }
.coler5 { color:#FF0000; }

.f10 { font-size: 10px;	}
.f11 { font-size: 11px;	}
.f12 { font-size: 12px;	}
.f13 { font-size: 13px;	}
.f14 { font-size: 14px;	}
.f15 { font-size: 15px;	}
.f16 { font-size: 16px;	}
.f17 { font-size: 17px;	}
.f18 { font-size: 18px;	}
.f19 { font-size: 19px;	}
.f20 { font-size: 20px;	}
.f30 { font-size: 30px;	}


/*幅設定*/
/*.wid80 { width: 80px; }
.wid100 { width: 100px; }
.wid120 { width: 120px; }
.wid140 { width: 140px; }
.wid150 { width: 150px; }
.wid180 { width: 180px; }

.wid200 { width: 200px; }
.wid212 { width: 212px; }
.wid215 { width: 215px; }
.wid250 { width: 250px; }
.wid260 { width: 260px; }
.wid276 { width: 276px; }
.wid300 { width: 300px; }
.wid312 { width: 312px; }
.wid320 { width: 320px; }
.wid350 { width: 350px; }
.wid360 { width: 360px; }

.wid400 { width: 400px; }
.wid450 { width: 450px; }
.wid470 { width: 470px; }
.wid480 { width: 480px; }
.wid490 { width: 490px; }

.wid500 { width: 500px; }
.wid550 { width: 550px; }

.wid600 { width: 600px; }
.wid630 { width: 630px; }
.wid650 { width: 650px; }
.wid670 { width: 670px; }
.wid680 { width: 680px; }
*/

/*----------------------------
  安心のポイント
----------------------------*/

.pointBox {
	display: block;
	line-height: 1.6em;
	margin-bottom: 2em;
	}

#contentContainer .pointBox h3 {
	clear: both;
	color: #000;
	line-height: 1.3em;
	font-size: 20px;
	margin: 1.5em 0 10px 0;
	padding: 0 0 5px 75px;
	border-bottom: dotted #CCCCCC 1px;
	background-repeat: no-repeat;
	background-position: left 0;
	}
.pointBox p {
	margin-left: 1em;
	}
.pointBox img {
	}

#contentContainer .point01 { background-image: url(../img/point01.png) ;}
#contentContainer .point02 { background-image: url(../img/point02.png) ;}
#contentContainer .point03 { background-image: url(../img/point03.png) ;}
#contentContainer .point04 { background-image: url(../img/point04.png) ;}
#contentContainer .point05 { background-image: url(../img/point05.png) ;}
#contentContainer .point06 { background-image: url(../img/point06.png) ;}
#contentContainer .point07 { background-image: url(../img/point07.png) ;}

/* リンク・ブランク表示アイコン */
.linkBlank a {
   background: transparent url(../img/external.png) right no-repeat;
   padding-right: 15px;
}
/* メモ帳アイコン　表示 */
#contentContainer p a,
.aLink01 a {
	color: #00B2B2;
	text-decoration: underline;
    background: transparent url(../img/txt-icon.gif) right no-repeat;
    padding-right: 12px;
	margin-right: 3px;
	height: 12px;
	font-weight: bold;
}
.aLink02 a {
	color: #008EBF;
	text-decoration: underline;
    background: transparent url(../img/txt-icon.png) right no-repeat;
    padding-right: 15px;
	margin-right: 3px;
	height: 15px;
	font-weight: bold;
}
#contentContainer p.txtNone a {
    background: none;
}
#contentContainer p.aLink03 a {
		height: auto !important;
		display: block !important;	
	color: #FE2686;
	text-decoration: underline;
    background: #EDEFF3 url(../img/arrow02.png) right center no-repeat;
	margin: 2.5em 0 2.5em 0;
    padding: 1em 3em 1em 1em;
	font-weight: normal;
	border: solid #B6CEDC 3px;
}
#contentContainer p.aLink03 {
	margin: 2.5em 0 2.5em 0;
}

/*BOXのセンタリング*/
.boxCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/*----------------------------
  テーブル　料金表　設定
----------------------------*/

#contentContainer table.tableFee {
	border-collapse: collapse;
	width: 100%;
	 font-size: 16px;
	 line-height: 1.7em;
	}
#contentContainer table.tableFee th {
	 background-color: #E4EDEA;
	 font-weight: normal;
	 padding: 4px 8px;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap ;
	}
#contentContainer table.tableFee td {
	clear: both;
	 padding: 4px 8px;
	 border: 1px solid #CCCCCC;
	}
#contentContainer table.tableFee p {
	margin:0;
	padding:0;
	 text-align: left;
	}
#contentContainer table.tableFee p.center {
	 text-align: center;
	}
#contentContainer table.tableFee td img {
	float: left;
	margin-right: 10px;
}


/*----------------------------
  テーブル　求人　設定
----------------------------*/
#contentContainer table.tableJob {
	border-collapse: collapse;
	width: 98%;
	 font-size: 14px;
	 margin-left: 10px;
	 margin-bottom: 20px;
	}
#contentContainer table.tableJob th {
	 background-color: #E4EDEA;
	 font-weight: normal;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 text-align: center;
	 white-space: nowrap ;
	}
#contentContainer table.tableJob td {
	clear: both;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
#contentContainer table.tableJob p {
	margin:0;
	padding:0;
	 text-align: left;
	}
#contentContainer table.tableJob p.center {
	 text-align: center;
	}
#contentContainer table.tableJob td img {
	float: left;
	margin-right: 10px;
}

/*----------------------------
  テーブル　補綴の比較表
----------------------------*/
.tableCompa {
	width: 86%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin-bottom: 3.5em;
	}
.tableCompa th {
	 background-color: #E0DECF;
	 padding: 4px;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	}
.tableCompa td {
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}

/* ---------------------------------------------------------------- *
	clearfixに関する設定
 * ---------------------------------------------------------------- */

div:after {
 content: ".";  
 display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

*+html div {
	display: inline-block;
	}				
	/*-- IE7用 --*/

/**/
.fl {
	display: block;
	float: left;
	}

.fr {
	display: block;
	float: right;
	}
#contentContainer .alignR {
	display: block;
	margin: 10px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#contentContainer .alignL {
	display: block;
	margin: 10px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.alignC {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*----------------------------------------
■
------------------------------------------*/

/*----------------------------------------
■
------------------------------------------*/

/*----------------------------------------
■
------------------------------------------*/

