@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
#pageTitle h2 { background-image: url(../imgs/pagetitle.png); }

@media only screen and (max-width:480px) {
	#pageTitle .bg { background-image: url(../imgs/sp/bg-pagetitle.jpg); }
	#pageTitle h2 { background-image: url(../imgs/sp/pagetitle.gif); }
}

/* outlineTable */
#outlineTable dl dt {
	width: 15em;
}