/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1.231;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  background-position: center top;
}
p {
  font-size: 13px;
  padding-left: 0px;
  padding-right: 0px;
  color: #333333;
  margin-bottom: 10px;
}
a {
  color: #333;
}
a:hover {
  color: #0E6EB8;
}
.title_c {}
h1 {
  margin: 0px;
  text-align: center;
  font-size: 7px;
  font-weight: lighter;
  color: #004896;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
h2 {
  padding-left: 55px;
  color: #604C3F;
  margin-bottom: 1em;
  min-height: 30px;
  padding-top: 15px;
  background-image: url(../images/ico_title.png);
  background-repeat: no-repeat;
  background-position: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #604C3F;
  font-size: 13px;
  font-weight: lighter;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
h3 {
  color: #FFF;
  background-color: #0075A2;
  font-size: 13px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #CCC;
  margin-top: 0px;
}
h4 {
  color: #333;
  background-color: #F3F3F3;
  border: 1px solid #CCC;
  font-size: 12px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 15px;
  margin-top: 5px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.title {
  padding-left: 60px;
  color: #FFFFFF;
  margin-bottom: 1em;
  min-height: 30px;
  padding-top: 15px;
  background-image: url(../images/ico_title1.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 14px;
  font-weight: lighter;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #1CA4F4;
  border: 1px solid #CCC;
  text-shadow: 2px 2px 2px #ccc;
}
.notes {
  font-size: 84%;
}
.short {
  width: 60px;
  text-align: center;
  background-color: #F3F3F3;
  border: 1px solid #CCC;
}
section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
aside {
  background-color: #F7F7F7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px;
  border: 1px solid #CCC;
}
aside p:last-child {
  margin-bottom: 0;
}
aside p a {
  text-decoration: none;
  color: #333;
}
aside p a:hover {
  color: #00F;
}
#wrap {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
figure {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.clear {
  clear: both;
  height: 0;
}
/*-------------------------------------------------
 text-shadow
-------------------------------------------------*/
.title_c {
  font-size: 90%;
  background-color: #FFEEF7;
  padding: 5px;
  border: 1px solid #CCC;
  margin-top: 5px;
  color: #820000;
  margin-bottom: 15px;
}
.title_c1 {
  color: #333;
  background-color: #F3F3F3;
  border: 1px solid #CCC;
  font-size: 12px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 5px;
  font-weight: lighter;
  margin-bottom: 5px;
}
.title_c2 {
  color: #FFF;
  background-color: #2971C0;
  border: 1px solid #CCC;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 5px;
  font-weight: lighter;
  margin-bottom: 5px;
}
.title_c3 {
  color: #FFF;
  background-color: #339933;
  border: 1px solid #CCC;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 5px;
  font-weight: lighter;
  margin-bottom: 5px;
}
.title_c4 {
  color: #FFF;
  background-color: #DF7000;
  border: 1px solid #CCC;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 5px;
  font-weight: lighter;
  margin-bottom: 5px;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
footer {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
footer p {
  clear: both;
  padding: 0;
}
footer img {
  vertical-align: top;
}
footer p:last-child {
  margin: 0;
}
/*-------------------------------------------------
 header
-------------------------------------------------*/
header {
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 100%;
}
/*-------------------------------------------------
 nav
-------------------------------------------------*/
/* :::::::::: メインナビ :::::::::: */
#main_nav {
  overflow: hidden;
  max-width: 600px;
  height: auto;
  margin-bottom: 5px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}
nav {
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#main_nav li {
  list-style-type: none;
  display: inline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#main_nav li a img {
  float: left;
  width: 25%;
  padding: 0px;
  margin: 0px;
}
#main_nav li img {
  display: block;
  margin: 0px;
  padding: 0px;
}
/*-------------------------------------------------
 Color
-------------------------------------------------*/
.bule {
  color: #0E6EB8;
}
.list1 {
  margin-left: 20px;
  padding: 0px;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: square;
}
.list {
  margin-left: 20px;
  padding: 0px;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 20px;
}
.list_nashi {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0px;
  list-style-type: none;
  color: #333333;
}
.suuji {
  list-style-type: decimal;
  padding-left: 5px;
  margin-left: 30px;
  color: #333333;
}
/*-------------------------------------------------
 
-------------------------------------------------*/
.center {
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/*-------------------------------------------------
 画像
 -------------------------------------------------*/
/* Firefox, Safari, Chrome, Opera fluid Image */
img.fluid-image {
  max-width: 100%;
  height: auto;
}
.container {
  width: 90%;
  padding: 5px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.left {
  float: left;
  width: 35%;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.right {
  float: right;
  width: 35%;
  margin-bottom: 10px;
  text-align: right;
  padding-left: 0px;
  margin-top: 0px;
}
article {
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #CCC;
}
/*-------------------------------------------------*/
#infomation {
  height: auto;
}
#infomation dt {
  height: auto;
  background-position: left;
  text-indent: 0px;
  color: #FFFFFF;
  margin-left: 0px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 15px;
  background-color: #999999;
  margin-bottom: 2px;
  line-height: 180%;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #EDAA4E;
}
#infomation dd {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #898989;
  line-height: 180%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 5px;
  margin-left: 0px;
  margin-bottom: 10px;
}
#pcsite {
  position: fixed;
  right: 0px;
  top: 100px;
}
/*-------------------------------------------------
 診療時間
 -------------------------------------------------*/
.timetable {
  margin-bottom: 5px;
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  height: auto;
}
.tr_time {
  text-align: center;
  background-color: #A2C459;
  font-size: 12px;
  padding-toottom: 5px;
  color: #FFF;
  p: 5px;
  padding-b border: 1px solid #CCC;
}
.tr_oc {
  text-align: center;
  font-size: 100%;
  color: #40220F;
  border: 1px solid #FFF;
  font-size: 13px;
}
.jikan {
  font-size: 13px;
  color: #40220F;
  border: 1px solid #CCC;
  background-color: #FFF;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* cont_box -------------------------------------- */
div.cont_box{
	border: 2px solid #999999;
	background: #c9eaf7;
	margin: 0 0 1em 0;
}
.cont_tit {
	background: #1983ab;
    color: #ffffff;
    padding: 0.8rem !important;
    font-size: 1.4rem;
}

.cont_box p {
	padding: 0 0.8rem 0.8rem;
}
/* ------------------------------------- */

.red {
  color: #F00;
}
.blue {
  color: #0075A2;
}
.yellow {
  color: #EDA307;
}
.c_red {
  color: #F00;
  border: 1px solid #CCC;
  padding: 4px;
}
.c_blue {
  color: #00F;
  border: 1px solid #CCC;
  padding: 4px;
}
.line {
  border: 1px solid #CCC;
  color: #40220F;
  font-size: 14px;
  padding-top: 15px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
}
.line1 {
  border: 1px solid #CCC;
  padding: 4px;
  font-size: 14px;
}
.text_right {
  float: right;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 10px;
  color: #333;
  text-align: right;
}
.text_right a {
  color: #666;
  font-weight: lighter;
  text-decoration: underline;
}
.txt_bold{
	font-weight: bold;
}
#map {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  text-align: center;
  height: auto;
  width: 100%;
}
#map_canvas {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  height: 250px;
  pointer-events: none;
}
/* :::::::::: アクセスマップ（index・下層共通） :::::::::: */
.tr_title {
  background-color: #F3F3F3;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #CCC;
  padding-left: 10px;
  width: 30%;
  vertical-align: middle;
}
/*------------------------------------------------
			　	　アコーディオン
------------------------------------------------*/
.accordion {
  margin: 0px auto;
  z-index: 2;
}
.accordion dt {
  color: #FFFFFF;
  border: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #3A97C8;
}
.accordion dt:after {
  content: url(../images/yajirushi.png);
  float: right;
  margin-top: 2px;
}
.accordion dd {
  padding: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.zero {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
/* :::::::::: フリック :::::::::: */
.viewport {
  width: 300px;
  overflow: hidden;
  margin: 0 auto;
}
.flipsnap {
  width: 2700px;
}
.item {
  float: left;
  width: 300px;
  cursor: pointer;
  d overflow: hidden;
}
.item p {
  padding: 3px 0 8px 0;
  font-weight: bold;
  color: #333;
  text-align: center;
}
p.comment {
  text-align: center;
}
/* 枠囲いの線上にタイトル表示 */
.tagbox {
  position: relative;
  border: 1px solid #3888A9;
  margin: 0;
  padding: 15px;
  background-color: #F0F8FB;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.tagbox ol.number li {
  list-style: decimal;
  background-image: none;
  margin: 0 1rem 10px;
  padding-left: 5px;
  color: #3888A9;
}
/* ModalWindow -------------------------------------- */
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 90%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 40px 20px 20px 20px;
  text-align: left;
}
#c-modal ul li {
 list-style: none;
}
#c-modal_close {
  padding: 5px;
  cursor: pointer;
  background: #1983AB;
  color: #ffffff;
  border-radius: 8rem;
  width: 100px;
  height: auto;
  text-align: center;
  margin-bottom: 1em;
}
h2.tit_02 {
    color: #333;
    min-height: none;
    background: none;
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 1rem;
    padding: 0;
	text-align: center;
}
.pop_p {
  background: #F0F8FB;
  padding: 10px;
}
.pop_s {
  font-size: 0.8em;
  margin-top: 10px;
  text-align: center;
}