@charset "utf-8";


/*=======================================================================

 Common Layout(layout.css)
 
========================================================================*/

body {
	background: #fff;
	_border-top: 3px solid #3366cc;
	color: #333;
}


/*----------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

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

a:active {
	color: #0000FF;
	text-decoration: none;
}



/* トップエリア
=============================================================================*/
#toparea {
	min-height: 20px;
	background-color:#EFF7E8;
	border-bottom: 3px solid #99CC66;
}

#toparea h1 {
    width: 960px;
    margin: 0 auto;
	padding-top:2px;
    color:  #666666;
    font-weight: normal;
	font-size:88%;
	line-height:1.5;
}


/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#headerwrap {
    background-color:#fff;
}


#header1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
}

div.headerright {
    float: right;
	margin-right:0.5%;
	width:540px;
}

div.headerright div {
    float:right;
    margin:0;
	padding:0;
	width:33.3%;
}

div.headerright div img {
	width:100%;
}

div.headerright a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=70 )";
_background: #333333;
}


div.headerleft {
    float: left;
	margin-left:1.5%;
	width:380px;
	text-align:center;
}

div.logo {
    margin:0;
	padding:0;
}

div.logo img {
	margin: 0;
	width:100%;
	max-width:380px;
}


/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-top: 10px solid #99CC66;
	border-bottom: 10px solid #99CC66;
	background-color:#99CC66;
}


#nav ul {
	width: 958px;
	min-height: 50px;
	margin: 0 auto;
	padding-left: 1px;
	background: url(../images/nav_line.jpg) left bottom repeat-y;
	font-size:114%;
}

#nav ul li {
	float: left;
	margin: 0;
	padding-right: 1px;
	background: url(../images/nav_line.jpg) right top repeat-y;
	line-height: 1.1;
	text-align: center;
}

#nav ul li a {
	display: block;
	width: 190px;
	min-height: 31px;
	padding-top: 17px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav ul li.last a {
	width: 190px;
}

#nav ul li a:hover {
	min-height: 30px;
	padding-top: 18px;
	background: url(../images/nav_on.jpg) left top repeat-x;
}

/*----------------------------------------------------------------------
 Navスマホ用
----------------------------------------------------------------------
a#menu{display:none;}*/
nav#mainNav{display:none;}



div.optionmenu {
    padding:8px 15px 0 0;
    color:  #55802B;
    font-weight: bold;
	font-size:114%;
	float:right;
}

div.optionmenu a {
    color:  #55802B;
}

div.optionmenu img {
	margin: 0 5px 0 10px;
	vertical-align:-3px;
}


/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
	background: url(../images/bg_content.jpg) left top repeat-x;
	_border-top: 15px solid #000000;
}



#main .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0;
}


/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/
#content {
	float: left;
	width: 700px;
	background: #fff;
	border-top: 2px solid #99CC66;
	line-height: 1.5;
	margin-top:0;
	margin-bottom:30px;
	padding-right:20px;
}

.toppage #content {
	width: 700px;
	padding: 0;
	background: none;
	border-top: none;
}




#content p {
	padding: 0 0 15px;
	font-size:114%;
}

.toppage h2 {
	margin: 20px 0 5px;
	padding: 0 10px;
	color: #004488;
	font-size: 120%;
	font-weight: bold;
}


#content li,
#content dt,
#content dd,
#content th,
#content td {
	line-height: 1.5;
}


.gotothetop_area {
	clear: both;
	text-align: right;
}

.gotothetop_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.dispaly_pc {
display:inherit;
} 

.dispaly_sp {
display:none;
}

p.top_text_center {
text-align:center;
font-size:114%;
padding:0 0 40px;
line-height: 1.5;
}

/*画像とテキストの制御*/
.gazouandtext {
	display:flex;
	justify-content: space-between;
}
.gazouandtext_item1 {
	width: 65%;
}
.gazouandtext_item1.gazouwide {
	width: 50%;
}


.gazouandtext_item2 {
	width: 30%;
}
.gazouandtext_item2.gazouwide {
	width: 45%;
}

.gazouandtext_item2 img {
	width: 100%;
	margin: 0 auto 1em;
}
.gazouandtext_item2 img.waku {
	border: 1px solid #cccccc;
}


/*-マーカー-*/
.marker1 {
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffb380 20%);
	font-weight: bold;
}
.marker2 {
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffd3d3 20%);
	font-weight: bold;
}
.marker3 {
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffc959 20%);
	font-weight: bold;
}

/*-リンク装飾-*/
a.link1{
    color: #1867D1;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
a.link1:hover{
    color: #3682e9;
    text-decoration: none;
}

/*----------------------------------------------------------------------
 トップページ
----------------------------------------------------------------------*/

.mainimage {
	margin: 0;
	padding:5px 0 40px 0;
	overflow:hidden;
	clear:both;
}

.mainimage img {
    width:100%;
	height:auto;
}

.featurearea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.featurebox {
    width:33.3%;
	float:left;
	margin-bottom:10px;
}

.feature {
    width:96%;
	margin:0 auto;
}

.feature img {
    width:100%;
}

.feature a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.feature div.textarea {
    width:100%;
	background-color:#eeeeee;
	position:relative;
}

.feature div.textarea a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.feature div.textarea div.udrl {
    padding:5px 5px 5px 8px;
	font-size:114%;
	line-height:1.5;
}






.treatmentmenuarea {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
	clear:both;
	font-size:106%;
}

.treatmentmenubox {
    width:25%;
	float:left;
	margin-bottom:20px;
}

.treatmentmenu {
    width:94%;
	margin:0 auto;
}

.treatmentmenu div.tab1 {
    width:100%;
	background-color:#779DDD;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.treatmentmenu div.tab2 {
    width:100%;
	background-color:#99CC66;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.treatmentmenu img {
    width:100%;
}

.treatmentmenu div.textarea1 {
    width:100%;
	background-color:#E8EFF7;
	position:relative;
	min-height:65px;
}

.treatmentmenu div.textarea1 a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.treatmentmenu div.textarea1 div.udrl {
    padding:5px 1px 5px 8px;
	line-height:1.5;
}

.treatmentmenu div.textarea2 {
    width:100%;
	background-color:#EFF7E8;
	position:relative;
	min-height:65px;
}

.treatmentmenu div.textarea2 a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.treatmentmenu div.textarea2 div.udrl {
    padding:5px 1px 5px 8px;
	line-height:1.5;
}

.toppage #content p.indent {
	margin-left: 1.1em;
	text-indent: -1.1em;
}

.toppage #content p.indent_1line {
	margin-left: 1.1em;
	text-indent: -1.1em;
	padding:0 0 7px 0 !important;
}


div.news_title {
    width:100%;
	padding-bottom:7px;
	border-bottom: 3px solid #cccccc;
}

div.news_naiyou {
    width:95.5%;
	padding: 2% 2% 0 2%;
	min-height:350px;
    margin:10px 0;
	border:1px solid #CCCCCC;
}

div.news_end {
    width:100%;
	padding-top:7px;
	border-top: 3px solid #cccccc;
	text-align:right;
}

div.annaibox {
    margin:15px 0;
	padding:15px 20px 0 20px;
	background-color:#ffffdd;
}
div.annaibox.green {
	background-color:#ecffd9;
}

div.annaibox span.ttl {
    font-size:100%;
	color: #FF3300;
	font-weight:bold;
}




/*----------------------------------------------------------------------
 下層ページ　共通
----------------------------------------------------------------------*/
dl.tate_dl  {
  margin: 0 0 0 0;
  line-height:1.5;
}

dl.tate_dl dt {
  width: 300px;
  margin:0 0 0 1em !important; 
  text-indent:-1em;
  font-weight:bold;
}

dl.tate_dl dd {
  margin-top:0;
  margin-bottom: 15px;
  margin-left: 1em;
}

dl.yoko_dl  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 120px;
  font-weight:bold;
}

dl.yoko_dl dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 120px;
  _width: 500px;
}

dl.yoko_dl2  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl2 dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 150px;
  font-weight:bold;
}

dl.yoko_dl2 dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 150px;
  _width: 500px;
}


.img_control {
    width:30%;
	height:auto;
	margin:0 0 10px 10px;
	float:right;
}

.img_control2 {
    width:100%;
	height:auto;
	margin-bottom:15px;
}

div.image_center {
    text-align:center;
	width:100%;
	margin-bottom:30px;
}

div.image_left {
    text-align:left;
	width:100%;
	margin-bottom:30px;
}

.img_control_link {
	margin:10px 10px 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 90%;
    max-width: 310px;	
}

.img_control_link_dummy {
	margin:10px 10px 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
}



div#content a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.bigtelno {
    font-weight:bold;
	font-size:24px;
	color:#000000;
}

div.rightapo {
    text-align:right;
	width:100%;
}

.rightapo img {
    width:100%;
    max-width:331px;
}

.motto {
text-align:right;
font-weight:bold;
font-size:230%;
line-height:1.0;
	text-shadow: 1px 1px 0 #BEC1EB;
    color: #555555;
}


/*訪問歯科診療*/

table.fee {
	width:330px;
	border-collapse: collapse;
	margin: -7px 0 15px 0;
}
table.fee th.t_top {
    border-top: #D8E9BD 4px solid;

}
table.fee th {
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	text-align: center;
	padding: 5px;
	font-weight: bold;
    vertical-align: middle;
	width:50%;
	background: #F5FAEF;
}

table.fee td.t_top {
	border-top: #cccccc 4px solid;

}

table.fee td {
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
	text-align: left;
	padding: 5px;
	vertical-align:top;
	text-align: center;

}



/*ご利用の流れ*/

ol.flow {
	margin:0 0 15px 30px;
	list-style:outside;
	line-height:1.5;

}

ol.flow li {
	list-style-type: decimal;
	margin:0 0 15px 0;
	color:#6A9F35;
	font-weight:bold;
}

ol.flow li span {
	color:#333333;
	font-weight: normal;
}





/*交通案内*/
div.map {
    text-align:center;
	width:100%;
}

.map img {
    width:100%;
    max-width:350px;
}

/*サイトマップ*/
ul.sitemap5  {
  margin: 20px 0 20px 0;
  list-style-type:none;
}

ul.sitemap5 li {
  font-weight:bold;
  padding: 7px 0 0 0;
  _width: 630px;
  border-bottom:#999999 dotted 1px;
  overflow:hidden;
}

ul.sitemap5 li ul {
  margin: 0 0 0 0;
  list-style-type:none;
  clear:both;
  padding-top:5px;
}

ul.sitemap5 li ul li {
  padding: 0 0 0 15px;
  border-bottom: none;
  overflow:hidden;
}

ul.linkshu5 {
    margin: -10px 0 20px 45px;
    list-style-type: disc;
}

p.sitemap-l {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l span {
color:#99CC66;
}

p.sitemap-l span.chiiki {
color:#8B91DC;
}

p.sitemap-l span.member {
color:#8B91DC;
}


p.sitemap-l2 {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l2 span {
color:#FF9999;
}

p.sitemap-r {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.sitemap-r2 {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.obigazou_caption {
font-size:88%;
line-height:1.2;
margin-top:-20px;
margin-bottom:20px;
}



/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 240px;
	margin-top:0;
	margin-bottom:30px;
}

.toppage #sidebar {
	float: right;
	width: 240px;
	margin-top:10px;
	margin-bottom:20px;
}

ul.banner {
    margin-top:0;
}

.banner li {

}

.banner li a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=70 )";
background: #ffffff;
}

.banner img {
width:100%;
	margin: 0 0 10px 0;
}

.about {
	margin: 0 0 20px;
	padding: 20px 10px 10px;
	background: #fff;
	border-top: 2px solid #99CC66;
	font-size: 114%;
	line-height: 1.5;
}

.toppage .about {
	margin: 0 0 20px;
	padding: 10px 10px 10px;
	background: #fff;
	border-top: 2px solid #99CC66;
	font-size: 114%;
	line-height: 1.5;
}

.about h4 {
	margin: 0;
	padding: 0 0 5px;
	border: none;
	color: #99CC66;
	text-align: center;
}

.about dt {
	margin: 5px 0 3px;
	padding: 2px 5px;
	background: #99CC66;
	color: #fff;
	text-align: center;
}

.about dd {
	padding: 10px 0 5px;
	text-align: center;
}

.about dd.tel {
	color:#333333;
	font-size: 150%;
	text-align: center;
	font-weight:bold;
}

/*----------------------------------------------------------------------
 Page Top
----------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 88%;
	text-align: center;
	z-index: 100;
}

.pagetop img {
	margin-bottom: 5px;
}

.pagetop a {
	background: url(../images/pagetop.png);
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 5px;
	display: block;
	border-radius: 5px;
}

.pagetop a:hover {
	background: url(../images/pagetop_on.png);
}




/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer1 {
	width: 100%;
	background: #e5e5e5;
    line-height:1.5;
}

.footerarea {
    clear:both;
	width:100%;
	max-width:960px;
	margin: 0 auto;
}

div.footerleft {
margin:0;
padding:0;
width:100%;
	text-align:left;
	float:left;
}


div.footerleft div.minimenu {
    margin:22px 0 25px 15px;
	width:305px;
	_height:175px;
	text-align:left;
	float:left;
}

div.onoff {
    display:none; 
}

div.footerleft div.minimenu p.menutitle {
    padding:0 0 7px;
	font-size:110%;
	font-weight:bold;
	clear:both;
    line-height:1;
}

div.footerleft div.minimenu p.menutitle span {
	font-size:180%;
vertical-align:-7%;
}

div.footerleft div.minimenu div.minimenubox {
    margin-left:0.5em;
	margin-bottom:1.5em
    width:90%;
	float:left;
}

div.footerright div.minimenu div.minimenubox p.menulist {
	font-size:90%;
	line-height:1.7;
}

div.footerright div.minimenu2 {
    margin-right:30px;
	text-align:left;
	float:left;
}

div.footerright div.minimenu2 p.menutitle {
    padding:15px 0 5px;
	font-size:110%;
	clear:both;
}

div.footerright div.minimenu2 p.menutitle span {
	font-size:150%;
vertical-align:-7%;
}

div.footerright div.minimenu2 div.minimenubox {
    margin-left:1.5em;
	margin-bottom:1.5em;
    width:90%;
	float:left;
}

div.footerright div.minimenu2 div.minimenubox p.menulist {
	font-size:90%;
	line-height:1.7;
}

div.optionmenu2_area {
    clear:both;
    width:100%;
	padding:0 10px 10px;
	text-align:right;
	_background-color:#FF0000;
	overflow: hidden;

box-sizing:border-box;
}

img.nameplate {
   float:right;
   width: 200px;
}


div.optionmenu2 {
    padding:8px 15px 0 0;
    color:  #55802B;
    font-weight: bold;
	font-size:114%;
	float:right;
}

div.optionmenu2 a {
    color:  #55802B;
}

div.optionmenu2 img {
	margin: 0 5px 0 10px;
	vertical-align:-3px;
}

span.nw {
    white-space: nowrap;
	color: #333333;
}

a.nw {
    white-space: nowrap;
}

/*----------------------------------------------------------------------
.footerNav {
	padding: 10px 0;
	background: #fff;
	border-bottom: 5px solid #0583c6;
	font-size: 12px;
	text-align: center;
}

.footerNav ul {
	padding: 0 0 0 10px;
	text-align: center;
}

.footerNav li {
	display: inline;
	margin-right: 8px;
	padding-left: 15px;
}

.footerNav li+li {
	border-left: 1px solid #ccc;
}

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

#footer1 div.copyright {
	clear: both;
	padding: 5px 0 0 0;
	font-size: 75%;
	text-align: center;
	background-color: #EFF7E8;
	color:#666666;
	min-height:20px;
	border-top: 3px solid #55802B;
}


/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
ul#topicPath {
	padding: 15px 5px 5px;
}

ul#topicPath li {
	display: inline;
	font-size: 12px;
	color: #888;
}

ul#topicPath li a {
	margin: 0 0 0 0;
	padding: 2px 8px 0 0;
	background: url("../images/arrow.gif") right center no-repeat;
	text-decoration: none;
}


/*----------------------------------------------------------------------
 Clearfix
----------------------------------------------------------------------*/
#header1:after,
.headerNav:after,
#nav:after,
#main .inner:after {
   content: ".";
   display: block;
   height: 0px;
   clear: both;
   visibility: hidden;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: inline-block;
}
* html #header1,
* html .headerNav,
* html #nav,
* html #main .inner {
   height: 1px;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: block;
}


@media print {
div.pagetop {
display:none;
}
}

/*----------------------------------------------------------------------
 ボックスデザイン
----------------------------------------------------------------------*/
.box01 {
	padding:1.2em;
	border: solid 1px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	background-color:rgba(244, 253, 224, 0.8);
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
}