@charset "utf-8";

/* titleArea
================================================== */
.titleArea {
	margin: 0 0 28px 0;
}
.titleArea ul{
	padding: 20px 0 21px 20px;
	background: #cee7ff;	
}
.titleArea ul li{
	float: left;
	padding: 0 10px 0 0;
}
.titleArea .btAll img,
.titleArea .btOpen img,
.titleArea .btChange img {
	margin: 0 0 10px 0;
}

/*! troubleArea
================================================== */
.troubleArea {
	margin: 0 0 40px 0;
}
.troubleArea .entryList {
	border-top: dotted 1px #adadad;
	margin: 0 0 35px 0; 
}
.troubleArea .entryList li {
	min-height: 66px;
	background: url(../img/trouble/ico_trouble01.png) 0 20px no-repeat;
	border-bottom: dotted 1px #adadad;
	padding: 21px 0 25px 90px; 
}
.troubleArea .entryList li a {
	color: #414148;
	text-decoration: none;
}
.troubleArea .entryList li a:hover {
	text-decoration: underline;
}
.troubleArea .entryList li .category {
	font-size: 12px;
	margin: 0 0 5px 0;
}
.troubleArea .entryList li .category span {
	font-size: 11px;
	color: #fff;
	background: #00a7d1;
	display: inline-block;
	padding: 2px 8px 1px 8px;
	margin:0 0 0 5px; 
}
.troubleArea .entryList li .txt {
	font-size: 16px;
	font-weight: bold;
	color: #414148;
}
.page_navi {
	text-align: center;
	font-size:15px;
}
.page_navi li {
	display: inline-block;
}
.page_navi a,
.page_navi span {
	box-sizing: border-box;;
	display: inline-block;
	text-decoration: none;
	border: solid 2px #d8d7d7;
	border-radius: 2px;
	padding: 9px 10px 0 10px;
	min-width: 40px;
	min-height: 40px;
	color: #0022a2;
	vertical-align: middle;
	font-weight: bold;
}
.page_navi span {
	border: solid 2px #0140bd;
	background: #0140bd;
	color: #fff;
}
.page_navi a:hover {
	text-decoration: underline;
	border: solid 2px #0140bd;
	background: #0140bd;
	color: #fff;
}
.page_navi .previous a {
	margin: 0 10px 0 0;
}
.page_navi .next a {
	margin: 0 0 0 10px;
}
/* troubleAreaDetail
================================================== */
.troubleAreaDetail {
	margin: 0 0 30px 0;
}
.troubleAreaDetail .titleBlock {
	background: url(../img/common/bg_questionarea01.png) 0 0 no-repeat  #f2f2f2;
	padding: 23px 18px 17px 18px;
	font-size: 16px;
	font-weight: bold;
}
.troubleAreaDetail .titleBlock .inner {
	background: url(../img/trouble/ico_trouble01.png) 0 0 no-repeat;
	padding: 0 0px 7px 89px;
	font-weight: bold;
	display: block;
	min-height: 63px;
}
.troubleAreaDetail .titleBlock .category {
	font-size: 12px;
	margin: 0 0 5px 0;
}
.troubleAreaDetail .titleBlock .category span {
	font-size: 11px;
	color: #fff;
	background: #00a7d1;
	display: inline-block;
	padding: 2px 8px 1px 8px;
	margin:0 0 0 5px; 
}
.troubleAreaDetail .titleBlock .tit {
	font-size: 16px;
	font-weight: bold;
	color: #414148;
}
.troubleAreaDetail .txtBlock {
	padding: 20px 18px;
	border: solid 2px #ebebeb;
	border-top: none;
}
.troubleAreaDetail .txtBlock p {
	margin:0 0 25px 0;
	font-size: 13px;
}
.troubleAreaDetail .txtBlock p:last-child {
	margin:0 0 0 0; 
}
/* pagingDetail
================================================== */
.pagingDetail {
	position: relative;
	padding:10px 0 30px;
	margin:0 0 30px; 
	border-bottom: dotted 1px #adadad;
}
.pagingDetail .prev,
.pagingDetail .next {
	position: absolute;
	top: 0;
	display: table;
}
.pagingDetail .prev {
	left: 0;
}
.pagingDetail .next {
	right: 0;
}
.pagingDetail .prev a,
.pagingDetail .next a {
	position: relative;
	display: table-cell;
	width: 215px;
	height: 56px;
	border: 2px solid #d8d7d7;
	border-radius: 2px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
}
.pagingDetail .prev a {
	padding: 0 15px 0 40px;
	background: #fff; 
}
.pagingDetail .next a {
	padding: 0 40px 0 15px;
	background: #fff; 
}
.pagingDetail .prev a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 56px;
	content: '';
	background: url(../img/trouble/bg_btprev01.png) -23px 50% no-repeat; 
}
.pagingDetail .next a::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 56px;
	content: '';
	background: url(../img/trouble/bg_btnext01.png) 100% 50% no-repeat; 
}
.pagingDetail .prev a:hover,
.pagingDetail .next a:hover {
	text-decoration: underline;
}
.pagingDetail .prev a:hover::before {
	background-position: 0 50%;
}
.pagingDetail .next a:hover::after {
	background-position: 0 50%;
}
.pagingDetail .back {
	width: 150px;
	margin: 0 auto;
}
.pagingDetail .back a {
	display: block;
	height: 28px;
	padding: 12px 0 0;
	background: #277acd;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.pagingDetail .back a:hover {
	text-decoration: underline;
}