@charset "utf-8";
/* Tanaka naika clinic
info
-----------------------------------------------------*/

#contents {
	margin-bottom: 50px;
}

/* ==============================================
    index
============================================== */

#entryList {}
#entryList dl dt,
#entryList dl dd {
	margin-bottom: 30px;
	border-top: 1px solid #707070;
	padding-top: 5px;
}
#entryList dl dt {
	float: left;
	clear: left;
	width: 11em;
	color: #707070;
}
#entryList dl dd {
	margin-left: 11em;
}
#entryList dl dd a {
	color: #1F65A0;
	text-decoration: none;
}

#contents p.navi {
	text-align: center;
	padding-bottom: 10px;
	margin: 50px 0 0 0;

}
#contents p.navi a {
	display: inline-block;
	font-size: 1.125em;
	border: 1px solid #b8c3c9;
	border-radius: 3px;
	color: #555;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
}

#contents p.navi a:hover {
	background: #EEF5FC;
}

#contents p.navi a.now {

	color: #FFFFFF;
	background: #1F65A0;
}


@media screen and (max-width: 700px) {
	#entryList dl dt,
	#entryList dl dd {
		margin-bottom: 30px;
		border-top: 1px solid #707070;
		padding-top: 5px;
	}
	#entryList dl dt {
		float: none;
		width: inherit;
		margin-bottom: 0;
	}
	#entryList dl dd {
		border-top: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/* ==============================================
    detail
============================================== */
p.btn_back {
	text-align: right;
	margin-bottom: 0px;
}
p.btn_back a {
	position: relative;
	display: inline-block;
	border: 1px solid #5672A2;
	border-radius: 40px;
	padding: 0px 20px 0 40px;
	font-size: 0.875em;
	line-height: 36px;
	color: #1F65A0;
	text-decoration: none;
}
p.btn_back a::before {
	position: absolute;
	top: 50%;
	left: 10px;
	content: "";
	display: inline-block;
	background: url("image/icon_arrow.svg") no-repeat 0 0 / contain;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	transform: rotateZ(180deg);
}

#entryTitle .date {
	margin-bottom: 5px;
}
#entryTitle h2 {
	background: #1F65A0;
	margin: 0 0 35px;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.125em;
	font-weight: normal;
	border-left: 12px solid #BFCEE6;
}

#contents #entryText,
#contents .attention,
#contents #entryPhoto {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#entryText {
	zoom: 1;
	margin: 40px auto 20px;
	line-height: 1.6;
}
#entryText:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

#entryText a {
	color: #1F65A0;
	text-decoration: none;
}


#entryText p {
	margin: 5px 0 10px;
}
#entryText p.left,
#entryText p.right,
#entryText p.center {
	padding-bottom: 20px;
}
#entryText p.left {
	float: left;
	text-align: left;
	margin-right: 30px;
	max-width: 310px;
}
#entryText p.right {
	float: right;
	text-align: right;
	padding-left: 20px;
}
#entryText p.center {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
#entryText p.center img {
	max-width: 70%;
}

#entryText p.left img,
#entryText p.right img {
	max-width: 310px;
	height: auto;
	max-height: 310px;
	margin-bottom: 7px;
}

#contents .attention {
	margin: 20px auto;
	padding: 20px;
	background: #f5f5f5;
}

#entryPhoto {
	margin: 50px auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#entryPhoto::after {
	content: "";
	display: block;
	width: 30%;
}
#entryPhoto p {
	width: 30%;
	margin-bottom: 25px;
	padding-left: 0;
	font-size: 90%;
}


#contents .pdf,
#contents .word,
#contents .ppt,
#contents .excel {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
#contents .pdf a,
#contents .word a,
#contents .ppt a,
#contents .excel a {
	padding: 7px 0 12px 33px;
}
#contents .pdf a { background: url(image/file_pdf.gif) no-repeat; }
#contents .word a { background: url(image/file_word.gif) no-repeat; }
#contents .ppt a { background: url(image/file_ppt.gif) no-repeat; }
#contents .excel a { background: url(image/file_excel.gif) no-repeat; }

#contents #entryText p.pdf {
	clear: both;
}

#contents table {
	border-collapse: collapse;
}
#contents th,
#contents td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
#contents th span {
	font-weight: normal;
}
#contents table.left th,
#contents table.left td {
	padding: 8px 10px;
	text-align: left;
}
#contents table.top th,
#contents table.top td {
	vertical-align: top;
}

#contents .pink { color: #f5696f; }
#contents .red { color: #ff0000; }
#contents .vermilion { color: #ff5358; }
#contents .green { color: #068a2e; }
#contents .ygreen { color: #03a032; }
#contents .blue { color: #2786e7; }
#contents .orange { color: #e6672f; }
#contents .purple { color: #8e47f8; }
#contents .navy { color: #1b30ad; }




@media screen and (max-width: 1100px) {
	#contents #entryText,
	#contents .attention,
	#contents #entryPhoto {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	#entryText p.center {
		float: none;
		padding: 0;
		margin: 0 auto 20px;
		max-width: 100%;
	}
	#entryText p.left,
	#entryText p.right {
		float: none;
		padding: 0;
		margin: 0 auto 20px;
		max-width: 85%;
	}
	#entryText p.left img,
	#entryText p.right img,
	#entryText p.center img {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 0px;
	}
	#entryPhoto {
		letter-spacing: 0;
		margin-left: 0px;
		margin-right: 0px;
	}

	#entryPhoto p {
		float: none;
		display: block;
		vertical-align: top;
		letter-spacing: 0;
		width: 85%;
		padding: 0;
		margin: 0 auto 20px;
	}

	#entryPhoto p img {
		vertical-align: middle;
		width: 100%;
		margin-bottom: 5px;
	}
}