@charset "utf-8";
/* -----------------------------------------------------------
　画像サイズ
----------------------------------------------------------- */
img.fluid-image {
	max-width: 100%;
	height: auto;
}
/* -----------------------------------------------------------
　構造
----------------------------------------------------------- */
section {
	width: 96%;
	margin: 0 auto 1em auto;
}
header:after, nav:after, main:after, footer:after, section:after, article:after, article:after {
	content: "";
	display: block;
	clear: both;
}
/* -----------------------------------------------------------
　段落
----------------------------------------------------------- */
p:after {
	content: "";
	display: block;
	clear: both;
}
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
	content: "";
	display: block;
	clear: both;
}
/* =======================================================================

   全体
   
======================================================================= */
body {
	font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.red{color:#ff0000 !important;}
.pink{color:#f676f2;}

/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {
	text-align: center;
}
h1 {
	margin: 0 0 1em 0;
	padding: 0.4em 0 0.5em 0;
	background-color: #000073;
	border-bottom: 2px solid #690;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 0.64em;
}
h3 {
	margin-bottom: 0.5em;
	padding: 0.5em 0;
	border-bottom: 3px double #000073;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
h3:before {
	content: "■";
	color: #000073;
}
h3.red:before {
	color: #ff0000;
}
h4 {
	clear: both;
	margin-bottom: 0.5em;
	padding:0.5em 0;
	background-color: #F1F8FC;
	border-bottom: 1px solid #9DC4EA;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	line-height: 1;
}
h4:before {
	content: "● ";
	color: #9DC4EA;
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
	width: 96%;
	margin: 0 auto 1em auto;
}
header h2 {
	margin-bottom: 0.5em;
}
header p {
	margin-bottom: 0.5em;
	text-align: center;
}
/* :::::::::: キービジュアル :::::::::: */
#key_visual {
	margin-bottom: 0.5em;
}
/* :::::::::: ナビ :::::::::: */
nav {
	width: 96%;
	margin: 0 auto 1em auto;
}
nav ul#main_nav li a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	margin-bottom: 2px;
	border: 1px solid #DCDCDC;
	border-bottom: 2px solid #000073;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
}
nav ul#main_nav li a span {
	font-size: 0.86em;
}
nav ul#main_nav li a:link, nav ul#main_nav li a:visited, nav ul#main_nav li a:hover, nav ul#main_nav li a:active {
	color: #333;
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents {
	width: 100%;
	text-align: left;
}
/* ::::::::::  :::::::::: */
#category {
	width: 96%;
	padding: 0.8em 0;
	margin: 0 auto 1em auto;
	background: url(../images/c_category_bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	font-size: 1.125em;
	font-weight: bold;
	color: #000073;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px #FFF, -1px 1px 2px #FFF, 1px -1px 2px #FFF, -1px -1px 2px #FFF;
}
/* ::::::::::  :::::::::: */
section .box {
	margin-bottom: 2em;
}
/* :::::::::: 段落 :::::::::: */
section p {
	margin-bottom: 1.5em;
}
section p:last-child {
	margin-bottom: 0px;
}
p#sign {
	text-align:right;
}
p#sign span {
	font-size: 1.25em;
}
p span.attn {
	color: #C30;
	text-decoration: underline;
}
p.sub_title {
	clear: both;
	margin-bottom: 10px;
	padding: 10px 0 6px 5px;
	background-color: #F1F8FC;
	border-bottom: 1px solid #9DC4EA;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 1;
}
p.sub_title:before {
	content: "● ";
	color: #9DC4EA;
}
/* :::::::::: 非序列リスト :::::::::: */
ul#gallery li{
	margin:0 0 1em 0;
	text-align:center;
}
ul#gallery li img{
	height:auto;
	width:90%;
	margin:0 0 0.3em 0;
}
/* :::::::::: 定義リスト :::::::::: */
dl.career dt {
	color:#666;
}
dl.career dt.blank {
	margin-bottom:0.8em;
}
dl.career dd {
	margin-bottom: 0.8em;
}
/* :::::::::: 画像 :::::::::: */
section figure {
	margin: 0 auto 10px auto;
	text-align: center;
}
section figure img {
	max-width: 90%;
	height: auto;
}
section figure figcaption {
	font-size: 14px;
	text-align: center;
	color: #333;
}
section p img.img_right {
	float: right;
	margin: 0 0 5px 5px;
	border-radius: 5px;
}
section p img.img_left {
	float: left;
	margin: 0 5px 5px 0;
	border-radius: 5px;
}
/* -----------------------------------------------------------
  フッタ
----------------------------------------------------------- */
footer {
	width: 100%;
	padding: 0.8em 0;
	border-top: 3px double #000073;
}
footer .copyright {
	font-size: 0.64em;
}
/* =======================================================================

   個別
   
======================================================================= */

/* :::::::::: お知らせ欄 :::::::::: */
#information dl {
	height: 10em;
	overflow: auto;
	margin-bottom: 1.5em
}
#information dt {
	font-weight: bold;
	color: #F60;
}
#information dt .date {
	display: none;
}
#information dd {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #CCC;
}
/* ::::::::::  :::::::::: */
.calenderbox table.caledit {
	width: 100%;
	margin-bottom: 1em;
}
#calender ul {
	text-align: center;
	margin-bottom: 10px;
}
#calender ul li {
	display: inline;
	margin-right: 1em;
}
#calender ul li:last-child {
	margin-right: 0;
}
#calender ul li span {
	padding: 0 1em;
	margin-right: 0.15em;
}
#calender ul li span.cal1 {
	background-color: #FFCACA;
}
#calender ul li span.cal2 {
	background-color: #BFDFFF;
}
#calender ul li span.cal3 {
	background-color: #DFEFCF;
}
#calender ul li span.cal4 {
	background-color: #fcec9d;
}
/* :::::::::: 住所や連絡先 :::::::::: */
#clinic_info p {
	margin-bottom: 1em;
}
#clinic_info p#logo {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.25em;
	color: #000073;
}
p#parking {
	width: 40%;
	background: #C63;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
p#parking span {
	font-size: 1.25em;
}
#clinic_info dl dt {
	font-weight: bold;
	color: #000072;
}
#clinic_info dl dt:before {
	content: "■";
	color: #7F7FB8;
}
#clinic_info dl dd {
	margin-bottom: 0.5em;
}
#clinic_info dl dd.tel a {
	font-weight: bold;
}
#clinic_info dl dd.tel a:link, #clinic_info dl dd.tel a:visited {
	color: #F90;
	text-decoration: none;
}
#clinic_info dl dd.tel a:hover, #clinic_info dl dd.tel a:active {
	color: #CCC;
	text-decoration: none;
}
#access {
	text-align: center;
}
#access ul {
	padding-top:0.5em;
}
#access ul li {
	margin-bottom: 1em;
}
#access ul li:before {
	content: "■";
	color: #7F7FB8;
}
#access ul li span {
	font-weight: bold;
	color: #000072;
}
#access p {
	margin: 0 auto 0.5em auto;
}
/* :::::::::: 診療時間表 :::::::::: */
#timetable table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
}
#timetable table th, #timetable table td {
	padding: 0.5em 0;
	vertical-align: middle;
	word-break: break-all;
	border: 1px solid #E6E6E6;
	color: #666;
	text-align: center;
	line-height: 1;
}
#timetable table thead th, #timetable table thead td {
	background: #690;
	font-weight: normal;
	color: #FFF;
}
#timetable table thead th {
	width: 32%;
}
#timetable table thead td {
	width: 8%;
}
#timetable table thead td:last-child {
	width: 13%;
}
#timetable table tbody th, #timetable table tbody td {
	background: #FFF;
	font-weight: normal;
}
#timetable table tbody th {
	background: #F2F6D3;
	line-height: 1;
}
#timetable table tbody td {
	color: #690;
	line-height: 1;
}
#timetable table tfoot th, #timetable table tfoot td {
	background: #FFF;
	font-weight: normal;
}
#timetable table tfoot td span {
	color: #ABB7D8;
}
/* :::::::::: GoogleMap :::::::::: */
#map_canvas {
	width: 100%;
	height: 250px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.gmnoprint {
	display: none;
}
/* :::::::::: TO PAGE TOP :::::::::: */
.smoothScrolls {
	margin: 1em 0;
}
.smoothScrolls p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
/* :::::::::: フリック :::::::::: */
.viewport {
	width: 290px;
	overflow: hidden;
	margin: 0 auto;
}
.flipsnap {
	width: 1740px;
}
.item {
	float: left;
	width: 290px;
	cursor: pointer;
}
.item p {
	padding: 0.5em 0;
	color: #333;
	text-align: center;
}
p.comment {
	text-align: center;
}
.orange { color: #FF9900 !important; }

