@charset "UTF-8";

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

h2.main {
	background-image: url("/masui/fjca/images/main.jpg");
}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.fjca_list {
	width: 85%;
	text-align: left;
	margin: 0px auto 60px auto;
}
div.fjca_list p {
	text-align: left;
	line-height: 1.8em;
	margin: 0px auto 30px auto;
}

div.fjca_list dl {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
div.fjca_list dl dt {
 	font-size: 14px;
	text-align: left;
	background-image: url("/masui/commons/images/icn_down.png");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
	border-left: 3px solid #0065b0;
	background-size: 8px;
	text-indent:15px;
	line-height: 45px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
}
div.fjca_list dl dt:first-of-type {
    border-top: 1px solid #dfdfdf;
}
div.fjca_list dl dt:hover {
	background-color: #e6e6e6;
}
div.fjca_list dl dt.open {
	background-image: url("/masui/commons/images/icn_up.png");
}
div.fjca_list dl:first-of-type dt:first-of-type {
	cursor: default;
	background: none;
	pointer-events: none;
	border-top: none;
}
div.fjca_list dl dd {
	display: none;
	margin-bottom: 20px;
	padding: 0px;
}
div.fjca_list dl:first-of-type dd:first-of-type {
	display: block;
}
div.fjca_list dl dd:last-of-type {
	margin-bottom: 0px;
}
div.fjca_list dl dd ul {
	margin: 15px 0 0px 0;
}
div.fjca_list dl dd ul li {
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	border-bottom: 1px dotted #999;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
div.fjca_list dl dd ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.fjca_list dl dd ul li a {
	font-weight: 500;
	color: #0065b0;
	display: inline-block;
	background-image: url("/masui/commons/images/icn_pdf_bk.png");
	background-repeat: no-repeat;
	background-position: right top 2px;
	background-size: 18px;
	box-sizing: border-box;
	padding: 0 28px 5px 0;
}
div.fjca_list dl dd ul li strong {
	display: inline-block;
	font-weight: 500;
	color: #0065b0;
	padding: 0 0 5px 0;
}




@media only screen and (min-width: 1001px) {

div.fjca_list {
	width: 1000px;
	margin: 0px auto 90px auto;
}
div.fjca_list dl {
	margin: 0px 0px 60px 0px;
}
div.fjca_list dl dt {
 	font-size: 16px;
	background-position: right 20px center;
	background-size: 12px;
	text-indent: 20px;
	line-height: 60px;
}
div.fjca_list dl dd ul li {
	font-size: 14px;
}
div.fjca_list dl dd ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.fjca_list dl dd ul li a {
	background-position: right top 4px;
}


}
