/* ////////////////////////////////////////////////// 診療案内 */
/* -------------------------------------------------- lightbox */
.lightbox .lb-image {
  max-height: 500px;
  max-width: 800px;
}





/* ////////////////////////////////////////////////// smartphone */
/* -------------------------------------------------- contentsArea */
/* 診療科目 */
#contentsArea .box.subjects ul {
	margin: 0 0 5px 0;
}

#contentsArea .box.subjects li {
	border-bottom: dotted 1px #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
}

#contentsArea .box.subjects li:first-child {
	padding-top: 0;
}

#contentsArea .box.subjects li img {
	margin: 0 1% 0 0;
	vertical-align: middle;
	width: 5%;
}

#contentsArea .box.subjects li span {
	display: block;
	margin: 0 0 0 5%;
	text-indent: -5%;
}

#contentsArea .box.subjects p {
	color: #ea584b;
	font-weight: bold;
	margin: 0 0 0 1em;
	text-indent: -1em;
}



/* 診療時間表 */
#contentsArea .box.hours p em {
	font-weight: bold;
}

#contentsArea .box.hours p span {
	color: #ea5548;
}

#contentsArea .box.hours p.kome {
	color: #ea5548;
	font-weight: bold;
	margin-bottom: 0;
}

#contentsArea .box.hours div.timetable {
	padding: 0 2%;
}

#contentsArea .box.hours div.fukidashi {
	padding: 8px 0 10px 0;
	text-align: right;
}

#contentsArea .box.hours div.fukidashi img {
	width: 45%;
}



/* オリジナル診療券 */
#contentsArea .box.certificate div {
	margin: 0 0 10px 0;
}

#contentsArea .box.certificate p {
	font-size: 14px;
	font-weight: bold;
}

#contentsArea .box.certificate p span {
	color: #f6ac19;
	text-decoration: underline;
}





/* ////////////////////////////////////////////////// tablet */
@media screen and (min-width: 481px) {



/* -------------------------------------------------- contentsArea */
/* 診療科目 */
	#contentsArea .box.subjects ul {
		margin: 0 0 10px 0;
	}

	#contentsArea .box.subjects li {
		font-size: 16px;
		padding: 7px 0;
	}

	#contentsArea .box.subjects li img {
	}

	#contentsArea .box.subjects p {
		font-size: 14px;
	}



/* 診療時間表 */
	#contentsArea .box.hours {
		overflow: hidden;
	}

	#contentsArea .box.hours div.timetable {
		padding: 0;
	}

	#contentsArea .box.hours .text {
		float: left;
		padding: 5px 0 0 0;
		width: 62%;
	}

	#contentsArea .box.hours div.fukidashi {
		float: right;
		width: 35%;
	}

	#contentsArea .box.hours div.fukidashi img {
		width: 100%;
	}



	/* オリジナル診療券 */
	#contentsArea .box.certificate div {
		display: table-cell;
		width: 42%;
	}

	#contentsArea .box.ph01 {
		margin: 0 0 20px 0;
	}

	#contentsArea .box.certificate div img {
		width: 100%;
	}

	#contentsArea .box.certificate p {
		display: table-cell;
		font-size: 15px;
		padding: 0 0 0 2%;
		vertical-align: middle;
		width: 56%;
	}



}





/* ////////////////////////////////////////////////// PC */
@media screen and (min-width: 769px) {



/* -------------------------------------------------- contentsArea */
/* 診療科目 */
	#contentsArea .box.subjects li {
		font-size: 18px;
	}

	#contentsArea .box.subjects li img {
		margin: 0 10px 0 0;
		width: 40px;
	}

	#contentsArea .box.subjects li span {
		margin: 0 0 0 40px;
		text-indent: -40px;
	}

	#contentsArea .box.subjects p {
		font-size: 16px;
	}



/* 診療時間表 */
	#contentsArea .box.hours .text {
		padding: 7px 0 0 0;
		width: 600px;
	}

	#contentsArea .box.hours p {
		font-size: 16px;
		line-height: 1.4;
	}

	#contentsArea .box.hours div.fukidashi {
		width: 310px;
	}



	/* オリジナル診療券 */
	#contentsArea .box.certificate div {
		width: 430px;
	}

	#contentsArea .box.certificate p {
		font-size: 18px;
		padding: 0 0 0 20px;
		width: 450px;
	}



}
