@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  style.css
 style info :  リセット初期設定,フォーム周りのブラウザのずれを修正
 (このスタイルシートは基本的に変更しない)
=================================================================== */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul li, ol li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}
a,label {
	cursor:pointer;
}
img {
	vertical-align:bottom;
}
a {
	color:#1b1b1b;
	text-decoration:none;
	outline: none;
}
a:hover {
	color: #02348d;
	text-decoration: underline;
}
body {
	width: 100%;
	min-width: 906px;
	font-size:76%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#313131;
	line-height: 1.7;
}
.sp_message {
	display: none;
}

/* ===================================================================
    header
=================================================================== */
#header {
	width: 100%;
}
/*  content_copy
----------------------------------------*/
#content_copy {
	width: 100%;
	background: #07358b;
	border-bottom: 3px solid #00bce4;
}
#content_copy h1 {
	font-size: 84%;
	width: 900px;
	margin: 0 auto;
	color: #ffffff;
}
/*  header_container
----------------------------------------*/
#header_container {
	width: 100%;
	background: #fff;
	height: 71px;
	position: absolute;
    top: 23px;
    z-index: 99;
    box-shadow: 0 0px 10px 0px #bdbdbd;
    -webkit-box-shadow: 0 0px 10px 0px #bdbdbd;
    -moz-box-shadow: 0 0px 10px 0px #bdbdbd;
    -o-box-shadow: 0 0px 10px 0px #bdbdbd;
	min-width: 906px;
}
#header_container .inner {
	width: 900px;
	margin: 0 auto;
}
#header_container .inner:after{
	content: "."; display: block; visibility: hidden; height: 0px; font-size: 0.1em; line-height: 0; clear: both;
}
#header_container .inner .logo {
	width: 176px;
	height: 86px;
	position: absolute;
	z-index: 99;
	top: 20px;
}
#header_container .inner .logo a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 86px;
	overflow: hidden;
	background: url(../image/logo-clinica.png) no-repeat 0 0;
}
/*  btn_menu
----------------------------------------*/
#btn_menu {
	display: none;
}
/*  global_nav
----------------------------------------*/
#global_nav {
	width: 692px;
	float: right;
	padding-top: 25px;
}
#global_nav li {
	display: inline-block;
}
#global_nav li a {
	font-size: 109%;
	font-weight: bold;
}
#global_nav li a:hover,
#global_nav li.current a {
  color: #00bbe4;
  text-decoration: none;
}
#global_nav li span {
	padding: 0 12px;
	color: #e9edf5;
}
#global_nav li.sp_navi {
	display: none;
}
#global_nav .nav_links .close {
  display: none;
}
/* ===================================================================
    contents
=================================================================== */
#contents {
	width: 100%;
	margin-top: 71px;
}
#contents:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#contents_inner {
	width: 900px;
	margin: 70px auto 45px;
}
#contents_inner:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* ===================================================================
    topic_path
=================================================================== */
#topic_path {
	width: 100%;
	margin-top: 6px;
	background-color: #ebfafd;
}
#topic_path .inner {
  width: 900px;
  margin: 0 auto;
}
#topic_path ul {
	padding: 5px 0 3px 207px;
}
#topic_path ul li {
	display: inline;
	font-size: 92%;
}
#topic_path ul li a {
	background: url(../image/ico-arrow-topicpath.png) no-repeat 100% 50%;
	color: #333333;
	padding-right: 8px;
	margin-right: 5px;
}
#topic_path ul li a:hover {
	text-decoration: underline;
}
#topic_path ul li.current {
	color: #4abfdd;
}
/* ===================================================================
    article
=================================================================== */
#article {
	width: 680px;
	float: right;
}

/*  title_content
----------------------------------------*/
#title_content {
	width: 100%;
	font-size: 226%;
	font-weight: bold;
	color: #161616;
	margin: 0 0 30px;
	padding-bottom: 9px;
}
/* ===================================================================
    aside
=================================================================== */

#aside {
	width: 190px;
	float: left;
}
#aside li {
	line-height: 1.2;
	border-bottom: 1px solid #e9eaec;
}
#aside li:last-child {
	border-bottom: 1px solid #4abfdd;
}
#aside li span {
	width: 100%;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}
#aside li a {
	display: block;
	width: 170px;
	padding: 7px 10px 4px;
	font-weight: bold;
	font-size: 109%;
}
/*  primary_nav
----------------------------------------*/
#primary_nav {
	border-top: 1px solid #00bce4;
}
#primary_nav > li {
	width: 100%;
}
#primary_nav > .current {
	border-bottom: none !important;
}
#primary_nav > .current > a {
	width: 170px;
	background: #ebfafd;
	color: #161616;
	padding: 12px 10px 6px;
}
#primary_nav > .current > a > span {
	background: url(../image/ico-arrow-nav.png) no-repeat 0 14px;
	padding-left: 15px;
	font-size: 117%;
	line-height: 1;
}
/*  secondary_nav
----------------------------------------*/
#secondary_nav > li:first-child {
	border-top: 1px solid #00bce4;
}
#secondary_nav > li.current > a {
	color: #00bbe4;
}
#secondary_nav > li > a:hover {
	color: #00bbe4;
	text-decoration: none;
}
#secondary_nav > li > a > span {
	background: url(../image/ico-arrow-nav.png) no-repeat 0 14px;
	padding-left: 15px;
}
/*  accordion_nav
----------------------------------------*/
#accordion_nav {
	border-top: 1px solid #00bce4;
}
#accordion_nav > li > span {
	margin-top: 1px;
	display: table-cell;
	vertical-align: middle;
	width: 179px;
	padding: 7px 5px 4px 29px;
	font-weight: bold;
	font-size: 109%;
	background: url(../image/ico-arrow-accordion.png) no-repeat 6px 50%;
	cursor: pointer;
}
#accordion_nav > li > .local_nav {
	width: 100%;
	overflow: hidden;
	height: 0;
}
#accordion_nav > li > .local_nav > li {
	width: 100%;
	border-bottom: none;
	margin-top: 1px;
}
#accordion_nav > li > .local_nav > li:first-child {
	border-top: none;
}
#accordion_nav > li > .local_nav > li > a {
	margin:1px 0;
	display: block;
    width: 170px;
    padding: 0 10px;
    font-weight: normal;
    font-size: 109%;
}
#accordion_nav > li > .local_nav > li > a > span {
    padding: 10px 0 10px 20px;
	height: auto;
}
#accordion_nav > li > span:hover {
	color: #00bbe4;
}
#accordion_nav > li.current > span {
	display: table-cell;
	vertical-align: middle;
	width: 179px;
	padding: 7px 5px 4px 29px;
	font-weight: bold;
	font-size: 109%;
	background: url(../image/ico-arrow-accordion_on.png) no-repeat 6px 50%;
}
#accordion_nav > li.current > .local_nav {
	height: auto;
	border-top: 1px solid #e9eaec;
	padding: 10px 0;
}
#accordion_nav > li > .local_nav > li > a:hover,
#accordion_nav > li > .local_nav > li.current > a {
	color: #00bbe4;
}


/*  aside_banner
----------------------------------------*/
#aside_banner {
	width: 100%;
	margin-top: 20px;
}
#aside_banner li {
	border-bottom: none;
}
#aside_banner li a {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
#aside_banner li.shiage {
	margin-top: -9px;
	position: relative;
}
#aside_banner li.shiage .sp_bnr {
	display: none;
}
#aside_banner li.hahahapark {
	margin-top: 27px;
	text-align: center;
	border: none;
}

/* ===================================================================
    footer
=================================================================== */
#footer {
	width: 100%;
}
/*  footer_top
----------------------------------------*/
#footer_top {
	width: 100%;
	background: #03328e;
	border-top: 3px solid #4abfdd;
}
#footer_top .inner {
	width: 900px;
	margin: 0 auto;
	padding: 55px 0 65px;
	position: relative;
}
#footer_top .inner:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#footer_top .inner .nav {
	float: left;
	margin-left: 22px;
}
#footer_top .inner .nav .menu {
	display: none;
}
#footer_top .inner .nav .menu a {
	color: #02348d;
}
#footer_top .inner .nav .pc_menu {
	font-size: 117%;
	margin-bottom: 5px;
	color: #fff;
}
#footer_top .inner .nav .pc_menu a {
	color: #fff;
	display: inline-block;
	background: url(../image/ico-footer_arrow.png) no-repeat right 5px;
	padding-right: 15px;
	font-weight: bold;
}
#footer_top .inner .nav .pc_menu a:hover {
	text-decoration: underline;
}
#footer_top .inner #footer_nav01.nav {
	margin-left: 0;
	width: 170px;
}
#footer_top .inner #footer_nav02.nav {
	width: 290px;
}
#footer_top .inner #footer_nav03.nav {
	width: 205px;
}
#footer_top .inner #footer_nav04.nav {
	width: 167px;
}
#footer_top .inner .nav ul li {
	width: 100%;
	margin-bottom: 2px;
}
#footer_top .inner .nav ul li a {
	color: #fff;
	font-size: 92%;
}
#footer_top .inner .nav ul li a:hover {
	text-decoration: underline;
}
#footer_top .inner .nav .utility {
	margin-top: 35px;
	border-top: 1px solid #355ba5;
	padding-top: 35px;
	width: 155px;
}
#sns_area {
	width: 900px;
	margin: 15px auto 10px;
}
#sns_area .sns {
	width: 100%;
	clear: left;
}
#footer_top .inner .nav ul li.sp_navi {
	display: none;
}
/*  page_top
----------------------------------------*/
#page_top {
	width: 45px;
	position: fixed;
	bottom: 12%;
    right: 9%;
}
#page_top p {
	width: 43px;
	height: 38px;
	margin-bottom: 0;
}
#page_top p a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
	background: url(../image/btn-page-top_off.png) no-repeat 0 0;
	background-size: 100% auto;
}
#page_top p a:hover {
	background: url(../image/btn-page-top_on.png) no-repeat 0 0;
}

/*  footer_bottom
----------------------------------------*/
#footer_bottom {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0;
	position:relative;
}
#footer_logo {
	margin-bottom:8px;
}
#footer_logo img {
	width:90px;
	height:41px;
}
#footer_nav {
	position:absolute;
	right:0;
	top:10px;
	text-align:right;
}
#footer_nav li {
	display:inline-block;
	margin:5px 0 5px 10px;
	line-height:1;
	font-size:92%;
}
#footer_nav li:first-child {
	border-right:solid 1px #333;
	padding-right:10px;
}
#footer_nav li a {
	color:#3B2ED4;
	background:url(../image/ico-window.png) right center no-repeat;
	padding-right:14px;
	text-decoration: underline;
}
#footer_nav li a:hover {
	text-decoration: none;
}
#copyright {
	color: #787878;
	font-size: 84%;
}

/*    enamelpearl
----------------------------------------*/

.banner_slider .inner ul li.enamel_bnr{
	padding:0 !important;
	background:none !important;
	margin-top:0 !important;

}
.banner_slider .inner ul li.enamel_bnr a{
	margin:5px 4px 0 0 !important;
	width:284px;
	height:84px;
	display:block;
	background:url(../../image/bnr-top_enamelpearl_off_01.png) no-repeat;
	text-indent:-9999px;
}
.banner_slider .inner ul li.enamel_bnr a:hover{
	background:url(../../image/bnr-top_enamelpearl_on_01.png) no-repeat;
}

/*    dental
----------------------------------------*/
.banner_slider .inner ul li.dental_bnr{
	padding:0 !important;
	background:none !important;
	margin-top:0 !important;

}
.banner_slider .inner ul li.dental_bnr a{
	margin:5px 4px 0 0 !important;
	width:284px;
	height:84px;
	display:block;
	background:url(../../image/bnr-dental01_off.png) no-repeat;
	text-indent:-9999px;
}
.banner_slider .inner ul li.dental_bnr a:hover{
	background:url(../../image/bnr-dental01_on.png) no-repeat;
}

.banner_slider .inner ul li.dental02_bnr{
	padding:0 !important;
	background:none !important;
	margin-top:0 !important;

}
.banner_slider .inner ul li.dental02_bnr a{
	margin:5px 4px 0 0 !important;
	width:284px;
	height:84px;
	display:block;
	background:url(../../image/bnr-dental02_off.png) no-repeat;
	text-indent:-9999px;
}
.banner_slider .inner ul li.dental02_bnr a:hover{
	background:url(../../image/bnr-dental02_on.png) no-repeat;
}

/*  予防歯科キャンペーン
----------------------------------------*/

.banner_slider .inner ul li.yobou_cam_bnr{
	padding:0 !important;
	background:none !important;
	margin-top:0 !important;

}
.banner_slider .inner ul li.yobou_cam_bnr a{
	margin:5px 4px 0 0 !important;
	width:284px;
  height: 0;
	padding-top:84px;
	display:block;
	background:url(../../image/bnr-top_yobou_cam_off.png) no-repeat;
}
.banner_slider .inner ul li.yobou_cam_bnr a:hover{
	background:url(../../image/bnr-top_yobou_cam_on.png) no-repeat;
}

#aside_banner li.yobou_cam {
	margin-top: 20px;
  position: relative;
}

/*  アイテムガイド
----------------------------------------*/
.banner_slider .inner ul li.itemguide_bnr{
	padding:0 !important;
	background:none !important;
	margin-top:0 !important;

}
.banner_slider .inner ul li.itemguide_bnr a{
	margin:0 4px 0 0 !important;
	width:284px;
    height: 0;
	padding-top:91px;
	display:block;
	background:url(../../image/bnr-top_itemguide_off.png) no-repeat;
	text-indent: -9999px;
}
.banner_slider .inner ul li.itemguide_bnr a:hover{
	background:url(../../image/bnr-top_itemguide_on.png) no-repeat;
}

#aside_banner li.itemguide {
	margin-top: 20px;
  position: relative;
}

/*    banner change
----------------------------------------*/
.pc_bnr {
   margin-left: -3px;
}

/*  SSI フッター調整用
----------------------------------------*/
.common-footer-link li a:hover {
  text-decoration: none;
}
.common-footer p {
  margin-bottom: 0;
}
body > img {
  position: absolute;
}

/*  button_sp
----------------------------------------*/
.button_sp {
  display: none;
}

/*  style_bnr
----------------------------------------*/
.style_btn {
	width: 310px;
	margin: 0 auto;
}
.style_btn a {
	display: block;
	color: #03328e;
	font-size: 117%;
	padding: 10px 10px 9px 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #03328e;
	background: url(../../image/bg-btn.png) no-repeat 96% center;
}
.style_btn a:hover {
	background: #03328e;
	text-decoration: none;
	color: #fff;
}
#aside_banner {
  width: 100%;
  margin-top: 20px;
}
#aside_banner li.hahahapark {
  margin-top: 27px;
  text-align: center;
  border: none;
}
#aside_banner li a {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
#aside_banner li a img {
  width: 100%;
  height: auto;
}
#aside_banner li a:hover > .pc_bnr {
	opacity: 0.7;
}
#aside_banner li a .pc_bnr {
  margin: 0;
}
