@charset "utf-8";


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

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

body {
	background: #fff;
	color: #333;
	min-width: 320px;
}


/*----------------------------------------------------------------------
 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:#F0F6DC;
	border-bottom: 3px solid #999999;
}

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


/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#header1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	min-height:120px;
}

div.headerleft {
    float: left;
	text-align:left;
	width:400px;
}

div.logoarea1 {
    float: left;
	margin: 10px 0 0 10px;
}

div.logoarea1 img {
	margin: 0 0 0 0;
	width:100%;
	max-width:377px;
}

div.logoarea2 {
    clear:both;
    float: left;
	margin: 5px 0 0 10px;
}

div.logoarea2 img {
	margin: 0 0 20px 0;
	width:100%;
	max-width:192px;
}

div.addressarea {
    clear:both;
    float: left;
	margin: 0 0 0 15px;
    color:  #666666;
}

div.headerright {
    float: right;
	text-align:right;
}

div.telarea1 {
	margin: 10px 6px 0 0;
	height:92px;
}

div.telarea1 img {
    width:100%;
	max-width:400px;
	height:auto;
}

div.telarea1 div {
    margin-top:7px;
}


div.telarea2 {
    display:none;
	margin: 10px 6px 0 0;
	height:92px;
}

div.telarea2 img {
    width:100%;
	max-width:400px;
	height:auto;
}

div.telarea2 div {
    margin-top:7px;
}


div.optionmenu {
	margin: 10px 6px 6px 0;
    color:  #547337;
    font-weight: bold;
	font-size:100%;
}

div.optionmenu a {
    color:  #547337;
}
div.optionmenu img {
	margin: 0 5px;
	vertical-align:middle;
}




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


#nav ul {
	width: 958px;
	min-height: 60px;
	margin: 0 auto;
	padding-left: 2px;
	background: url(../images/nav_line.gif) left bottom repeat-y;
}

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

#nav ul li span {
	color: #333333;
	font-size: 10px;
	font-weight:normal;
}

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

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

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

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

/*----------------------------------------------------------------------
 Nav2
----------------------------------------------------------------------*/
#nav2 {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}


#nav2 ul {
	width: 958px;
	min-height: 60px;
	margin: 0 auto;
	padding-left: 2px;
	background: url(../images/nav_line.gif) left bottom repeat-y;
}

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

#nav2 ul li span {
	color: #333333;
	font-size: 10px;
	font-weight:normal;
}

#nav2 ul li a {
	display: block;
	width: 158px;
	min-height: 41px;
	padding-top: 19px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav2 ul li.last a {
	width: 156px;
}

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


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

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

.ib {
	display: inline-block;
}

.pc {
	display: inherit;
}
.sp {
	display: none;
}

/*画像とテキストの制御*/
.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;
}

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

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

#content p {
	padding: 0 0 15px;
}

#content p.line1 {
	padding: 0 0 0;
}

.toppage h2 {
	margin: 20px 0 5px 0;
	padding: 0 0px;
	color: #000000;
	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;
}

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

.mainimage {
	margin: 0;
	padding:20px 0 20px 0;
	overflow:hidden;
}

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

div.iconarea {
    width:100%;
}

div.iconarea img {
    width:50%;
}

.treatmentmenuarea {
	margin: 15px 0 10px;
	padding:0 0 0 0;
	overflow:hidden;
}

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

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

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

.treatmentmenu img {
    width:100%;
}



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

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

.treatmentmenu div.textarea div.udrl {
    padding:5px 1px 5px 8px;
	font-size:88%;
	line-height:1.5;
}

.treatmentmenuarea2 {
	margin: 0;
	padding:10px 0 25px 0;
}

.treatmentmenuarea2 img {
	margin: 0;
	width:50%;
}



.toppage #content p.indent {
margin:0 0 0 1em !important; 
text-indent:-1em;
}

.toppage #content p.indent_1line {
margin:0 0 0 1em !important; 
padding: 0 !important;
text-indent:-1em;
}

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

/*----------------------------------------------------------------------
 診療日カレンダー
----------------------------------------------------------------------*/
.calenderboxarea {
	margin: 15px 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
}

div.calenderbox1 {
    margin:0 1% 10px 1%;
	width:48%;
	float:left;
	font-size:100%;
}

div.calenderbox1 table {
	border-spacing: 1px;
	width:100%;
	border:0;

border-collapse:separate;
}

div.calenderbox1 table td, th {
    padding: 3px 9px;
}

table.calender-kaisetsu {
    clear:both;
    margin:0 0 7px 1%;
	font-size:100%;
	width:auto;
border-collapse:separate;
border-spacing: 1px;
}

table.calender-kaisetsu td, th {
    padding: 3px 9px;
	
}
.calender-text {
    clear:both;
    margin:0 0 0 1%;
}

/*----------------------------------------------------------------------
 Top Picup Add230118tom
----------------------------------------------------------------------*/
.topicnewsmi_box {
	position: relative;
	border: solid .1rem rgba(192, 177, 151, 0.7);
	/* background-color: #ffffdd; */
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 1.3em 1.3em 0.3em 1.3em;
	line-height: 1.7;
}
.topicnewsmi_box .topicn_caption{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3em;
  padding: .3em .5em;
  margin: 0;
  background-color: #fff;
  transform: translateY(-50%) translateX(1em);
	letter-spacing: 0.3em;
	font-weight: bold;
	color: #ec8627;
	line-height: 1.7;
}
.topicnewsmidashi{
	padding: 0.2em 0 0.7em;
	font-size: 120%;
	color:#553A1F;
	font-weight: bold;
	margin: 0 0 0.8em;
	border-bottom: 0.5px #795B41 solid;
}
.topicnews.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.topicnewstext {
	width: 77%;
	position: relative;
}
.topicnewsitem {
	width: 22%;
	position: relative;
}
.topicnewsitem .img-box {
	overflow: hidden;
	text-align: center;
}
.topicnewsitem .img-box img{
	width: 90%;
	max-width: 150px;
}

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

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

dl.tate_dl dd {
  margin-top:0;
  margin-bottom: 15px;
}
dl.tate_dl dd:last-child {
  margin-top:0;
  margin-bottom: 0;
}

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

dl.yoko_dl dt {
  clear: left;
  float: left;
  margin: 0 0 15px 0;
  _width: 65px;
}

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

dl.info_dl  {
  margin: 0 0 0 0;
}

dl.info_dl dt {
  clear: left;
  float: left;
  margin: 0 0 15px 15px;
  width: 85px;
  font-weight:bold;
}

dl.info_dl dd {
  margin-top:10px;
  margin-bottom: 15px;
  margin-left: 100px;
  width: auto;
}


.img_control {
    width:77px;
	margin:15px 5px 15px 15px;
	float:right;
}

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

.img_control3 {
    width:20%;
	max-width:100px;
	margin:0 0 15px 15px;
	float:right;
}

.img_control4 {
    width:50%;
	max-width:230px;
	margin:15px 0 15px 15px;
	float:right;
}
.img_control5 {
    width:45%;
	margin:0 0 15px 15px;
	float:right;
}

.img_control6 {
	width:50%;
	max-width:230px;
	margin:0 0 15px 15px;
	border:#CCCCCC solid 1px;
	border-radius: 5%;
	box-shadow: 8px 8px 5px 1px rgba(0, 0, 0, .2);
}

.img_control7 {
	width:100%;
	max-width:480px;
	height:auto;
	margin-bottom:10px;
}

.img_control_bigbanner {
    width:100%;
	max-width:698px;
	height:auto;
	margin-bottom:10px;
    border:#CCCCCC solid 1px;
}

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:#FF0000;
}

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

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

span.nw2 {
    white-space: nowrap;
}

a.nw2 {
    white-space: nowrap;
}

/*--link--*/
a.link1{
	color: #1867D1;
	text-decoration: underline;
	cursor: pointer;
}
a.link1:hover{
	color: #3682e9;
	text-decoration: none;
}


/*--link button--*/
.link_button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding:4px 15px 4px;
  margin:0 15px 15px 0;

    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.link_button::before,
.link_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.link_button,
.link_button::before,
.link_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link_button {
  background-color: #547337;
  border: 2px solid #547337;
  color: #ffffff !important;
  line-height: 1.3;
}

.link_button:hover {
  background-color: #ffffff;
  border-color: #547337;
  color: #547337 !important;
  text-decoration:none;
}

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;
}

/*マーカー　<span class="marker">テキスト</span>*/
.marker{
    background: linear-gradient(transparent 80%, rgba(255, 153, 0, 0.4) 20%);
	font-weight: bold;
}

/*動画*/
.video-wrapper {
	width: 560px;
	max-width: 100%;
	margin:0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
	border-right:2px #666666 solid;
	border-bottom:2px #666666 solid;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*診療案内*/

div.table_header1box {
    width:12%;
	float:left;
	margin-right:2px;
}

table.table_header1 {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header1 th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #ccc;
height: 50px;
}

table.table_header1 td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_header1 td.sozai  {
height: 110px;
}

div.table_header2box {
    width:10%;
	float:left;
    display:none;
	margin-right:2px;
}

table.table_header2 {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header2 th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #ccc;
height: 50px;
}

table.table_header2 td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_header2 td.sozai  {
height: 110px;
}

div.table_databox {
    width:17%;
	float:left;
	margin-right:2px;
}

table.table_data {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_data th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;

height: 50px;
}

table.table_data td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_data td.sozai  {
height: 110px;
text-align:left;
}

#content p.tablecaption {
	padding-top: 7px;
}


/*医院紹介*/
.clinicarea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.clinicareabox {
    width:33.33%;
	float:left;
	margin-bottom:10px;
}

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

.clinic_waku img {
    width:100%;
	height:auto;
	margin-bottom:10px;
}

/*診療の流れ*/
ol.nagare {
	margin:15px 0 15px 30px;
	list-style:outside;
}

ol.nagare li {
	list-style-type: decimal;
	margin:0 0 15px 0 !important;
	color: #AF7C3B;
	font-weight:bold;
}

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

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

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

/*サイトマップ*/
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:#99BE78;
}

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

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

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;
}


.waku {
margin:15px;
padding:15px 15px 0;
border:1px #CCCCCC dotted;
}


/*入れ歯*/
div.table_header1boxa {
    width:15%;
	float:left;
	margin-right:2px;
}

table.table_header1a {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header1a th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #ccc;
height: 50px;
}

table.table_header1a td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
white-space:nowrap;
}


table.table_header1a td.tokuchou  {
height: 90px;
}

table.table_header1a td.merit  {
height: 160px;
}

table.table_header1a td.demerit  {
height: 140px;
}

div.table_header2boxa {
    width:15%;
	float:left;
    display:none;
	margin-right:2px;
}

table.table_header2a {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header2a th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #ccc;
height: 50px;
}

table.table_header2a td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
white-space:nowrap;
}


table.table_header2a td.tokuchou  {
height: 90px;
}

table.table_header2a td.merit  {
height: 160px;
}

table.table_header2a td.demerit  {
height: 140px;
}

div.table_databoxa {
    width:20.5%;
	float:left;
	margin-right:2px;
}

table.table_dataa {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_dataa th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;

height: 50px;
}

table.table_dataa td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_dataa td.tokuchou  {
height: 90px;
text-align:left;
}

table.table_dataa td.merit  {
height: 160px;
text-align:left;
}

table.table_dataa td.demerit  {
height: 140px;
text-align:left;
}

ul.hishigataa {
margin-left:1em;
margin-top:5px;
} 

ul.hishigataa li {
	position: relative;
}
ul.hishigataa li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #A7DB59;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.hishigata2a {
margin-left:1em;
margin-top:5px;
} 

ul.hishigata2a li {
	position: relative;
}
ul.hishigata2a li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #cccccc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

p.zeibetsu {
    clear:both;
	padding-top:7px !important;
}

/*求人情報*/
table.recruit {
	width: 100%;
	margin: 10px 0 25px 0;
	font-size: 75%;
}

table.recruit th {
	width: 20%;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 5px solid #537336;
	color: #333;
	font-size: 10pt;
	background:#dfeed1;
	text-align: left;
	font-weight: normal;
	white-space:nowrap;
}

table.recruit td {
	width: 80%;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 10pt;
	line-height: 1.5;
}

#content table.recruit td p.line1 {
 padding-bottom: 0;
}
#content table.recruit td p.indent_line1 {
 margin:0 0 0 1em !important;
 padding: 0 0 0 0 !important;
 text-indent: -1em;
}

table.recruit .bb {
	border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
}

.atfirst {
    padding:0 0 5px 0;
	text-align:center;
	font-size: 150%;
	font-weight:bold;
}

ul.banner {
    margin-top:10px;
}

.banner li {
	margin: 0 0 5px;
}

.banner img {
	padding: 1px;
	border: 1px solid #ccc;
}

ul.banner2 {
    margin-top:5px;
}

.banner2 li {
	margin: 0 0 10px;
}
.banner2 li:last-child {
	margin: 0 0 5px;
}
.banner2 img {
    width:100%;
}
.banner2 a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}


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

.about h4 {
	margin: 0;
	padding: 0 0 10px;
	border: none;
	color: #333333;
	text-align: center;
}

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

.about dd {
	padding: 0 0 5px;
}

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

#accessmap {
	width: 100%;
	_height: 380px;
	margin-bottom: 10px;
}

#accessmap img {
	width: 100%;
}

/*----------------------------------------------------------------------
 sideのテキストメニュー
----------------------------------------------------------------------*/
.sidemenu {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 10px auto 10px;
}
.sidemenu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #547337;
}
.sidemenu li:last-child {
	border-bottom: 0px;
}
.sidemenu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	margin: 0;
	padding: 0px 10px 0px 30px;
	background: #faf5da;
	color: #547337;
	font-size: 110%;
	line-height: 44px;
	font-weight: bold;
	text-decoration: none;
}
.sidemenu li a:hover {
	background: #f0e395;
}

#list2 li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #547337;
}
#list2 li a:hover:before {
	left: 17px;
}

/*----------------------------------------------------------------------
 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: #fff;
    line-height:1.5;
}

.footerarea {
    clear:both;
	width: 960px;
	margin: 0 auto;

}

div.footerleft {
    width:100%;
	text-align:left;
	min-height:55px;
	padding-left:5px;
	box-sizing: border-box;
}

div.footerright {
    width:100%;
	text-align:right;
	height:27px;
}

div.optionmenu2 {
    padding:5px 6px 0 0;
    color:  #547337;
    font-weight: bold;
	font-size:100%;
}

div.optionmenu2 a {
    color:  #547337;
}

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

div.footershortcut {
	text-align:right;
	width:100%;
	min-height:61px;
	padding-bottom:7px;
}

div.footershortcut img {
	margin:0 0 0 25px;
}

div.footershortcut span.telarea1 {
}

div.footershortcut span.telarea1 img {
	width:400px;
	height:auto;
}

span.telarea1 span.mt7 {
	margin-top:7px;
	display:inline-block;
}

div.footershortcut span.telarea2 {
    display:none;
    width:100%;
}

div.footershortcut span.telarea2 img {
    width:100%;
	max-width:350px;
	height:auto;
	margin:0;
}

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 .copyright {
	border-top: 3px solid #999999;
	clear: both;
	padding: 2px 0;
	font-size: 75%;
	text-align: center;
	background-color: #F0F6DC;
}


/*----------------------------------------------------------------------
 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;
}
}

/*----------------------------------------------------------------------
 注釈
----------------------------------------------------------------------*/
.cmt p {
	font-size:80%
}
