@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	☆uniq
----------------------------------------------------*/

#side .archiveList li{
	border-bottom:1px dotted #aaa;
	padding:10px 0 10px 8px;
	background:url(../../lib/cmn_img/arrow_02_black_right.png) left center no-repeat;
	background-size:4px 6px;
}

#contents .faqList li {
	padding-bottom:20px;
	margin-bottom:20px;
}
#contents .faqList li .title{
	font-weight:bold;
	cursor:pointer;
}
#contents .faqList li .answer{
	background:url(../../lib/cmn_img/icon_a.gif) left top no-repeat;
	margin-top:20px;
	background-size:20px auto;
	padding-left:30px;
}

@media screen and (max-width:1080px) {
#contents{
	padding-bottom:0;
}
}