﻿@charset "utf-8";

/* ==============================================
　　アイコン
============================================== */

/* NEW
-----------------------------------------------*/
#contents img.new {
	vertical-align: middle;
	margin: 0 3px;
}

/* ==============================================
　　区切り線
============================================== */
#contents .separateLine {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}

/* ==============================================
　　フォームパーツ
============================================== */

/* チェックボックス（1項目のみ）
-----------------------------------------------*/
#contents .checkTxt {
	padding-bottom: 5px;
}
#contents .checkTxt select,
#contents .checkTxt input,
#contents .checkTxt label,
#contents .checkTxt img {
	vertical-align: middle;
}
#contents .checkTxt input,
#contents .checkTxt select {
	margin: 0 5px;
}

/* 横並び
-----------------------------------------------*/
#contents ul.formLine:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0.1em;
}
#contents ul.formLine { display: inline-block; }
/* Hides from Mac-IE \*/
* html #contents ul.formLine { height: 1% }
#contents ul.formLine { display: block; }
/* End hide from Mac-IE */

#contents ul.formLine {
	margin-bottom: -5px;
	list-style: none;
}
#contents ul.formLine li {
	float: left;
	padding: 0 1em 5px 0;
	white-space: nowrap;
}
#contents ul.formLine select,
#contents ul.formLine input,
#contents ul.formLine label,
#contents ul.formLine img {
	vertical-align: middle;
}
#contents ul.formLine select,
#contents ul.formLine input {
	margin: 0 5px;
}

/* override under winIE6 */
* html #contents ul.formLine {
	margin-bottom: -2px;
}
* html #contents ul.formLine li {
	padding: 0 1em 2px 0;
}
/* override winIE7 */
*:first-child+html #contents ul.formLine {
	margin-bottom: -2px;
}
*:first-child+html #contents ul.formLine li {
	padding: 0 1em 2px 0;
}

/* 縦並び
-----------------------------------------------*/
#contents ul.formList {
	list-style: none;
}
#contents ul.formList li {
	margin-bottom: 5px;
}
#contents ul.formList select,
#contents ul.formList input,
#contents ul.formList label,
#contents ul.formLine img {
	vertical-align: middle;
}
#contents ul.formList input {
	margin: 0 5px;
}

/* 縦並びリストの入れ子 */
#contents .formListInner {
	margin: 5px 0 5px 25px;
}
#contents .formListInner ul li {
	margin-bottom: 5px;
}

/* override under winIE6 */
* html #contents .formListInner {
	height: 1%;
}
* html #contents .formListInner select {
	margin-bottom: 1px;;
}
/* override winIE7 */
*:first-child+html #contents .formListInner {
	height: 1%;
}

/* フォームボタン
-----------------------------------------------*/
#contents input.btn { /* submitボタンにはこのclass名を付与 */
	margin: 0 5px;
	padding: 1px 10px;
}

#contents input.btnSubmit { /* submitボタン中央揃え */
	display: block;
	margin: 10px auto 0;
	padding: 1px 10px;
}

/* フォームボタン2個を中央揃え */
#contents .submitArea {
	margin: 10px 0 0;
	text-align: center;
}
#contents .submitArea input,
#contents .submitArea a {
	vertical-align: middle;
}

/* 枠付きサブミットボタン */
#contents .submitAttTxt {
	margin-top: 10px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
#contents table.frameSubmit {
	margin: 10px auto;
}
#contents table.frameSubmit td {
	padding: 10px;
	background-color: #bf0000;
	text-align: center;
}

/* セレクトボックス
-----------------------------------------------*/
#contents select {
	vertical-align: middle;
}
#contents select.comSelect {
	margin: 0 5px;
	vertical-align: middle;
}

/* テキストボックス
-----------------------------------------------*/
#contents input.textboxXS {
	width: 50px;
	margin: 0 5px;
}
#contents input.textboxSS {
	width: 100px;
	margin: 0 5px;
}
#contents input.textboxS {
	width: 200px;
	margin: 0 5px;
}
#contents input.textboxM {
	width: 300px;
	margin: 0 5px;
}
#contents input.textboxL {
	width: 400px;
	margin: 0 5px;
}
#contents input.textboxLL {
	width: 500px;
	margin: 0 5px;
}
#contents input.textbox100 {
	width: 100%;
	margin: 0 5px;
}
#contents input.textboxAddress {
	display: block;
	width: 500px;
	margin: 10px 5px 0 !important;
}

/* テキストエリア
-----------------------------------------------*/
#contents textarea.textareaSS {
	display: block;
	width: 100px;
	margin: 0 5px;
}
#contents textarea.textareaS {
	display: block;
	width: 200px;
	margin: 0 5px;
}
#contents textarea.textareaM {
	display: block;
	width: 300px;
	margin: 0 5px;
}
#contents textarea.textareaL {
	display: block;
	width: 400px;
	margin: 0 5px;
}
#contents textarea.textareaLL {
	display: block;
	width: 500px;
	margin: 0 5px;
}
#contents textarea.textarea100 {
	display: block;
	width: 100%;
	margin: 0 5px;
}

/* フォームパーツに隣接するボックス
-----------------------------------------------*/

/* フォームパーツの上に隣接するボックス */
#contents .formLineTop {
	margin: 0 5px 2px;
}
/* フォームパーツの間に挟まれるボックス */
#contents .formLineMdl {
	margin: 2px 5px;
}
/* フォームパーツの下に隣接するボックス */
#contents .formLineBtm {
	margin: 2px 5px 0;
}

/* ==============================================
　　リスト
============================================== */

/* 行頭文字「・」
-----------------------------------------------*/
#contents ul.comList,
#header ul.comList {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contents ul.comList li,
#header ul.comList li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../img/disc.gif) no-repeat 3px 0.55em;
}

/* 行頭文字「＞」
-----------------------------------------------*/
#contents ul.arrowList,
#header ul.arrowList {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
#contents ul.arrowList li,
#header ul.arrowList li {
	margin: 0;
	padding: 0 0 3px 11px;
	background: url(../img/icn_arrow_left.gif) no-repeat 3px 0.3em;
}

/* サービスリスト
-----------------------------------------------*/
#contents ul.serviceList {
	padding: 3px 0 0;
	list-style: none;
}
#contents ul.serviceList li {
	padding: 0 0 3px 15px;
	background: url(../img/icn_next_02.gif) no-repeat 0 0.25em;
}

/* 行頭文字「※」 全角
-----------------------------------------------*/
#contents ul.indentList {
	padding-top: 3px;
	list-style: none;
}
#contents ul.indentList li {
	padding: 0 0 3px 1em;
	text-indent: -1em;
}

/* 行頭文字「*」 半角
-----------------------------------------------*/
#contents ul.indentHalfList {
	padding-top: 3px;
	list-style: none;
}
#contents ul.indentHalfList li {
	padding: 0 0 3px 0.5em;
	text-indent: -0.5em;
}

/* ==============================================
　　テキスト
============================================== */

/* 文中の補足
-----------------------------------------------*/
#contents .suppleLine {
	margin-left: 1em;
}

/* ==============================================
　　リンク
============================================== */

/* 展開リンク
-----------------------------------------------*/
#contents .expansion {
	margin-left: 1em;
	text-align: right;
}
#contents .expansion a {
	padding: 3px 0 3px 18px;
}
#contents .expansion a.open {
	background: url(../img/icn_open.gif) no-repeat 0 0.3em;
}
#contents .expansion a.close {
	background: url(../img/icn_close.gif) no-repeat 0 0.3em;
}

/* ウインドウを閉じる
-----------------------------------------------*/
#contents .closeWindow {
	margin: 10px 0;
	text-align: center;
}
#contents .closeWindow a {
	padding: 4px 0 4px 18px;
	background: url(../img/ico_close.gif) no-repeat 0 0.3em;
}

/* 前のページに戻る
-----------------------------------------------*/
#contents .returnPage {
	margin-top: 10px !important;
}
#contents .returnPage a {
	padding: 0 0 2px 15px;
	background: url(../img/icn_back_02.gif) no-repeat 0 0.05em;
}

/* 前のページに戻る（中央揃え）
-----------------------------------------------*/
#contents .returnPageC {
	margin-top: 10px;
	text-align: center;
}

/* プレビューを表示する
-----------------------------------------------*/
#contents .previewShow {
	margin: 10px 0;
	text-align: center;
}

/* ページトップ
-----------------------------------------------*/
#contents .toTop {
	margin: 10px 0;
	text-align: right;
}
#contents .toTop a {
	padding: 0 0 2px 15px;
	background: url(../img/icn_top_02.gif) no-repeat 0 0.05em;
}

/* 印刷する
-----------------------------------------------*/
#contents .printPreview {
	margin: 10px 0;
	text-align: center;
}
#contents .printPreview a {
	padding: 2px 0 2px 22px;
	background: url(../img/icn_print.gif) no-repeat;
}

/* >>などのテキストリンク
-----------------------------------------------*/
#contents .txtLink {
	margin: 0 0.5em;
}

/* 複数リンクの中央揃え
-----------------------------------------------*/
#contents .pluralLink {
	margin: 10px 0 0 2em;
	text-align: center;
}
#contents .pluralLink a {
	margin-right: 2em;
}

/* ==============================================
　　行頭アイコン
============================================== */

/* 注意
-----------------------------------------------*/
#contents .attIcn {
	margin: 2px 0 0 5px;
	padding-left: 35px;
	color: #ff0000;
	background: url(../img/icn_arrow_input_error.gif) no-repeat 0 0.3em;
}

/* 行頭文字「＞」
-----------------------------------------------*/
#contents .arrowIcn {
	padding-left: 11px;
	background: url(../img/icn_arrow_left.gif) no-repeat 3px 0.35em;
}

/* ==============================================
　　その他のパーツ
============================================== */

/* カレンダー
-----------------------------------------------*/
#contents .calenderWrap input,
#contents .calenderWrap select,
#contents .calenderWrap span,
#contents .calenderWrap img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/* ==============================================
　　アラートメッセージ
============================================== */

/* 確認メッセージ
-----------------------------------------------*/
#confirmMsgIchiba {
	margin: 10px 0;
	padding: 8px 10px 8px 50px;
	border: 1px solid #c00000;
	background: #ffffcc url(../img/icn_confirm_msg_ichiba.gif) no-repeat 5px 10px;
}
#confirmMsgIchiba dl dt {
	color: #c00000;
	font-size: 125%;
	font-weight: bold;
}

/* エラーメッセージ
-----------------------------------------------*/
#errorMsgIchiba {
	margin: 10px 0;
	border: 3px solid #ff0000;
}
#errorMsgIchiba dl dt {
	padding: 8px 10px 8px 47px;
	background: #ff0000 url(../img/icn_error_msg_ichiba.gif) no-repeat 2px 0;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
}
#errorMsgIchiba dl dd {
	padding: 10px;
}

/* エラー項目名を取得して表示 */
#errorMsgIchiba dl dd ul.errorList {
	color: #ff0000;
	list-style: none;
}
#errorMsgIchiba dl dd ul.errorList li {
	padding-left: 10px;
	background: url(../img/disc_error.gif) no-repeat 3px 0.55em;
}
#errorMsgIchiba dl dd ul.errorList li a {
	color: #ff0000;
}

/* 再入力メッセージ */
#errorMsgIchiba .again {
	margin-top: 1em;
	font-weight: bold;
}
#errorMsgIchiba .again img {
	margin: 0 3px;
}

/* 完了メッセージ
-----------------------------------------------*/
#completeMsgIchiba {
	margin: 10px 0;
	padding: 8px 10px 8px 50px;
	border: 1px solid #c00000;
	background: #ffffcc url(../img/icn_complete_msg_ichiba.gif) no-repeat 8px 10px;
}
#completeMsgIchiba dl dt {
	color: #c00000;
	font-size: 125%;
	font-weight: bold;
}

/* ==============================================
　　submit送信前の注意
============================================== */

#submitAttBox {
	margin: 10px 0;
}
#submitAttBox dl dt {
	margin-bottom: 1px;
	padding: 5px 10px;
	background-color: #ffcc00;
	font-weight: bold;
}
#submitAttBox dl dd {
	padding: 8px 10px;
	border: 1px solid #ffcc00;
	background-color: #ffffcc;
}
#submitAttBox dl dd .submitTtl {
	color: #ff0000;
	font-weight: bold;
}

/* ==============================================
　　注意事項
============================================== */

#comAttentionBox {
	margin: 10px 0;
}
#comAttentionBox dl dt {
	margin-bottom: 1px;
	padding: 5px 10px;
	background-color: #ffcc00;
	font-weight: bold;
}
#comAttentionBox dl dd {
	padding: 8px 10px;
	border: 1px solid #ffcc00;
	background-color: #ffffcc;
}

/* ==============================================
　　お知らせ枠
============================================== */

#comInfoBox {
	margin: 10px 0;
	padding: 8px 10px;
	border: 1px solid #cccccc;
	background-color: #fffded;
}
#comInfoBox dl dt {
	margin-bottom: 5px;
	font-size: 118%;
	font-weight: bold;
}

/* ==============================================
　　その他特記事項用
============================================== */

#comNoteBox {
	margin: 10px 0;
	border: 1px solid #bf0000;
}
#comNoteBox dl dt {
	padding: 5px 10px;
	color: #ffffff;
	background-color: #bf0000;
	font-weight: bold;
}
#comNoteBox dl dd {
	padding: 8px 10px;
}

/* ==============================================
　　ページ全体の補足としての枠
============================================== */

#pageSuppleInfo {
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #cccccc;
}

/* ==============================================
　　インラインフレーム
============================================== */

#contents .iframeBox {
	border: 2px solid #cccccc;
}
#contents .iframeBox div {
	width: 100%;
}
#contents .iframeBox iframe {
	width: 100%;
}

/* ==============================================
　　利用規約
============================================== */

#rule {
	position: relative;
	margin: 10px auto;
	padding-bottom: 10px;
	background-color: #eeeeee;
}
#rule h2 {
	padding: 5px;
	background-color: #cccccc;
	text-align: center;
}
#rule p.window {
	position: absolute;
	top: 5px;
	right: 5px;
}
#rule .textareaRule {
	margin: 10px 10px 0;
}
#rule textarea {
	display: block;
	width: 100%;
}
/* override under winIE6 */
* html #rule p.window {
	right: 20px;
}
* html #rule textarea {
	margin-right: -2px;
}

/* ==============================================
　　入力/確認画面　汎用テーブル
============================================== */
#contents .inputBox {
	position: relative;
	margin: 10px 0;
}
#contents table.inputTbl {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #ccccaa;
	border-width: 1px 0 0 1px;
}
#contents table.inputTbl th {
	width: 150px;
	padding: 5px 5px 5px 1.2em;
	background-color: #ffffce;
	border: 1px solid #ccccaa;
	border-width: 0 1px 1px 0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#contents table.inputTbl td {
	padding: 5px;
	border: 1px solid #ccccaa;
	border-width: 0 1px 1px 0;
	background-color: #ffffff;
}

/* 横方向の場合
-----------------------------------------------*/
#contents table.inputTbl.sideway th {
	width: auto;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
/* 数字 */
#contents table.inputTbl.sideway td.number {
	text-align: center;
}
/* チェックボックス */
#contents table.inputTbl.sideway td.check {
	text-align: center;
}
/* 名前 */
#contents table.inputTbl.sideway td.name {
	text-align: center;
}
/* 住所 */
#contents table.inputTbl.sideway td.address {
	text-align: left;
}
/* 編集 */
#contents table.inputTbl.sideway td.edit {
	text-align: center;
}

/* 確認モード
-----------------------------------------------*/
#contents table.inputTbl.confirm th {
	background-color: #ebebeb;
}

/* 完了モード
-----------------------------------------------*/
#contents table.inputTbl.complete th {
	background-color: #ebebeb;
}

/* 見出し
-----------------------------------------------*/
#contents .inputBox h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #ffffff;
	background-color: #bf0000;
	border: 1px solid #999999;
}
/* override under winIE6 */
* html #contents .inputBox h2 {
	height: 1%;
}
/* override winIE7 */
*:first-child+html #contents .inputBox h2 {
	height: 1%;
}

/* 見出し右の編集リンク
-----------------------------------------------*/
#contents .inputBox .editLink {
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 1.1;
	color: #ffffff;
}
/* override under winIE6 */
* html #contents .inputBox .editLink {
	right: 20px;
}

#contents .inputBox .editLink a {
	color: #ffffff;
}
#contents .inputBox ul.editLink {
	list-style: none;
}
#contents .inputBox ul.editLink li {
	float: left;
	padding: 0 0.5em;
	border-right: 1px solid #ffffff;
}
#contents .inputBox ul.editLink li.last {
	padding-right: 0;
	border: none;
}

/* テーブル上の補足情報やリンクが入るエリア
-----------------------------------------------*/
#contents .inputBox .inputBoxTop {
	margin-bottom: 5px;
}
/* clearfix */
#contents .inputBox .inputBoxTop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0.1em;
}
#contents .inputBox .inputBoxTop { display: inline-block; }
/* Hides from Mac-IE \*/
* html #contents .inputBox .inputBoxTop { height: 1% }
#contents .inputBox .inputBoxTop { display: block; }
/* End hide from Mac-IE */

/* テーブル左上のテキスト */
#contents .inputBox .inputBoxTop .mainTxt {
	float: left;
}

/* テーブル右上のリンク */
#contents .inputBox .inputBoxTop .changeLink {
	float: right;
}

/* 必須入力
-----------------------------------------------*/
#contents p.necessaryTxt {
	padding-left: 1.2em;
}
#contents span.necessary {
	margin: 0 0.2em 0 -0.7em;
	color: #bf0000;
	font-weight: normal;
}

/* エラー時
-----------------------------------------------*/
#contents table.inputTbl th.error {
	background-color: #ff0000;
	color: #ffffff;
}
#contents table.inputTbl th.error span.necessary {
	color: #ffffff;
}

/* 補足（thに入る補足）
-----------------------------------------------*/
.inputTbl th span.supple {
	display: block;
	padding: 0.2em 0 0 1em;
	color: #666666;
	font-size: 85%;
	font-weight: normal;
	text-indent: -1em;
}
.inputTbl th.error span.supple {
	color: #ffffff;
}

/* メールアドレス再確認
-----------------------------------------------*/
#contents p.confirmMailAddress {
	margin: 5px 5px 2px;
	color: #999999;
}

/* その他の個別パーツ
-----------------------------------------------*/

/* お支払い方法・配送方法 */
#contents dl.paymentDeliveryWay dd {
	margin-left: 2em;
}

/* クレジットカード・配送方法などの詳細リストテーブル */
#contents table.formDetailTbl {
	margin: 5px 0 -5px;
	border: none;
}
#contents table.formDetailTbl th,
#contents table.formDetailTbl td {
	padding: 0 5px 5px 0;
	border: none;
	background-color: #ffffff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#contents table.formDetailTbl th {
	width: 1%;
	white-space: nowrap;
}

/* クレジットカードの詳細リスト（購入履歴にある古い指定を残すために記載、通常は上記.formDetailTblを使用する） */
#contents ul.creditDetailList {
	list-style: none;
}
#contents ul.creditDetailList li {
	margin-bottom: 5px;
}

/* クレジットカード備考 */
#contents dl.creditNote {
	margin-top: 5px;
}
#contents dl.creditNote dt {
	font-weight: bold;
}

/* アンケート入力フォーム枠
-----------------------------------------------*/
#contents .inputBox .questionBox {
	margin-bottom: 10px;
	padding: 10px 15px 15px;
	background-color: #eeeeee;
}
#contents .inputBox .questionBox .questionTxt {
	margin-bottom: 5px;
}
#contents .inputBox .questionBox table.inputTbl {
	margin-bottom: 0;
}

/* 新しい住所を追加、お届け先リストに登録
-----------------------------------------------*/
#contents .addAddressList {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccccaa;
	background-color: #ffffff;
}
#contents .addAddressList .arrowIcn {
	margin-top: 5px;
}
#contents .addAddressList .nextShopping {
	margin-left: 25px;
}

/* ご利用可能ポイント
-----------------------------------------------*/
#contents .pointUse {
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ccccaa;
	background-color: #ffffff;
}
#contents .pointUse .main {
	margin-bottom: 5px;
}
#contents .pointUse .name {
	margin-right: 0.5em;
	font-weight: bold;
}
#contents .pointUse .point {
	margin: 0 0.5em;
	color: #ff0000;
	font-size: 125%;
	font-weight: bold;
}

/* 枠内の入力フォーム
-----------------------------------------------*/
#contents .inputBoxFrame {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	border: 1px solid #cccccc;
	background-color: #F6F6F6;
}

/* ==============================================
　　注文内容　汎用テーブル
============================================== */
#contents .orderContentsBox {
	margin-bottom: 10px;
}
#contents table.orderContentsTbl {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #999999;
	border-width: 2px 1px 1px 2px;
}
#contents table.orderContentsTbl th {
	padding: 5px;
	background-color: #ebebeb;
	border: 1px solid #999999;
	border-width: 0 1px 1px 0;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
#contents table.orderContentsTbl td {
	padding: 5px;
	border: 1px solid #999999;
	border-width: 0 1px 1px 0;
	background-color: #ffffff;
}

/* 見出し
-----------------------------------------------*/
#contents .orderContentsBox h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #ffffff;
	background-color: #bf0000;
	border: 1px solid #999999;
}

/* テーブル上の補足情報やリンクが入るエリア
-----------------------------------------------*/
#contents .orderContentsBox .orderContentsBoxTop {
	margin: -5px 0 5px;
}

/* clearfix */
#contents .orderContentsBox .orderContentsBoxTop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0.1em;
}
#contents .orderContentsBox .orderContentsBoxTop { display: inline-block; }
/* Hides from Mac-IE \*/
* html #contents .orderContentsBox .orderContentsBoxTop { height: 1% }
#contents .orderContentsBox .orderContentsBoxTop { display: block; }
/* End hide from Mac-IE */

/* テーブル左上のテキスト */
#contents .orderContentsBox .orderContentsBoxTop .mainTxt {
	float: left;
}

/* テーブル右上のリンク */
#contents .orderContentsBox .orderContentsBoxTop .changeLink {
	float: right;
}

/* パーツ
-----------------------------------------------*/
/* 梱包 */
#contents table.orderContentsTbl td.pack {
	text-align: center;
}

/* 商品番号 */
#contents table.orderContentsTbl td.itemNumber {
	text-align: center;
}

/* 商品名 */
#contents table.orderContentsTbl td.item div.img {
	float: left;
	width: 80px;
	margin-right: 5px;
}
#contents table.orderContentsTbl td.item div.txt {
	margin-left: 85px;
}
#contents table.orderContentsTbl td.item div.txt p.stock {
	margin-top: 1em;
}

/* 価格 */
#contents table.orderContentsTbl td.price {
	text-align: right;
	white-space: nowrap;
}
#contents table.orderContentsTbl td.price span {
	margin-right: 0.2em;
	font-weight: bold;
}

/* 請求金額 */
#contents table.orderContentsTbl td.sumPrice {
	text-align: right;
	white-space: nowrap;
}
#contents table.orderContentsTbl td.sumPrice span {
	margin-right: 0.2em;
	font-size: 118%;
	font-weight: bold;
}

/* 注文数 */
#contents table.orderContentsTbl td.number {
	text-align: center;
}

/* 送料 */
#contents table.orderContentsTbl td.carriage {
	text-align: center;
}

/* 変更 */
#contents table.orderContentsTbl td.change {
	text-align: center;
}

/* 合計 */
#contents table.orderContentsTbl th.sum {
	background-color: #ebebeb;
	text-align: right;
}

/* ==============================================
　　絞込みパネル
============================================== */

/* タブ
-----------------------------------------------*/
#optionPanel ul.tab {
	border-bottom: 7px solid #bf0000;
	list-style: none;
}
#optionPanel ul.tab li {
	float: left;
	margin-right: 3px;
	background: #f0f0f0 url(../img/search/tab_focus_left.gif) no-repeat left top;
}
#optionPanel ul.tab li a {
	display: block;
	color: #333333;
}
#optionPanel ul.tab li span {
	display: block;
	padding: 3px 7px;
	background: url(../img/search/tab_focus_right.gif) no-repeat right top;
	white-space: nowrap;
}
#optionPanel ul.tab li.on {
	background: #bf0000 url(../img/search/tab_focus_left_on.gif) no-repeat left top;
}
#optionPanel ul.tab li.on span {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/search/tab_focus_right_on.gif) no-repeat right top;
}
#optionPanel ul.tab li.on span a {
	color: #ffffff;
}

/* 表示変更
-----------------------------------------------*/
#optionPanel div.list {
	line-height: 1.1;
	padding: 0 7px 7px;
	border: 1px solid #cccccc;
	background-color: #e7e7e7;
}
#optionPanel div.list dl dt {
	float: left;
	width: 5em;
	padding-top: 7px;
	text-align: right;
}
#optionPanel div.list dl dd {
	margin-left: 5em;
}
#optionPanel div.list dl dd ul {
	list-style: none;
}
#optionPanel div.list dl dd ul li {
	float: left;
	margin-top: 7px;
	padding: 0 0.4em;
	border-right: 1px solid #333333;
	white-space: nowrap;
}
#optionPanel div.list dl dd ul li.on {
	font-weight: bold;
}
#optionPanel div.list dl dd ul li.last {
	border: none;
}

/* ==============================================
　　検索結果
============================================== */

#itemList {
	margin-bottom: 10px;
}

/* 凡例
-----------------------------------------------*/
#contents .explanation {
	margin-bottom: 10px;
}
#contents .explanation ul {
	clear: right;
	float: right;
	margin-top: 5px;
	list-style: none;
	font-size: 77%;
}
#contents .explanation ul li {
	float: left;
	padding-right: 10px;
}
#contents .explanation ul li img {
	margin-right: 2px;
	vertical-align: middle;
}
#contents .explanation ul li span {
	vertical-align: middle;
}

/* ページ送り
-----------------------------------------------*/
#contents dl.turnOverPage {
	margin: 5px 0;
}
#contents dl.turnOverPage dt {
	float: left;
}
#contents dl.turnOverPage dd {
	float: left;
}
#contents dl.turnOverPage dd ul {
	list-style: none;
}
#contents dl.turnOverPage dd ul li {
	float: left;
	padding-left: 5px;
	white-space: nowrap;
}
#contents dl.turnOverPage dd ul li.back a {
	padding: 0 0 2px 16px;
	background: url(../img/icn_back.gif) no-repeat left top;
	font-weight: bold;
}
#contents dl.turnOverPage dd ul li.next a {
	padding: 0 16px 2px 0;
	background: url(../img/icn_next.gif) no-repeat right top;
	font-weight: bold;
}
#contents dl.turnOverPage dd ul li.page {
	padding-left: 5px;
}
#contents dl.turnOverPage dd ul li.page a {
	padding: 0 5px;
}
#contents dl.turnOverPage dd ul li.page span.on {
	padding: 0 5px;
	font-weight: bold;
	text-decoration: none;
}

/* 比較
-----------------------------------------------*/
#itemList .itemCompare {
	padding: 5px 0 5px 5px;
	background-color: #e7e7e7;
	text-align: right;
}
#itemList .itemCompare p {
	display: inline;
	vertical-align: middle;
}
#itemList .itemCompare input {
	vertical-align: middle;
}
#itemList .itemCompare.upper {
	border-top: 3px solid #bf0000;
}
#itemList .itemCompare.under {
	border-bottom: 3px solid #bf0000;
}

/* テーブル
-----------------------------------------------*/
#itemList table.resultTbl {
	width: 100%;
	border-top: 1px solid #ffffff;
	border-right: 0;
	border-bottom: 1px solid #bf0000;
	border-left: 1px solid #ffffff;
}
#itemList table.resultTbl th {
	padding: 2px 5px;
	border: 1px solid #ffffff;
	border-width: 0 1px 1px 0;
	color: #ffffff;
	background-color: #bf0000;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}
#itemList table.resultTbl td {
	padding: 5px;
	border: 1px solid #ffffff;
	border-width: 0 1px 1px 0;
	background-color: #f6f6dc;
}
#itemList table.resultTbl tr.even td {
	background-color: #e7e7e7;
}

/* 商品比較機能リリース前専用の指定 */
#itemList table.resultTbl.noCompare {
	border-bottom: 3px solid #bf0000;
}

/* 写真 */
#itemList table.resultTbl td.img {
	width: 1%;
	padding: 3px;
	text-align: center;
}

/* 商品名 */
#itemList table.resultTbl td.item p.name a {
	display: block;
	margin: -16px 0 0 17px;
}
#itemList table.resultTbl td.item p.review {
	margin-top: 0.5em;
}
#itemList table.resultTbl td.item p.review a {
	padding-bottom: 2px;
	padding-left: 17px;
	background: url(../img/icn_review.gif) no-repeat 1px 0;
}
/* override under winIE6 */
* html #itemList table.resultTbl td.item p.review a {
	background: url(../img/icn_review.gif) no-repeat 1px 0.15em;
}
/* override winIE7 */
*:first-child+html #itemList table.resultTbl td.item p.review a {
	background: url(../img/icn_review.gif) no-repeat 1px 0.15em;
}

/* 価格 */
#itemList table.resultTbl td.price {
	text-align: right;
	white-space: nowrap;
}
#itemList table.resultTbl td.price span.price {
	margin-right: 0.3em;
}
#itemList table.resultTbl td.price span.carriage {
	color: #636363;
	font-size: 77%;
}

/* ショップ名 */
#itemList table.resultTbl td.shop {
	font-size: 77%;
}
#itemList table.resultTbl td.shop a {
	display: block;
}
#itemList table.resultTbl td.shop img {
	margin: 5px 5px 0 0;
	vertical-align: middle;
}

/* 比較 */
#itemList table.resultTbl td.compare {
	width: 1%;
	text-align: center;
}

/* ウインドウショッピング
-----------------------------------------------*/
#itemList ul.resultList {
	padding: 20px 0 0 10px;
	border-top: 3px solid #bf0000;
	border-bottom: 3px solid #bf0000;
	list-style: none;
}
#itemList ul.resultList li {
	float: left;
	width: 158px;
	margin-right: 20px;
	padding-bottom: 20px;
}
/* override under winIE6 */
* html #itemList ul.resultList li {
	display: inline;
}

/* 写真 */
#itemList ul.resultList li div.img {
	height: 128px;
	text-align: center;
}

/* テキスト全体 */
#itemList ul.resultList li div.txt {
	overflow: auto;
	height: 5.4em; /* レビュー機能が追加されたら7.5emに変更（行数調整のため） */
	margin-top: 10px;
}

/* 商品名 */
#itemList ul.resultList li p.item a {
	display: block;
	margin: -16px 0 0 17px;
}

/* レビュー */
#itemList ul.resultList li p.review {
	margin-top: 0.5em;
	padding-left: 17px;
	background: url(../img/icn_review.gif) no-repeat 2px 0.3em;
}

/* 価格 */
#itemList ul.resultList li p.price {
	text-align: center;
	white-space: nowrap;
}
#itemList ul.resultList li p.price span {
	margin-right: 0.3em;
}

/* アイコン */
#itemList ul.resultList li div.icn {
	text-align: center;
}
#itemList ul.resultList li div.icn img {
	margin-right: 5px;
	vertical-align: middle;
}

/* ==============================================
　　操作パネル2カラム
============================================== */
#operation2column {
	margin-bottom: 10px;
	background: url(../img/bg_operation2column_top.gif) no-repeat left top;
}
#operation2column .operation2columnInner {
	background: url(../img/bg_operation2column_btm.gif) no-repeat left bottom;
}
#operation2column .operation2columnInner2 {
	padding: 10px;
	background: url(../img/bg_operation2column_mdl.gif) repeat-y left top;
}

/* 左カラム */
#operation2column .operation2columnBoxL {
	float: left;
	width: 355px;
}

/* 右カラム */
#operation2column .operation2columnBoxR {
	float: right;
	width: 355px;
}

/* 見出し＋内容 */
#contents table.operationTbl {
	border: none;
	margin-bottom: -5px;
}
#contents table.operationTbl th {
	width: 1%;
	padding-bottom: 5px;
	border: none;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}
#contents table.operationTbl td {
	padding-bottom: 5px;
	border: none;
	vertical-align: top;
}

/* 楽天会員に登録 */
#operation2column .newEntry p.link a {
	padding: 0 0 2px 16px;
	background: url(../img/icn_next_02.gif) no-repeat 0 0;
}

/* ログイン */
#operation2column .login {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
}
#operation2column .login p.link a {
	padding: 0 0 2px 16px;
	background: url(../img/icn_next_02.gif) no-repeat 0 0;
}

/* サブミットボタン */
#operation2column .operationSubmit {
	text-align: center;
}

/* ==============================================
　　おすすめ商品
============================================== */
#recommendItem {
	margin: 0 10px 20px;
}
#recommendItem dl dd {
	margin-top: 5px;
	padding: 10px 0 10px 10px;
	border: 1px solid #cccccc;
	background-color: #fffded;
}
#recommendItem dl dd ul {
	list-style: none;
}
#recommendItem dl dd ul li {
	float: left;
	width: 49.9%;
}
#recommendItem dl dd ul li .img {
	float: left;
}
#recommendItem dl dd ul li .txt {
	margin: 0 10px 0 75px;
}
#recommendItem .itemName {
	font-weight: bold;
}
#recommendItem .price span {
	margin-right: 0.2em;
	font-weight: bold;
}
#recommendItem input.btn {
	display: block;
	margin: 0 auto;
}

/* ==============================================
　　ポップアップ
============================================== */

/* ポップアップ画面レイアウト
-----------------------------------------------*/
#contents.windowS {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
#contents.windowM {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}
#contents.windowL {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

/* ==============================================
　　サンプル（これを元に加工）
============================================== */

/* 定義リスト
-----------------------------------------------*/
#contents dl.sampleDl {
	margin-bottom: -0.2em;
}
#contents dl.sampleDl dt {
	float: left;
	width: 10em;
	margin-bottom: 0.2em;
}
#contents dl.sampleDl dd {
	margin-left: 10em;
	margin-bottom: 0.2em;
}