@charset "UTF-8";
/* CSS Document */

  html {
  background-color: transparent;
  background-image: none;
}

 body{
   	 font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
     	 margin:0px;
	color:#333;	
	line-height: 1.8;
	font-size: 14px;
}

div#container{
	width:100%;
	overflow:hidden;
	position:relative;
}


a {
  text-decoration:none;
  color:#333;
}


li{
 list-style-type:none;
}

.inline{
	display:inline-block;
}

div.content{
	width:960px;
	margin:0px auto;
}


h2.title,h2{
	padding:10px;
	border-left:5px solid #7ecef4;
	color:#7ecef4;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	background:#fafafa;
	margin-bottom:30px;
}

h3{
	font-size: 20px;
    color: #7ecef4;
    padding: 5px 0px;
    border-bottom: 1px dotted #dedede;
}

h4{
	font-weight:bold;
}

div.post{
    float: right;
    width: 690px;
    border:1px solid #cfcfcf;
	overflow:hidden;
	margin-bottom:30px;
}

div#title{
	padding:20px;
	text-align:center;
	overflow:hidden;
	margin-bottom: 30px;

}

div.post_content{
	padding:20px;
	overflow:hidden;
}

div.post_content img.attachment-post-thumbnail{
	display:block;
	margin:0px auto 20px;
}



@media screen and (max-width: 840px) {
div.content{
	width:95%;
}


div.post{
    float: none;
    width: 100%;
}

}

/* 記事内の画像 */

img.size-full{
	width:100%;
	height:auto;
}

.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft{
	float:left;
	margin-right:3%;
	margin-bottom:3%;
}

.alignright{
	float:right;
	margin-left:3%;
	margin-bottom:3%;
}

.wp-caption{
	border:solid 1px #e0e0e0;
	text-align:center;
	padding-top:5px;
}

/*　ヘッダー */
header{
	width:100%;
	overflow:hidden;
}

div#header_in{
	width:960px;
	margin:0px auto;
}

div#header_in img.logo{
    display: block;
    float: left;
    margin: 30px 30px 30px 0px;
	width:250px;
}

div#header_in div.ct_info{
	float:right;
	width:380px;
}

div.ct_info img.tel{
	display:block;
	float: right;
    margin-top: 30px;
}

div.ct_info p.inline{
	margin:0px 10px;
}

div.access{
	background:#7ecef4;	
	border-radius:0px 0px 5px 5px;
	padding: 3px 5px;
}

div.ct_info p.ct a:before{
	content:url("img/header/arrow_blue.png");
	vertical-align: middle;
    margin-right: 5px;
}

div.ct_info p.access a:before{
	content:url("img/header/arrow_white.png");
	    vertical-align: top;
    margin-right: 5px;
}

div.ct_info p.sitemap a:before{
	content:url("img/header/arrow_white.png");
	    vertical-align: top;
    margin-right: 5px;
}

div.ct_info p.access a,div.ct_info p.sitemap a{
	color:#fff;
}


/*　ヘッダー ~840px */
@media screen and (max-width: 840px) {


div#header_in{
	width:95%;
}

div#header_in img.logo{
    display: block;
    float: none;
    margin: 20px auto;
}

div#header_in div.ct_info p.inline{
	display:none;
}

div#header_in div.ct_info div.access{
	display:none;
}

div.ct_info img.tel{
	display:block;
	float: none;
    margin:20px auto; 
}

}

/* パンくずリスト */
div#breadcrumb{
	width:1000px;
	margin:20px auto;
}

div#breadcrumb li{
	display:inline;
	padding:10px;
}

/* パンくずリスト ~840px */


@media screen and (max-width: 840px) {
div#breadcrumb{
	width:100%;
}

div#breadcrumb li{
	font-size:12px;
}
}

/* ナビ */

nav{
	clear:both;
	background:#7ecef4;
}

nav ul{
	width:960px;
	margin:30px auto 10px;
}

nav ul li{
	display:inline-block;
	margin: 10px 0px;
}

nav ul li a{
	display:block;
	padding:2px;
	color:#fff;
	padding: 0px 30px;
    border-right: 1px dotted #fff;
	text-align:center;
	width: 125px;
}

nav ul li:first-child a{
	 border-left: 1px dotted #fff;
}


div.smart-nav{
	display:none;
}

.smart{
	display:none;
}


/* ナビ */

@media screen and (max-width: 840px) {

nav ul.pc{
	display:none;
}

div.smart-nav{
		display:block;
		margin-bottom: 20px;
	} 

	div.smart-nav .open p{
		font-size: 24px;
		color:#fff;
		text-align:center;
	}

	div.smart-nav .close p{
		font-size: 24px;
		font-weight: bold;
		margin: 0px 5px;
		color: #fff;
		text-align:center;
	}


	div.smart-nav ul li{
		display:block;
		border-bottom:1px solid #7ecef4;
		vertical-align:middle;
		margin-left:0px;
		width:100%;
		text-align:left;
	}

	nav ul{
		width:100%;
	}

	div.smart-nav ul li:first-child{
		margin-top:-28px;
	}

	nav ul li a{
		width: 100%;
		padding: 0px 0px;
		color:#7ecef4;
	}
	
	div.menu ul{
		background:#fff;
	}

}


/* トップ　*/

img.smart_top_img{
	display:none;
}

div.bx-controls{
	display:none;
}

div.main{
	float:right;
	width: 945px;
}

ul.news{
	padding: 0 10px 50px 10px;
}

li.news_line{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d8f0fc;
}

.news_date{
	margin-right: 20px;
}

.news_link{
	text-decoration: underline;
	color: #0066cc;
}

.news_link:hover{
	color: #004999;
}

.news_link:visited{
	color: #999999;
}

img.rinen{
	width:100%;
	height:auto;
}

div.sub_menu{
	width: 223px;
    margin: 5px;
    display: inline-block;
}

/*　トップ ~840px */
@media screen and (max-width: 840px) {
img.smart_top_img{
	width:100%;
	height:auto;
	display:block;
	margin:20px auto;
}

.pc{
	display:none;
}

div.main{
	float:none;
	width: 100%;
}

div.sub_menu{
    display: block;
	margin:0px auto;
}

}

/* 当院について */
div.about{
	background-image:url("img/about/about.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 110px;
}

div.about h1{
    font-size: 24px;
    color: #fff;
    background: rgba(126,206,244,0.6);
    display: inline-block;
    padding: 0px 10px;
    margin-top: 25px;
}

div.AT_br{
	border:2px solid #dedede;
	border-radius:2px;
	width: 90%;
    margin: 0px auto 30px;
    overflow: hidden;
}

div.AT_br img.chach{
	display:block;
	border-right:2px solid #dedede;
	float: left;
	margin-right:20px;
}

div.AT_br h3{
	font-size:20px;
	color:#7ecef4;
	padding:5px 0px;
	border-bottom:1px dotted #dedede;
}

div.AT_br ul li a img{
	margin-right: 10px;
}

div.AT_br ul li{
	display: inline-block;
	font-size: 16px;
    margin: 10px 20px 10px 0px;
}


/*　当院について ~840px */
@media screen and (max-width: 840px) {


div.AT_br img.chach{
    float: none;
    margin: 10px auto;
}

div.AT_br h3 {
    padding: 5px 10px;
}

div.AT_br ul{
	padding:0px 10px;
}

}



/* 当院概要 */
table.gaiyo th{
	background: #f8f8f8;
    padding: 8px;
}

table.gaiyo td{
	padding:8px;
}

/* 医師紹介 */

div.ishi{
    border: 2px solid #cfcfcf;
    padding: 10px;
	overflow:hidden;
	    margin-bottom: 30px;
}

div.nittei{
	float: right;
	
}

div.ishi_left{
	float:left;
}

div.ishi_left p.osa{
	color:#7ecef4;
	font-size:16px;
}

div.ishi_left p.name{
	font-size: 22px;
    margin: 10px 0px;
    border-bottom: 1px dotted #cfcfcf;
}

div.ishi_left p.name span{
	font-size:16px;
}

div.nittei p{
    font-size: 20px;
    color: #7ecef4;
    margin-bottom: 40px;
}

div.nittei table tr td{
	border: 2px solid #cfcfcf;
	text-align:center;
	padding: 4px 12px;
	color:#7ecef4;
}

span.black{
	color:#000;
}

/* 広報室 */
div.kouhou_content section{
	width:588px;
	height:auto;
	margin:0px auto 30px;
	position:relative;
}

div.kouhou_content section div.section_desc{
	position: absolute;
    bottom: 9px;
    display: block;
    width: 567px;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    height: 80px;
}

div.kouhou_content section img{
	width:588px;
	height:auto;
}

div.kouhou_content section div.section_desc span.cat{
    background: #f19733;
    padding: 3px 10px;
    border-radius: 3px;
}

p.time{
text-align: right;
    margin-bottom: 20px;
}

div.kouhou_content section div.section_desc p.time{
	float: right;
    margin-right: 20px;
}

div.kouhou_content section div.section_desc h2{
	font-size: 16px;
    margin-top: 20px;
	padding:0px;
	color:#fff;
	background:transparent;
	margin-bottom:0px;
	box-shadow:none;
	border:none;
}

div.kouhou_post{
	overflow:hidden;
	padding:10px;
	width:588px;
	margin:0px auto;

}

div.kouhou_post img{
	width: 588px;
	height: auto;
}
/*
div.kouhou_post img.attachment-post-thumbnail{
	width:590px;
	height:auto;
	margin:0px auto 30px;
	display:block;
}
*/

/* 広報室　~840px */

@media screen and (max-width: 840px) {
	div.kouhou_content section {
	    width: 95%;
		font-size:12px;
		margin:0px auto;
	}

	div.kouhou_content section img{
		width:100%;
		height:auto;
	}

	div.kouhou_post{
		width: 95%;
		font-size:12px;
		margin:0px auto;
	}

	div.kouhou_post img{
		width:100%;
		height:auto;
	}
}

/* ご利用の皆様へ */

div.user{
	background-image:url("img/user/user_img.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 110px;
}

div.user h1{
    font-size: 24px;
    color: #fff;
    background: rgba(126,206,244,0.6);
    display: inline-block;
    padding: 0px 10px;
    margin-top: 25px;
}

/* 診療・部門案内 */

div.medical{
	background-image:url("img/medical/medical.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 110px;
}

div.medical h1{
    font-size: 24px;
    color: #fff;
    background: rgba(126,206,244,0.6);
    display: inline-block;
    padding: 0px 10px;
    margin-top: 25px;
}

/* 内視鏡検査　*/
div.naisi table{
	width:100%;
}

div.naisi table td{
	padding:10px;
	border:1px solid #333;
	text-align:center;
}

div.naisi2 table td{
	padding:5px;
}


/* サイドバー */
div#side{
	float:left;
	width:255px;
}

div#sidebar{
	width:100%;
	text-align:center;
	margin: 0px 0px 30px 0px;
}

div#sidebar ul li{
	margin-bottom: 10px;
}

/*　サイドバー（サブ）　*/
div.sideSub{
	    width: 230px;
    margin: 0px auto 20px;
	border:1px solid #d5d5d5;
	padding:5px;
}

div.sideSub h2{
	padding:10px;
	background:#7ecef4;
	color:#fff;
}

div.sideSub ul li a{
	display:block;
	padding:10px;
	border-bottom:1px dotted #d5d5d5;
}

div.sideSub ul li.side ul li a:before{
	content:url("img/sidebar/sideLc.png");
	margin-right:10px;
}


/*　サイド ~840px */
@media screen and (max-width: 840px) {

div#side{
	display:none;
}
}

/* フッター */
footer{
	width:100%;
	overflow:hidden;
	background:#2c2c2c;
	padding:20px 0px;
	margin-top:30px;
	position:relative;
}

div#ft{
	width:1000px;
	overflow:hidden;
	margin:0px auto;
}

div.ft_left{
	float:left;
}

div.ft_left p.copy{
	color:#fff;
}

div.ft_right{
	float:right;
}

div.ft_right ul li{
	display:inline-block;
    margin: 70px 9px 0px;
}

div.ft_right ul li a{
	color:#fff;
}

div.ft_right ul li a:before{
	content:url("img/footer/ft_arrow.png");
	margin-right: 5px;
    vertical-align: middle;
}

/* フッター ~840px */

@media screen and (max-width: 840px) {
	div.smart{
	display:block;
	}

	footer{
	overflow:visible;
	clear: both;
	}

	a.to_top{
  	  position: absolute;
   	 top: -60px;
   	 left: 0;
   	 right: 0;
    	margin: auto;
	}

	a.to_top img{
		width: 16%;
	}

	div#ft{
		display:none;
	}

	div.smart_footer{
		overflow:hidden;
	}

	div.site-info{
		display:none;
	}

	div.to_top{
		display:none;
	}

	img.top_btn{
		position:absolute;
		width:16%;
		top:-40px;
		left:0;
		right:0;
		margin:auto;
	}

	img.footer_logo{
		margin:0px auto 30px;
		width:80%;
		display:block;
	}

	div.smart_footer ul{
		width:95%;
		margin:0px auto;
	}

	div.smart_footer ul li{
		display:block;
		float:left;
		width:42%;
		margin:2% 0px;
	}

	div.smart_footer ul li:nth-child(2n+1){
		margin-right:10%;
	}
	
	div.smart_footer ul li:last-child{
		margin-bottom:30px;
	}

	div.smart_footer ul li a{
		width:100%;
		display:block;
		background:#fff;
		border-radius:10px;
		padding:10px;
		color:#82674c;
		font-size:17px;
		text-align:center;
	}

	p.smart_copy{
		overflow: hidden;
		clear: both;
		font-size: 13px;
		padding: 5px 0px;
		color: #fff;
    		text-align: center;
	}


div.about,div.user,div.medical{
	background:#7ecef4;
}



}