@charset "utf-8";

/*===============================================
●初期設定
===============================================*/

body {
	width: 100%;
	height: 100%;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #5c5c5c;
	font-size: 12px;
}


img {
	width: 100%;
	border: none;
}

h1.top {
	width: 100%;
	height: 20px;
	background: #58b330;
	overflow: hidden;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
}

p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #5c5c5c;
}

.p_12px {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #5c5c5c;
	line-height: 20px;
}

/*===============================================
●回り込み解除
===============================================*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
}


/*===============================================
●h1,h2,h3
===============================================*/


h2 {
	width: 100%;
	height: 30px;
	overflow: hidden;
}

h3.sub {
	width: 93%;
	height: 30px;
	background: url("../img/h3.jpg") no-repeat left;
	margin: 10px 0;
	padding-left: 7%;
	font-size: 13px;
	line-height: 32px;
}



/*===============================================
●hr
===============================================*/

hr.under {
    border: 0;
    border-bottom: 1px dotted #ccc;
    margin: 10px 0;
}

hr.under2 {
    border: 0;
    border-bottom: 1px dotted #ccc;
    margin: 20px 0;
}


/*===============================================
●リンク
===============================================*/

a:link {
	color: #498cfb;
	text-decoration: none;

}

a:hover {
	color: #FFF;
	text-decoration: none;

}

a:visited {
	color: #498cfb;
}


/*===============================================
●マージン
===============================================*/

.under_5 {
	margin-bottom: 5px;
}

.under_10 {
	margin-bottom: 10px;
}

.under_20 {
	margin-bottom: 20px;
}

.under_30 {
	margin-bottom: 30px;
}

.top_5 {
	margin-top: 5px;
}

.top_10 {
	margin-top: 10px;
}

.top_20 {
	margin-top: 20px;
}

.top_30 {
	margin-top: 30px;
}

/*===============================================
●コンテナ
===============================================*/

#container {
	width: 97%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0 1.5%;
}


/*===============================================
●ヘッダー
===============================================*/

#header {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}



/*===============================================
●フッター
===============================================*/


#footer_wrap {
	width: 100%;
	height: 20px;
	margin-top: 20px;
	background: url("../img/footer_bg.jpg") repeat-x;
	overflow: hidden;
}

.footer {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
}

/*===============================================
●gnavi
===============================================*/

#navi_wrap {
	width: 100%;
    height: auto;
    margin: 0;
    padding: 0;

}

ul.gnavi {
	width: 100%;
	margin: 0;
	padding: 0 3%;
	list-style: none;

}

ul.gnavi li.left {
	float: left;
	width: 44.5%;
	height: auto;
	margin-right: 3%;
	margin-bottom: 10px;
}

ul.gnavi li.left img {
	width: 100%;
}

ul.gnavi li.right {
	float: left;
	width: 44.5%;
	height: auto;
	margin-left: 3%;
	margin-bottom: 10px;

}

ul.gnavi li.right img {
	width: 100%;
}

/*===============================================
●スライダー
===============================================*/

ul#slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  }

ul#slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

ul#slides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

ul#slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*===============================================
●お知らせ
===============================================*/

#information {
	width: 100%;


}

.information_title {
	color: #ff6600;
	font-size: 13px;
	margin: 5px 0;
}

.information_image {
	margin: 5px 0;
}

.information_contents {
	color: #a0a0a0;
	font-size: 12px;
	margin: 5px 0;
}

.information_time {
	color: #ff6600;
	font-size: 12px;
	text-align: right;
}

.information_list {
	width: 100%;
	text-align: right;

}

.information_list img {
	width: 40%;

}

/*===============================================
●医院紹介
===============================================*/

#introduction {
	width: 100%;
	margin: 10px 0;
}

.introduction_image {
	width: 100;
	margin: 10px 0;
}

.introduction_image img {
	width: 100%;
}

.introduction_detail {
	width: 100%;
	margin-top: 10px;
}

.introduction_red {
	font-size: 15px;
	color: #FF0000;
	margin: 0 0 10px;

}

.introduction_green {
	font-size: 12px;
	color: #21773d;
	margin: 0 0 10px;

}

.introduction_gray {
	font-size: 12px;
	color: #838383;

}

/*===============================================
●診療科目
===============================================*/

#subject {
	width: 100%;
	margin: 10px 0 0 0;
}

#subject p {
	font-size: 13px;
	color: #838383;
	margin-top: 20px;
}

h3.subject {
	width: 97%;
	padding: 1.5%;
	background: #009339;
    color: #FFF;
}

/*===============================================
●診療時間
===============================================*/

#time {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

h3.time {
	width: 97%;
	padding: 1.5%;
	background: #009339;
    color: #FFF;
	text-align: left;
}

/*===============================================
●下ナビ
===============================================*/

#under {
	width: 100%;
	margin-top: 20px;
}


ul.navi {
	list-style: none;
}

ul.navi li {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

ul.navi li img {
	width: 70%;
}

/*===============================================
●医院概略
===============================================*/

#outline {
	width: 100%;
	font-size: 12px;
}

.outline_image {
	width: 100%;
	margin-top: 10px;
}

.outline_detail {
	width: 100%;
	margin-top: 10px;
}

.outline_green {
	font-size: 15px;
	color: #21773d;
}

.outline_red {
	font-size: 13px;
	color: #FF0000;
	margin: 5px 0;
}

.outline_gray {
	font-size: 12px;
	color: #666;
}


/*===============================================
●サイトマップ
===============================================*/

#sitemap {
	width: 100%;
}

ul.list {
	list-style: none;
}

ul.list li a{
	font-size: 12px;
	color: #303030;
}


/*===============================================
●左カラム(派生ページ)
===============================================*/

#side {
	float: left;
	width: 225px;
	margin-right: 20px;
}

#side img a {
	z-index: 999;
}


/*===============================================
●右カラム(派生ページ)
===============================================*/

#right {
	float: left;
	width: 715px;
}


/*===============================================
●box-shadow
===============================================*/

.frame {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

/*===============================================
●院長挨拶
===============================================*/

.aisatu {
	width: 100%;
}

.aisatu p {
	font-size: 12px;
	color: #5c5c5c;
}

.p_bar {
	width: 97%;
	height: 30px;
	background: url("../img/h3_bar.jpg") no-repeat;
	margin: 10px 0;
	padding-left: 3%;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
}

/*===============================================
●当院のご案内
===============================================*/

.annai {
	width: 100%;
}

.annai p {
	font-size: 12px;
	color: #5c5c5c;
	line-height: 20px;
}

.orange {
	font-size: 14px;
	color: #e67e22;
	font-weight: bold;
}


/*===============================================
●お知らせ一覧
===============================================*/

#information2 {
	width: 715px;


}

.information2_title {
	color: #ff6600;
	font-size: 13px;
	margin: 5px 0;
}

.information2_image {
	margin: 5px 0;
}

.information2_contents {
	color: #a0a0a0;
	font-size: 12px;
	margin: 5px 0;
}

.information2_time {
	color: #ff6600;
	font-size: 12px;
	text-align: right;
}


/*===============================================
●カレンダー用
===============================================*/

.calendar-container {
    position: relative!important;
    padding-bottom: 90%;
    padding-top: 30px;
    height: 0;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
 
@media screen and (max-width: 640px) {
    .calendar-container {
        padding-bottom: 140%;
    }
}
 
.entry-content img,#content embed,#content object,#content iframe,#content video {
    border: 1px solid #eeeeee!important;
    padding: 6px!important;
    background-color: rgba(230,230,230,0.4)!important;
    border-radius: 3px;
}



















