/*サービス系で使われるCSS*/

h1 {
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
h2 {
	font-size: 16px;
	line-height: 1.5;
}
h3 {
	font-weight: bold;
	font-size:22px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #002896;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 15px;
}
h4 {
	font-weight: bold;
	font-size: 18px;
}
h5 {
	font-weight: bold;
}
#page-trail_wrap {
	margin-right: auto;
	margin-left: auto;
	width: 1120px;
	margin-top: 10px;
	position: relative;
}
#page-trail_wrap #page-trail {
	margin-bottom: 5px;
}
#info_area {
	background-color: #faf6e7;
	border-color: #e6e6e6;
	border-style: none solid solid;
	border-width: 1px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
	width: 236px;
}
#main_info {
	border: 1px solid #e6e6e6;
	padding: 14px;
}
#main_info_inner {
	background-color: #faf6e7;
	padding: 15px;
	position: relative;
}
.main_info_bt {
	left: 335px;
	position: absolute;
	top: 37px;
	margin: 0px;
}
.main_shiryo_bt {
	left: 487px;
	position: absolute;
	top: 37px;
	margin: 0px;
}
/*ニュース関連*/
#service_news {
	clear: both;
	position: relative; /* for IE6,7 */
	margin-bottom: 20px;
	width: 100%;
	height: 170px;
	overflow-y: scroll;
	line-height:1.5;
}
.service_topics {
	color: #555;
	margin:0;
}
dl.service_topics dt {
	clear: left;
	float: left;
	font-size: 100%;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
#main #service_news .service_topics dt img {
	margin-right:5px;
}
dl.service_topics dd {
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 85px;
}
.topics dd img {
	margin-right: 10px;
}
#main #service_news .service_topics dt {
	font-weight: bold;
	color: #666;
}
.fee_tab_bt {
	background-color: #ADE0F2;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 30px;
	width: 150px;
}
.sub_visual h2 {
	position: absolute;
	top: 37px;
	left: 20px;
	font-size:22px;
}
.faq_open, .faq_close {
	cursor: pointer;
}
#faqList {
	margin-bottom: 100px;
	margin-left: 1em;
}
#faqList li {
	list-style: none outside none;
}
#faqList ol li {
	list-style: decimal inside none;
}
#faqList .question {
	background-image: url(../images/plus.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
	color: #333333;
	margin: 10px 0;
	padding-left: 20px;
}
#faqList li.simpleFAQShowing .question {
	background-image: url(../images/minus.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-style: none;
	color: #333333;
	font-weight: bold;
}
#faqList .simpleFAQHover {
	color: #2757a1;
	text-decoration: underline;
}
#faqList .answer {
	background-color: #fff7f4;
	color: #333333;
	margin-left: 19px;
	padding: 20px;
}
#faqList .answer p {
	margin: 0;
}
.answer_title {
	color: #e14343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.2;
	margin-right: 7px;
}
.faq_subtitle {
	margin-left: -13px;
	margin-top: 25px;
}

.contactArea {
	background-color: #002896;
    width: 954px;
}
.contactArea {
	width: 954px;
	margin: 50px auto;
	padding-top: 25px;
	padding-bottom: 25px;
	display: table;
}
.contactArea_01 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1em;
	display: table-cell;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 42px;
	width: 470px;
}
.contactArea_01 .contactTel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	line-height: 1em;
	font-weight: bold;
	background-image: url(../../common_2017/images/contact_icon_free.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contactArea_01 .no_fv{
	background-image:none!important;
	padding-left:0!important;
}
.contactBtnWrap {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.contactBtnWrap li {
	display: inline-block;
}
#area_02 .contactArea_01 {
	width: 418px;
}
.librarytxt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 954px;
}
/* 20220902追記 */
#page-trail_wrap {
	margin-bottom: 10px;
}