@charset "utf-8";

/***********
	reset
***********/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: small;
}
body {
	line-height: 1.4;
	font-family:"Hiragino Kaku Gothic Pro", Helvetica;
	-webkit-text-size-adjust: none;
	background-color:#fff;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
/*	border-collapse: collapse;*/
}





/*共通
-----------------------------------------------------------------*/
.wrapper{
	background-image: url(../img/bg_ft.png), url(../img/bg_mdl.png);
	background-repeat: no-repeat, repeat-y;
	background-position: left bottom, left top;
	-moz-background-size: 320px 125px, 320px 240px; /* Firefox */
	-webkit-background-size: 320px 125px, 320px 240px; /* Safari,Chromeなど */
	-o-background-size: 320px 125px, 320px 240px; /* Opera */
	-ms-background-size: 320px 125px, 320px 240px; /* ie */
	background-size: 320px 125px, 320px 240px;	
}
header{
	width: 100%;
	background: url(../img/bg_hd.png) no-repeat left top;
	-moz-background-size: 320px 275px; /* Firefox */
	-webkit-background-size: 320px 275px; /* Safari,Chromeなど */
	-o-background-size: 320px 275px; /* Opera */
	-ms-background-size: 320px 275px; /* ie */
	background-size: 320px 275px;	
}
header div.logo {
	text-align:center;
	padding-top: 15px;
}
header div.logo img{
	width:90%;
	margin:0;
	padding:0;
}
footer:after {
	content: "";
	display: block;
	clear: both;
}
footer img{
	width:33.3333333%;
	background-color: #131414;
	margin:0;
	padding:0;
	float:left;
}
.contents {
	clear: both;
	width: 280px;
	background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 0 auto 30px;
	padding: 10px;
}
.contents section {
	width: 280px;
	margin: 0 auto 30px;
}
h3 {
	margin: 10px 0;
	padding: 10px;
	background: #FF7C9F;
	border: solid 1px #ddd;
	box-shadow: 1px 1px 3px #eee, inset 0 0 1px 1px #fff;
	border-radius: 5px;
	font-size: 110%;
	color: #fff;
	text-shadow: 1px 1px 2px #666;
}
h4 {
	margin: 10px 0;
	padding: 5px 10px;
	background: #FDCFDC;
	border-radius: 2px;
	color: #65021c;
}
h4:before {
	content: "";
	height: 1em;
	margin: 0 5px 0 0;
	border-style: solid;
	border-width: 0 3px;
	border-color: transparent #F63C79 transparent #F86F9B;
}
h5 {
	margin: 10px 0;
	padding: 4px 10px;
	background: #eee;
	border: solid 1px #ddd;
	box-shadow: inset 0 15px 15px #fff;
	border-radius: 2px;
	font-size: 90%;
}
h5:before {
	content: "";
	height: 1em;
	margin: 0 5px 0 0;
	border-left: solid 5px #ccc;
}
h6 {
	margin: 10px 0px 5px;
	padding: 3px;
	background: #fff4fe;
	border-bottom: 1px solid #ffc0e8;
}
.detail,
.detail-right {
	margin: 5px 0;
}
.detail img {
	width: 40%;
	margin: 0 5px 0 0;
	float: left;
}
.detail:after,
.detail-right:after {
	content: "";
	display: block;
	clear: both;
}
.detail-right img {
	width: 40%;
	margin: 0 0 0 5px;
	float: right;
}
.ul-rule {
	border: solid 1px #bbb;
}
.ul-rule li {
	padding: 5px 10px;
}
.ul-rule li+li {
	border-top: solid 1px #bbb;
}
.p-rule {
	padding: 10px;
	border: solid 1px #bbb;
}
.notice {
	color: #E14D22;
}






/*インデックス
-----------------------------------------------------------------*/
header div.index{
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
header div.index ul{
	width: 210px;
	margin: 0 60px;
}
header div.index ul li{
	width: 90px;
	float: left;
	margin-right: 15px;
}
header div.index ul li img{
	width:100%;
}



/*インデックス以外
-----------------------------------------------------------------*/
header div.glMenu{
	width: 100%;
	clear: both;
	height:200px;
	overflow: hidden;
	position: relative;
	padding-bottom:15px;
}
header div.glMenu ul{
	width: 250px;
	margin: 0 35px;
	position:relative;
}
header div.glMenu ul li{
	width: 80px;
	//float: left;
}
header div.glMenu ul li img{
	width:100%;
}
#home { position: absolute; top: 165px; width:240px !important; height:80px !important; }
#btn1 { position: absolute; top: 0px; left:0px;}
#btn2 { position: absolute; top: 0px; left:80px; }
#btn3 { position: absolute; top: 0px; left:160px; }
#btn4 { position: absolute; top: 80px; left:0px; }
#btn5 { position: absolute; top: 80px; left:80px; }
#btn6 { position: absolute; top: 80px; left:160px; }


/*ホーム
-----------------------------------------------------------------*/
#topdiv {
  margin: 10px 5px;
}

#topLeft {
  width: 80px;
  margin: 0 0 5px;
  padding: 3px;
  background: #ff94b1;
  text-align: center;
  color: #fff;
}

#topborder {
  display: none;
}

.feature dt {
  font-weight: bold;
  color: #D24B6B;
}

.feature dd {
  margin: 0 0 10px;
  padding: 8px;
  background: #EEE3F4;
  border-radius: 10px;
  color: #555;
  text-shadow: 0 1px #fff;
}

.feature+p {
  margin: 5px;
  padding: 8px;
  background: #FFB1ED;
  border: solid 1px #999;
  border-radius: 8px;
  box-shadow: 0 0 5px #ccc, inset 0 0 0 3px #fff;
  text-align: center;
  font-weight: bold;
  color: #B20091;
  text-shadow: 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff;
}

.detail-link {
  margin: 5px 0;
  text-align: right;
}

.detail-link img {
  width: 92px;
}

#backnumber {
  padding: 10px;
  text-align: center;
}
#backnumber select {
  font-size: 16px;
}
#backnumber button {
  margin: 0 0 0 10px;
  font-size: 16px;
}

.tels {
height: 24px;
width: 200px;
text-align: left;
display: block;	
}

/*アピタタウンけいはんな, イオンモール橿原
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
}

th {
  width: 6em;
  padding: 5px;
  background: #FFE9EB;
  border: 1px solid #C4CDBE;
  box-shadow: inset 1px 1px #fff;
}

td {
  padding: 5px;
  border: 1px solid #C4CDBE;
}

.brown {
  font-weight: bold;
  color: #65021c;
}



/*インプラント・審美・ホワイトニング
-----------------------------------------------------------------*/
.arr {
  margin: 10px 0;
  text-align: center;
}

.arr img {
  width: 50%;
}



/*矯正歯科
-----------------------------------------------------------------*/
.teeth-kind {
  margin: 0 15px;
  border: 1px solid #bbb;
}

.teeth-kind dt {
  padding: 3px 0;
  background: #fff0f3;
  border-top: 1px solid #bbb;
  text-align: center;
  font-weight: bold;
  color: #650819;
}

.teeth-kind dt:first-child {
  border-top: none;
}

.teeth-kind dd {
  padding: 0 10px 20px;
}

.teeth-kind dd img {
  margin: 0 0 5px;
}

.demerit {
  background: #f8f6ff;
  border-bottom: 1px solid #bbb;
}



/*歯周病治療
-----------------------------------------------------------------*/
.depth-table {
  margin: 10px 0;
  border-collapse: collapse;
}

.depth-table tr {
  border: 1px solid #C4CDBE;
}

.depth-table td {
  padding: 5px;
  border: none;
}

.about_apita{
	text-align: left;
	margin-top: 10px;
	font-size: 83%;
}
.about_apita dt{
	font-weight: bold;
	margin-top: 10px;
}
.about_apita dd.indent{
	text-indent: -10px;
	margin-left: 12px;
}
.about_apita p{
	margin-top: 20px;
}



/*凡用
-----------------------------------------------------------------*/
a:hover img.alpha80{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
.bd01{border-bottom:#999 1px solid;}
.float_l{float:left;margin: 0 10px 10px 0;}
.float_r{float:right;margin: 0 0 10px 10px;}
img.float_l{float:left;margin: 0 10px 10px 0;}
img.float_r{float:right;margin: 0 0 10px 10px;}
.clear{clear:both;}
.txt_c{text-align:center;}
.txt_l{text-align:left;}
.txt_r{text-align:right;}
.f12{font-size:12px !important;}
.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px !important;}
.f20{font-size:20px !important;}
.sdw{text-shadow:1px 0 1px #666;}
.fc_gray {color:#999 !important;}
.w5{width:5px !important;}
.w10{width:10px !important;}
.w20{width:20px !important;}
.w40{width:40px !important;}
.w60{width:60px !important;}
.w80{width:80px !important;}
.w100{width:100px !important;}
.w5per{width:5% !important;}
.w10per{width:10% !important;}
.w15per{width:15% !important;}
.w20per{width:20% !important;}
.w25per{width:25% !important;}
.w30per{width:30% !important;}
.w35per{width:35% !important;}
.w40per{width:40% !important;}
.w45per{width:45% !important;}
.w50per{width:50% !important;}
.w55per{width:55% !important;}
.w60per{width:60% !important;}
.w65per{width:65% !important;}
.w70per{width:70% !important;}
.w75per{width:75% !important;}
.w80per{width:80% !important;}
.w85per{width:85% !important;}
.w90per{width:90% !important;}
.w95per{width:95% !important;}
.w100per{width:100% !important;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.nowrap{white-space:nowrap;}
.dp_block{display:block;}
.dp_inline{display:inline;}
