@charset "utf-8";

/* trouble07_pc.css：PC
 * ======================================
 *
 * ======================================
 */

/* #trouble07
------------------------------------------------------------------ */
.medical h3 span {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}

#trouble07_cat13 .case,
#trouble07_cat14 .case {
	text-align: center;
	border-top: 0;
}
#trouble07_cat13 .case dl,
#trouble07_cat14 .case dl {
	padding-bottom: 0px;
}
#trouble07_cat14 .case dl dd {
	float: none;
	width: 80%;
}
#trouble07_cat14 .case dl dd p {
	font-size: 0.9em;
	text-align: left;
}

#trouble07_cat16 table + .notes,#trouble07_cat19 table + .notes,#trouble07_cat17 table + .notes {
	width: 80%;
	margin: 0 auto;
}

.case dl dd.detail{
clear: both;
float: none;
width: 100%;
text-align: left;
padding: 15px 0 0;
}
.case dl dd.detail:before{
content:none;
}