@charset "UTF-8";
@import url("main.css");


/* ---- 症例集 ---- */
.casebox    {
	background: #039 url(../case-images/case_bg.jpg) no-repeat;
	margin: 20px 0px;
	padding: 20px 10px;
	clear: both;
}

.casebox h3 {
	color: #fff;
	font-size: 100%;
	margin-left: 10px;
	margin-bottom: 1em;
}

.casehead   {
	line-height: 180%;
	margin-left: 10px;
	float: left;
	width: 90px;
	color: #ffff00;
	font-weight: bold;
	font-size: 110%;
}

.casebody {
	margin-left: 110px;
}
.casebody h4 {
	color: #ff0;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px dotted #ffc;
	padding-left: 80px;
	padding-bottom: 5px;
}
.casebody h4 span {
	display: inline-block;
	position: absolute;
	margin-left: -80px;
	letter-spacing: 0.2em;
}

.casebody span.diametersign { /* 直径記号（⌀）は表示出来るフォントが限られているため、∅で代用し、クラス指定で径記号（diameter sign）を振った。 */
	margin: 0 2px;
	position: relative;
	font-size: 80%;
}
.casebody dl{
	font-size: 100%;
	color: #fff;
}
.casebody dl dt {
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 1em;
}
.casebody dl dd {
	margin-left: 1em;
}
.casebody em {
	color: #ff0;
	font-weight: normal;
}

.caseimage	{
	clear: both;
	text-align: center;
	margin: 20px;
	color: #ffffff;
}
.caseimage h4 {
	color: #ff0;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 0.2em;
}
.caseimage img {
	border: none;
}

/* ---- 症例集　ここまで ---- */

#CASE-REPO {}

.case-reportbox  {
	background-color: #f5f5f5;
	text-align: center;
	margin: 20px 0 30px;
	padding: 15px;
	border: solid 1px #dcdcdc;
}
#CASE-REPO h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

#CASE-REPO p { 
	text-align: justify;
	margin-bottom: 0.5em;
	text-justify: distribute; /* 均等割付けを指定　※text-justifyはIE5以降のみに適応 2011-8-20 */
}
#CASE-REPO img {
	margin: 1em 0;
	width: 560px;
	border: 0;
}

#CASE-REPO .shomei{
	margin: 1.5em 0 2em;
}

#CASE-REPO .shomei p {
	margin: 0;
	text-align: right;
}

#CASE-REPO .shomei #Namae {
	font-weight: bold;
	font-size: 120%;
}