@charset "utf-8";

/* trouble08_sp.css：SP
 * ======================================
 * common
 * ======================================
 */

/* #trouble08
------------------------------------------------------------------ */
#subPage #content #trouble08_cat01 div img {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
#subPage #content #trouble08_cat01 div a:after {
	border: none;
}
.medical h3 strong {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}
/* cat06*/
#trouble08_cat06 table {
	background: #f2ece3;
	font-size: 0.8em;
	width: 100%;	
}
#trouble08_cat06 table, 
#trouble08_cat06 th,
#trouble08_cat06 td {
	padding: 5px;
	border: 4px solid #e6e2d9;
	border-radius: 10px;
}
#trouble08_cat06 thead td,
#trouble08_cat06 tbody th {
	background: #d1d984;
}
#trouble08_cat06 thead th {
	padding: 1em 5px;
}
#trouble08_cat06 thead th:nth-child(2) {
	background:#7ebf89;
}
#trouble08_cat06 thead th:nth-child(3) {
	background:#7ec1ba;
}
#trouble08_cat06 thead th:nth-child(4) {
	background:#f6c346;
}
#trouble08_cat06 thead th:nth-child(5) {
	background:#fea85b;
}
#trouble08_cat06 thead td {
	font-weight: bold;
}
#trouble08_cat06 tbody th {
	width: 10%;
}
#trouble08_cat06 tbody td {
	background: #fff;
}
#trouble08_cat06 thead th:first-child,
#trouble08_cat06 tbody tr:first-child th:first-child {
	background: transparent;
}
#trouble08_cat06 img {
	width: 3em;
	height: auto;
	margin: 0 0 0.3em 0.2em;
}