@charset "UTF-8";

/*----------------------------------------------------*/ 
/* base
-----------------------------------------------------*/ 
#header {
	background:url(/lib/img/knowledge/vi.jpg) center top no-repeat;
}


@media only screen and (max-width:767px) {

#header {
	background:none;
}

.htype01 {
	background:url(/lib/img/knowledge/vi.jpg) center top no-repeat;
	background-size:auto 184px;
	height:184px;
}


}

/*----------------------------------------------------*/ 
/* knowledge
-----------------------------------------------------*/ 

#pageLink {
	padding-bottom: 1em;
	margin-bottom: 30px;
}

#pageLink dt {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	padding: 5px 1em;
	background: #57afd0;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

#pageLink dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
  transform: rotate(180deg);
}

#pageLink dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

#pageLink dt.active:before {
  transform: rotate(-90deg);
}


#pageLink dd {
	padding: 0 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
}

#pageLink dd li {
	padding: 0 0 5px 20px;
	background: url("/lib/img/cmn/icon_knowledge.png") no-repeat center left;
	background-size: 15px auto;
	margin-bottom: 5px;
	border-bottom: 1px dashed #57afd0;
}

.new {
	background: #57afd0;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.0;
	padding: 5px 1em;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 5px;
}

.pager {
	text-align: center;
}

.pager li {
	display: inline-block;
}

.pager li a {
	background: #9c4421;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.0;
	padding: 5px 1em;
	display: inline-block;
	border-radius: 4px;
}

@media only screen and (max-width:767px) {

#pageLink {
	padding: 1em 20px;
}

}

