@charset "utf-8";

/****************************/
/* サンプルのステップガイド */
/****************************/

.stepGuide200 {/*配送方法選択画面支払方法選択画面*/
	background: url(../../images/cart/stepguideS1.png) no-repeat scroll center center;
	height: 50px;
	margin: 0 10px 15px;
	text-indent: -9999px;
}

.stepGuide210 {/*配送方法選択画面*/
    background: url("../../images/cart/stepguideS2.png") no-repeat scroll center center;
    height: 50px;
    margin: 0 10px 15px;
    text-indent: -9999px;
}

.stepGuide300 {/*注文内容確認画面*/
    background: url("../../images/cart/stepguideS3.png") no-repeat scroll center center;
    height: 50px;
    margin: 0 10px 15px;
    text-indent: -9999px;
}

.stepGuide500 {/*注文確定画面*/
    background: url("../../images/cart/stepguideS4.png") no-repeat scroll center center;
    height: 50px;
    margin: 0 10px 15px;
    text-indent: -9999px;
}

/* 以下すべてサンプル用のダミーです */

div.userEditArea	{
	padding: 0 0 8px 0;
}

.textDescription	{
	padding: 10px;
	background-color: #f0f0f0;
	color: #a0a0a0;
	text-align: left;
}

.textDescription02	{
	padding: 10px;
	background-color: #f0f0f0;
	color: #000000;
	text-align: left;
	font-size:110%;
}

