@charset "Shift_JIS";

/* **************************************************

Name: faq.css

Description: CSS for HiRDB FAQ Pages

Create: 2018.01.10
Update: 

Copyright 2018 Hitachi, Ltd.

***************************************************** */



/*--- 絞り込みエリア（フリーワード、チェックボックス） ---*/
.SearchArea {
	margin-bottom: 30px;
	padding: 10px 20px 0;
	background-color: #e1e1e1;
}

h2.FilteringTitle {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	background-image: none;
}

.FreeWordArea {
	padding: 10px;
	background-color: #363434;
	border-bottom: 1px solid #737373;
}

input#Keywords {
	width: 100%;
	height: 41px;
	padding: 5px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 90%;
	background-color: #ffffff;
	border: none;
	border-top: 1px solid #cdcdcd;
	box-sizing: border-box;
}
input#Keywords.DummyText {
	color: #777777;
}

.FilteringButton a {
	display: block;
	padding: 8px 10px;
	background-color: #363434;
	text-decoration: none;
}
.FilteringButton a:hover,
.FilteringButton a:active {
	background-color: #006b5a;
}

.FilteringButton h3 {
	margin: 0;
	color: #ffffff;
	font-size: 90%;
	text-align: center;
	font-weight: normal;
	line-height: 100%;
}

.FilteringButton h3 span {
	display: inline-block;
	margin-right: 10px;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #ffffff;
}

.FilteringArea {
	padding: 0 10px 10px;
	background-color: #4b4848;
	display: none;
}

.FilteringArea .Legend {
	padding-top: 8px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	border-top: 1px solid #363434;
}
.FilteringArea .Legend:first-child {
	border-top-style: none;
}

.FilteringArea .CheckBoxArea {
	margin-bottom: 10px;
	border-left: 1px solid #737373;
}
.FilteringArea .CheckBoxArea:last-child {
	margin-bottom: 0;
}

.FilteringArea .CheckArea {
	position: relative;
	display: table;
	float: left;
	width: 25%;
	height: 2.75em;
	font-size: 90%;
	color: #ffffff;
	border-bottom: 1px solid #737373;
	border-right: 1px solid #737373;
	box-sizing: border-box;
}
.FilteringArea .CheckArea:nth-child(1),
.FilteringArea .CheckArea:nth-child(2),
.FilteringArea .CheckArea:nth-child(3),
.FilteringArea .CheckArea:nth-child(4) {
	border-top: 1px solid #737373;
	height: calc(2.75em + 1px);
}

.FilteringArea input {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	cursor: pointer;
}

.FilteringArea label {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 2px 6px 0;
	line-height: 110%;
	background-color: #363434;
	cursor: pointer;
}

.FilteringArea label:hover,
.FilteringArea label:active,
.FilteringArea input:hover + label,
.FilteringArea input:active + label {
	background-color: #006b5a;
}

.FilteringArea input:checked + label {
	background-color: #006b5a;
}

.FilteringArea label span {
	display: inline-block;
	text-align: left;
}

/*------絞り込みボタン（絞り込み、リセット）-----*/
.ActionButtonArea {
	margin-top: 15px;
	text-align: center;
	letter-spacing: -1em;
}

.ActionButtonArea .ButtonStyle1 {
	display: inline-block;
	margin-left: 15px;
	letter-spacing: normal;
}
.ActionButtonArea .ButtonStyle1:first-child {
	margin-left: 0;
}

.ActionButtonArea .ButtonStyle1 a {
	min-width: 110px;
	padding: 6px 10px;
	background-image: none;
	border-right-style: none;
	background-color: #363434;
}
.ActionButtonArea .ButtonStyle1 a:hover,
.ActionButtonArea .ButtonStyle1 a:active {
	background-color: #006b5a;
}

/*------リストヘッダー（登録件数、ソート）-----*/
.ListHeader {
	margin-bottom: 30px;
}

.CaseCount {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	line-height: 120%;
}

.SortArea {
	float: right;
	margin-top: -1em;
}

.SortArea li {
	float: left;
	font-size: 90%;
	padding: 2px 10px 0;
	line-height: 100%;
	border-left: 1px solid #737373;
}
.SortArea li:first-child {
	padding-left: 0;
	border-left-style: none;
}
.SortArea li:last-child {
	padding-right: 0;
}

.SortArea li a {
	text-decoration: none;
}
.SortArea li a:hover,
.SortArea li a:active {
	text-decoration: underline;
}

.SortArea li.Selected a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	cursor: default; 
}


/*--- FAQ List ---*/
#FaqList {
	margin-bottom: 10px;
}

#FaqList > .LinkListStyle2 {
	margin-bottom: 12px;
	padding: 0 10px;
	border-bottom: 1px solid #e1e1e1;
}
#FaqList > .LinkListStyle2:first-child {
	margin-top: 0;
	padding-top: 7px;
	border-top: 1px solid #e1e1e1;
}

#FaqList > .LinkListStyle2 > dd {
	margin: 5px 0 12px;
}

/*--- さらに表示ボタン ---*/
#MoreBtn {
	width: 400px;
	padding-bottom: 10px;
}

#MoreBtn a {
	display: block;
	padding: 7px 0 5px;
	font-size: 90%;
	background-image: none;
	background-color: #363434;
	border-right-style: none;
}
#MoreBtn a:hover,
#MoreBtn a:active {
	background-color: #006b5a;
}

#MoreBtn a span {
	padding-right: 30px;
	background-image: url("/image/jp/r1/icon/icon_down_l_white_hd.gif");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}


/*--- 詳細ページ ---*/
.FaqArea {
	padding: 5px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.FaqArea .BoxPatternB {
	margin-bottom: 5px;
}

dl.ListStyle2.HorizontalList1 {
	margin-bottom: 15px;
}

dl.ListStyle2.HorizontalList1 dt {
	float: left;
	clear: both;
	width: 7em;
}

dl.ListStyle2.HorizontalList1 dd {
	margin-left: 8em;
	position: relative;
}
dl.ListStyle2.HorizontalList1 dd:before {
	content: "：";
	position: absolute;
	top: 0;
	left: 0;
}


.BackButton .ButtonStyle1 a {
	min-width: 100px;
	margin-bottom: 0;
	padding: 7px 10px 5px;
	background-image: none;
	background-color: #363434;
	border-right-style: none;
}
.BackButton .ButtonStyle1 a:hover,
.BackButton .ButtonStyle1 a:active {
	background-color: #006b5a;
}

.BackButton .ButtonStyle1 a span:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: middle;
	background-image: url("/image/jp/r1/icon/icon_link_right_l_white_hd.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.BackButton .ButtonStyle1 a span sup {
	font-size: 67%;
	vertical-align: top;
}

.BackButton + p {
	margin-top: 5px;
}
