@charset "utf-8";

/* trouble06_pc.css：PC
 * ======================================
 * 
 * ======================================
 */

/* #trouble06_cat01
------------------------------------------------------------------ */
#trouble06_cat02 li {
	width: 22%;
	float: left;
	list-style-type: none;
	text-align: center;
}
#trouble06_cat02 li + li {
	margin: 0 0 0 4%;
}
#trouble06_cat02 li img {
	width: 100%;
}
#trouble06_cat02 li dd {
	margin: 10px 0 0 0;
}
#trouble06_cat07 table th {
	width: 20%;
}
#trouble06_cat07 table tr:first-child th + th {
	width: 40%;
}

#subPage #content #trouble06_cat04 .inner > div > img{
	width: 95%;
}