﻿@charset "utf-8";
/* CSS Document */

/* リセット */

body{
    -webkit-text-size-adjust:none;
    font-family:sans-serif;
    background: #6699FF;
    color: #666;
    font-weight : normal;
}
section{
    margin-bottom: 1em;
}
p{
    line-height: 1.5em;
}
/* ここまで */


/* clearfix */

.clearfix::after{
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/* フロートクリア */

.float-clear{
    font-size: 0px;
    clear: both;
}
/* コンテナ */

#container{
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #99CCFF;
}
/* ヘッダー */

header{
    background-color: #99CCFF;
    padding: 0px;
}
header p{
    color: #666;
    font-size: 12px;
    line-height:1.5em;
}
header p a{
    color: #666;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
}
/* ここまで */

/* jQueryプラグイン用 */

#flexslider-container{
    height: 490px;
    width: 640px;
    margin-bottom: 10px;
}
#slides{
    display:none;
    height: 490px;
    width: 640px;
}
/* 診療時間 */

#time{
    background-color: #0066CC;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#time h5{
    font-weight: bold;
    color: #FFF;
    padding-left: 5px;
    padding-top: 5px;
}
#time p{
    padding-left: 5px;
    color: #FFF;
}
#time table{
    margin-top: 0px;
    margin-bottom: 5px;
    border: 1px solid #0D8BE6;
    background-color: #FFF;
}
#time table td{
    color : #0d8ce6;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #0d8ce6;
    border-collapse: collapse;
    border-left-width : 1px;
    border-right-width : 1px;
    border-left-style : solid;
    border-right-style : solid;
    border-left-color : #6699ff;
    border-right-color : #6699ff;
}
#time table td.time{
    color: #0D8CE6;
    text-align: left;
    width:150px;
    padding-left:10px;
}
#time table td.maru{
    color: #0D8CE6;
    text-align: center;
    vertical-align: middle;
}
#center{
    background-color: #fff;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 3px;
    border-top-style: double;
    border-top-color: #0066CC;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: #0066CC;
    border-collapse: collapse;
}
#center p{
    color: #0066CC;
    text-align:center;
    font-weight:bold;
    font-size:20px;
}
/* 新着・診療科目 */

#shinryo{
    padding: 0px;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}
#shinryo h4{
    letter-spacing: 2px;
    margin-bottom: 5px;
}
#shinryo p{
    font-size: 18px;
    color: #000;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
}
strong{
    font-size: 19px;
    color: #000;
    font-weight:bold;
}
#incho{
    padding: 0px;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}
#incho h4{
    letter-spacing: 2px;
    margin-bottom: 5px;
}
#incho p{
    font-size: 18px;
    color: #000;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 0px;
}
.text_white{
    color: #FFF;
}
.text_blue{
    color: #0066CC;
}
/* ここまで */

.img_01{
    margin-top:20px;
    margin-left:10px;
}
.list_03{
    margin-top:0px;
    margin-right:0px;
    margin-left: 0px;
    margin-bottom:0px;
}
/* バナー類用 */

#banner{
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}
#pc_banner{
    height: 60px;
    text-align: center;
}
/* フッター */

footer{
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer #copyright{
    color: #0033CC;
    font-size: 10px;
    letter-spacing: 0px;
    text-align:center;
}
