@charset "UTF-8";

/*

World Logi,co.ltd.
FAQ CSS

*/

ul.linkList {
	list-style-type: none;
	margin: -1em 0 0;
	padding: 0;
}

ul.linkList li {
	display: block;
	border-bottom: #666 1px dotted;
	margin: 0 0 5px;
	padding: 0 0 5px;
}


#contents p#subCategoryTitle {
	display: block;
	clear: both;
	background: transparent url(/common/img/contents_header_bottom.gif) repeat-x bottom;
}

#contents p#subCategoryTitle span {
	color: #3366FF;
	font-size: 130%;
	font-weight: bold;
	line-height: 110%;
	background: transparent url(/common/img/contents_headerIcon.gif) no-repeat;
	padding: 0 0 7px 20px;
	display: block;
	width: 760px;
}

/* #dialog */

#dialog { border: #CCC 1px solid; }

#dialog h1.question,
#dialog p.answer {
	padding: 20px;
	margin: 0;
}

#dialog h1.question {
	font-size: 100%;
	background-color: #EFEFEF;
	border-bottom: #333 1px dotted;
}

#dialog img.icon {
	clear: both;
	display: block;
	margin-bottom: 0.5em;
}
