@charset "UTF-8";

/* process.css */
/*
Last update : 2008/12/8 @GL-MA
-------------------------------------

Index:
-------------------------------------
001/ Process		 	(@_01)
002/ Box Frame			(@_02)
003/ Contents	 		(@_03)
004/ Internet 			(@_04)
-------------------------------------
/* ======================================================================================
001/ Process (@_01)
====================================================================================== */
h3.processStep {
	clear: both;
	width: 522px;
	margin: 0 auto;
		}
.step1-Image {
	float: left;
	width: 168px;
	}
.step1-fd {
	float: right;
	text-align: center;
	width: 324px;
	margin: 10px 0;
	}
.step4-Image {
	float: right;
	width: 158px;
	text-align: right;
	}
dl#order-payment {
	width: 320px;
	margin: 15px 0 0 0;
	}
dl#order-payment dt {
		background: transparent url(/common/images/body/list-02.gif) no-repeat 0 4px;
		font-weight: bold;
		color: #000066;
		margin: 15px 0 0 0;
		padding: 0 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
/************************************************************** ATTENTIONS */
.contentsBlock {
		clear: both;
		margin: 0 0 35px 50px;
		padding: 20px;
		border-left: 4px double #ccc;
		}
.contentsBlock h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 3px 13px;
	border-bottom: 1px solid #999;
	border-left: 5px solid #999;
	}
.contentsBlock dl {
	margin: 0;
	padding: 5px 0 5px 15px;
	}
.contentsBlock dt {
	font-size: 14px;
	font-weight: bold;
	}
.contentsBlock dd {
	margin: 0;
	padding: 5px 0 15px 15px;
	}
/* END PROCESS */
