@charset "utf-8";
/* CSS Document */

.contents .title {
	background-color: #efcc18;
	font-size: 16px;
	padding: 15px 10px 15px 60px;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-size: 40px auto;
	margin-bottom: 10px;
	font-weight: 600;
	-webkit-box-shadow: 0 2px 0 0 rgba(184,155,2,0.85);
	box-shadow: 0 2px 0 0 rgba(184,155,2,0.85);
}
.ttl-note {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.section {
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
.section .poster {
	margin-bottom: 7px;
}
.section .area {
	margin-bottom: 7px;
}
.line {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	padding: 4px 0;
	background-color: #ea6094;
	font-size: 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	font-weight: 600;
}
.section .area .station {
	margin-right: 5px;
	padding: 2px;
	font-size: 14px;
	font-weight: 600;
}
.section .question {
	margin-bottom: 10px;
	font-weight: bold;
}

.section .question .img {
	margin-bottom: 10px;
}

.section .choice li {
	font-size: 12px;
	margin-bottom: 5px;
}
.section .answer {
	margin-bottom: 7px;
}
.section .answer:before,
.section .answer:after {
    content: " ";
    display: table;
}

.section .answer:after {
    clear: both;
}

.section .answer .number {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	padding: 3px 0;
	background-color: #000;
	color: #fff;
	font-size: 9px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	float:left;
}
.section .answer .text {
	width: 255px;
	float:left;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}
