@charset "UTF-8";

/*
======== table of content. =================================

summary:caseページ用koaglassレイアウト定義

-MAIN
  - MAIN RIGHT

============================================================
*/


div.section {
	width:660px;
	margin-bottom:10px;
	background:url(../../images/case/bg_01.gif)
		repeat-y left top;
	line-height:1.4;
}

dl.sectionL {
	float:left;
}

dl.sectionR {
	float:right;
}

dl.sectionL,
dl.sectionR {
	width:320px;
}

dl.sectionL dd,
dl.sectionR dd {
	margin:.5em 1em;
}

dl.sectionL p,
dl.sectionR p {
	margin:0 0 .5em 0;
}

dl.sectionL dd dl.beforeAfter,
dl.sectionR dd dl.beforeAfter {
	padding-top:10px;
	background:url(../../images/case/koaglass/line_dot.gif)
		no-repeat center top;
}

dl.sectionL dd dl.beforeAfter dd,
dl.sectionR dd dl.beforeAfter dd {
	margin:.5em 0;
}

div.section ul li {
	list-style-type:disc;
	margin-left:20px;
}