@charset "UTF-8";

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* ホーム
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#index_topics ul{
	margin: 10px;
}
#index_topics li{
	border-bottom: 1px dotted #C2C2C2;
	padding-bottom:5px;
	margin-bottom:5px;
}
#index_topics p{
	padding: 10px;
}
#index_topics .contents_title2:not(:first-child){
	border-radius:0px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 医院の紹介
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#about .tit{
	font-weight: bold;
	font-size: 15px;
}
#about .mark{
	font-size: 22px;
}
#about .box img{
	background-color: #EDEDED;
	margin-right: 10px;
	width: 150px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 診察内容のご案内
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/*///////////  ///////////*/
#service .tit{
	font-weight: bold;
	font-size: 15px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* よくあるご質問
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#faq dl{
	line-height: 1.4em;
}
#faq dt{
	padding: 5px;
	border-radius: 3px;
	background: linear-gradient(#fff, #EEEEEF);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEEEEF;
}
#faq dd{
	padding: 5px;
	margin-bottom: 15px;
	font-size: 12px;
}
#faq .q,
#faq .a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
#faq .q{	background-image: url(../images/icon/bg-faq_q.png);	}
#faq .a{	background-image: url(../images/icon/bg-faq_a.png);	}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* はじめて受診される方へ
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#first .box{
	padding:0;
	border:none;
	background:none;
}
#first .tit .step,
#first .tit .no,
#first .tit .co{
	margin-right:10px;
	display: inline-block;
}

#first .tit{
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #C2C2C2;
	margin-bottom: 10px;
	vertical-align: middle;
}
#first .tit .step{
	background-color:#6dbb56;
	color: #fff;
	padding:10px;
}
#first .tit .no{
	color:#6dbb56;
}
#first .tit .co{
	padding-top: 5px;
	padding-bottom: 3px;
}
#first .txt{
	margin:0 10px;
}
#first .box img{
	border: 1px solid #C2C2C2;
	background-color: #FFF7E3;
	padding: 3px;
	width:150px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 施設案内
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#facility .box img{
	border: 1px solid #C2C2C2;
	background-color: #FFF7E3;
	padding: 3px;
	width:150px;
}
#facility .tit{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* スタッフ紹介
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#staff .box img{
	width:100px;
	border: 1px solid #C2C2C2;
	background-color: #FFF7E3;
	padding: 3px;
}
#staff .tit{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* アクセス
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#access .tit{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 記事一覧
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#content #list ul{
	margin: 10px;
}
#content #list li{
	border-bottom: 1px dotted #C2C2C2;
	padding-bottom:5px;
	margin-bottom:5px;
}
#content #list li date{
	margin-right:10px;
	font-size:11px;
}
#content #list p{
	padding: 10px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 記事詳細
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#post p{
	padding: 10px;
}
#post time{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C2C2;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}
#post .c_head{
	padding:10px;
	margin-bottom:0;
}
/*
YouTubeの幅を可変にする
http://norm-nois.com/blog/archives/1064
*/
#post .youtube{
	position:relative;
	padding-bottom: 56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
#post .youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */



