@charset "utf-8";

/*アンカーリンク*/

.anchorArea2 {
	background: #ffff66;
	padding: 1.5%;
	overflow: hidden;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.anchorArea2 ul li {
        font-weight:bold;
	float: left;
	margin-right: 2%;
}
.anchorArea2 ul li a {
	background: url(/images/common/anchor_list.png) 0 2px no-repeat;
	background: url(/images/common/anchor_list_ie8.png) 0 2px no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	display: block;
	padding: 0 0 0 25px;
}
.anchorArea2 ul li a:hover {
	background: url(/images/common/anchor_list_on.png) 0 2px no-repeat;
	background: url(/images/common/anchor_list_ie8_on.png) 0 2px no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}




.search {

margin:20px 5px 20px 5px;
padding:10px 10px 0px 10px;

border:1px solid #ccc;

}


.faqArea {
	margin: 0 2%;
	padding:0px auto;
}

.faqArea.grayLast {
	border-bottom: 1px solid #d5dae3;
}



.faqArea dl {

        border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
}
	



.faqArea p {
	font-size:95%;
	color: #444; 
	border-top: 1px dotted #d5dae3;
	padding-top:10px;
	margin:20px 5px 0px 5px;
	
}

.faqArea a{
	display:inline;
	color: #0000ff; 
	text-decoration:underline;
}

.faqArea ul {
	
}


.faqArea li {
       color: #444; 
	list-style-type: disc;
	margin:5px 0px 0px 25px;
	font-size:95%;
	
}



.faqArea dl.gray {
	background: #f6f6f6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.faqArea dl.white {

	border-bottom: 1px solid #d5dae3;
}


.faqArea dl dt {

	font-size: 110%;
	background: url(/images/faq/plus.png) 1% 46% no-repeat;
	background: url(/images/faq/plus_ie8.png) 1% 46% no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	padding: 1% 1% 1% 35px;
}
.faqArea dl dt:hover {
	color: #28a6e8;
}
.faqArea dl dt.minus {
	font-weight: bold;
	font-size: 110%;
	background: url(/images/faq/minus.png) 1% 46% no-repeat;
	background: url(/images/faq/minus_ie8.png) 1% 46% no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
.faqArea dl dd {
        color: #0000ff; 
	padding: 0 2% 2% 2%;
	display: none;
	border-bottom: 1px solid #fff;
	
}


.category{
color:#333333;
font-size:160%;
font-weight:bold;
	margin: 2% 1% 0% 1%;
}
