/* CSS Document */

/********************************************************************/
/* 大外 */
#container {
	width: 860px;
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: auto;
	height: 170px;
	margin: 0px;
	padding: 0px;
}

/* ヘッダー下ライン */
#bline {
	width: 860px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* キャッチコピー
MacIE以外のブラウザ用の指定に注意 */
#copy {
	width: 470px;
	height: 35px;
	margin: 0px;
	position: absolute;
    top: -90px;
	/*MacIE以外のブラウザ用\*/
    top: 5px;
    /**/
	padding: 0px 5px 5px 0px;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	z-index: 3;
}

/* リンク色 */
#copy A:link {
    font-size: 12px;
}

#copy A:active {
    font-size: 12px;
}

#copy A:visited {
	font-size: 12px;
}

#copy A:hover {
	font-size: 12px;
} 

/********************************************************************/
/* ショップロゴ画像の場合使用
MacIE以外のブラウザ用の指定に注意 */
.shoplogo {
	width: 360px;
	margin: 10px 0px 0px 0px;
	position: absolute;
	top: -65px;
	/*MacIE以外のブラウザ用\*/
    top: 30px;
    /**/
	z-index: 2;
}

/* ショップロゴテキストの場合使用
MacIE以外のブラウザ用の指定に注意 */
.shoptext {
	width: 360px;
	margin: 15px 0px 0px 0px;
	position: absolute;
	top: -65px;
	/*MacIE以外のブラウザ用\*/
    top: 30px;
    /**/
	z-index: 2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* リンク色 */
.shoptext A:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.shoptext A:active {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.shoptext A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.shoptext A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

/********************************************************************/
/* サブナビゲーション
MacIE以外のブラウザ用の指定に注意 */
.subnavi {
	width: 400px;
	height: 85px;
	background-image: url(img/copy_bg.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 460px;
	margin: 8px 0px 0px;
	font-size: 12px;
	position: absolute;
	top: -105px;
	/*MacIE以外のブラウザ用\*/
    top: -10px;
    /**/
	z-index: 1;
	color: #333333;
}

/* リンク文字サイズ */
.subnavi A:link,
.subnavi A:active,
.subnavi A:visited,
.subnavi A:hover {
    font-size: 12px;
}

/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	height: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 10px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: 15px;
	background-image: url(img/icon03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(img/icon_winclose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* 中央用枠160 */
.center_box {
	width: 678px;
	margin: 0px 0px 15px;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: auto;
	height: 25px;
	background-image: url(img/menu_bg01.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #333333;
}

/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	color: #333333;
}

.mcategory A:active {
	color: #333333;
}

.mcategory A:visited {
	color: #333333;
}

.mcategory A:hover {
	color: #333333;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: auto;
	height: 35px;
	background-image: url(img/navi_ac.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

/* 内容 */
.pickup_category_list {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #333333;
}

/* リンク色 */
.pickup_category_list A:link {
	color: #333333;
}

.pickup_category_list A:active {
	color: #333333;
}

.pickup_category_list A:visited {
	color: #333333;
}

.pickup_category_list A:hover {
	color: #333333;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* リンク色 */
.navi A:link {
    color: #FFFFFF;
}

.navi A:active {
    color: #FFFFFF;
}

.navi A:visited {
    color: #FFFFFF;
}

.navi A:hover {
    color: #FFFFFF;
}

/* ショップ通信 */
.shop {
	width: auto;
        height: 35px;
        margin: 0px 0px 3px;
        padding: 0px;
        background-image: url(image/navi_terms.gif);
}

/* 店長日記 */
.diary {
	width: auto;
	height: 35px;
	margin: 0px 0px 3px;
	padding: 0px;
	background-image: url(image/navi_diary.gif);
}

/* リンク集 */
.link {
	width: auto;
	height: 35px;
	margin: 0px 0px 3px;
	padding: 0px;
	background-image: url(image/navi_link.gif);
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 35px;
	margin: 0px 0px 3px;
	padding: 0px;
	background-image: url(image/navi_bbs.gif);
}

/* フリー */
.free_menu {
	width: auto;
	height: 25px;
	margin: 0px 0px 3px;
	padding: 10px 0px 0px 15px;
	background-image: url(image/menu_bg02.gif);
}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 25px;
	margin: 0px 0px 3px;
	padding: 10px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 25px;
	margin: 0px 0px 3px;
	padding: 10px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 25px;
	margin: 0px 0px 3px;
	padding: 10px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* オークションリンク文字サイズ */
.yahoo A:link {
	font-size: 10px;
}

.yahoo A:active {
	font-size: 10px;
}

.yahoo A:visited {
	font-size: 10px;
}

.yahoo A:hover {
	font-size: 10px;
}

.rakuten A:link {
	font-size: 10px;
}

.rakuten A:active {
	font-size: 10px;
}

.rakuten A:visited {
	font-size: 10px;
}

.rakuten A:hover {
	font-size: 10px;
}

.bidders A:link {
	font-size: 10px;
}

.bidders A:active {
	font-size: 10px;
}

.bidders A:visited {
	font-size: 10px;
}

.bidders A:hover {
	font-size: 10px;
}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {
	width: auto;
	height: 25px;
	background-image: url(img/menu_bg01.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 5px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 25px;
	padding-top: 5px;
	background-image: url(img/cart.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #333333;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	border: none;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
}

/* レジに行く */
.shopc_go {
	width: auto;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 700px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

/* 左td */
#lefttd {
    width: 160px;
	padding: 0px 0px 0px;
	margin: 0px;
}

/* 中央td */
#centertd {
    width: auto;
	padding: 0px 0px 15px 20px;
	margin: 0px;
}

/* 右td */
#righttd {
    width: 160px;
	padding: 0px;
	margin: 0px;
}

/* 内部ページtd */
#pagetd {
	background-color: #FFFFFF;
}

#popup #pagetd {
	padding: 5px 0px 0px;
}

#popup #container {
    position: absolute;
	top: 0px;
}

/* 写真影 */

/* トップ、商品一覧 */
.photo_line_80 {
width: 80px;
height: auto;
border-top: none;
border-left: none;
border-bottom: none;
border-right: none;
margin: 0px;
padding: 5px 5px 10px 5px;
background-color: #FFFFFF;
}

/* 商品詳細ページ他の写真 */
.photo_line_140 {
width: 140px;
height: auto;
border-top: none;
border-left: none;
border-bottom: none;
border-right: none;
margin: 0px;
padding: 5px 5px 10px 5px;
background-color: #FFFFFF;
}

/* 商品詳細ページメイン写真 */
.photo_line_250 {
width: 250px;
height: auto;
border-top: none;
border-left: none;
border-bottom: none;
border-right: none;
margin: 0px;
padding: 5px 5px 10px 5px;
background-color: #FFFFFF;
}

.photo_line {
	width: auto;
	height: auto;
	border-right: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
	width: auto;
	background-image: url(image/welcome_top_bg.gif);
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 5px 10px 0px;
         font-size: 10px;
         color: #111111;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	height: 15px;
	background-image: url(image/welcome_bot_bg.gif);
	margin: 0px;
	padding: 0px;
}

#righttd .welcome_top {
	background-image: url(img/welcome_top_bg_s.gif);
}

#righttd .welcome_bottom {
	background-image: url(img/welcome_bottom_bg_s.gif);
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 10px 0px 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
	width: auto;
	height: 25px;
	border-bottom: none;
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

.whatnew_middle ul {
    padding: 10px;
	list-style: none;
}

.whatnew_middle li {
    border-bottom: none;
    font-size: 12px;
	padding: 3px 0px;
	margin-bottom: 1px;
}

/* リンク色 */
.whatnew_middle li A:link {
	font-size: 12px;
	margin-left: 5px;
	font-weight: normal;
}

.whatnew_middle li A:active {
	font-size: 12px;
	margin-left: 5px;
	font-weight: normal;
}

.whatnew_middle li A:visited {
	font-size: 12px;
	margin-left: 5px;
	font-weight: normal;
}

.whatnew_middle li A:hover {
	font-size: 12px;
	margin-left: 5px;
	font-weight: normal;
}

/* 大枠下 */
.whatnew_bottom {
	width: auto;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上
※縦画像を入れた際一部レイアウトが崩れる場合があります */

/* 大枠上
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	width: auto;
	height: 35px;
	background-image: url(image/top_title_bg.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.style1_middle {
	width: auto;
	background-color: #FFFFFF;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 9px;
}

/* 大枠下 */
.style1_bottom {
	width: auto;
	height: 15px;
	background-image: url(image/welcome_bot_bg.gif);
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style1_copy {
	width: auto;
	margin: 0px 0px 10px;
	font-size: 11px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style1_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style1_text {
	width: auto;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}

/* 商品名 */
.item_name {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}

/* 価格 */
.price {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #584641;
	font-weight: bold;
}

/* 価格大 */
.priceb {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #584641;
	font-weight: bold;
}

/* 在庫ありなし */
.stock {
	color: #666666;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 35px;
	background-image: url(image/top_title_bg.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.style2_middle {
	width: auto;
	background-color: #FFFFFF;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 9px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	height: 15px;
	background-image: url(image/welcome_bot_bg.gif);
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 11px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: auto;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: auto;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
    width: 150px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	margin: 0px 1px;
	padding: 4px;
	font-size: 11px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 31px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: auto;
	margin: 8px 8px;
	padding: 8px 0px 0px;
	font-size: 11px;
}

/* 1位テキスト */
.rank1 {
	font-size: 11px;
	width: auto;
	padding-left: 0px;
	color: #000000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 11px;
	color: #000000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	width: auto;
	height: 35px;
	background-image: url(image/menu_bg04.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.style3_middle {
	width: auto;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 10px;
}

/* 大枠下 */
.style3_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/right_box_bg.gif);
	margin: 0px;
}

/* コピー */
.style3_copy {
	width: auto;
	margin: 0px 0px 10px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}

/* テーブル */
.style3_table {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	padding: 10px 5px 5px;
	margin-top: 5px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 21px;
}

/* 説明 */
.style3_text {
	width: auto;
	margin: 8px 0px 0px;
	padding: 5px;
	font-size: 11px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 35px;
	background-image: url(image/menu_bg04.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.melmaga_middle {
	width: auto;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/right_box_bg.gif);
	margin: 0px;
}

/* 内容 */
.mdata {
	font-size: 11px;
	line-height: 140%;
	margin: 0px 5px 0px 5px;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	width: auto;
	height: 35px;
	background-image: url(image/menu_bg04.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.tdiary_middle {
	width: auto;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.tdiary_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/right_box_bg.gif);
	margin: 0px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 11px;
}

/* プロフィールタイトル */
.ttitle {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/* コメント */
.tcom {
    width: 135px;
	border: none;
	margin: 5px 0px 0px;
	padding: 5px;
	font-size: 10px;
	clear: both;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 670px;
	margin: 0px;
	padding: 0px 15px 15px;
}

/* 第二階層パンクズ */
#pan {
	padding: 10px;
    width: auto;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: 660px;
	height: 35px;
	background-image: url(image/page_title_bg.gif);
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 第二階層中 */
.pmiddle {
	width: 660px;
	background-color: #FFFFFF;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 10px 4px 10px;
}

/* 第二階層下 */
.pbottom {
	width: 660px;
	height: 35px;
	background-image: url(img/welcome_bot_bg.gif);
	margin: 0px;
	padding: 0px 5px 0px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	margin: 0px;
	padding: 10px 5px 5px;
	border-top: none;
	color: #E0DFE3;
}

.item_bot_box2 {
	margin: 5px 0px;
	padding: 10px 5px;
	border-top: none;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 245px;
	height: auto;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px;
	padding: 9px 0px 5px 25px;
	font-size: 12px;
	float: left;
	color: #000000;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 330px;
	padding: 5px 0px 0px 15px;
	font-size: 11px;
}

/* 商品数 */
.list_count {
	width: auto;
	border-top: none;
	margin: 0px 10px 5px;
	padding: 5px 0px 0px 5px;
	font-size: 11px;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	margin: 10px 10px 5px;
    padding: 0px;
}

/* 各テーブル枠中 */
.list_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 10px;
	padding: 10px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	padding: 10px;
	margin: 0px 10px 0px 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	padding: 0px;
	margin: 0px 10px 10px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: auto;
	height: 25px;
	background-image: url(image/page_title_bg02.gif);
	margin: 10px 0px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 詳細説明 */
.detail_sub_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 618px;
	margin: 0px;
	padding: 5px 0px 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 5px 5px;
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 200px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 15px;
	padding: 0px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: auto;
	height: 25px;
	background-image: url(image/sub_menu_bg01.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 25px;
	background-image: url(image/sub_menu_bg01.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 25px;
	background-image: url(image/sub_menu_bg04.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 25px;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
    border-bottom: none;
	margin-bottom: 5px;
	padding: 10px 0px 0px 25px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 25px;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
    border-bottom: none;
	margin-bottom: 5px;
	padding: 10px 0px 0px 25px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 598px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 598px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 598px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 5px 5px 0px 5px;
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
}

.point_box2 {
	width: auto;
	margin: 0px 5px 8px 5px;
	padding: 5px;
	font-size: 11px;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	background-color: #FFFFFF;
         border: none;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 5px 40px 0px;
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
}

/* エラーテキスト */
.error_text {
    color: #000000;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 3px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	margin: 0px 0px 2px 5px;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	line-height: 140%;
	border-bottom: none;
}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin-left: 5px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
    background-color: #F5F5F5;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #2f4f4f;
}

.cart_step_2 {
	width: auto;
    background-color: #F5F5F5;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #2f4f4f;
}

.cart_step_3 {
	width: auto;
    background-color: #F5F5F5;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #2f4f4f;
}

.cart_step_4 {
	width: auto;
    background-color: #F5F5F5;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #2f4f4f;
}

.cart_step_1_check {
	width: auto;
    background-color: #32cd32;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_2_check {
	width: auto;
    background-color: #32cd32;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_3_check {
	width: auto;
    background-color: #32cd32;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_4_check {
	width: auto;
    background-color: #c71585;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	color: #FFFFFF;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 610px;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#666666;
	border-top: none;
	border-left: none;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
    background-color:#F5F5F5;
	border-top: none;
	border-left: none;
	padding: 5px;
}

.td_color3 {
    background-color:#B6B3BB;
	border-top: none;
	border-left: none;
	padding: 5px;
	color: #FFFFFF;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: auto;
	height: 25px;
	background-image: url(image/sub_menu_bg01.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px 5px;
	padding: 0px 10px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	background-color: #F5F5F5;
	border-bottom: none;
    border-right: none;
	padding: 5px;
}

/* td右 */
.td_link_shop2 {
    width: auto;
	padding: 1px;
	border-bottom: none;
}

/* 大枠 */
.link_shop {
    margin: 10px 5px 10px 5px;
	padding: 10px 10px 0px;
}

/* テーブル */
.link_shop_table {
	width: auto;
	margin: 0px;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 25px;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 10px 0px 0px 25px;
	font-size: 12px;
	color: #000000;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 0px 15px 5px;
	font-size: 11px;
	text-align: right;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 5px 0px;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
} 

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	margin: 5px 20px 0px;
	padding: 5px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	margin: 0px 20px 5px;
	padding: 5px;
}

/* テーブル小 */
.bbs_table_stop {
	width: 500px;
	margin-left: 50px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_s {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.bbs_table {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* tdカラー */
.bbs_td_color1 {
    width: 20px;
    background-color:#666666;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#F5F5F5;
	padding: 5px;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#F5F5F5;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 5px 5px 15px;
	padding: 15px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 10px 20px 0px;
	padding: 5px;
	border-top: none;
	border-bottom: none;
	color: #333333;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(img/bot_bg.gif);
	color: #FFFFFF;
}

/********************************************************************/

/* HTMLタグ要素 */
body {
    background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#ffffff;
	word-break: break-all;
	margin: 100px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

body #popup {
    margin-top: -100px;
	position: relative;
}

A:link {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

A:active {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

A:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 3px 0px 25px;
}

li {
	padding: 1px;
	font-size: 12px;
	line-height: 140%;
}

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list ul li {
	list-style: none;
}

/* 親カテゴリ */
.category_list ul span {
    width: auto;
	display: block;
	padding:5px 5px 5px 15px;
	margin: 0px 0px 3px;
	background-image: url(img/icon04.gif);
	border: none;
	background-repeat: no-repeat;
	background-position: left top;
}

/* ul空白 */
.category_list ul,
.pickup_category_list ul {
	padding: 0px 5px 0px 5px;
}

/* サブカテゴリ */
.category_list ul ul li {
	padding:5px 5px 5px 15px;
	margin: 0px 0px 3px;
	background-image: url(img/icon04.gif);
	border: none;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
    width: auto;
	display: block;
	padding:5px 5px 5px 15px;
	margin: 0px 0px 3px;
	background-image: url(img/icon04.gif);
	border: none;
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/********************************************************************/
/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}

/********************************************************************/
/* フォント */

/* ボールド */
.text-bold {
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-size: 14px;
}

/* パンクズ現ページ */
.thispage {
	color: #000000;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 11px;
}

/* サイズ小用 */
.text-11 {
	font-size: 12px;
}

/* サイズ大用 */
.text-14 {
	font-size: 13px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 13px;
	line-height: normal;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #333333;
}

.shop A,
.diary A,
.link A,
.bbs A {
width: 160px;
height: 35px;
display: block;
text-indent: -9999px;
}

.shoplogo A {
display: block;
width: 350px;
height: 50px;
background-image: url(image/logo.gif);
}

.shoplogo img {
visibility: hidden;
}

.detail_page_body .ptitle {
width: 670px;
height: 80px;
padding: 0px;
text-indent: -9999px;
background-image: url(image/iteminfo_title.jpg);
}

/* 関連商品用 */
/* 関連商品でも画像表示される場合は、別途画像を指定して下さい。 */
.detail_page_body .other_item .ptitle {
width: 670px;
height: 80px;
padding: 0px;
text-indent: -9999px;
background-image: url(image/other_title.jpg);
}

------------------------------------------------------------

/* 関連商品初期表示用 */
/* ご利用スタイルシート内の.ptitleをご覧下さい。 */
.detail_page_body .other_item .ptitle {
width: 660px;
height: 35px;
background-image: url(image/page_title_bg.gif);
margin: 0px;
padding: 10px 0px 0px 10px;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
text-indent: 0px;
} 

.shopc_title {
background-image: url(image/cart_title.gif);
}

.member .shopc_title {
background-image: url(image/login_title.gif);
}

.shopc_title h3 {
text-indent: -9999px;
}

.new_items .style1_top {
width: 500px;
height: 35px;
padding: 0px;
background-image: url(image/new_title.gif);
text-indent: -9999px;
}

.whatnew_top {
width: 678px;
height: 35px;
padding: 0px;
background-image: url(image/news_title.gif);
text-indent: -9999px;
} 

.recommend_items .style3_top {
width: 160px;
height: 35px;
padding: 0px;
background-image: url(image/recommend_title.gif);
}

.recommend_items .style3_top h3 {
text-indent: -9999px;
}

.melmaga_top {
width: 160px;
height: 40px;
padding: 0px;
background-image: url(image/mail_title.gif);
}

.melmaga_top h3 {
text-indent: -9999px;
}

.shoppingcart_page_body .ptitle {
width: 670px;
height: 55px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_cart.gif);
}

.diary_page_body .ptitle {
width: 670px;
height: 80px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_diary.jpg);
}

.whatnew_page_body .ptitle {
width: 670px;
height: 80px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_wnews.jpg);
}

.link_page_body .ptitle {
width: 670px;
height: 80px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_link.jpg);
}

.bbs_page_body .ptitle {
width: 670px;
height: 80px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_bbs.jpg);
}

.legal_page_body .ptitle {
width: 670px;
height: 80px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_tc.jpg);
}

/* ボタン画像設定 */

/* 共通設定 */
.member .bot_b input,
.mobile .bot_b input,
.subnavi .bot_b input,
.melmaga_middle .bot_b input,
.shopc_go .bot_b input,
.shopc_in .changeinput,
.shopc_in .deleteinput {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}

/* ログイン */
.member .logininput {
width: 70px;
height: 25px;
background-image: url(image/login.gif);
}

/* ログアウト */
.member .logoutinput {
width: 80px;
height: 25px;
background-image: url(image/logout.gif);
}

/* レジに進む */
.shopc_go .registerinput {
width: 90px;
height: 25px;
background-image: url(image/register.gif);
}

/* 検索 */
.subnavi .searchinput {
width: 40px;
height: 23px;
background-image: url(image/search.gif);
}

.subnavi .bot_b input {
display: inline;
}

/* 送信 */
.mobile .sendinput {
width: 40px;
height: 25px;
background-image: url(image/send.gif);
}

/* 登録 */
.melmaga_middle .entryinput {
width: 40px;
height: 25px;
background-image: url(image/entry.gif);
}

/* 解除 */
.melmaga_middle .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/delete.gif);
}

/* 変更：カートの中身 */
.shopc_in .changeinput {
width: 40px;
height: 25px;
background-image: url(image/change.gif);
margin-right: 10px;
float: left;
}

/* 削除：カートの中身 */
.shopc_in .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/delete_s.gif);
float: left;
} 

/* ボタン画像設定 */

/* 共通設定 */
.list_item_table .bot_b .cartaddinput,
.list_item_table .bot_b .detailinput,
.list_item_table .bot_b .inquiryinput,
.other_item .bot_b .text-11 {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}

/* カートに入れるボタン */
.list_item_table .bot_b .cartaddinput {
width: 130px;
height: 25px;
background-image: url(image/add_carts.gif);
float: left;
margin-right: 10px;
}

/* 詳細を見るボタン */
.list_item_table .bot_b .detailinput {
width: 110px;
height: 25px;
background-image: url(image/detail.gif);
float: left;
margin-right: 10px;
}

/* お問い合わせボタン */
.list_item_table .bot_b .inquiryinput {
width: 110px;
height: 25px;
background-image: url(image/inquirys.gif);
float: left;
}

/* 関連商品カートに入れる */
.other_item .bot_b .text-11 {
width: 100px;
height: 25px;
background-image: url(image/add_carts_other.gif);
}

/* 区切り線非表示の場合 */
.list_item_table .sec_linel,
.list_item_table .sec_liner {
display: none;
}


/* 詳細ボタン画像設定 */

/* 共通設定 */
.detail_item_text .bot_b input {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}

/* カートに入れるボタン */
.detail_item_text .bot_b .cartaddinput {
width: 140px;
height: 40px;
background-image: url(image/add_cart.gif);
float: left;
margin-right: 10px;
}

/* お問い合わせボタン */
.detail_item_text .bot_b .inquiryinput {
width: 120px;
height: 40px;
background-image: url(image/inquiry.gif);
float: left;
}

/* 区切り線非表示の場合 */
.detail_item_text .sec_linel {
display: none;
} 


/* ボタン画像設定 */

/* 共通設定 */
.link_bot_box .bot_b input,
.point_box .bot_b input,
.point_box3 .bot_b input,
.td_color1 .bot_b input,
.td_color2 .bot_b .changeinput,
.td_color2 .bot_b .deleteinput,
.td_color2 .bot_b .detailinput,
.td_color2 .changeinput,
.td_color2 .deleteinput,
.td_color3 .bot_b .reflectinput {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}

/*　ボタン表示幅設定区切り線非表示 */
.link_bot_box .bot_b {
width: 130px;
margin-left: auto;
margin-right: auto;
} 

/* レジに進む */
.link_bot_box .bot_b .registerinput {
width: 90px;
height: 25px;
background-image: url(image/register.gif);
}

/* ログイン */
.point_box .bot_b .logininput {
width: 70px;
height: 25px;
background-image: url(image/login.gif);
}

/* 次へ */
.link_bot_box .bot_b .nextinput {
width: 50px;
height: 25px;
background-image: url(image/next.gif);
float: center;
}

/* 戻る */
.link_bot_box .bot_b .backinput {
width: 50px;
height: 25px;
background-image: url(image/back.gif);
float: left;
margin-right: 10px;
}

/* 法人で登録する場合はこちら */
.point_box .bot_b .membercoinput,
.td_color1 .bot_b .membercoinput {
width: 170px;
height: 25px;
background-image: url(image/memberco.gif);
float: left;
}

/* 個人で登録する場合はこちら */
.point_box .bot_b .memberinput,
.td_color1 .bot_b .memberinput {
width: 170px;
height: 25px;
background-image: url(image/member.gif);
float: left;
}

/* 複数のお届け先に送る */
.point_box3 .bot_b .senderinput,
.point_box3 .bot_b .shippinginput {
width: 160px;
height: 25px;
background-image: url(image/sender_n.gif);
}

/* 確認画面へ */
.link_bot_box .bot_b .checkinput {
width: 80px;
height: 25px;
background-image: url(image/check.gif);
}

/* 登録する */
.link_bot_box .bot_b .entryinput {
width: 70px;
height: 25px;
background-image: url(image/entry_b.gif);
float: left;
}

/* 変更する */
.link_bot_box .bot_b .changeinput {
width: 70px;
height: 25px;
background-image: url(image/change_b.gif);
float: left;
}

/* 送信する */
.link_bot_box .bot_b .sendinput {
width: 70px;
height: 25px;
background-image: url(image/send_b.gif);
float: left;
}

/* 削除する */
.point_box3 .bot_b .deleteinput,
.link_bot_box .bot_b .deleteinput {
width: 70px;
height: 25px;
background-image: url(image/delete_b.gif);
}

/* 反映する */
.td_color3 .bot_b .reflectinput {
width: 70px;
height: 25px;
background-image: url(image/reflect.gif);
}

/* 購入する */
.link_bot_box .bot_b .buyinput {
width: 70px;
height: 25px;
background-image: url(image/buy.gif);
float: left;
}

/* 決済する */
.link_bot_box .bot_b .paymentinput {
width: 70px;
height: 25px;
background-image: url(image/payment.gif);
float: left;
}

/* 変更 */
.td_color2 .bot_b .changeinput {
width: 40px;
height: 25px;
background-image: url(image/change.gif);
float: left;
margin-right: 10px;
}

/* 削除 */
.td_color2 .bot_b .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/delete_s.gif);
float: left;
}

/* 変更：テーブル内 */
.td_color2 .changeinput {
width: 40px;
height: 25px;
background-image: url(image/change.gif);
display: inline;
}

/* 削除：テーブル内 */
.td_color2 .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/delete_s.gif);
}

/* 詳細 */
.td_color2 .bot_b .detailinput {
width: 50px;
height: 25px;
background-image: url(image/detail_s.gif);
}

/* トップへ戻る */
.link_bot_box .bot_b .backtopinput {
width: 90px;
height: 25px;
background-image: url(image/backtop.gif);
}

/* マイページトップへ戻る */
.link_bot_box .bot_b .backmypageinput {
width: 150px;
height: 25px;
background-image: url(image/backmypage.gif);
}

/* 購入履歴一覧へ戻る */
.link_bot_box .bot_b .backlistinput {
width: 130px;
height: 25px;
background-image: url(image/backlist.gif);
}

/*一覧へ戻る */
.link_bot_box .bot_b .backshippinglistinput {
width: 90px;
height: 25px;
background-image: url(image/backshippinglist.gif);
}

/* 画面を閉じる */
.link_bot_box .bot_b .wincloseinput {
width: 90px;
height: 25px;
background-image: url(image/winclose.gif);
}

/* 区切り線非表示の場合 */
.link_bot_box .sec_linel {
display: none;
}


/* ボタン画像設定 */

/* 共通設定 */
.bbs_table_s .postinput,
.bbs_table_s .resetinput,
.bbs_table_s .changeinput,
.bbs_table_s .searchinput,
.bbs_td_color3 .replyinput,
.point_box3 .sendinput {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}

/* 投稿するボタン */
.bbs_table_s .postinput {
width: 70px;
height: 25px;
background-image: url(image/post.gif);
float: left;
margin-right: 10px;
}

/* リセットボタン */
.bbs_table_s .resetinput {
width: 70px;
height: 25px;
background-image: url(image/reset.gif);
float: left;
}

/* 修正ボタン */
.bbs_table_s .changeinput {
width: 70px;
height: 25px;
background-image: url(image/change_bs.gif);
float: left;
margin-right: 10px;
}

/* 検索するボタン */
.bbs_table_s .searchinput {
width: 70px;
height: 25px;
background-image: url(image/search_b.gif);
display: inline;
}

/* 返信するボタン */
.bbs_td_color3 .replyinput {
width: 40px;
height: 25px;
background-image: url(image/reply.gif);
}

/* 送信するボタン */
.point_box3 .sendinput {
width: 40px;
height: 25px;
background-image: url(image/send.gif);
display: inline;
}


.category_title {
display: none;
}


.pickup_category_title {
display: none;
}


.recommend_banner {
width: 500px;
height: 135px;
position: relative;
overflow: hidden;
}

#popup_box {
position: absolute;
top: -80px;
}


.model_number {
display: block;
}

.model_number {
font-size: 8px;
}

#shoppingcart_page_step0 .other_item .ptitle {
background-image: url(image/other_title2.jpg);
}

#lefttd .member .shopc_in input {
width: 110px;
} 


.member .subicon03 .text-11 {
font-size: 10px;
}

/* はい */
.link_bot_box .deleteyinput {
width: 50px;
height: 25px;
background-image: url(image/deletey.gif);
float: left;
margin-right: 10px;
} 

/* いいえ */
.link_bot_box .deleteninput {
width: 50px;
height: 25px;
background-image: url(image/deleten.gif);
float: left;
} 

/* ボタン配置ボックス */
.link_bot_box {
width: 250px;
margin-left: auto;
margin-right: auto;
}

/* 最下部ボタン1つ配置用 */
#inputimage input {
float: none;
margin-left: auto;
margin-right: auto;
} 

/* 法人個人マイページ用 */
.point_box .bot_b .memberinput {
margin-right: 10px;
} 

/* 法人個人その他フォーム上部用 */
.td_color1 .bot_b .membercoinput,
.td_color1 .bot_b .memberinput {
float: none;
} 

/* ログインカートステップ2用 */
.point_box .bot_b .logininput {
display: inline;
}

/* お届け先を追加中央寄せ用 */
.point_box3 .bot_b .shippinginput {
margin-left: auto;
margin-right: auto;
} 

/* 削除するカートステップ2用 */
.point_box3 .bot_b .deleteinput {
display: inline;
}

.other_item .list_table_middle .bot_b input {
display: none;
}

.style1_table .style1_text{
width: 520px;
}

.style2_table .style2_text{
width: 520px;
}

.charge {
color: #FF0000;
font-size: 12px;
}

.charge .priceb {
color: #CC0000;
font-size: 14px;
}

.header_banner {
position: absolute;
top: 120px;
left: 640px;
}

/* メニュー追加用 */

#help_menu img {
margin-bottom: 3px;
}

#help_menu A:hover {
background-color: transparent;
}

.photo_line_80 A:hover img,
.photo_line_140 A:hover img,
.photo_line_250 A:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}

input.mailmagazineinput {
background-image: url(image/icon_mail.gif);
background-repeat: no-repeat;
padding-left: 16px;
}

.categorylist_page_body .pmiddle {
border: none;
}

.categorylist_page_body .pbottom {
background-image: none;
}

.detail_page_body .pmiddle {
border: none;
}

.detail_page_body .pbottom {
background-image: none;
}

#fancybox-outer,
.fancybox-title-inside {
background-color : #000000;
}

#fancybox-content {
border-color : #000000;
}

#fancybox-left-ico {
background-image: url(img/all/fancy_nav_leftw.png); 
}

#fancybox-right-ico {
background-image: url(img/all/fancy_nav_rightw.png); 
}

#fancybox-close {
background-image: url(img/all/fancy_closew.png); 
}

#fancybox-wrap A {
color: #FFFFFF;
}

#fancybox-wrap A:hover {
color: #CCCCCC;
}

#cart_table_point .td_color1 {
background-color: #1e90ff;
}
