﻿@charset "utf-8";
/* CSS Document */

/* このファイルの内容はすべて、お客様が書き換えて結構です。 */
/* 必ずUTF-8N形式で保存してください。 */

/****************************/
/* サンプルのステップガイド */
/****************************/

/* ステップガイド表示領域 */
table.sg-stepbox	{
	margin: 0 8px 10px;
	border-collapse: collapse;
}
/* 一ステップの表示領域 */
/* 外形100×40 */
.sg-stepbox td {	
	width: 128px;
	height: 30px;
	color: #303030;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;

}
/* トップへ */
.sg-stepbox td.sg-step_top {
	background: url(../../images/common/bg_step_top.png) no-repeat scroll;

}
/* 前のステップ */
.sg-stepbox td.sg-step_on {
	background: url(../../images/common/bg_step_on.png) no-repeat scroll;

}
/* 次以降のステップ */
.sg-stepbox td.sg-step_off {
	background: url(../../images/common/bg_step_off.png) no-repeat scroll;

}
/* 現在のステップ */
.sg-stepbox td.sg-step_current {
	background: url(../../images/common/bg_step_current.png) no-repeat scroll;

}
/* カート用ステップ */
.sg-stepbox td.sg-step_cart_off {	/* 外形80×30 */
	width:80px;
	background: url(../../images/common/bg_step_cart_off.png) no-repeat scroll;
}

/* ステップガイド リンクスタイル */
.sg-stepbox a	{
	color: #0df;
	text-decoration: none;
	font-weight: 700;

}
.sg-stepbox td a:hover	{
	color: #fc0;
	text-decoration: underline;
}



/********************************/
/*          画面タイトル        */
/********************************/
h2 {
	margin:0 0 5px;
	padding:2px 0 2px 7px;
	border-width:0 0 1px 6px;
	border-style:solid;
	border-color:#666666;
	background-color: #ededdb;
	font-size: 120%;
	font-weight:700;

}



/********************************/
/* ↓ご自由に追加してください。 */
/********************************/
