@charset "utf-8";
/*
* css for faq index
*
* @version			0.0.0
* @lastmodified 2024-11-14
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.section ul.link.touchList.child li {
	border: none;
}
#ps_linker {
	margin-top: -0.25rem;
	padding-left: 0.75rem;
}
#ps_linker li {
	padding: 0 0 0 2rem;
	position: relative;
	border: none;
	background: url("../../images/index/linker_list.png") no-repeat 0 0;
}
#ps_linker li:hover {
	cursor: pointer;
	background: url("../../images/index/linker_list_ov.png") no-repeat 0 0;
}
#ps_linker li:last-child {
	background: url("../../images/index/linker_last.png") no-repeat 0 0;
}
#ps_linker li:last-child:hover {
	background: url("../../images/index/linker_last_ov.png") no-repeat 0 0;
}
#ps_linker li span {
	display: block;
	padding: 0.375rem 0;
}
#ps_linker li:hover span {
	background-color: #DEEBF6;
}
/*
#ps_linker li span.publish {
	color: #dc143c;
	display: inline-block;
	font-size: 0.75rem;
	padding: 0 0.5rem;
	position: absolute;
	right: 0;
	top: 0.375rem;
	border: 1px solid #dc143c;
}
*/
@media all and (min-width: 640px) {
	#ps_linker li span {
		padding: 0.25rem 0;
	}
}
