/* CSS Document */

/********************************************************************/
/* 大外 */
#container {
	width: 990px;
	background-color: #FFFCFA;
	margin: 0px auto 0px auto; 
　　　　       font-size: 12px;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: 980px;
	height: 79px;
	background-color: #FFFCFA;
	margin: 0px;
	padding: 10px;
}

/* ヘッダー下ライン */
#bline {
	width: 980px;
	height: 0px;
	margin: 0px;
	padding: 0px;
        background-color: #cccccc;
}

/********************************************************************/
/* キャッチコピー */
#copy {
	width: 990px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px 0px 1px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

/* キャッチコピーリンク設定有り */
#copy A:link {
	font-size: 10px;
}

#copy A:active {
	font-size: 10px;
}

#copy A:visited {
	font-size: 10px;
}

#copy A:hover {
	font-size: 10px;
} 

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	width: 340px;
	float: left;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	width: 330px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	float: left;
}

/********************************************************************/
/* サブナビゲーション */
.subnavi {
	width: 245px;
	background-color: #FFFCFA;
	padding: 4px 10px 4px 10px;
	border: -2px solid #CCCCCC;
        margin: 0px 411px 0px 0px; 
	float: right;
        color: #666666;
        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: 15px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(img/icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: 15px;
	background-image: url(img/icon03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(img/icon_winclose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 200へ変更 */
.side_box {
	width: 260px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

/* 右用枠下下げ数値 */
.side_box3 {
	width: 260px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

/* 中央用枠490 */
.center_box {
	width: 490px;
	margin: 0px 0px 10px;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定(15px以上)、空白は高さ指定 */
.category_title {
	width: auto;
	height: 26px;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	background-image: url(image/menu_bg08.gif);
}

.category_title h3 {
text-indent: -9999px;
}


/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 0px 0px;
	color: #333333;
	font-weight: bold;
}

/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	color: #1d3994;
}

.mcategory A:active {
	color: #1d3994;
}

.mcategory A:visited {
	color: #1d3994;
}

.mcategory A:hover {
	color: #FF9900;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定(15px以上)、空白は高さ指定 */
.pickup_category_title {
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	background-image: url(img/menu_bg03.gif);
}

/* 内容 */
.pickup_category_list {
	width: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 0px 0px;
	color: #333333;
	font-weight: bold;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定(15px以上)、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* ナビゲーションリンク文字色 */
.navi A:link {
	color: #222222;
}

.navi A:active {
	color: #222222;
}

.navi A:visited {
	color: #222222;
}

.navi A:hover {
	color: #555555;
}

/* ショップ通信 */
.shop {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* 店長日記 */
.diary {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* リンク集 */
.link {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 15px;
	background-image: url(image/menu_bg11.gif);
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* フリー */
.free_menu {
	width: auto;
	height: 23px;
	margin: 0px 0px 2px;
	padding: 9px 0px 0px 20px;
	background-image: url(image/menu_bg11.gif);
}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 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、縦は設定(15px以上)、空白は高さ指定 */
.shopc_title {
	width: auto;
	height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(image/cart_base1.gif);
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 30px;
	padding-top: 5px;
	background-image: url(img/cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #FF6600;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	background-color: #F5F5F5;
	margin: 0px 0px 1px;
	padding: 5px;
	font-size: 10px;
}

/* レジに行く */
.shopc_go {
	width: auto;
	background-color: #FFFCFA;
	margin: 0px;
	padding: 5px;
	color: #990000;
	border-bottom: 1px solid #CCCCCC;
}

/********************************************************************/
/* FAQオープンクローズ */
.open{
     background: #ddd;
     color: #fff;
     cursor: pointer;
     margin-left: 15px;
     margin-right: 15px;
     margin-bottom: 0px;
     padding: 10px 10px 10px 10px
 }
#slideBox{
     padding: 10px 10px 10px 10px;
     margin-left: 15px;
     margin-right: 15px;
     margin-bottom: 0px;
     border: 1px #ccc solid;
     display:none;
 }

/* カートオープンクローズ */

#accordion{
     border: 1px #ccc solid;
     border-top:none;
     margin-top: 0px;
     margin-bottom: 0px;
     width:198px;
     }

#accordion dt{
     background: #ebe6f7;
     padding: 6px;
     border-top: 1px #ccc solid;
     }

#accordion dt a{color: #000; text-decoration:none;display:block;}
#accordion dd{
     margin-left: 5px;
     padding: 5px;
     }

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 750px;
	height: 130px;
	margin: 0px 0px 0px 24px;
	padding: 0px;
}

/* 左td */
#lefttd {
    width: 200px;
	padding:  0px 0px 0px 0px;
	margin: 0px;
	background: #FFFCFA;
	border-right:0px solid #CCCCCC;
}

/* 中央td  右15から0へ修正 */
#centertd {
    width: 490px;
	padding: 5px 0px 15px 15px;
	margin: 0px;
}

/* 右td */
/*#righttd {
    width: 260px;
	padding: 5px 10px 15px 5px;
	margin: 0px;
}*/
#righttd {
position: absolute;
top: 383px;
left: 722px;
}

/* 内部ページtd */
#pagetd {
}


/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

.photo_line_140 {
	width: 140px;
	height: auto;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

.photo_line_250 {
	width: 250px;
	height: auto;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

.photo_line {
	width: auto;
	height: auto;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
	width: auto;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	background-color: #FFFCFA;
	border: 1px solid #CCCCCC;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定(15px以上)、空白は高さ指定 */
.welcome_top {
	width: 472px;
	height: 26px;
	background-image: url(image/top_title_bg13.gif);
	margin: 0px;
	padding: 8px 0px 0px 18px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
        text-shadow: 0px 1px 0px #d6d6d6; 
}
/*** old*** .welcome_top {
	width: auto;
	height: 25px;
	background-image: url(img/wellcome_top_bg.gif);
	margin: 0px;
	padding: 5px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}**/

/* 大枠中 */
.welcome_middle {
	width: auto;
	background-image: url(img/wellcome_middle_bg.gif);
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/wellcome_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

#righttd .welcome_top {
	border-right: 1px solid #CCCCCC;
}

#righttd .welcome_middle {
	border-right: 1px solid #CCCCCC;
	padding: 5px 5px 0px 5px;
}

#righttd .welcome_bottom {
	border-right: 1px solid #CCCCCC;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 5px 0px 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定(15px以上)、空白は高さ指定 */
.whatnew_top {
	width: 472px;
	height: 25px;
	background-image: url(image/top_title_bg13.gif);
	margin: 0px;
	padding: 8px 0px 0px 18px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
        text-shadow: 0px 1px 0px #a1e1ee;        
}

/* 大枠中 */
.whatnew_middle {
	width: auto;
	background-color: #ebe6f7;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #000000;
}

/* 大枠下 */
.whatnew_bottom {
	width: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上 
※背景画像横490px、縦は設定(15px以上)、空白は高さ指定 */
.style1_top {
	width: 472px;
	height: 26px;
	background-image: url(image/top_title_bg13.gif);
	margin: 0px;
	padding: 8px 0px 0px 18px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
        text-shadow: 0px 1px 0px #a1e1ee;
}

/* 大枠中 */
.style1_middle {
	width: 480px;
	background-image: url(img/wellcome_middle_bg.gif);
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.style1_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/wellcome_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style1_copy {
	width: auto;
	background-color: #ebe6f7;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
}

/* 各テーブル枠上　
※背景画像横472px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.style1_table_top {
    width: auto;
	background-color: #ebe6f7;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
                padding: 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    width: auto;
	background-color: #ebe6f7;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}

/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	background-color: #ebe6f7;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: 468px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style1_photo {
	width: auto;
	margin: 6px 5px 0px 5px;
	padding: 0px;
}

/* 説明 */
.style1_text {
	width: auto;
	background-color: #FFFCFA;
    border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* 商品名 */
.item_name {
	font-size: 14px;
	color:#996600;
	font-weight: bold;
}

/* 価格 */
.price {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

/* 価格大 */
.priceb {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* 在庫ありなし */
.stock {
	color: #000000;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定(15px以上)、空白は高さ指定 */
.style2_top {
	width: 472px;
	height: 26px;
	background-image: url(image/top_title_bg13.gif);
	margin: 0px;
	padding: 8px 0px 0px 18px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
        text-shadow: 0px 1px 0px #a1e1ee;
}

/* 大枠中 */
.style2_middle {
	width: 480px;
	background-image: url(img/wellcome_middle_bg.gif);
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/wellcome_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.style2_table_top {
    width: auto;
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    width: auto;
	background-color: #F5F5F5;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	background-color: #F5F5F5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: 468px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: auto;
	background-color: #FFFCFA;
    border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: 468px;
	background-color: #F5F5F5;
	margin-top: 0px;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
                width: 113px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	background-color: #FFFCFA;
                border: 1px solid #CCCCCC;
	margin: 0px 1px 0px 1px;
	padding: 5px;
	font-size: 10px;
	color: #535337;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 10px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: 80px;
	background-color: #FFFCFA;
	margin: 0px 8px;
	padding: 0px;
	font-size: 10px;
}

/* 1位テキスト */
.rank1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: auto;
	padding-left: 5px;
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
                padding:12px 0px 0px 10px;
                background-repeat:no-repeat;
                background-position:top left;
                background-image:url(image/rankin.gif); 
                float:left;
                width:44px;
                height:44px;
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定(15px以上)、空白は高さ指定 */
.style3_top {
	width: auto;
	height: 28px;
	background-image: url(image/rankingback.gif);
	margin: 0px;
	padding: 5px 0px 0px 15px;
}

/* 大枠中 */
.style3_middle {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.style3_bottom {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style3_copy {
	width: auto;
	background-color: #ebe6f7;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* テーブル */
.style3_table {
	width: auto;
  	background-color: #ebe6f7;
	border :1px solid #CCCCCC;
	margin-top: 5px;
	padding: 5px;
}

/* 写真 オリジナル80px*/
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 74px;
}

/* 説明 */
.style3_text {
	width: auto;
	background-color: #FFFCFA;
	border :1px solid #CCCCCC;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	font-size: 10px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定(15px以上)、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 34px;
	background-image: url(image/keitai.png);
	margin: 0px;
	padding: 5px 0px 0px 15px;
}

.melmaga_top h3 {
text-indent: -9999px;
}


/* 大枠中 */
.melmaga_middle {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* 内容 */
.mdata {
	font-size: 10px;
	line-height: 140%;	
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_top {
	width: auto;
	height: 20px;
	background-image: url(img/menu_bg01.gif);
	margin: 0px;
	padding: 5px 0px 0px 15px;
}

/* 大枠中 */
.tdiary_middle {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* 大枠下 */
.tdiary_bottom {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

/* プロフィールタイトル */
.ttitle {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* コメント */
.tcom {
	margin: 0px;
	padding: 5px;
	background-color: #CCCCCC;
	color: #000000;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 764px;
	margin: 0px;
	padding: 0px 11px 15px 15px;
}

/* 第二階層パンクズ */
#pan {
	padding: 1px 0px 0px 15px;
                width: auto;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: 764px;
	height: 28px;
	background-image: url(image/page_title_bg03.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 7px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/**.ptitle5 {
	width: 746px;
	height: 108px;
	background-image: url(image/page10.gif);
	margin-top: 5px;
	padding: 9px 0px 0px 18px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}**/

/* 第二階層中 */
.pmiddle {
	width: 726px;
	background-image: url(image/page_middle_bg.gif);
	margin: 0px;
	padding: 5px;
}

/* 第二階層下 */
.pbottom {
	width: 726px;
	height: 35px;
	background-image: url(image/page_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

.detail_item_text .ptitle{
                width: auto;
	border-right: 1px solid #CCCCCC;
}

.detail_item_text .pmiddle{
                width: auto;
	border-right: 1px solid #CCCCCC;
}

.detail_item_text .pbottom{
               width: auto;
	border-right: 1px solid #CCCCCC;
}

/* 幅980対応 */
#pagemain {
	width: 764px;
}

.pmiddle {
	width: 754px;
	background-image: url(image/page_middle_bg.gif);
}

.pbottom {
	width: 764px;
	background-image: url(image/page_bottom_bg.gif);
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #999999;
}

.item_bot_box2 {
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 640px;
	height: auto;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 9px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 340px;
	padding: 7px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}

/* 商品数 */
.list_count {
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px 10px 5px;
	padding: 5px 0px 0px 5px;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 10px 10px 0px 10px;
    padding: 0px;
}

/* 各テーブル枠中 */
.list_table_middle {
    width: auto;
	background-color: #F5F5F5;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 10px 0px 10px;
	padding: 5px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	background-color: #F5F5F5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル 668から変更*/
.list_item_table {
	width: 718px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
    width: auto;
	background-color: #ebe6f7;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 10px 10px 0px 10px;
                padding: 0px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	background-color: #ebe6f7;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
                width: auto;
	background-color: #ebe6f7;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

/* 商品詳細テーブル 652から変更*/
.detail_item_table {
	width: 712px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	background-color: #FFFCFA;
                border: 1px solid #CCCCCC;
	margin: 4px;
	padding: 10px;
	font-size: 12px;
	line-height: 160%;
}

.detail_item_text1 {
	width: auto;
	background-color: #e4f6fc;
        border: 1px solid #CCCCCC;
	margin: 4px;
	padding: 10px;
	font-size: 12px;
	line-height: 160%;
}

.detail_item_text2 {
	width: auto;
	background-color: #FFFCFA;
        border: 1px solid #CCCCCC;
	margin: 2px 2px 2px 15px;
	padding: 3px 10px 2px 10px;
	font-size: 11px;
        color: #0000ff;
        line-height: 136%;
        display: inline-block;
        _display: inline;
        valign: middle;
}

.detail_item_text3 {
	width: auto;
	background-color: #FFFCFA;
        border: 1px solid #CCCCCC;
	margin: 2px 2px 2px 6px;
	padding: 3px 10px 2px 10px;
        color: #0000ff;
        line-height: 136%;
        display: inline-block;
        _display: inline;
	font-size: 10px;
}

.detail_item_text4 {
	width: auto;
	background-color: #FFFCFA;
                border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 10px;
	font-size: 12px;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: auto;
	height: 26px;
	background-image: url(img/page_title_bg02.gif);
	margin: 5px 0px;
	padding: 9px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* 詳細説明 658から変更*/
.detail_sub_table {
	width: 708px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真  658から変更*/
.detail_sub_table02 {
	width: 708px;
	margin: 0px;
	padding: 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-color: #FFFCFA;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	border: 1px solid #CCCCCC;
	margin: 0px 4px 5px;
	padding: 5px;
	background-color: #FFFCFA;
}

/* セル幅 206から変更*/
.detail_sub_table02 td {
    width: 222px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 22px;
	padding: 0px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: auto;
	height: 17px;
	background-image: url(image/sub_menu_bg_01.gif);
	margin: 10px 20px 0px;
	padding: 5px 5px 5px 8px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	height: 10px;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 17px;
	background-image: url(image/sub_menu_bg_01.gif);
	margin: 10px 20px 0px;
	padding: 5px 5px 5px 8px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	height: 10px;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 17px;
	background-image: url(img/sub_menu_bg_02.gif);
	margin: 10px 20px 0px;
	padding: 8px 5px 5px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	height: 10px;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 28px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #666666;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 28px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #666666;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}

/* 内部テーブルフレーム  revised to 680 former 595px */
.table_fream {
    width: 692px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 690px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 690px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color:#FFFFF0;
	border: 1px solid #CCCCCC;
	margin: 5px 5px 0px 0px;
	padding: 10px;
}

.point_box2 {
	width: auto;
	background-color:#FFF4EE;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 5px 5px 0px;
	padding: 5px;
}

.point_box3 {
	width: auto;
	background-color:#F5F5F5;
	border: 1px dashed #D4D0C8;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

/* エラーボックス */
.error_box {
	width: auto;
	background-color:#FFFFF0;
	border: 1px solid #CCCCCC;
	margin: 5px 40px 0px 40px;
	padding: 10px;
}

/* エラーテキスト */
.error_text {
    color: #FF0000;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	background-color:#F5F5F5;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	text-align: right;
}

/* カートステップテーブル */
.cart_step_table {
	width: 714px;
	margin: 10px 20px 0px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
	background-color:#FFFCFA;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	color: #666666;
}

.cart_step_2 {
	width: auto;
    background-color:#FFFCFA;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	color: #666666;
}

.cart_step_3 {
	width: auto;
    background-color:#FFFCFA;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	color: #666666;
}

.cart_step_4 {
	width: auto;
    background-color:#FFFCFA;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	color: #666666;
}

.cart_step_1_check {
	width: auto;
	background-color:#F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.cart_step_2_check {
	width: auto;
    background-color:#F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.cart_step_3_check {
	width: auto;
    background-color:#F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.cart_step_4_check {
 	width: auto;
    background-color:#F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 648px;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
	border-bottom: 1px dashed #666666;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#666666;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
    background-color:#F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
}

.td_color3 {
    background-color:#CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: auto;
	height: 17px;
	background-image: url(image/sub_menu_bg_01.gif);
	margin: 10px 20px 0px;
	padding: 7px 5px 7px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
        text-shadow: 1px -1px 0 rgba(0,0,0,1);
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #F5F5F5;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 0px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	height: 10px;
	background-color: #F5F5F5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* テーブル  revised 595px to 638px */
.tdiary_news_table {
	width: 692px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	background-color:#FFFCFA;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 10px 5px 0px 0px;
	color: #616141;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
    background-color:#F5F5F5;
	border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	padding: 5px;
	color: #000000;
}

/* td右 */
.td_link_shop2 {
    width: auto;
    background-color:#FFFCFA;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

/* 大枠 */
.link_shop {
	background-color:#FFFCFA;
    margin: 10px 5px 0px 5px;
	padding: 10px 10px 0px 10px;
}

/* テーブル */
.link_shop_table {
	width: 688px;
	background-color:#FFFCFA;
	margin: 0px;
	padding: 10px;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 28px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	background-color:#FFFCFA;
	margin: 0px;
	padding: 10px;
	color: #333333;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
                background-color:#FFFCFA;
                font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
                text-align: center;
}


/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 5px 0px;
	color: #000000;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
}

.win_close A:link {
	color: #FF6600;
}

.win_close A:active {
	color: #FF6600;
}

.win_close A:visited {
	color: #FF6600;
}

.win_close A:hover {
	color: #FF0000;
}

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	background-color: #FFFCFA;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 20px 20px 0px 20px;
	padding: 5px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 0px 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	height: 10px;
	background-color: #FFFCFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_stop {
	width: 500px;
	margin-left: 50px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_s {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.bbs_table {
	width: 598px;
	margin: 0px;
	padding: 0px;
}

/* tdカラー */
.bbs_td_color1 {
    width: 20px;
	background-color:#666666;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #FFFCFA;
	border: 1px solid #CCCCCC;
	margin: 5px 5px 15px 5px;
	padding: 10px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 10px 20px 0px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* リンク色 */
.sec_line_top A:link {
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	line-height: 140%;
}

.sec_line_top A:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

.sec_line_top A:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

.sec_line_top A:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

/********************************************************************/
/* フォームボタン強調 */
/**.bot_b input {
    padding: 2px;
	background-color: #FFFCFA;
	background-image: url(img/bot_bg.gif);
	color: #333333;
	font-weight: bold;
}**/

/********************************************************************/
/* HTMLタグ要素 */
body {
	background-image: url(image/bg.gif);
	word-break: break-all;
	margin: 0px;
	padding: 0px;
                font-family: "Tahoma", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo,"Osaka", Arial, sans-serif;
                font-size: 12px;
	color: #333333;
	line-height: 150%;
}

A:link {
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	color: #222222;
	line-height: 140%;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	line-height: 140%;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	line-height: 140%;
}

A:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	line-height: 140%;
}

h1 {
	margin: 0px;
	padding: 0px;
                font-family: Verdana,helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
                font-size: 12px;
}

h3 {
	font-size: 12px;
                color: #000000;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
                margin: 0px;
	padding: 0px;
}

ul {
	list-style:none;
	margin: 0px;
	padding: 0px 3px 0px 25px;
}

/**ulスタイル変更前  list-style-position: outside; **/

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list li {
	padding-bottom: 5px;
	list-style-image: url(img/icon04.gif);
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
	padding-bottom: 5px;
	list-style-image: url(img/icon04.gif);
}

li {
	padding-bottom: 5px;
}

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 {
	font-weight: bold;
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-weight: bold;
	font-size: 12px;
}

/* パンクズ現ページ */
.thispage {
    color: #FF6600;
	font-weight: bold;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 14px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: 100%;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #FF6600;
}

/* 以下追加 */

.pickup_category_title {
display: none;
}

.pickup_category_list {
display: none;
}


/* ボタン画像設定 */

/* 共通設定 */
.member .bot_b input,
.mobile .bot_b input,
.subnavi .bot_b input,
.melmaga_middle .bot_b input,
.shopc_go .bot_b input {
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);
}


/* ボタン画像設定 */

/* 共通設定 */
.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_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 {
width: 145px;
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: left;
}

/* 戻る */
.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 .shippinginput {
width: 100px;
height: 25px;
background-image: url(image/shipping.gif);
}

/* 送り主お届け先を追加 */
.point_box3 .bot_b .senderinput {
width: 160px;
height: 25px;
background-image: url(image/sender.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 .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;
} 

※↓以下は非表示にしない場合に使用

/* 区切り線表示の場合 */
.link_bot_box .sec_linel {
display: block;
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;
}


/* 詳細ボタン画像設定 */

/* 共通設定 */
.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-left: 12px;
margin-right: 18px;
} 

/* お問い合わせボタン */
.detail_item_text .bot_b .inquiryinput {
width: 140px;
height: 40px;
background-image: url(image/inquiry.gif);
float: left;
} 

/* 区切り線非表示の場合 */
.detail_item_text .sec_linel {
display: none;
} 

※↓以下は非表示にしない場合に使用

/* 区切り線表示の場合 */
.detail_item_text .sec_linel {
display: block;
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;
} 

※↓以下は非表示にしない場合に使用

/* 区切り線表示の場合 */
.list_item_table .sec_linel,
.list_item_table .sec_liner {
display: block;
float: left;
} 

/*subnavi案内・非表示*/
.subnavi .subicon01,
.subnavi .subicon02,
.subnavi .sec_linel {
display: none;
}

/* ソート */
.list_soat {
display: none;
}

.top_page_body .icon_pickup {
display: none;
} 

.charge {
color: #000000;
font-size: 12px;
}

.charge .priceb {
color: #CC0000;
font-size: 12px;
}




#pickuplist_page_20 .ptitle {
background-image: url(image/black_0.gif);
}

/*製造メーカー別リスト*/
p.manufact {background-color: #f8dce0; margin-left: 10px;}

/*規定文*/
.rule_subtitle {
                color: #FFA500;
                font-weight: bold;
                font-size: 13px;
}

#free_page_98 #pan {
display: none;
}


#free_page_79 #lefttd {
display: none;
}

/* 背景非表示 */
#free_page_79,
#free_page_79 #container {
background-image: none;
background-color: transparent;
margin: auto;
}

#free_page_92 #lefttd {
display: none;
}


/* 背景非表示 */
#free_page_92,
#free_page_92 #container {
background-image: none;
background-color: #FFFCFA;
margin: auto;
/}

#free_page_165 #lefttd {
display: none;
}

/* バリエーションがあります非表示 */
.detail_page_body .item_bot_box2 .text-11 {
display: none;
}

.diary_page_body .ptitle {
width: 710px;
height: 76px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_diary.gif);
}

.shoppingcart_page_body .ptitle {
width: 764px;
height: 40px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_cart.gif);
}

/* 関連商品用 */
/* 関連商品でも画像表示される場合は、別途画像を指定して下さい。 */
.shoppingcart_page_body .other_item .ptitle {
width: 764px;
height: 40px;
padding: 0px;
text-indent: -9999px;
background-image: url(image/iteminfoot_title.gif);
}


.shop {
width: auto;
height: 34px;
margin: 0px 0px 3px;
padding: 0px;
background-image: url(image/tokusho.gif);
}



.bbs {
width: auto;
height: 35px;
margin: 0px 0px 3px;
padding: 0px;
background-image: url(image/bbs.gif);
}

.shop A,
.diary A,

.bbs A {
width: 160px;
height: 35px;
display: block;
text-indent: -9999px;
}

.detail_page_body .ptitle {
width: 764px;
height: 40px;
padding: 0px;
text-indent: -9999px;
background-image: url(image/iteminfo_title.gif);
} 

/* 関連商品用 */
/* 関連商品でも画像表示される場合は、別途画像を指定して下さい。 */
.detail_page_body .other_item .ptitle {
width: 764px;
height: 40px;
padding: 0px;
text-indent: -9999px;
background-image: url(image/iteminfoot_title.gif);
} 

/********************************************************************/
/* 商品ページ　*/
.itempage_title {
color:#003366;
border-bottom:solid 1px #003366;
margin:0px 0px 10px 0px;
padding:0px 0px 5px 0px;
}

.itempage_title_top {
width: auto%;
height: 17px;
background-image: url(image/sub_menu_bg_02.gif);
margin: 10px 0px 10px 0px;
padding: 8px 5px 5px 15px;
font-size: 14px;
font-weight: bold;
color: #336699;
}

.customer {
background:#f5f5f5;
border:1px solid #666666;
display:block;
padding:10px;
margin:0px 0px 10px 0px;
}

/********************************************************************/

/* 追加スタイル */
.sp10 {
pading:0;
margin-bottom:10px;
}

.sp25 {
pading:0;
margin-bottom:25px;
}

.side_banner {
margin:0;
padding:0;
}

.side_banner img {
margin:0px 0px 10px 0px;
padding:0;
border:0;
}

.clear_sp15 {
clear:both;
height:15px;
}

/********************************************************************/
#pickuplist_page_16 .ptitle {
width: 764px;
height: 180px;
text-indent: -9999px;
background-image: url(image/pickup16.gif);
padding: 0px;
}



#pickuplist_page_25 .ptitle {
width: 764px;
height: 107px;
text-indent: -9999px;
background-image: url(image/pickup25.gif);
padding: 0px;
}


#categorylist_page_67 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category67.jpg);
padding: 0px;
}

#categorylist_page_80 .ptitle {
width: 764px;
height: 320px;
text-indent: -9999px;
background-image: url(image/category80.jpg);
padding: 0px;
}

#categorylist_page_73 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category73.jpg);
padding: 0px;
}
#categorylist_page_34 .ptitle {
width: 726px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category34.jpg);
padding: 0px;
}

#categorylist_page_35 .ptitle {
width: 726px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category35.jpg);
padding: 0px;
}

#categorylist_page_62 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category62.jpg);
padding: 0px;
}

#categorylist_page_52 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category52.jpg);
padding: 0px;
}

#categorylist_page_86 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category86.jpg);
padding: 0px;
}

#categorylist_page_55 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category55.JPG);
padding: 0px;
}

#categorylist_page_85 .ptitle {
width: 710px;
height: 120px;
text-indent: -9999px;
background-image: url(image/category85.JPG);
padding: 0px;
}

#categorylist_page_70 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category70.JPG);
padding: 0px;
}

#categorylist_page_93 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category_93.jpg);
padding: 0px;
}

#categorylist_page_95 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category95.jpg);
padding: 0px;
}

#categorylist_page_97 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category97.jpg);
padding: 0px;
}

#categorylist_page_96 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category95.jpg);
padding: 0px;
}

#categorylist_page_99 .ptitle {
width: 710px;
height: 194px;
text-indent: -9999px;
background-image: url(image/category99.JPG);
padding: 0px;
}

#categorylist_page_81 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category81.jpg);
padding: 0px;
}

/***#categorylist_page_46 .ptitle {
width: 764px;
height: 229px;
text-indent: -9999px;
background-image: url(image/category48.jpg);
padding: 0px;
}***/

#categorylist_page_65 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category65.jpg);
padding: 0px;
}

#categorylist_page_20 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category20.jpg);
padding: 0px;
}

#categorylist_page_25 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category25.jpg);
padding: 0px;
}

#categorylist_page_59 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category59.jpg);
padding: 0px;
}

#categorylist_page_23 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category23.jpg);
padding: 0px;
}

#categorylist_page_90 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/cate_title_ind.jpg);
padding: 0px;
}

#categorylist_page_61 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category61.jpg);
padding: 0px;
}

#categorylist_page_63 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category63.jpg);
padding: 0px;
}

#categorylist_page_101 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category_101.jpg);
padding: 0px;
}

#categorylist_page_100 .ptitle {
width: 748px;
height: 151px;
text-indent: -9999px;
background-image: url(image/category100.jpg);
}

#categorylist_page_98 .ptitle {
width: 748px;
height: 151px;
text-indent: -9999px;
background-image: url(image/category98.jpg);
}

#categorylist_page_104 .ptitle {
width: 710px;
height: 114px;
text-indent: -9999px;
background-image: url(image/category104.JPG);
padding: 0px;
}

#categorylist_page_106 .ptitle {
width: 710px;
height: 114px;
text-indent: -9999px;
background-image: url(image/category104.JPG);
padding: 0px;
}

#categorylist_page_108 .ptitle {
width: 710px;
height: 114px;
text-indent: -9999px;
background-image: url(image/category104.JPG);
padding: 0px;
}

#categorylist_page_111 .ptitle {
width: 710px;
height: 133px;
text-indent: -9999px;
background-image: url(image/category110.JPG);
padding: 0px;
}

#categorylist_page_114 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category114.jpg);
padding: 0px;
}

#categorylist_page_71 .ptitle {
width: 710px;
height: 80px;
text-indent: -9999px;
background-image: url(image/category71.jpg);
padding: 0px;
}

#categorylist_page_125 .ptitle {
width: 710px;
height: 180px;
text-indent: -9999px;
background-image: url(image/category125.jpg);
padding: 0px;
}

#pickuplist_page_74 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/cate_group74.jpg);
padding: 0px;
}

#pickuplist_page_105 .ptitle {
width: 710px;
height: 254px;
text-indent: -9999px;
background-image: url(image/group105.jpg);
padding: 0px;
}

#pickuplist_page_114 .ptitle {
width: 764px;
height: 150px;
text-indent: -9999px;
background-image: url(image/category_list114.jpg);
padding: 0px;
}

#pickuplist_page_117 .ptitle {
width: 764px;
height: 220px;
text-indent: -9999px;
background-image: url(image/category_list117.gif);
padding: 0px;
}

#categorylist_page_121 .ptitle {
width: 710px;
height: 258px;
text-indent: -9999px;
background-image: url(image/category_bdr.jpg);
padding: 0px;
}

#categorylist_page_122 .ptitle {
width: 710px;
height: 258px;
text-indent: -9999px;
background-image: url(image/jellyfish_header.JPG);
padding: 0px;
}

#pickuplist_page_77 .ptitle {
width: 764px;
height: 330px;
text-indent: -9999px;
background-image: url(image/xmas_sale.gif);
padding: 0px;
}

/***#free_page_10 .ptitle {
width: 764px;
height: 117px;
text-indent: -9999px;
background-image: url(image/page10.gif);
padding: 0px;
}***/

/***#free_page_25 .ptitle {
width: 764px;
height: 117px;
text-indent: -9999px;
background-image: url(image/page25.gif);
padding: 0px;
}***/

#free_page_143 .ptitle {
width: 764px;
height: 117px;
text-indent: -9999px;
background-image: url(image/page143.gif);
padding: 0px;
}

#free_page_41 .ptitle {
width: 764px;
height: 117px;
text-indent: -9999px;
background-image: url(image/page41.jpg);
padding: 0px;
}

#free_page_24 .ptitle {
width: 764px;
height: 40px;
text-indent: -9999px;
background-image: url(image/qa_top.gif);
padding: 0px;
}

#free_page_101 .ptitle {
width: 726px;
height: 160px;
text-indent: -9999px;
background-image: url(image/category_101.jpg);
padding: 0px;
}

#free_page_136 .ptitle {
width: 726px;
height: 264px;
text-indent: -9999px;
background-image: url(image/category_101.jpg);
padding: 0px;
}

#free_page_97 .ptitle {
width: 710px;
height: 120px;
text-indent: -9999px;
background-image: url(image/gallery.jpg);
padding: 0px;
}

#free_page_95 .ptitle {
width: 670px;
height: 150px;
text-indent: -9999px;
background-image: url(image/supply_record.jpg);
padding: 0px;
}

/**#free_page_98 .ptitle {
width: 764px;
height: 290px;
text-indent: -9999px;
background-image: url(image/category93.jpg);
padding: 0px;
}**/

#free_page_151 .ptitle {
width: 710px;
height: 80px;
text-indent: -9999px;
background-image: url(image/page_title_pr.jpg);
padding: 0px;
}

#free_page_152 .ptitle {
width: 710px;
height: 150px;
text-indent: -9999px;
background-image: url(image/finder_title.jpg);
padding: 0px;
}

#free_page_175 .ptitle {
width: 764px;
height: 160px;
text-indent: -9999px;
background-image: url(image/partsnum.gif);
padding: 0px;
}

.whatnew_page_body .ptitle {
width: 764px;
height: 80px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/page_title_wnew.jpg);
}

.legal_page_body .ptitle {
width: 764px;
height: 117px;
padding: 0px;
margin: 0px;
text-indent: -9999px;
background-image: url(image/company.gif);
}

/***********menu-bar*************/

#menu-bar {
position: relative;
top: 0px;
left: 6px;
}

#menu-bar {height:24px; position:relative; z-index:100;}
#menu-bar .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menubar, .menubar ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menubar li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menubar table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menubar li.top a.top_link {display:block; float:left; height:24px;}
.menubar li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menubar li.p1 {width:65px; background:url(image/home_1.gif) no-repeat;;}
.menubar li.p2 {width:103px; background:url(image/shiharai_1.gif) no-repeat;;}
.menubar li.p3 {width:103px; background:url(image/annai_1.gif) no-repeat;;}
.menubar li.p4 {width:103px; background:url(image/tel_1.gif) no-repeat;;}
.menubar li.p5 {width:103px; background:url(image/toiawase_1.gif) no-repeat;;}
.menubar li.p6 {width:103px; background:url(image/faq_1.gif) no-repeat;;}
/*.menubar li.p9 {width:103px; background:url(image/rep_1.gif) no-repeat;;} */
/* .menubar li.p12 {width:103px; background:url(image/cart_1.gif) no-repeat;;} */
.menubar li.p10 {width:400px; background:url(image/shippingfree1.gif) no-repeat;;}
.menubar li.p11 {width:400px; background:url(image/industrial.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menubar li a#home {width:65px; background:url(image/home_0.gif) no-repeat;}
.menubar li a#shiharai {width:103px; background:url(image/shiharai_0.gif) no-repeat;}
.menubar li a#annai {width:103px; background:url(image/annai_0.gif) no-repeat;}
.menubar li a#tel {width:103px; background:url(image/tel_0.gif) no-repeat;}
.menubar li a#toiawase {width:103px; background:url(image/toiawase_0.gif) no-repeat;}
.menubar li a#faq {width:103px; background:url(image/faq_0.gif) no-repeat;}
/* .menubar li a#rep {width:103px; background:url(image/rep_0.gif) no-repeat;} */
/* .menubar li a#cart {width:103px; background:url(image/cart_0.gif) no-repeat;} */
.menubar li a#xmas {width:400px; 
background:url(image/shippingfree1.gif) no-repeat;}
.menubar li a#ind {width:400px; 
background:url(image/industrial.gif) no-repeat;}
/* Style the list OR link hover. Depends on which browser is used */
.menubar a:hover {visibility:visible;} /* for IE6 */
.menubar li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menubar li a#home:hover, .menubar li:hover a#home,
.menubar li a#shiharai:hover, .menubar li:hover a#shiharai,
.menubar li a#annai:hover, .menubar li:hover a#annai,
.menubar li a#tel:hover, .menubar li:hover a#tel,
.menubar li a#toiawase:hover, .menu li:hover a#toiawase,
.menubar li a#faq:hover, .menubar li:hover a#faq,
/* .menubar li a#rep:hover, .menubar li:hover a#rep, */
/* .menubar li a#cart:hover, .menubar li:hover a#cart, */
.menubar li a#xmas:hover, .menubar li:hover a#xmas, 
.menubar li a#ind:hover, .menubar li:hover a#ind 
{background:transparent;}
.menubar li a#tokushou:hover, .menubar li:hover a#tokushou {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menubar ul, 
.menubar :hover ul ul, 
.menubar :hover ul :hover ul ul,
.menubar :hover ul :hover ul :hover ul ul,
.menubar :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menubar :hover ul.sub {left:0; top:25px; background: #ffffff
; padding:2px 0; border:1px solid #888; white-space:nowrap; width:103px; height:auto;}
.menubar :hover ul.sub li {display:block; height:18px; position:relative; float:left; width:100px;}
.menubar :hover ul.sub li a {display:block; font-size:9px; height:18px; width:97px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #000; border-width:0 0 0 3px;}
.menubar :hover ul.sub li a.fly {background:#fff url(image/arrow.gif) 90px 7px no-repeat;}
.menubar :hover ul.sub li a:hover {background:#cccccc; color:#333333;}
.menubar :hover ul.sub li a.fly:hover {background:#cccccc url(image/arrow_over.gif) 90px 7px no-repeat; color:#333333;}
.menubar :hover ul li:hover > a.fly {background:#cccccc url(image/arrow_over.gif) 90px 7px no-repeat; color:#333333;} 

/* set up the flyout levels when hovering */
.menubar :hover ul :hover ul,
.menubar :hover ul :hover ul :hover ul,
.menubar :hover ul :hover ul :hover ul :hover ul,
.menubar :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

/**********menu-bar end**********/


/***********button*************/

#button	{
	border-right: #fff 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 60%;
	margin-bottom: 0.5em;
	padding-bottom: 0.01em;
	margin-left: 8px; 
                margin-right: 7px;
	color: #333;
	padding-top: 1px;
	font-family: verdana, sans-serif;
                background-color: #FFFCFA;
	}
    
#button ul	{
	border-right: medium none;
	padding-right: 0px;
	border-top: medium none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: medium none;
	padding-top: 0px;
	border-bottom: medium none;
	list-style-type: none
	}
#button li	{
	margin: 0px;
	border-bottom: #fff 1px solid
	}
#button li a	{
	border-right: #353535 5px solid;
	padding-right: 3px;
	display: block;
	padding-left: 0.5em;
	padding-bottom: 3px;
	border-left: #000066 10px solid;
	width: 160px;
	color: #fff;
	padding-top: 2px;
	background-color: #2a2a2a;
	text-decoration: none
	}
html > body #button LI A	{
	width: auto
	}
#button li a:hover	{
	border-right: #747474 5px solid;
	border-left: #000099 10px solid;
	color: #fff;
	background-color: #555555
	}
div#button {float:left;clear:}

#reference-table
{
	font-size: 12px;
	background: #FFFCFA;
	margin: 0px 20px 10px 20px;
	width: 620px;
	border-collapse: collapse;
	text-align: left;
}

#reference-tablel
{
	font-size: 12px;
	background: #FFFCFA;
	margin: 0px 20px 10px 20px;
	width: 670px;
	border-collapse: collapse;
	text-align: left;
}

#reference-table th
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 10px 5px 5px 5px;
	border-bottom: 2px solid #0000ff;
}

#reference-tablel th
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 10px 8px;
	border-bottom: 2px solid #0000ff;
}

#reference-table td
{
	border-bottom: 1px solid #696969;
	color: #333333;
	padding: 6px 8px;
}

#reference-tablel td
{
	border-bottom: 1px solid #696969;
	color: #333333;
	padding: 6px 8px;
}

#reference-table tbody tr:hover td
{
	color: #666666;
}

#reference-tablel tbody tr:hover td
{
	color: #666666;
}

/* フッターインフォメーションガイド部分：start */

#footer-oline {
        clear: both;
        text-align: left;
}

.copyright h2 {
        font-size: 11px;
        font-family: font-family: helvetica,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
        font-weight: normal;
        padding: 8px 0px 0px 0px;
        float: center;
}

.copyright {
        width: auto;
        height: 34px;
        background-image: url(image/ex_back.gif);
        color: #F0FFF0;
}


.freeshipping {
        font-weight: bold;
	font-size: 13px;
	color: #FF0000;
}

.hsgi-info {
        background-color: #444444;
        border-style: solid;
        border-width: 1px;
        border-color: #3a3a3a;
	margin: 10px;
	padding: 5px 10px 0px 20px;
}

/* フッターショッピングガイド：ここまで */

#roadnav {
	font-size:7pt;
	line-height:16px;
	text-indent:5px;
	margin-bottom:15px;
	background-image:url(../images/tex/separator02.gif);
}

#roadnav a {
	color:#333333;
	text-decoration:underline;
}

#roadnav a:hover {
	color:#F38531;
	text-decoration:underline;
}

/* 店長の製品評価 */

.tencho {
         border-style:solid;
	 position: relative;
         margin: 8px 8px 8px 8px;
         padding:10px 10px 10px 10px;
	 background-color: #dde5f8;
         border-top-width:1px;
         border-top-color:#c0c0c0;
         border-right-width:1px;
         border-right-color:#c0c0c0;
	 border-bottom-width:1px;
         border-bottom-color:#c0c0c0;
	 border-left-width:1px;
         border-left-color:#c0c0c0;
}
     
h4 {
    border-left:solid 12px;
	border-bottom:solid 1px;
	border-left-color:#3f3fff;
	border-bottom-color:#3f3fff;
        width:95%;
}

.iken {margin-left:30px;
	line-height:1.5em;
	border-left:solid 4px;
	border-left-color:#6678b1;}

h4, p {padding:3px 3px 3px 10px;}

h3#midashi{
	padding:0 0 0 10px;
	border-left:#0000ff 10px solid;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
}

h3#midashi span{
	display:block;
	font-size: 12px;
	color:#333333;
}

h3#midashis{
	padding:0 0 0 10px;
	border-left:#FF0000 10px solid;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
}

h3#midashis span{
	display:block;
	font-size: 12px;
	color:#333333;
}

h5{
	padding:0 0 0 10px;
        margin: 0 0 0 15px;
	border-left:#7B68EE 7px solid;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}
h5 span{
	display:block;
	font-size: 11px;
	color:#333333;
}

h6{
	padding:0 0 0 10px;
        margin: 0 0 0 20px;
	border-left:#8A0808 5px solid;
	font-size: 12px;
	font-weight: bold;
	color:#848484;
}

h6 span{
	display:block;
	font-size: 11px;
	color:#848484;
}

#pagetd {
padding-top: 46px;
}

.top_page_body #pagetd {
padding-top: 0px;
}

.inquiry_page_body #pagetd {
padding-top: 0px;
}

.free_page_body #pagetd {
padding-top: 0px;
}

.shoppingcart_page_body #pagetd {
padding-top: 14px;

}

.categorylist_page_body #pagetd {
padding-top: 0px;
}

.result_page_body #pagetd {
padding-top: 0px;
}

.login_page_body #pagetd {
padding-top: 0px;
padding-left: 35px;
}

.mregistration_page_body #pagetd {
padding-top: 0px;
padding-left: 35px;
}

.whatnew_page_body #pagetd {
padding-top: 0px;
}

.my_page_body #pagetd {
padding-top: 0px;
padding-left: 35px;
}

.change_page_body #pagetd {
padding-top: 0px;
padding-left: 35px;
}

.mdelete_page_body #pagetd {
padding-top: 0px;
padding-left: 75px;
}

.historylist_page_body #pagetd {
padding-top: 0px;
padding-left: 75px;
}

.shippinglist_page_body #pagetd {
padding-top: 0px;
padding-left: 75px;
}

.pickuplist_page_body #pagetd {
padding-top: 0px;
}

.header_pos {
position: absolute;
top: 145px;
left:225px;
width: 764px;
height: 45px;
}

.top_page_body .header_pos {
display: none;
}

.inquiry_page_body .header_pos {
display: none;
}

.free_page_body .header_pos {
display: none;
}

.shoppingcart_page_body .header_pos {
display: none;
}

.categorylist_page_body .header_pos {
display: none;
}

.result_page_body .header_pos {
display: none;
}

.mregistration_page_body .header_pos {
display: none;
}

.login_page_body .header_pos {
display: none;
}

.whatnew_page_body .header_pos {
display: none;
}

.my_page_body .header_pos {
display: none;
}

.change_page_body .header_pos {
display: none;
}

.mdelete_page_body .header_pos {
display: none;
}

.historylist_page_body .header_pos {
display: none;
}

.shippinglist_page_body .header_pos {
display: none;
}

.pickuplist_page_body .header_pos {
display: none;
}

#copy {
position: relative;
}

.shoplogo {
width: 210px;
position: absolute;
top: 49px;
}


.header_info {
position: absolute;
top: 47px;
left: 625px;
background-image: url(imagetelfax2.gif);
}

////.shoppingcart_page_body #pagemain {
padding-top: 45px;
background-image: url(image/cart_message.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}
///
 
.result_page_body #pagemain {
padding-top: 40px;
background-image: url(image/categ_message.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

.mregistration_page_body #pagemain {
padding-top: 40px;
background-image: url(image/memberguide.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

.login_page_body #pagemain {
padding-top: 40px;
background-image: url(image/memberguide1.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

.my_page_body #pagemain {
padding-top: 55px;
background-image: url(image/mypage.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

.change_page_body #pagemain {
padding-top: 55px;
background-image: url(image/mypage.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

.mdelete_page_body #pagemain {
padding-top: 55px;
background-image: url(image/mypage.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

.historylist_page_body #pagemain {
padding-top: 55px;
background-image: url(image/mypage.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

.shippinglist_page_body #pagemain {
padding-top: 55px;
background-image: url(image/mypage.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}

/** .pickuplist_page_body #pagemain {
padding-top: 40px;
background-image: url(image/categ_message.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
}**/

#lefttd .side_box {
width: 200px;
}

.member .shopc_list .shopc_in input 
width: 200px;
} 


.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 75px;
}

#lefttd .icon {
text-align: center;
}

/* サブカテゴリ左スペース */

.category_list ul ul {
padding-left: 10px;
} 

.list_table_middle .style1_text .text-normal .text-11 {
text-decoration: line-through;
}

table.item2 {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
table.item2 td {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.item2 td.og {
	background: #c60;
}
table.item2 td.og2 {
	background: #111;
}

.detail_page_body .model_number {
display: block;
} 

.top_page_body .model_number {
display: none;
} 

.photo_line {
	width: auto;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

/********** 全体横幅調整************** */
/* 右用枠 200へ変更*/
.side_box1 {
	width: 260px;
	margin: 0px auto 10px 10px;
	padding: 0px;
}

/********** 全体横幅調整 end************** */

/* 両アイコン非表示 */
.icon {
display: none;
} 

/* ポイントアイコン非表示 */
.icon_point {
display: none;
} 

/* 会員制限アイコン非表示 */
.icon_member {
display: none;
} 

/* 選択写真ワク表示 */
.photo_on img {
border: 2px solid #0000CD;
}

/* ログイン文字非表示 */
.member .shopc_title {
background-image: url(image/cart_base1.gif);
}
.shopc_title h3 {
text-indent: -9999px;
}

/* ランキング文字非表示 */
.style3_top {
background-image: url(image/rankingback.gif);
}
.style3_top h3 {
text-indent: -9999px;
}

/* 検索窓アイコン表示 */

input.form {
background-image: url(image/icon_search.gif);
background-repeat: no-repeat;
padding-left: 16px;
} 

/* 検索ボックス */
.form {
width: 130px;
} 


/* THで改行させない------------------------ */

th { white-space:nowrap; }

/* 保証　注意　 ----------------------- */
DL#chuui {
	BORDER-BOTTOM: #5a88d3 1px solid; BORDER-LEFT: #5a88d3 1px solid; PADDING-BOTTOM: 10px; MARGIN: 0px 8px 8px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #5a88d3 1px solid; BORDER-RIGHT: #5a88d3 1px solid; PADDING-TOP: 0px
}
DL#chuui DT {
	TEXT-ALIGN: left; PADDING-BOTTOM: 4px; MARGIN: 0px 0px 5px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: #5a88d3; COLOR: #000; PADDING-TOP: 4px
}
DL#chuui DD {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 15px; BACKGROUND: url(http://www.hsgi-shop.jp/data/hsgear/image/arrow11.gif) no-repeat 0px 8px; 
}
DL#hoshou {
	BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; PADDING-BOTTOM: 10px; MARGIN: 0px 8px 8px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; PADDING-TOP: 0px
}
DL#hoshou DT {
	TEXT-ALIGN: left; PADDING-BOTTOM: 4px; MARGIN: 0px 0px 5px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: url() #666666; COLOR: #000000; PADDING-TOP: 4px
}
DL#hoshou DD {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.5em; PADDING-LEFT: 10px; PADDING-RIGHT: 20px; PADDING-TOP: 5px
}


/* =========================================================
特典　中ボックス
========================================================= */
#mainColumn #tokuten .innerBox .froatBox .boxRead {
	border: 1px solid #86C135;
	width: 340px;
	margin-right: auto;
	margin-left: 80px;
	background: #FFFFFF;
}

#mainColumn #tokuten .innerBox .froatBox .boxRead p {
	padding: 8px;
	font-weight: bold;	
	
}

/*　写真枠　影 */
.photo_line_80,
.photo_line_140,
.photo_line_250 {
-webkit-box-shadow : 2px 2px 4px 0px #666666;
-moz-box-shadow : 2px 2px 4px 0px #666666;
box-shadow: 2px 2px 4px 0px #666666;
} 

.photo_line_80:hover,
.photo_line_140:hover,
.photo_line_250:hover {
-webkit-box-shadow : 2px 2px 5px 0px #CCCCCC;
-moz-box-shadow : 2px 2px 5px 0px #CCCCCC;
box-shadow: 2px 2px 5px 0px #CCCCCC;
} 

.photo_line_80 img,
.photo_line_140 img,
.photo_line_250 img,
.photo_line_80,
.photo_line_140,
.photo_line_250 {
border-radius: 4px;
-webkit-border-top-radius: 4px;
-moz-border-radius: 4px;
}


/*　価格文字色 */
.categorylist_page_body .pricech,
.pickuplist_page_body .pricech {
font-size: 12px;
color: #CC0000;
}

.top_page_body .pricech {
font-size: 12px;
color: #CC0000;
} 

.detail_page_body #pricech {
font-size: 15px;
color: #CC0000;
}

/*　写真マウスオーバー　
.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);
}
*/


/***********pmenu-bar*************/

#pmenu-bar {
position: absolute;
top: 96px;
left: 10px;
}

#pmenu-bar {height:46px; position:absolute; z-index:90;}
#pmenu-bar .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.pmenubar, .pmenubar ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.pmenubar li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.pmenubar table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.pmenubar li.top a.top_link {display:block; float:left; height:46px;}
.pmenubar li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.pmenubar li.p1 {width:163px; background:url(image/pm_fm_0.gif) no-repeat;;}
.pmenubar li.p2 {width:163px; background:url(image/pm_fg_0.gif) no-repeat;;}
.pmenubar li.p3 {width:163px; background:url(image/pm_ss_0.gif) no-repeat;;}
.pmenubar li.p4 {width:163px; background:url(image/pm_ps_0.gif) no-repeat;;}
.pmenubar li.p5 {width:163px; background:url(image/pm_dc_0.gif) no-repeat;;}
.pmenubar li.p6 {width:165px; background:url(image/pm_wm_0.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.pmenubar li a#flash {width:163px; background:url(image/pm_fm_1.gif) no-repeat;}
.pmenubar li a#fatgecko {width:163px; background:url(image/pm_fg_1.gif) no-repeat;}
.pmenubar li a#sensor {width:163px; background:url(image/pm_ss_1.gif) no-repeat;}
.pmenubar li a#shade {width:163px; background:url(image/pm_ps_1.gif) no-repeat;}
.pmenubar li a#charger {width:163px; background:url(image/pm_dc_1.gif) no-repeat;}
.pmenubar li a#wingman {width:165px; background:url(image/pm_wm_1.gif) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.pmenubar a:hover {visibility:visible;} /* for IE6 */
.pmenubar li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.pmenubar li a#flash:hover, .pmenubar li:hover a#flash,
.pmenubar li a#fatgecko:hover, .pmenubar li:hover a#fatgecko,
.pmenubar li a#sensor:hover, .pmenubar li:hover a#sensor,
.pmenubar li a#shade:hover, .pmenubar li:hover a#shade,
.pmenubar li a#charger:hover, .pmenubar li:hover a#charger,
.pmenubar li a#wingman:hover, .pmenubar li:hover a#wingman{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.pmenubar ul, 
.pmenubar :hover ul ul, 
.pmenubar :hover ul :hover ul ul,
.pmenubar :hover ul :hover ul :hover ul ul,
.pmenubar :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.pmenubar :hover ul.sub {left:0; top:46px; background: #ffffff
; padding:2px 0; border:1px solid #888; white-space:nowrap; width:160px; height:auto;}
.pmenubar :hover ul.sub li {display:block; height:18px; position:relative; float:left; width:100px;}
.pmenubar :hover ul.sub li a {display:block; font-size:9px; height:18px; width:153px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #000; border-width:0 0 0 3px;}
.pmenubar :hover ul.sub li a.fly {background:#fff url(image/arrow.gif) 90px 7px no-repeat;}
.pmenubar :hover ul.sub li a:hover {background:#cccccc; color:#333333;}
.pmenubar :hover ul.sub li a.fly:hover {background:#cccccc url(image/arrow_over.gif) 90px 7px no-repeat; color:#333333;}
.pmenubar :hover ul li:hover > a.fly {background:#cccccc url(image/arrow_over.gif) 90px 7px no-repeat; color:#333333;} 

/* set up the flyout levels when hovering */
.pmenubar :hover ul :hover ul,
.pmenubar :hover ul :hover ul :hover ul,
.pmenubar :hover ul :hover ul :hover ul :hover ul,
.pmenubar :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}


/**********pmenu-bar end**********/
/***********imenu-bar*************/

#imenu-bar {
position: absolute;
top: 96px;
left: 10px;
}

#imenu-bar {height:46px; position:absolute; z-index:90;}
#imenu-bar .pad {float:left;}

/* Remove the padding, margins and bullets from the lists */
.imenubar, .imenubar ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.imenubar li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.imenubar table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.imenubar li.top a.top_link {display:block; float:left; height:46px;}
.imenubar li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.imenubar li.p1 {width:163px; background:url(image/im_cf_1.gif) no-repeat;;}
.imenubar li.p2 {width:163px; background:url(image/im_sd_1.gif) no-repeat;;}
.imenubar li.p3 {width:163px; background:url(image/im_ms_1.gif) no-repeat;;}
.imenubar li.p4 {width:163px; background:url(image/im_sa_1.gif) no-repeat;;}
.imenubar li.p5 {width:163px; background:url(image/im_at_1.gif) no-repeat;;}
.imenubar li.p6 {width:165px; background:url(image/im_us_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.imenubar li a#cf {width:163px; background:url(image/im_cf_0.gif) no-repeat;}
.imenubar li a#sd {width:163px; background:url(image/im_sd_0.gif) no-repeat;}
.imenubar li a#msd {width:163px; background:url(image/im_ms_0.gif) no-repeat;}
.imenubar li a#sata {width:163px; background:url(image/im_sa_0.gif) no-repeat;}
.imenubar li a#ata {width:163px; background:url(image/im_at_0.gif) no-repeat;}
.imenubar li a#usb {width:165px; background:url(image/im_us_0.gif) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.imenubar a:hover {visibility:visible;} /* for IE6 */
.imenubar li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.imenubar li a#cf:hover, .imenubar li:hover a#cf,
.imenubar li a#sd:hover, .imenubar li:hover a#sd,
.imenubar li a#msd:hover, .imenubar li:hover a#msd,
.imenubar li a#sata:hover, .imenubar li:hover a#sata,
.imenubar li a#ata:hover, .imenubar li:hover a#ata,
.imenubar li a#usb:hover, .imenubar li:hover a#usb{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.imenubar ul, 
.imenubar :hover ul ul, 
.imenubar :hover ul :hover ul ul,
.imenubar :hover ul :hover ul :hover ul ul,
.imenubar :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/**********imenu-bar end**********/
#page-top {
	position: fixed;
	bottom: 12px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 24px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.mregistration_page_body .page_table_top,
.mregistration_page_body .page_table_middle,
.mregistration_page_body .page_table_bottom {
display: none;
}

.zoom_page_body {
background-color: #ffffff;
}

.zoom_page_body A {
color: #000000;
}
/* 縦スクロールバーを常に表示 */

html {
   overflow-y:scroll;
}



/* QA集アイコン整列 */
img.QA { 
vertical-align: bottom;
margin-right: 10px;
 }

/* Facebookタイトル非表示 */
.fb_comment .ptitle{
background-image: url(image/facebook_title.gif);
}


a{
    color: #03c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    color: #39f;
}

p span { white-space: nowrap; }


/* 仕様　表 */

table#table-01 {
    margin: 14px 40px 10px 23px;
    width: 93%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #ebe6f7;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#table-01 td {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-02 {
    width: 100%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    background: #ebe6f7;
    border-spacing: 0;
}

table#table-02 td#td-01 {
    margin: 5px 0px 5px 5px;
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 1px 0px 1px 1px;

}
table#table-02 td#td-02 {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 1px 1px 1px 0px;
}

table#table-02 td#td-03 {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 1px 0px 1px 0px;
}

/* copyright */

table#copyright {
    margin: 0px 0px 0px 0px;
    width: 100%;
    background-color: #333;
    border-collapse: collapse;
    border-spacing: 0;
}

table#copyright td {
    margin: 0px;
    padding: 10px 20px 15px 20px;
    font-size: 10px;
    font-weight: normal;
    text-shadow: 1px -1px 0 rgba(0,0,0,1);
    color: #999;

}
/* フッターパネル */
table#panel {
    margin: 0px 0px 0px 0px;
    width: 100%;
     width:auto;
  border-spacing:0;
  border-collapse:separate;
  /border-collapse:collapse; /* ie6,7 */
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
  table-layout:fixed;
  word-break:break-all;
  word-wrap:break-word;
 background-image:url(image/backimage.png)
}

table#panel td {
    margin: 0px;
    padding: 5px 10px 5px 10px;
    text-shadow: 1px -1px 0 rgba(0,0,0,1);
}

table#panel td a {
    font-size: 12px;
    text-shadow: 1px -1px 0 rgba(0,0,0,1);
}

#box_3 {
clear: both;
width: 94%;
}
#box_3 #box1 {
float: left;
width: 350px;
background-color: #CCCCCC;
}
#box_3 #box2 {
float: left;
width: 330px;
background-color: #999999;
}
#box_3 #box3 {
float: right;
width: 260px;
background-color: #CCCCCC;
}
#box_3 br {
font-size: 1px;
line-height: 1px;
display: block;
margin: 0px;
padding: 1px;
clear: both;
height: 1px;
width: 1px;
}


/**#ochanoko {
     display:none;
 }**/

img {
    border-style:none;
}

.melgd {
        width: 260px;
        background-image: url(image/merumaga_back.gif);
        background-repeat: no-repeat; 
        color: #666666;
}

.melgs {
        width: 200px;
        background-image: url(image/outlet_back.gif);
        background-repeat: no-repeat; 
        color: #666666;
}


.strt {
	display: inline-block;
	_display: inline;
        margin-left: 40px;
	font-size: 10px;

}
.strt2 {
	display: inline-block;
	_display: inline;
        margin-left: 10px;
	font-size: 11px;


}
.strt3 {
	display: inline-block;
	_display: inline;
        margin-left: 10px;
	font-size: 12px;
        color: #fff;
        font-weight: normal;
        padding: 10px;
        text-shadow: 1px -1px 0 rgba(0,0,0,1);
}

#delinfo {
position: absolute;
top: 147px;
left: 270px;
}

/* ヘッダーガイド */
#hguide {
position: absolute;
top: 47px;
left: 420px;
/*display: none;*/
}

#hguide .login {
	float: right;
	width: 400px;
	padding: 0px;
        border: 1px solid #87cefa;
}
#hguide .login .login_inner {
	background-color: #FFF;
	padding: 0px;
}
#hguide .login .login_content {
        background: #f0f8ff;
	padding: 2px 4px 1px 4px;
}
#hguide .login a {
	display: block;
}
#hguide .login .first_visitor {
	float: left;
	width: 123px;
	margin-right: 5px;
	padding-right: 5px;
}
#hguide .login .first_visitor span {
	font-size: 96%;
	color: #333;
}
#hguide .login .first_visitor a {
	font-size: 96%;
	text-align: center;
	color: #333;
	display: block;
	background-image: url(image/yback.png);
	height: 21px;
        border: 0px solid #ccc;
}
#hguide .login .first_visitor a:hover {
	background-image: url(image/pback.png);
	height: 21px;
        border: 0px solid #ccc;
}
#hguide .login .first_visitor a em {
	display: block;
	padding-top: 4px;

}
#hguide .login .member {
	float: left;
	width: 123px;
	margin-right: 5px;
	padding-right: 5px;
}
#hguide .login .member span {
	font-size: 96%;
	color: #333;
}
#hguide .login .member a {
	font-size:96%;
	text-align: center;
	color: #333;

	display: block;
	background-image: url(image/xback.png);
        border: 0px solid #ccc;
	height: 21px;
}
#hguide .login .member a:hover {
	background-image: url(image/qback.png);
        border: 0px solid #ccc;
	height: 21px;
}
#hguide .login .member a em {
	display: block;
	padding-top: 4px;
}
#hguide .login .cart {
	float: left;
	width: 100px;
	height: 34px;
	border: 0px solid #bbb;
        	
}

#hguide .login .cart a {
	text-align: center;
	color: #444;
	font-size:95%;
	display: block;
        background-image: url(image/iback.png);
        background-repeat:no-repeat;
        border: 0px solid #ccc;
	height: 34px;
}
#hguide .login .cart a:hover{
  background-image:url(image/0back.png);
  background-repeat:no-repeat;
  border: 0px solid #ccc;
  height: 34px;
}

#hguide .login .cart a em {
	display: block;
	padding-top: 2px;
}


.left-box-1{
      float : left ;
      width : 170px ;
      height : 170px ;
      border : 0px solid #000 ;
      }
.left-box-2{
      float : left ;
      width : 88px ;
      height : 180px ;
      background-color: #ebe6f7;
      border : 1px solid #ccc ;
      }
.center-box-1{
      float : left ;
      width : 490px ;
      height : 235px ;
      border : 0px solid #000 ;
      }


#lbmenu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#lbmenu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#lbmenu li a{
display: block; 
border: 1px solid #ccc;
background-color: #ffffff;
padding: 3px 5px;
text-decoration: none;
color: #333;
width: 72px; 
margin: 2px 2px;
text-align: left;
font-size: 11px;
}
#lbmenu li a:hover{
border: 1px solid #8593A9;
background-color: #9EB7DD;
}


.left-box-3{
      float : left ;
      width : 720px ;
      height : 37px ;
      background-color: #ebe6f7;
      border : 1px solid #ccc ;
      }

#lbmenuc ul{ 
margin: 3px; 
padding: 0; 
list-style: none; 
}
#lbmenuc li{ 
float: left;
display: inline; 
padding: 0; 
margin: 0; 
}
#lbmenuc li a{
display: block; 
border: 1px solid #ccc;
background-color: #ffffff;
padding: 5px 5px;
text-decoration: none;
color: #333;
width: 126px; 
margin: 2px 2px;
text-align: center;
font-size: 11px;
font-weight: bold;
}
#lbmenuc li a:hover{
border: 1px solid #A9B8D0;
background-color: #B9D5FE;
}

.clr-block{
      clear : both ;
      padding : 10px ;
      }

.moq {
 background: url(image/MOQ.gif) no-repeat left center;
 padding-left: 90px;
 margin: 0px 0px 10px 0px;
 font-size: 11px;
 height: 20px;
}

/* 住所入力欄　法人情報項目強調 */
#company_name_block .company_note,
#department_name_block .company_note {
background-color: #808080;
color: #FFFFFF;
display: block;
padding: 2px;
font-size: 11px;
border-radius: 5px;
}

.subnavi .subicon01,
.subnavi .sec_linel,
.subnavi .search_label,
.subnavi .form,
.subnavi .searchinput {
display: none;
}


#container .swipe_list .list_item_photo,
#container .swipe_list .item_data {
padding: 0px;
border: 0px;
}

.swipe_list .pointer_box {
margin-bottom: 0px;

}

.layout_photo .list_item_photo {
border: 0px;
padding: 0px;
}

/*************************************************************/

/* 上部カートの中身 */

/*************************************************************/

#carttop {
    float: right;
    margin-left: 5px;
}

/* カートの中身ボタン */
.shopping_cart_button {
    position: relative;
    width: 130px;
}

/* 自由記入欄サイドカラム用 */
#leftcol .cartcontentsarea,
.reverse_cartcontent .cartcontentsarea {
    margin-right: 0;
    padding: 0 20px 20px 0;
    right: -210px;
    left: auto;
}

/* 自由記入欄メインカラム用 */
.center_cartcontent .cartcontentsarea {
    margin-right: 0;
    padding: 0 20px 20px 20px;
    left: -115px;
}

/* カート中身背景 */
.cartbtn {
    background-image: url(img/cart_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #428DFF;
    border-radius: 5px;
    position: relative;
}

.cartbtn:hover,
.cartbtn.hover {
    background-image: url(img/cart_bg_o.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #0066FF;
}

.has_cart_popup .cartbtn:hover,
.has_cart_popup .cartbtn.hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/* カート中身アイコン */
.cartbtn A {
    display: block;
    width: 87px;
    height: 25px;
    padding: 6px 0px 0px 43px;
    background-image: url(img/icon_cart.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 12px;
    line-height: normal;
    color: #FFFFFF;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .cartbtn A {
        background-image: url(img/icon_cart_x2.png);
        background-size: 30px 30px;
    }
    /*-----------------------------------------------------------*/
}

.cartmiddle #carttop A {
    height: 27px;
    padding-top: 8px;
}

.header_hidden #carttop A {
    margin-top: 10px;
}

/* カートの中身数量 */
.cartquantity {
    width: 30px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 8px;
    color: #FFFFCC;
}

/* 数量99以上の場合 */
.quantityover {
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 10px;
}

/* カートの中身 */
.cartcontentsarea {
    width: 320px;
    margin-right: -20px;
    padding: 0px 0px 20px 20px;
    position: absolute;
    top: 30px;
    left: -210px;
}

.cartcontents {
    padding: 10px;
    background-color: #FFFFFF;
    border-top: 5px solid #0066FF;
    box-shadow:5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

.cartcontents li {
    padding: 5px;
    border-bottom: 1px solid #E0DFE3;
}

/* サムネイル写真 */
.cartcontents .global_photo {
    width: 40px;
    float: left;
}

/* 商品説明 */
.cartcontents .text_data {
    width: 230px;
    padding: 0px 10px;
    float: left;
}

/* カートは空です */
.cartcontents li.cart_empty {
    padding: 5px;
    border-bottom: none;
}

.cartcontents .cart_empty .text_data {
    width: auto;
    padding: 0px;
    float: none;
    font-size: 93%;
    text-align: center;
}

/* 商品名、説明文字 */
.cartcontents .item_data A,
.cartcontents .item_data p {
    font-size: 77%;
    line-height: normal;
}

/* 合計金額 */
.cartcontents .shoppingcart_pricetotal p {
    padding: 5px;
    margin: 0px;
    text-align: right;
}

/* ボタン配置 */
.cartcontents .global_btn {
    border-top: 1px solid #E0DFE3;
    padding: 5px;
    text-align: center;
}


/*************************************************************/

/*************************************************************/

/* ログイン・新規登録 */

/*************************************************************/

/* 枠 */
#header_bottom .signin_box {
    width: 780px;
    padding-top: 7px;
    padding-right: 10px;
    float: right;
    text-align: right;
}

/* 各文字区切り */
.signin li {
    display: inline;
    padding: 0px 5px;
    font-size: 85%;
}

.signin .member_name,
.signin .member_group,
.signin .signout_top,
.signin .mypage_top,
.signin .member_point,
.signin .point {
    display: inline;
    padding: 0px 5px;
    font-size: 85%;
}

/* 各リンク文字 */
.signin li A,
.signin span A {
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left top;
}

/* ログインボタン */
#header_bottom .signin .signin_top {
    padding-right: 10px;
    border-right: 1px solid #999999;
}

/* ログインボタン背景画像 */
.signin_top A {
    background-image: url(img/icon_signin.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .signin_top A {
        background-image: url(img/icon_signin_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* 新規登録ボタン背景画像 */
.register_top A {
    background-image: url(img/icon_regist.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .register_top A {
        background-image: url(img/icon_regist_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/*--------------------------------------*/
/* ログアウト・マイページ */

.activemember .member_group,
.activemember .point {
    padding-right: 0px;
}

/* ユーザー名 */
.member_name {
    font-weight: bold;
}

#header_bottom .member_name {
    border-right: 1px solid #E0DFE3;
}

/* ログアウト */
#header_bottom .signout_top {
    padding-right: 10px;
    border-right: 1px solid #999999;
}

/* ログアウトボタン背景画像 */
.signout_top A {
    background-image: url(img/icon_signout.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .signout_top A {
        background-image: url(img/icon_signout_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* 会員グループ */
.member_group {
    font-weight: normal;
}

/* マイページ */
#header_bottom .mypage_top {
    padding-left: 10px;
    display: inline-block;
}

/* マイページボタン背景画像 */
.mypage_top A {
    background-image: url(img/icon_mypage.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .mypage_top A {
        background-image: url(img/icon_mypage_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}

/* 保有ポイント */
#header_bottom .member_point {
    border-left: 1px solid #E0DFE3;
    display: inline-block;
}

/* ポイント数 */
.signin .point {
    font-weight: bold;
    color: #CC0000;
    padding: 0px;
}


/*-----------------------------------------------------------*/
/* 左右エリア */

/* ログイン枠 */
.side_signin .signin {
    border: 1px solid #E0DFE3;
}

.side_signin .signin_box {
    width: auto;
    padding: 10px;
}

/* li、spanブロック表示 */
.side_signin li {
    display: block;
    font-size: 95%;
    padding: 0px;
}

.side_signin .member_name,
.side_signin .member_group,
.side_signin .signout_top,
.side_signin .mypage_top,
.side_signin .member_point,
.side_signin .point {
    display: block;
    font-size: 95%;
    padding: 0px;
}

/* ポイントインライン表示 */
.side_signin .signin .point {
    display: inline;
}

/* 各ボタン */
.side_signin .signin li A,
.side_signin .signin .mypage_top A {
    display: block;
    padding: 8px 0px 8px 22px;
    background-position: 3px center;
}

.side_signin .signin li A:hover,
.side_signin .signin .mypage_top A:hover {
    background-color: #F5F5F5;
}

/* ログインボタン */
.side_signin .signin_top A {
    border-bottom: 1px solid #E0DFE3;
}

/* ユーザー名 */
.side_signin .member_name {
    border: 1px solid #E0DFE3;
    background-color: #F9F9F9;
    padding: 10px 10px 5px;
}

/* 会員グループ */
.side_signin .member_group {
    font-weight: normal;
    font-size: 85%;
}

/* ログアウトボタン */
.side_signin .signin .signout_top {
    width: auto;
    border-top: 1px solid #E0DFE3;
    padding: 3px;
    margin-top: 5px;
    text-align: right;
}

.side_signin .signin .signout_top A {
    font-size: 85%;
}

/* ログインボタン */
.side_signin .mypage_top A {
    margin-top: 8px;
}

/* 保有ポイント */
.side_signin .member_point {
    background-color: #FFFFEE;
    border: 1px solid #E0DFE3;
    padding: 5px;
    font-size: 85%;
    margin-top: 1px;
}

.signin_box .member_point .point {
    display: inline-block;
}


/*************************************************************/
/***画像回り込み**/
#msizeimg {
float:left;
margin-right:20px;
}

img.rsizeimg {
float:right;
}

.migi {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}