@charset "utf-8";

/* introduction.css */

/* phase1 */

#phase1 {
}

#phase1 .twoColumnLeft {
	width: 320px;
}

#phase1 .twoColumnRight {
	width: 370px;
}

#phase1 .point {
	margin: 0 0 10px;
	padding: 5px;
	background: url(/images/common/item_stripe01.gif);
}

#phase1 .point.first {
	margin-top: 30px;
}

#phase1 .point  .twoColumnContainer {
	padding: 10px;
	background: #fff;
	border-bottom: 10px solid #fff;
}

#phase1 .point  .twoColumnContainer.last {
	border: none;
}

#phase1 .point  .twoColumnLeft,
#phase1 .point  .twoColumnRight {
	width: 335px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#featurePhase {
	clear: both;
}

#featurePhase li {
	float: left;
	margin: 0 8px 8px 0;
}

#featurePhase li.last {
	margin-right: 0;
}

#featurePhase .featureBox {
	position: relative;
	width: 338px;
	border: 1px solid #aaa;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	background: #fff;
}

#featurePhase .taller {
	min-height: 330px;
	height: auto !important;
	height: 330px;
}

#featurePhase .featureBox dt {
	_height: 1%;
	line-height: 1;
	padding: 7px 0 7px 10px;
	background: url(/images/common/item_stripe01.gif);
}

#featurePhase .featureBox dt img {
	display: block;
}

#featurePhase .featureBox dd {
	padding: 10px;
}

#featurePhase .featureBox .explainImage {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

