<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------header*/
header {
    height: auto;
}
#headerarea {
    position: relative;
}

/*------------------------------------------------------------Content*/
/*FaqBox*/
.faqbox {
	overflow: hidden;/* for modern browser */
	text-align: left;
}
.faqbox .faq_text_area {
	zoom: 1;/*ie6*/	
    min-height:33px;
}
.faq_text_area .faq_text::before {
	content: "A";
	color: #fff;
	background: #e18b98;
	padding: 8px 11px;
	-webkit-border-radius: 30px;/* for Safari and Chrome */
-moz-border-radius: 30px; /* for Firefox */
-o-border-radius: 30px; /* for opera */
	border-radius: 50px;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.faqbox .faq_text {
	line-height: 2;
	position: relative;
  border-radius: 50%;
	padding-left: 40px;
}
.faqbox img {
	margin-bottom: 10px;
}
.faqbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.faqtitle::before {
	content: "Q";
	color: #fff;
	background: #2caa6d;
	padding: 8px 10px;
	-webkit-border-radius: 30px;/* for Safari and Chrome */
-moz-border-radius: 30px; /* for Firefox */
-o-border-radius: 30px; /* for opera */
	border-radius: 30px;
	line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.faqtitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding: 5px 0 5px 40px;
	margin: 10px 0;
	text-align: left;
	position: relative;
  border-radius: 50%;
}
 
@media print, screen and (min-width:768px) {
.faqtitle br {
	display:none;
}
}
/*PageNavi*/
.pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #e18b98;
	background: #e18b98;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #666666;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
	zoom: 1;
}
.pagenavi li a:hover {
	background: #DFDFDF;
}
</pre></body></html>