@charset "Shift_JIS";
/*\*/

/*------------------------------
サイト名：DRESSCAMP
作成日：2009.08.18
修正日：2009.08.18
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "reset.css";
@import "common.css";
@import "form.css";


/* ------------------------------------
 * スタイル設定 - オーダー -
 * ------------------------------------ */
 
 
/*---共通レイアウト------------------*/

#content {
	margin: 23px 85px 0 85px;
	padding-bottom: 20px;
	float: none;
	width: 780px;
}

#content h2 {
	margin-bottom: 10px;
	padding: 20px 0 5px 0;
	background: url(../img/common/dot.gif) left bottom repeat-x;
	color: #000;
	font-size: 116%;
}

#content h2.formTitle {
	background: none;
}

#content h3 {
	margin-bottom: 10px;
	font-size: 123.1%;
}

p {
	line-height: 1.5;
	margin-bottom: 15px;
}

strong,em {
	font-weight: bold;
}

div.orderFlow {
	margin: 0 0 10px 0;
	text-align: center;
}


/* ------------------------------------
 * スタイル設定 - ショッピングカート -
 * ------------------------------------ */

/* ショッピングカートにあるテーブル */
table.cart {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

table.cart th,
table.cart td {
	padding: 10px;
	border: solid #999 1px;
	line-height: 1.5;
	color: #000;
	text-align: center;
}

table.cart th {
	vertical-align: top;
	background-color: #eee;
}

table.cart th.confirm {
	background-color: #fff;
	text-align: right;
}

table.cart td.formSubmit {
	text-align: right;
}

table.cart td.itemPhoto {
	width: 60px;
}

table.cart td.itemName {
	text-align: left;
}


/* ポイント */

table.cart td.point {
	width: 50%;
	line-height: 2.5;
	vertical-align: top;
}

table.cart span.get {
	padding: 5px;
	border: solid #bea771 1px;
	background-color: #ebdcb9;
}

table.cart span.use {
	padding: 5px;
	border: solid #fec200 1px;
	background-color: #fee48f;
}

table.cart td.pointLogin {
	width: 60%;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}

table.cart td.pointLogin p {
	margin: 10px 0;
	text-align: center;
}

table.cart td.login {
	width: 38%;
	line-height: 1.5;
	vertical-align: middle;
}

table.cart td.login a.login {
	color: #666;
	text-decoration: underline;
}

table.cart td.login a.join {
	color: #666;
	text-decoration: underline;
}

table.cart td.space {
	border: none;
	width: 2%;
}

table.cart td.back {
	padding: 0;
	border: none;
	width: 50%;
	height: 40px;
	vertical-align: bottom;
	text-align: left;
}

table.cart td.forth {
	padding: 0;
	border: none;
	width: 50%;
	height: 40px;
	vertical-align: bottom;
	text-align: right;
}


/* ------------------------------------
 * スタイル設定 - フォーム -
 * ------------------------------------ */

/* フォームのテーブル（共通） */
table.form {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

table.form th,
table.form td {
	padding: 10px;
	border: solid #999 1px;
	line-height: 1.5;
	color: #000;
}

table.form th {
	width: 110px;
	vertical-align: top;
	background-color: #eee;
	text-align: right;
}

table.form td.formSubmit {
	text-align: center;
}


/* ------------------------------------
 * スタイル設定 - 注文完了 -
 * ------------------------------------ */

/* テーブル */
table.done {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

table.done th,
table.done td {
	padding: 10px;
	border: solid #999 1px;
	line-height: 1.5;
	color: #000;
	font-size: 100%;
	text-align: left;
}

table.done th {
	background-color: #eee;
}

table.done td h3 {
	margin-bottom: 10px;
	font-size: 123.1%;
}
