@charset "utf-8";

/* ------------------------------------------------------------

	filename:	case.css
	created:	080821
	update:		080821
	copyright:	(c)2008 Intelligentnet, Inc. All rights reserved.
	
------------------------------------------------------------ */

/* ------------------------------------------------------------ カラムセット */
div.pointColumnA,
div.pointColumnB,
div.stepColumnA,
div.stepColumnB { float: left; }

div.pointColumnA { width: 150px; }

div.pointColumnB { width: 500px; }

div.stepColumnA { width: 138px; }

div.stepColumnB { width: 512px; }

div#mainContents h2 + div.locator h3:first-child { margin-top: 0; }

/* ------------------------------------------------------------ boxedItem */
div#mainContents div.charge {
	border: 1px solid #9DB7D8;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F4F5F7;
}

div#mainContents div.charge dl { margin: 0; }

div#mainContents div.charge dl dt { float: left; }

div#mainContents div.charge dl dd { margin-left: 163px; }

div#mainContents div.charge.firstChild { margin-top: 30px; }

/* ------------------------------------------------------------ 特殊H要素 */
div#mainContents h3.image {
	margin-left: 0;
	border-bottom: none;
}

/* ------------------------------------------------------------ 09. Clearfixes */
div#mainContents div.charge dl:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#mainContents div.charge dl { display: inline-table; }

* html div#mainContents div.charge dl { height: 1%; }

div#mainContents div.charge dl {
	display: block;
	zoom: 1;
}

/* End hide from IE-mac */
/* EOF */

