@charset "UTF-8";

/* *****************************************
/*+  init  +********************************
/***************************************** */
/*+ heading + ---------------------------- */



/* *****************************************
/*+  outline  +*****************************
/***************************************** */
/*+ block + ------------------------------ */
#outline .text {
	width: 300px;
	}
#outline .image {
	width: 300px;
	}



/* *****************************************
/*+  speedy  +******************************
/***************************************** */
/*+ block + ------------------------------ */
#speedy .text {
	width: 360px;
	}
#speedy .image {
	width: 240px;
	}



/* *****************************************
/*+  feature  +*****************************
/***************************************** */
/*+ block + ------------------------------ */
#feature .text {
	width: 360px;
	}
#feature .image {
	width: 240px;
	}
#feature li {
	margin-bottom:1em;
	line-height: 1.6;
	}



/* *****************************************
/*+  price  +*******************************
/***************************************** */
/*+ block + ------------------------------ */
#price ul {
	margin: 2em 0 1em;
	}
#price li {
	padding-bottom: .5em;
	background: url(../../../common/img/dotline.gif) repeat-x left bottom;
	}
#price dt {
	width: 7em;
	float: left;
	}
#price dd {
	margin-left: 7em;
	}