/*****************************************************************************/
/* @Package     : Shop Producer Cart StyleSheet                               */
/* @Program ID  : ct_style_cccsi.css                                          */
/* @Description : カート用スタイルシート                                      */
/* @Author      : oliosystem co.,ltd.                                         */
/******************************************************************************/

/* ----- ページ全体 ----- */
HTML {
	font-family: 'ＭＳ Ｐゴシック','MS UI GOTHIC',Osaka,sans-serif;
}

/* ----- ショップ名 ----- */
.ct_name {
	width: 750px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

/* ----- ページタイトル ----- */
.ct_ttl {
	width: 750px;
	height:34px;
	background-color: #ffffff;
	border-top: 2px dotted #cccccc;
	border-bottom: 2px dotted #cccccc;
}

/* ----- カート内ショップコメント ----- */
.ct_comment {
	word-wrap: break-word;
	width: 650px;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	line-height:150%;
	border: 1px solid #cccccc;
	margin-right: 50px;
	margin-left: 50px;
	padding: 10px;
}

/* ----- エラーメッセージ ------ */
.error {
	word-wrap: break-word;
	width: 650px;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	line-height: 160%;
	background-color: #ffffe0;
	border-top: 1px solid #ffd700;
	border-bottom: 1px solid #ffd700;
	margin-right: 50px;
	margin-left: 50px;
	padding: 10px;
}

/* ----- サブタイトル(小見出し) ----- */
.ct_stl {
	width: 750px;
	height: 25px;
	background-color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-indent : 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top :5px;
}

/* ----- カートテーブル外枠 ----- */
.ct_tbl {
	background-color: #cccccc;
	font-size: 12px;
}

/* ----- 項目部分 ----- */
.ct_tbl_hd {
	background-color: #eeeeee;
	font-size: 12px;
	padding: 2px;
}

/* ----- データ部分 ----- */
.ct_tbl_dt {
	background-color: #ffffff;
	font-size: 12px;
	padding: 2px;
}

/* ----- 合計部分 ----- */
.ct_total_hd {
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-top : 1px solid #999999;
}
.ct_total_dt {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	color: #cc3333;
	border-top : 1px solid #999999;
}

/* ----- 在庫切れメッセージ ----- */
.ct_msg {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

/* ----- カート説明 ------ */
.info {
	background-color: #ffffff;
	font-size: 11px;
	color: #333333;
	margin: 10px;
	border: 1px solid #cccccc;
}

/* ----- フッター ----- */
#ftr {
	width: 750px;
	border-top: 1px solid #999999;
}

#ftr P,
#ftr P a:link,
#ftr P a:visited,
#ftr P a:hover,
#ftr P a:active {
	font-size: 12px;
	color : #666666;
	text-decoration: none;
	margin-top: 3px;
}

/* ----- 情報入力 ----- */
.inputinfo {
	font-size: 10px;
	color: #cc0000;
	margin-left: 10px;
	margin-top: 8px;
}

.orderto {
	font-size: 12px;
	color: #333333;
	margin-left: 20px;
}
.orderform {
	height:30px;
	border-bottom: 1px solid #cccccc;
}

/* ----- ボックス ----- */
.ct_box {
	word-wrap: break-word;
	width: 700px;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

/*----- 決済 ------*/
.payment_title {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.payment_comment {
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	margin-left: 20px;
	margin-top: 5px;
}

/* ----- 通信欄 ----- */
.communication_area {
	width: 700px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

/* ----- テキスト制御 ----- */
.px12 {
	font-size: 12px;
	line-height: 150%;
}

.px10 {
	font-size: 10px;
	line-height: 150%;
}

.red {
	color: #cc0000;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #333333;
}

.formtxt {
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック','MS UI GOTHIC',Osaka,sans-serif;
	color: #333333;
}

SELECT {
	color: #333333;
}

TEXTAREA {
	font-size: 12px;
	line-height: 150%;
	font-family: 'ＭＳ Ｐゴシック','MS UI GOTHIC',Osaka,sans-serif;
	color: #333333;
}
