@charset "utf-8";

#content h1 {
	margin: 0 0 10px 0;
	padding: 10px 5px 0;
	background: none;
	border-top: #F8B500 2px solid;
}

#content h1 img {
	width: 33%;
	max-width: 150px;
	height: auto;
}

#main-content {
	padding: 0 10px 30px;
	text-align: left;
}

#qa-list {
	margin-bottom: 30px;
}

#qa-list li {
	border-top: #FFF 1px solid;
}

#qa-list li:first-child {
	border-top: none;
}

#qa-list li a,
#qa-list li span {
	display: block;
	font-weight: bold;
	border: #009933 1px solid;
	padding: 10px 20px 10px 10px;
}

#qa-list li a {
	position: relative;
	background-color: #009933;
	text-decoration: none;
	color: #FFF;
}

#qa-list li span {
	background-color: #FFF;
	color: #009933;
}

#qa-list li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.qa-topic {
	color: #009933;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 3px 3px;
	border-bottom: #F8B500 2px solid;
}

.answer-list {
	border: #C2C2C2 1px solid;
	border-bottom: none;
}

.answer-list dt {
	padding: 10px 40px 10px 28px;
	border-bottom: #C2C2C2 1px solid;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	background-color: #FFFBD7;
}

.answer-list dt:before {
	display: inline-block;
	content: "Q";
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
	color: #F8B500;
}

.answer-list dt:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: "";
	background-image: url(../img/qa/qa_open_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px auto;
}

.answer-list dt.open:after {
	background-position: 0 -20px;
}

.answer-list dd {
	display: none;
	padding: 10px 10px 10px 28px;
	border-bottom: #C2C2C2 1px solid;
	position: relative;
}

.answer-list dd:before {
	display: inline-block;
	content: "A";
	width: 1.0em;
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
	color: #009933;
}

.qa-notice {
	margin-top: 10px;
	font-size: 1.2rem;
}

.qa-notice p {
	text-indent: -1em;
	padding-left: 1em;
}

.qa-answer-topic {
	margin-top: 10px;
	font-weight: bold;
}

.qa-contact {
	margin: 10px 0;
	font-weight: bold;
}


.link-arrow {
	text-align: center;
	margin: 20px 0;
}

.link-arrow a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 27px 10px 10px;
	border: #CCC 1px solid;
	border-radius: 4px;
	background: #F5F5F5 url(../../common/img/link_arrow.png) 96% center no-repeat;
	background-size: 12px;
	text-decoration: none;
	color: #333;
}






