body { font-family: sans-serif; line-height: 1.6; color: #333; 
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('面接カオスに.png') fixed ; }
.container { max-width: 800px; margin: auto; padding: 20px; }
header { text-align: center; padding: 40px 0; background: #2c3e50; color: white; }
.card { background: white; padding: 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
table { width: 100%; border-collapse: collapse; margin-top: 20px; background: white; }
th, td { border: 1px solid #ddd; padding: 12px; text-align: left; }
th { background: #34495e; color: white; }
.highlight { font-weight: bold; border-left: 5px solid #e74c3c; padding: 10px; background: #fff3f3; }