/* CSS Document */
/********************************************************************/
/* 大外 */
#container {position:relative;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
background-image: url(image/img/finfo.gif);
	background-repeat: no-repeat;
background-position: 740px 15px;
}
/********************************************************************/
/* ヘッダー */
#header {
	
}

/* ヘッダー下ライン */
#bline {
}

/********************************************************************/
/* キャッチコピー */
#copy {position:absolute; top: 80px; left: 0px;
    padding-top: 4px;
}

/* リンク色 */
#copy A:link {
    color: #666666;
    font-size: 10px;

}

#copy A:active {
    color: #666666;
    font-size: 10px;
}

#copy A:visited {
    color: #666666;
	font-size: 10px;
}

#copy A:hover {
    color: #999999;
	font-size: 10px;
} 

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	width: 287px;
	margin-top: 25px;
	float: left;
	height: 63px;
	padding-bottom: 70px;
	background-image: url(image/img/alice_logo.gif);
	background-repeat: no-repeat;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	width: 340px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	float: left;
}

.shoptext A:link {
    color: #FFFFFF;
}

.shoptext A:active {
    color: #FFFFFF;
}

.shoptext A:visited {
    color: #FFFFFF;
}

.shoptext A:hover {
    color: #FFFFFF;
}

/********************************************************************/
/* サブナビゲーション */
.subnavi {
	width: 440px;
	float: right;
	height: 37px;
	margin-bottom: 30px;
	margin-top: 70px;
}
* html .subnavi {
	width: 440px !important;
}
.subnavi A:link {
	color: #945373;
	text-decoration: none;
	font-weight: normal;
}

.subnavi A:active {
	color: #945373;
	text-decoration: none;
	font-weight: normal;
}

.subnavi A:visited {
	color: #945373;
	text-decoration: none;
	font-weight: normal;
}

.subnavi A:hover {
	color: #945373;
	text-decoration: underline;
	font-weight: normal;
}

/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	height: 15px;
	background-image: url(image/yazirushi-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	font-size: 14px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(image/yazirushi-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 10px;
	font-size: 14px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	background-image: url(image/yazirushi-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-top: 5px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(img/icon_winclose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 176px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 14px;
       
}

/* 中央用枠160 */
.center_box {
	width: 520px;
	margin: 0px 0px 10px;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: 176px;
	height: 30px;
	background-image: url(image/img/sm11t.gif);
	text-indent: -9999px;
	margin-bottom: 5px;
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	background-color: #f8f7f3;
	color: #945373;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	color: #424242;
	text-decoration: none;
	font-weight: normal;
}

.mcategory A:active {
	color: #945373;
	text-decoration: none;
	font-weight: normal;
}

.mcategory A:visited {
	color: #424242;
	text-decoration: none;
	font-weight: normal;
}

.mcategory A:hover {
	color: #945373;
	text-decoration: underline;
	font-weight: normal;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: 176px;
	height: 30px;
	background-image: url(image/img/sm11t2.gif);
	text-indent: -9999px;
	margin-bottom: 5px;
}

/* 内容 */
.pickup_category_list {
	width: auto;
	background-color: #f8f7f3;
	color: #945373;
	padding-top: 15px;
	padding-bottom: 5px;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.pickup_category_list A:link {
	color: #424242;
	text-decoration: none;
	font-weight: normal;
}

.pickup_category_list A:active {
	color: #945373;
	text-decoration: none;
	font-weight: normal;
}

.pickup_category_list A:visited {
	color: #424242;
	text-decoration: none;
	font-weight: normal;
}

.pickup_category_list A:hover {
	color: #945373;
	text-decoration: underline;
	font-weight: normal;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {display:none !important;
	width: auto;
	margin: 0px;
	padding: 0px;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.navi A:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.navi A:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.navi A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.navi A:hover {
	color: #945373;
	text-decoration: none;
	font-weight: normal;
}

/* ショップ通信 */
.shop {
	background-image: url(image/side_title_bg.jpg);
	height: 24px;
	margin-top: 3px;
	padding-left: 25px;
	width: 151px;
	padding-top: 8px;
}

/* 店長日記 */
.diary {
	width: auto;
	height: 26px;
	margin: 0px 0px 5px;
	padding: 9px 0px 0px 22px;
	background-image: url(image/category2.gif);
}

/* リンク集 */
.link {
	width: auto;
	height: 26px;
	margin: 0px 0px 5px;
	padding: 9px 0px 0px 22px;
	background-image: url(image/category2.gif);
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 26px;
	margin: 0px 0px 5px;
	padding: 9px 0px 0px 22px;
	background-image: url(image/category2.gif);
}

/* フリー */
.free_menu {
	background-image: url(image/side_title_bg.jpg);
	height: 24px;
	margin-top: 3px;
	padding-left: 25px;
	width: 151px;
	padding-top: 8px;
}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 26px;
	margin: 0px 0px 5px;
	padding: 9px 0px 0px 22px;
	background-image: url(img/menu_bg02.gif);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 26px;
	margin: 0px 0px 5px;
	padding: 9px 0px 0px 22px;
	background-image: url(img/menu_bg02.gif);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 26px;
	margin: 0px 0px 5px;
	padding: 9px 0px 0px 22px;
	background-image: url(img/menu_bg02.gif);
}

/* オークションリンク文字サイズ */
.yahoo A:link {
	font-size: 10px;
}

.yahoo A:active {
	font-size: 10px;
}

.yahoo A:visited {
	font-size: 10px;
}

.yahoo A:hover {
	font-size: 10px;
}

.rakuten A:link {
	font-size: 10px;
}

.rakuten A:active {
	font-size: 10px;
}

.rakuten A:visited {
	font-size: 10px;
}

.rakuten A:hover {
	font-size: 10px;
}

.bidders A:link {
	font-size: 10px;
}

.bidders A:active {
	font-size: 10px;
}

.bidders A:visited {
	font-size: 10px;
}

.bidders A:hover {
	font-size: 10px;
}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {text-align: center;
	width: 176px;
	height: 30px;
	background-image: url(image/img/sm12t.gif);
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	background-color: #f5f4f0;
	color: #945373;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.shopc_list .price {
    background-image: none;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	height: 18px;
	padding-left: 27px;
	background-image: url(image/d/cart.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 18px;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* レジに行く */
.shopc_go {
	width: 140px;
	text-align: center;
	height: 40px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 700px;
	height: 130;
	margin: 0px;
	padding: 0px;
}

/* 左td */
#lefttd {
	width: 176px;
        padding-left: 25px;
}

/* 中央td */
#centertd {
	width: 520px;
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
        padding-right: 25px;
}

/* 右td */
#righttd {
	width: 176px;
	padding-bottom: 15px;
}

/* 内部ページtd */
#pagetd {
	width: 730px;
}

/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.photo_line_140 {
	width: 140px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.photo_line_250 {
	width: 250px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.photo_line {
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
	width: auto;
	background-image: url(img/text_bg.gif);
    border: none;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
	font-size: 12px;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
	width: auto;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	color: #523416;
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 10px;
}

/* 大枠中 タグ */
.welcome_middle_h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/* 大枠中 タグ */
.welcome_middle_h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.welcome_middle_h4 {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.welcome_middle_p {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	margin: 0px;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
        text-indent: -9999px;
	width: 520px;
	height: 35px;
	margin-top: 20px;
	padding-left: 0px;
	background-image: url(image/img/p18.gif);
        background-repeat: no-repeat;
}

/* 大枠中 */
.whatnew_middle {
	padding-top: 5px;
}

.whatnew_middle li {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}

.whatnew_middle li a {
    margin-left: 5px;
}

/* 大枠下 */
.whatnew_bottom {
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	width: auto;
	height: 27px;
	background-image: url(img/top_title_bg01.gif);
	margin: 0px 0px 5px;
	padding: 8px 0px 0px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.style1_middle {
	width: 480px;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 9px;
}

/* 大枠下 */
.style1_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style1_copy {
	width: auto;
	margin: 0px;
	font-size: 12px;
	color: #660000;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: 458px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style1_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style1_text {
	width: auto;
	background-image: url(img/text_bg.gif);
	margin: 0px;
	padding: 5px;
	font-size: 14px;
}

/* 商品名 */
.item_name { line-height: 2em;
    
    padding: 10px 5px;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8e5f0+0,f9e8f1+43,f9f4f7+100 */
background: #f8e5f0; /* Old browsers */
background: -moz-linear-gradient(top,  #f8e5f0 0%, #f9e8f1 43%, #f9f4f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f8e5f0 0%,#f9e8f1 43%,#f9f4f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f8e5f0 0%,#f9e8f1 43%,#f9f4f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e5f0', endColorstr='#f9f4f7',GradientType=0 ); /* IE6-9 */

}

/* 価格 */
.price {
	font-size: 16px;
	color: #4A3219;
	background-image: url(img/secline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka?等幅";
}

/* 価格大 */
.priceb {padding-top: 10px;
	font-size: 16px;
	color: #4A3219;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka?等幅";
}

/* 在庫ありなし */
.stock {
    color: #333333;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 27px;
	background-image: url(img/top_title_bg01.gif);
	margin: 0px 0px 5px;
	padding: 8px 0px 0px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.style2_middle {
	width: 480px;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 9px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/top_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: 458px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: auto;
	background-image: url(img/text_bg.gif);
	margin: 0px;
	padding: 5px;
	font-size: 14px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: 458px;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
    width: 114px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	background-image: url(img/text_bg.gif);
	margin: 0px 1px 0px 1px;
	padding: 4px;
	font-size: 10px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 12px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: 80px;
	margin: 5px 12px 0px;
	padding: 0px;
	font-size: 10px;
}

/* 1位テキスト */
.rank1 {
	font-size: 14px;
	width: auto;
	color: #493118;
	font-family: "ＭＳ ゴシック", "Osaka?等幅";
	font-weight: bold;
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 14px;
	color: #493118;
	font-family: "ＭＳ ゴシック", "Osaka?等幅";
	font-weight: bold;
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	width: 176px;
	height: 30px;
	background-image: url(image/img/sr01.gif);
	margin-bottom: 0px;
	text-indent: -9999px;
}

/* 大枠中 */
.style3_middle {
	width: 160px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #fcf9ef;
	padding-bottom: 15px;
	font-size: 12px;
        border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
* html .style3_middle{padding-right: 0px;
	padding-left: 7px;}
.style3_middle img{padding-left: 2px;
border-style:none;
}
/* 大枠下 */
.style3_bottom {
	width: auto;
	margin: 0px;
}

/* コピー */
.style3_copy {
	width: auto;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

/* テーブル */
.style3_table {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin-top: 5px;
	padding: 5px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 18px;
}

/* 説明 */
.style3_text {
	width: auto;
	background-image: url(img/text_bg.gif);
	margin: 5px 0px 0px;
	padding: 5px;
	font-size: 14px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 25px;
	margin: 0px 0px 5px;
	padding: 10px 0px 0px 20px;
	background-image: url(img/menu_bg01.gif);
}

/* 大枠中 */
.melmaga_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	margin: 0px;
}

/* 内容 */
.mdata {
	font-size: 10px;
	line-height: 140%;
	margin: 0px 5px 0px 5px;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	width: 176px;
	height: 30px;
	background-image:url(image/img/sm13.gif);
        background-repeat:no-repeat; 
	
	line-height: 31px;
	font-weight: bold;
	
	text-align: center;
}
.tdiary_top h3{color: #666666 !important; font-size: 14px !important;}
/* 大枠中 */
.tdiary_middle {
	background-color: #fbfaf7;
	font-size: 12px;
	padding: 8px;
        border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.tdiary_middle_p {
	color: #000000;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 0px;
}
.tdiary_middle_ma5 {
	margin-top: 5px;
	text-align: center;
}

.tdiary_middle A:link {
	color: #a18f57;
	font-weight: bold;
	text-decoration: none;
}

.tdiary_middle A:active {
	color: #945373;
	font-weight: bold;
	text-decoration: none;
}

.tdiary_middle A:visited {
	color: #a18f57;
	font-weight: bold;
	text-decoration: none;
}

.tdiary_middle A:hover {
	color: #945373;
	font-weight: bold;
	text-decoration: underline;
}

/* 大枠中 フォントカラー */
.tdiary_middle_black {
	color: #000000;
}

.tdiary_middle_red {
	color: #cc0202;
}

.tdiary_middle_bloun {
	color: #945373;
	font-weight: bold;
}


/* 大枠下 */
.tdiary_bottom {
	width: auto;
	margin: 0px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
}

/* プロフィール */
.tdata {font-weight: bold;
	width: 120px;
	float: left;
	font-size: 12px;
	margin-left: 0px;
}

/* プロフィールタイトル */
.ttitle {font-weight: bold;
	color: #a18f57;
	font-size: 12px;
}

.ttitle_p {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

/* 大枠中 フォントカラー */
.ttitle_black {
	color: #000000;
}

.ttitle_red {
	color: #cc0000;
}

.ttitle_bloun {
	color: #660000;
}

/* コメント */
.tcom {
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 670px;
	margin: 0px;
	padding: 0px 15px 15px;
}

/* 第二階層パンクズ */
#pan {
	padding: 10px;
    width: auto;
	color: #999999;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {border: 1px solid #DAD6D6;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	line-height: 41px;
	font-weight: bold;
	color: #7D4B66;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8e5f0+0,f9e8f1+43,f9f4f7+100 */
background: #f8e5f0; /* Old browsers */
background: -moz-linear-gradient(top,  #f8e5f0 0%, #f9e8f1 43%, #f9f4f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f8e5f0 0%,#f9e8f1 43%,#f9f4f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f8e5f0 0%,#f9e8f1 43%,#f9f4f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e5f0', endColorstr='#f9f4f7',GradientType=0 ); /* IE6-9 */

/*	background-image: url(image/more_title_bg.jpg); */
	padding-top: 20px;
    padding-bottom: 20px;
	width: 700px;
	padding-left: 30px;
}

/* 第二階層中 */
.pmiddle {
	width: 770px;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 15px 4px 10px;
}

/* 第二階層下 */
.pbottom {
	width: 660px;
	margin: 0px;
	padding: 5px 5px 0px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box2 {
	margin: 0px;
	padding: 5px;
	color: #7c0606;
}

.item_bot_box {
/*	background-image: url(img/text_bg.gif);*/
	margin: 5px 0px 0px;
	padding: 10px 10px;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 245px;
	height: auto;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #333333;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 330px;
	padding: 5px 0px 0px 15px;
	font-size: 14px;
}

/* 商品数 */
.list_count {
	width: 700px;
	border-top: 1px solid #996666;
	margin: 0px 10px 5px;
	padding: 5px 0px 0px 5px;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	margin: 10px 10px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.list_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	padding: 0px 10px;
	margin: 0px 10px 0px 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	padding: 0px;
	margin: 0px 10px 10px 10px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: 700px;
	height: 41px;
	background-image: url(image/more_title_bg.jpg);
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 41px;
}

/* 詳細説明 */
.detail_sub_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 618px;
	margin: 0px;
	padding: 5px 0px 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

/* 他の写真サブセル */
.sub_item {
	width: 220px;
	background-color: #FBFAF7;
	border: none;
	margin: 0px 5px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 200px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 20px 5px 20px;
	padding: 0px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle?pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	border: 1px solid #DAD6D6;
	width: 690px;
	padding-top: 10px;padding-bottom: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

margin-bottom: 20px;
	padding-left: 30px;
	line-height: 41px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px 0px 20px;
	padding: 5px 10px 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
    border: 1px solid #DAD6D6;
	width: 690px;
	padding-top: 10px;padding-bottom: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

margin-bottom: 20px;
	padding-left: 30px;
	line-height: 41px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px 0px 20px;
	padding: 5px 10px 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	margin: 0px 20px 0px 20px;
	padding: 5px;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 25px;
	background-image: url(img/page_title_bg02.gif);
	margin: 10px 20px 5px;
	padding: 10px 5px 0px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin: 0px 20px 0px 20px;
	padding: 5px 10px 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	margin: 0px 20px 0px 20px;
	padding: 5px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 27px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 5px;
	padding: 8px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 27px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 5px;
	padding: 8px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 670x ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 670px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 670px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #FBFAF7;
    border: none;
	margin: 5px 5px 0px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

.point_box2 {
	width: auto;
	margin: 0px 5px 8px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	
    border: none;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: 150px;
	background-color: #FFFFFF;
    border: 1px dashed #996666;
	margin: 5px 40px 0px 40px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* エラーテキスト */
.error_text {
    color: #990000;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	margin: 0px 0px 2px 5px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
    border-bottom: 1px dashed #996666;
}

/* カートステップテーブル */
.cart_step_table {
	width: 720px;
	margin-left: 0px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
	background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_2 {
	width: auto;
	background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_3 {
	width: auto;
	background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_4 {
	width: auto;
	background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
}

.cart_step_1_check {
	width: auto;
    background-color: #FC6220;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_2_check {
	width: auto;
    background-color: #FC6220;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_3_check {
	width: auto;
    background-color: #FC6220;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_4_check {
	width: auto;
    background-color: #FC6220;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 670px;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */

.td_color1 {
    background-color: #3B9DCC;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #fff;
}

.td_color2 {
    background-color:#FBFAF7;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
}

.td_color3 {
    background-color:#B8DCFD;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #000;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	font-size: 14px;
	line-height: 41px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image/more_title_bg.jpg);
	height: 41px;
	width: 700px;
	padding-left: 30px;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px dashed #996666;
	margin: 0px 20px 15px 20px;
	padding: 5px 10px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: 598px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	padding: 0px;
	margin: 10px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
}

/* td右 */
.td_link_shop2 {
    width: auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px;
}

/* 大枠 */
.link_shop {
	background-color: #FFFFFF;
	border: 1px dashed #996666;
    margin: 10px 5px 10px 5px;
	padding: 10px 10px 0px 10px;
}

/* テーブル */
.link_shop_table {
	width: 628px;
	margin: 0px;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 25px;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 5px 0px 0px 25px;
	font-size: 14px;
	font-weight: bold;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

/********************************************************************/
/* フッター */
#footer{
	background-color: #945373;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#footer a, #footer a:link, #footer a:visited{
    color: #FFFFFF;
    text-decoration: none;
}


/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 0px 5px 0px;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
}

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	margin: 10px 20px 0px 20px;
	padding: 5px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px dashed #996666;
	margin: 0px 20px 0px 20px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	margin: 0px 20px 10px 20px;
	padding: 5px;
}

/* テーブル小 */
.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:#7C0606;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#452C12;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 A:link {
    color: #FFFFCC;
}

.bbs_td_color2 A:active {
    color: #FFFFCC;
}

.bbs_td_color2 A:visited {
    color: #FFFFCC;
}

.bbs_td_color2 A:hover {
    color: #FFFFFF;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#452C12;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-image: url(img/text_bg.gif);
	margin: 5px 5px 15px 5px;
	padding: 10px;
}

/* ページ送り */
.sec_line_top {
	width: 680px;
	text-align: right;
	margin: 10px 20px 0px;
	padding: 5px;
	border-top: 1px solid #996666;
	border-bottom: 1px solid #996666;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {box-shadow: none !important;
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(img/bot_bg.gif);
	color: #FFFFFF;
}

/********************************************************************/
/* HTMLタグ要素 */
body {
	font-family: "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin: 0px;
	border-top:6px solid #99332f;
	
}

A:link {
	text-decoration: underline;
	font-size: 13px;
	color: #424242;
}

A:active {
	text-decoration: underline;
	font-size: 13px;
	color: #945373;
}

A:visited {
	text-decoration: underline;
	font-size: 13px;
	color: #424242;
}

A:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #945373;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 3px 0px 25px;
}

.font_color_black {
	color: #000000;
}

.font_color_red {
	color: #cc0000;
}

.font_color_bloun {
	color: #660000;
}

.top_sitehead_container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 100%; /* 左右に余白を入れる場合は、ここを編集 */
padding: 0px 0px 0px 0px;
}

.top_sitehead_header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
}

h1.top_sitehead_header{
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 11px;
}

h2.top_sitehead_header{
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 11px;
}

p.top_sitehead_header{
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 11px;
}

.head_container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 100%; /* 左右に余白を入れる場合は、ここを編集 */
background-color: #ffffff; /* このサイトでは黒を背景に白のコンテンツ枠 */
}

.head_header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
}

h1.head_header{
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 12px;
}

h2.head_header{
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 12px;
}

p.head_header{
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 12px;
}

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list li {
	padding-bottom: 5px;
	list-style-image: url(image/img/cicon.gif);
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
	padding-bottom: 5px;
	list-style-image: url(image/img/cicon.gif);
	
}

li {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 140%;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/********************************************************************/
/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}

/********************************************************************/
/* フォント */

/* ボールド */
.text-bold {
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-weight: bold;
	font-size: 14px;
}

/* パンクズ現ページ */
.thispage {
    color: #333333;
    font-weight:bold;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 14px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
	font-weight: bold;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #FFFFCC;
}

h2 A:link,
h2 A:active,
h2 A:visited,
h2 A:hover {
font-size: 14px;
}

h2 img {
display: none;
}





#ochanoko img {
display: none;
}

#pan {
display: none;
padding: 10px;
width: auto;
color: #999999;
}

/* 共通設定 */
.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/b/add_cart001.gif);
float: left;
margin-right: 10px;
} 

/* お問い合わせボタン */
.detail_item_text .bot_b .inquiryinput {
width: 120px;
height: 40px;
background-image: url(image/b/inquiry001.gif);
float: left;
} 

/* 区切り線非表示の場合 */
.detail_item_text .sec_linel {
display: none;
} 


/* ボタン画像設定 */

/* 共通設定 */
.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 .detailinput {
width: 110px;
height: 25px;
background-image: url(image/b/detail001.gif);
float: left;
margin-right: 10px;
} 

/* お問い合わせボタン */
.list_item_table .bot_b .inquiryinput {
width: 110px;
height: 25px;
background-image: url(image/b/inquirys001.gif);
float: left;
} 

/* 区切り線非表示の場合 */
.list_item_table .sec_linel,
.list_item_table .sec_liner {
display: none;
} 




/* ボタン画像設定 */

/* 共通設定 */
.member .bot_b input,
.mobile .bot_b input,
.subnavi .bot_b input,
.melmaga_middle .bot_b input,
.shopc_go .bot_b form,
.shopc_in .changeinput,
.shopc_in .deleteinput {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
} 


/* ログイン */
.member .logininput {
width: 100px;
height: 25px;
padding: 0px 15px;
background-image: url(image/50-top-login.gif);
}

/* ログアウト */
.member .logoutinput {
width: 100px;
height: 25px;
background-image: url(image/50-top-logout.gif);
}

/* レジに進む */
.shopc_go .registerinput {
width: 100px;
height: 25px;
background-image: url(image/50-top-lezi.gif);
}

/* 検索 */
.subnavi .searchinput {margin-left: 5px;
width: 50px;
height: 25px;
background-image: url(image/50-top-ken.gif);
}

.subnavi .bot_b input {
display: inline;
}

/* 送信 */
.mobile .sendinput {
width: 50px;
height: 25px;
background-image: url(image/50-top-sou.gif);
}

/* 登録 */
.melmaga_middle .entryinput {
width: 50px;
height: 25px;
background-image: url(image/50-top-tou.gif);
}

/* 解除 */
.melmaga_middle .deleteinput {
width: 50px;
height: 25px;
background-image: url(image/50-top-kai.gif);
}



/****** オリジナルCSS ******/

.top_ma10 {
	margin-top: 10px;
}
.top_ma10 p{
	font-size: 12px;
	margin: 0px 5px;
        
}
.top_ma11 {
	margin-top: 10px;margin-left: 3px;
}
.top_ma12 {
	margin-top: 2px;
}
.top_ma12 p{
	font-size: 11px;
	margin: 0px 5px;
        line-height: 1.5em;
}
.top_ma20 {
	margin-top: 10px;
}
.top_r_txt01 {
	font-weight: bold;
	color: #cd1714;
	margin-top: 0px;
font-size: 12px;
}
.top_r_txt01 p{
	margin: 0px 5px;
}
.top_r_txt02 {
	font-weight: bold;
	color: #cd1714;
	margin-top: 0px;
        font-size: 12px;
}
.top_r_txt02 p{
	margin: 0px 5px;
}
.top_r_txt03 {
	font-weight: bold;
	color: #cd1714;
	margin-top: 0px;
	font-size: 12px;
}
.top_r_txt03 p{
	margin: 0px 5px;
}
#top_l_best01 {
	width: 150px;height: 425px;
	background-image: url(image/img/p19a.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
       
}
#top_l_best02 {
	width: 150px;height: 425px;
	background-image: url(image/img/p19b.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
       
}
#top_l_best03 {
	width: 150px;height: 425px;
	background-image: url(image/img/p19c.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
       
}
.top_l_bg {height: 415px;
	width: 150px;
	background-image: url(image/img/p20b.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer_menu {text-align: center;
	width: 874px;
	padding: 0px;
	height: 33px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.footer_menu ul {
	width: 950px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.footer_menu li {color: #FFF;margin: 30px 0 0 0;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#copyright {
	font-size: 12px;
	clear: both;
	color: #FFFFFF;
	margin-bottom: 80px;
        text-align: left;
        padding-left: 50px;
}



/*********************** more.css ***********************/

.arice_more_title_bar {
	font-size: 14px;
	line-height: 41px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image/more_title_bg.jpg);
	height: 41px;
	width: 700px;
	padding-left: 30px;
}
#arice_more_beige_box {
	padding: 15px;
}
#arice_more_box630 {
	width: 630px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 17px;
}
#arice_more_violet_box {
	width: 527px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	background-color: #FFFFCC;
	border: 4px solid #945373;
	padding-left: 95px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}
.arice_more_ma5 {
	margin-top: 5px;
}
.arice_more_ma10 {
	margin-top: 10px;
}
.arice_more_ma20 {
	margin-top: 20px;
}
.arice_more_txt01 {
	margin-top: 20px;
	font-weight: bold;
}
.arice_more_txt02 {
	font-size: 16px;
	margin-top: 10px;
}
.arice_more_txt03 {
	font-weight: bold;
	color: #993366;
	margin-top: 20px;
}
#arice_more_txt04 {
	font-weight: bold;
	color: #5F5979;
}
#arice_more_txt05 {
	font-weight: bold;
	color: #529362;
}
#arice_more_txt06 {
	font-weight: bold;
	color: #945373;
	font-size: 20px;
	margin-top: 10px;
}



.ptitle_img {
	font-size: 14px;
	line-height: 41px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image/more_title_bg.jpg);
	height: 200px;
	width: 400px;
	padding-left: 30px;
}

/*
-------------------------------------
CSS file Arice Garden
FileName:gutech/2011/5/1
-------------------------------------
*/

#pagew{width: 730px;
	padding-left: 25px;
}

.bh{
	background-image: url(image/images/bh.gif);
        width: 730px;
	background-repeat: no-repeat;
	height: 145px;
	padding-top: 55px;
	padding-left: 20px;
	margin-top: 20px;
}
.bh img{
	margin-right: 2px;
}
.info{
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7F4060;
	border-right-color: #7F4060;
	border-left-color: #7F4060;
	border-right-width: thin;
	border-left-width: thin;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
} 
.t{
	color: #7F4060;
	background-color: #F7EBEC;
	width: 120px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #7F4060;
}
.info td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7F4060;
	padding-left: 10px;
}
.us{
	text-align: center;
}
.s{
	background-color: #F7EBEC;
	border: thin dotted #835353;
	width: 730px;
	margin-top: 10px;
}
.s_gazou{
	padding-left: 18px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 5px;
}
.s_title{
	padding-left: 15px;
	padding-top: 10px;
	line-height: 2em;
	background-image: url(image/images//title_u.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 7px;
}
.s_tx{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 20px;
}
.title_style{
	font-size: 16px;
	font-weight: bold;
	color: #7F4060;
	text-decoration: underline;
}

.sk{
	width: 730px;
}
.sk_tx{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 20px;
}
.sk_tx2{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 5px;
}
.sk_gazou{
	padding-left: 18px;
	vertical-align: top;
	padding-right: 5px;
}

*+html .s_tx{
        padding-top: 10px;
	padding-bottom: 15px;
}
* html .s_tx{
        padding-top: 10px;
	padding-bottom: 15px;
}
/*
-------------------------------------
CSS file Arice Garden
FileName:gutech/2012/6/1
-------------------------------------
*/

.side_box1{width: 166px;
        padding: 5px;
	background-color: #f5f4f0;
        font-size: 14px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.side_box1 li{list-style: none;}
.side_box1 ul {
	list-style-position: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.side_box1 a {overflow: hidden;}
.s1w a{
        text-decoration: none;
display: block;
height: 50px;
width: 166px;
text-indent: -9999px;
        background-image:url(image/img/smw1.gif);
        background-repeat:no-repeat; 
}
.s1w a:hover{
        background-image:url(image/img/smw1.gif);
        background-repeat:no-repeat;
        background-position: 0px -50px;
}
.s1 a{
        text-decoration: none;
	display: block;
	height: 50px;
	width: 166px;
	text-indent: -9999px;
        background-image:url(image/img/sm01.gif);
        background-repeat:no-repeat; 
}
.s1 a:hover{
        background-image:url(image/img/sm01.gif);
        background-repeat:no-repeat;
        background-position: 0px -50px;
}

.s2 a{
        text-decoration: none;
	display: block;
	height: 70px;
	width: 166px;
	text-indent: -9999px;
        background-image:url(image/img/sm02.gif);
        background-repeat:no-repeat; 
}
.s2 a:hover{
        background-image:url(image/img/sm02.gif);
        background-repeat:no-repeat;
        background-position: 0px -70px;
}

.s3 a{
        text-decoration: none;
	display: block;
	height: 70px;
	width: 166px;
	text-indent: -9999px;
        background-image:url(image/img/sm03.gif);
        background-repeat:no-repeat; 
}
.s3 a:hover{
        background-image:url(image/img/sm03.gif);
        background-repeat:no-repeat;
        background-position: 0px -70px;
}
.s4 a{
        text-decoration: none;
	display: block;
	height: 70px;
	width: 166px;
	text-indent: -9999px;
        background-image:url(image/img/sm04.gif);
        background-repeat:no-repeat; 
}
.s4 a:hover{
        background-image:url(image/img/sm04.gif);
        background-repeat:no-repeat;
        background-position: 0px -70px;
}

.global_list ul,
.global_list li {
list-style: none;
margin: 0px;
padding: 0px;
}
#header_menu {background-image:url(image/img/hbb.jpg);
background-position:0px 51px;
background-repeat: repeat-x;
position: relative;
margin: 5px 0px 0px 0px;
padding-top:15px;
padding-bottom:7px;
float:left;
top: 0px;
height: 35px;
z-index: 2;
width: 984px;
}

*+html #header_menu {
z-index: 2;
}

* html #header_menu {
z-index: 5;
}



#header_menu li A span{
text-indent: -9999px;
visibility: hidden;
font-size: 2px;
}

#header_menu li {
float: left;
}

.m1 a{
        text-decoration: none;
	display: block;
	height: 35px;
	width: 165px;
	text-indent: -9999px;
        background-image:url(image/img/m1.gif);
        background-repeat:no-repeat; 
}
.m1 a:hover{
        background-image:url(image/img/m1.gif);
        background-repeat:no-repeat;
        background-position: 0px -35px;
}

.m2 a{
        text-decoration: none;
	display: block;
	height: 35px;
	width: 164px;
	text-indent: -9999px;
        background-image:url(image/img/m2.gif);
        background-repeat:no-repeat; 
}
.m2 a:hover{
        background-image:url(image/img/m2.gif);
        background-repeat:no-repeat;
        background-position: 0px -35px;
}

.m3 a{
        text-decoration: none;
	display: block;
	height: 35px;
	width: 164px;
	text-indent: -9999px;
        background-image:url(image/img/m3.gif);
        background-repeat:no-repeat; 
}
.m3 a:hover{
        background-image:url(image/img/m3.gif);
        background-repeat:no-repeat;
        background-position: 0px -35px;
}
.m4 a{
        text-decoration: none;
	display: block;
	height: 35px;
	width: 163px;
	text-indent: -9999px;
        background-image:url(image/img/m4.gif);
        background-repeat:no-repeat; 
}
.m4 a:hover{
        background-image:url(image/img/m4.gif);
        background-repeat:no-repeat;
        background-position: 0px -35px;
}
.m5 a{
        text-decoration: none;
	display: block;
	height: 35px;
	width: 164px;
	text-indent: -9999px;
        background-image:url(image/img/m5.gif);
        background-repeat:no-repeat; 
}
.m5 a:hover{
        background-image:url(image/img/m5.gif);
        background-repeat:no-repeat;
        background-position: 0px -35px;
}
.m6 a{
        text-decoration: none;
	display: block;
	height: 35px;
	width: 164px;
	text-indent: -9999px;
        background-image:url(image/img/m6.gif);
        background-repeat:no-repeat; 
}
.m6 a:hover{
        background-image:url(image/img/m6.gif);
        background-repeat:no-repeat;
        background-position: 0px -35px;
}

.side_box3{width: 166px;
         padding: 5px 0;
	
        font-size: 14px;
        padding-bottom: 0px;
}
.side_box3 ul {
	list-style-position: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.side_box3 a {overflow: hidden;}
.side_box3 img{
         padding-bottom: 5px;

}
.side_box3 li{list-style: none;}
.sm1 a{
        text-decoration: none;
	display: block;
	height: 50px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm01.gif);
        background-repeat:no-repeat; 
}
.sm1 a:hover{
        background-image:url(image/img/sm01.gif);
        background-repeat:no-repeat;
        background-position: 0px -50px;
}

.sm2 a{
        text-decoration: none;
	display: block;
	height: 50px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm02.gif);
        background-repeat:no-repeat; 
}
.sm2 a:hover{
        background-image:url(image/img/sm02.gif);
        background-repeat:no-repeat;
        background-position: 0px -50px;
}

.sm3 a{
        text-decoration: none;
	display: block;
	height: 50px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm03.gif);
        background-repeat:no-repeat; 
}
.sm3 a:hover{
        background-image:url(image/img/sm03.gif);
        background-repeat:no-repeat;
        background-position: 0px -50px;
}
.sm4 a{
        text-decoration: none;
	display: block;
	height: 50px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm04.gif);
        background-repeat:no-repeat; 
}
.sm4 a:hover{
        background-image:url(image/img/sm04.gif);
        background-repeat:no-repeat;
        background-position: 0px -50px;
}
.sm5 a{
        text-decoration: none;
	display: block;
	height: 75px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm05.gif);
        background-repeat:no-repeat; 
}
.sm5 a:hover{
        background-image:url(image/img/sm05.gif);
        background-repeat:no-repeat;
        background-position: 0px -75px;
}
.sm6 a{
        text-decoration: none;
	display: block;
	height: 75px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm06.gif);
        background-repeat:no-repeat; 
}
.sm6 a:hover{
        background-image:url(image/img/sm06.gif);
        background-repeat:no-repeat;
        background-position: 0px -75px;
}

.sm7 a{
        text-decoration: none;
	display: block;
	height: 75px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm07.gif);
        background-repeat:no-repeat; 
}
.sm7 a:hover{
        background-image:url(image/img/sm07.gif);
        background-repeat:no-repeat;
        background-position: 0px -75px;
}
.sm8 a{
        text-decoration: none;
	display: block;
	height: 75px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm08.gif);
        background-repeat:no-repeat; 
}
.sm8 a:hover{
        background-image:url(image/img/sm08.gif);
        background-repeat:no-repeat;
        background-position: 0px -75px;
}
.sm9 a{
        text-decoration: none;
	display: block;
	height: 75px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm09.gif);
        background-repeat:no-repeat; 
}
.sm9 a:hover{
        background-image:url(image/img/sm09.gif);
        background-repeat:no-repeat;
        background-position: 0px -75px;
}
.sm10 a{
        text-decoration: none;
	display: block;
	height: 75px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm10.gif);
        background-repeat:no-repeat; 
}
.sm10 a:hover{
        background-image:url(image/img/sm10.gif);
        background-repeat:no-repeat;
        background-position: 0px -75px;
}

.sm20 a{
        text-decoration: none;
	display: block;
	height: 75px;
	width: 176px;
	text-indent: -9999px;
        background-image:url(image/img/sm20.gif);
        background-repeat:no-repeat; 
}
.sm20 a:hover{
        background-image:url(image/img/sm20.gif);
        background-repeat:no-repeat;
        background-position: 0px -75px;
}

.maint{background-image:url(image/img/t1r.jpg);
        background-repeat:no-repeat;
position:relative;
height: 307px;
width: 520px;
margin-top:-13px;
}
.maint{ /margin-top:0px !important;}
.maint p{
height: 150px;
width: 320px;
padding: 90px 0px 0px 25px;}
.mainb{height: 45px;
	width: 480px;
position:absolute;
top: 242px;
left: 20px;
}
.mainb a{ text-decoration: none;
	display: block;
        text-indent: -9999px;
        height: 45px;
	width: 480px;background-image:url(image/img/t1b2.gif);
        background-repeat:no-repeat;
}
.mainb a:hover{
background-image:url(image/img/t1b2.gif);
background-repeat:no-repeat;
 background-position: 0px -45px;
}
.p1{background-image: url(image/img/p1.gif);
	background-repeat: no-repeat;
height: 154px;
width: 255px;
}
.p2{background-image: url(image/img/p2.gif);
	background-repeat: no-repeat;
height: 154px;
width: 255px;
}
.p3{background-image: url(image/img/p3.gif);
	background-repeat: no-repeat;
height: 154px;
width: 255px;
}
.p4{background-image: url(image/img/p4.gif);
	background-repeat: no-repeat;
height: 154px;
width: 255px;
}
.p1 p, .p2 p, .p3 p, .p4 p{height:130px;
width: 120px; margin: 0px 0px 0px 130px; font-size: 11px;}

.bold{font-weight: bold !important;}
.p1 a{display: block; width: 100%; height:154px;}
.p1 a{padding-top: 75px;text-decoration: none;}
.p2 a{display: block; width: 100%; height:154px;}
.p2 a{padding-top: 75px;text-decoration: none;}
.p3 a{display: block; width: 100%; height:154px;}
.p3 a{padding-top: 75px;text-decoration: none;}
.p4 a{display: block; width: 100%; height:154px;}
.p4 a{padding-top: 75px;text-decoration: none;}
 .tin td{ padding-bottom: 10px;}
.ere{margin-top: 15px; }
.con{width: 730px;margin: 0 30px; }
.con2{width: 730px;margin: 0 30px; }
.conw{margin: 0 20px; }
.conw2{margin: 20px 20px; }
.conw3{margin: 20px 10px; }
.pdf{text-align: right;
background-image: url(image/img/f2.gif);
background-repeat: no-repeat;
height: 119px;
width: 690px;
}
.pdf1{float:left;padding-top: 8px;height: 44px;width: 675px;}
.pdf2{clear:left;padding-top: 12px;height: 44px;width: 675px;}
*:first-child+html .pdf2{clear:left;padding-top: 15px;padding-right: 14px;height: 44px;width: 675px;}
.cinfo{
background-image: url(image/img/cinfo.gif);
background-repeat: no-repeat;
height: 120px;
width: 560px;
position:relative;
margin: 30px 70px; 
}

.cinfob{
position:absolute;
top: 63px;
left: 42px;
}

.cinfob a{
        text-decoration: none;
	display: block;
	height: 35px;
	width: 206px;
	text-indent: -9999px;
        background-image:url(image/img/cinfob.gif);
        background-repeat:no-repeat; 
}
.cinfob a:hover{
        background-image:url(image/img/cinfob.gif);
        background-repeat:no-repeat;
        background-position: 0px -35px;
}

.pdfb{margin: 30px 0 30px 160px; }

.table_01	{
width:560px;margin:0px 0px 10px 90px;padding:0px;
border-collapse:collapse;
}
.table_01 th	{
width:25%;padding:8px 2px 2px 8px;
text-align:center;vertical-align:top;color:#fff;
background-color:#b06388;
border:1px solid #d9d9d9;
}
.table_01 td	{
padding:8px 2px 2px 8px;
background-color:#fff;
border:1px solid #d9d9d9;
}


.table_02	{ 
width:700px;margin:10px 10px 10px 10px;padding:0px;
border-collapse:separate;
border-spacing:10px;
}
.table_02 th {
padding:0px 0px 0px 0px;
color:#339966;
border:none;
}
.table_02 td {
padding:0px 0px 0px 0px;
border:none;

}

.rt p{padding:0px 0px 0px 10px;font-size: 12px !important;}
.iinfo{
background-color:#f9f5e7 !important;
padding-top:10px !important;
padding-bottom:8px !important;
padding-left:10px !important;

}
.inw{background-color:#fbfaf7;width:730px;}
.iinfo a{float:right;background-image:url(image/img/inicon.gif);
        background-repeat:no-repeat; padding-left:13px; padding-right:13px;background-position: left center;}
*:first-child+html .iinfo a{float:right;background-image:url(image/img/inicon.gif);
        background-repeat:no-repeat; padding-left:13px; padding-right:12px;background-position: left center;margin-top:-18px;}

.back{float:right;text-align: right;width:700px;}

.info2{position:relative;background-image:url(image/img/info2.gif);
        background-repeat:no-repeat;
height: 230px;
width: 730px;
margin: 20px 0px
}

.imga{
position:absolute;
top: 46px;
left: 202px;
}

.imgb{
position:absolute;
top: 134px;
left: 30px;
}

.imgc{
position:absolute;
top: 134px;
left: 375px;
}
.infotx1{margin-left:250px;padding-top:20px;}
.infotx1 span{color: #fe0f0f !important;}
.infotx2{margin-left:165px;padding-top:55px;}
.infotx3{margin-left:260px;padding-top:10px;}

.info3{position:relative;height: 141px;
width: 700px;
border-top:1px solid #d9d9d9;
border-bottom:1px solid #d9d9d9;
}

.info3a{position:absolute;
top: 44px;
left: 10px;}
.info3b{position:absolute;
top: 44px;
left: 365px;}
.info3t1{margin-left:170px;padding-top:5px;}
*:first-child+html .info3t1{margin-left:170px;padding-top:15px;}
.info3t2{margin-left:255px;padding-top:45px;}
*:first-child+html .info3t2{margin-left:255px;padding-top:55px;}
.info3t2 a {background-image:url(image/img/inicon.gif);
        background-repeat:no-repeat; padding-left:13px; padding-right:13px;background-position: left center;}
.bold{color: #99332f;
    font-size: 18px !important;font-weight: bold;}
.shou{font-size: 12px !important;color: #666666;}
.red{color: #BD110A !important;}
.itlist{margin: 0 5px;
padding-bottom:20px;
width: 688px;
        border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-width: thin;
	border-left-width: thin;
}
.ev{padding: 0 10px;}
.itlist1{float:left;width: 340px;clear:both; white-space: nowrap;}
.itlist2{}
.itlist1 a, .itlist2 a{font-size: 11px !important;}
.itlistg{margin: 0 5px;
padding-bottom:20px;
width: 688px;
}
a img {
    border-style:none;
}
.topc{width: 984px;
position:absolute;
top: -75px;
left: 0px;
font-size: 10px !important;
line-height: 1em;}

/********************************************************************/
/* 20121019お客様の声　追加 */
#bb{
	border-top-style: none;
}
.inw2{
	background-color:#fbfaf7;
	width:730px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-left: 20px;
}
.table_04	{
	width:560px;
	padding:0px;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 100px;
}
.table_04 th	{
	width:120px;
	padding:8px 2px 2px 8px;
	text-align:center;
	vertical-align:top;
	color:#fff;
	background-color:#b06388;
	border:1px solid #d9d9d9;
}
.table_04 td	{
    padding:8px 2px 2px 8px;
    background-color:#fff;
    border:1px solid #d9d9d9;
}
.cinfo2{
	background-image: url(image/img/cinfo.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 560px;
	position:relative;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: left;
	margin-left: 100px;
}

.cinfo2b{
    position:absolute;
    top: 63px;
    left: 42px;
}

.cinfo2b a{
    text-decoration: none;
	display: block;
	height: 35px;
	width: 206px;
	text-indent: -9999px;
    background-image:url(image/img/cinfob.gif);
    background-repeat:no-repeat; 
}
.cinfo2b a:hover{
    background-image:url(image/img/cinfob.gif);
    background-repeat:no-repeat;
    background-position: 0px -35px;
}

.new{
	color: #CC0000;
	padding-left: 10px;
}
.conw4{
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.conw5{
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-right: 0px;
	padding-left: 20px;
	width: 730px;
	clear: none;
}
.conw4 ul li{
	padding-bottom: 10px;
}
.ev2{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.conw5 h4{
	background-color: #C6DDE3;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 17px;
	font-size: 16px;
	color: #2C1E0F;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9F3935;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #9F3935;
}
.conw5 p{
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.7em;
}
.arice_more_txt07 {
	font-weight: bold;
	color: #993366;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 18px;
}
.left{
	float: left;
	width: 320px;
}
.right{
	width: 320px;
	float: right;
	padding-right: 10px;
}

.side_box11{
        padding-bottom: 0px;
        margin-bottom: 10px;
       padding-left: 1px;
}
}
.side_box11 a {overflow: hidden;}

/********************************************************************/
/* 20130509　追加 */



/* CSS Document */
a{outline:none;overflow: hidden;}
.red2{
	font-weight: bold;
	color: #BB1517;
}
.red3{
	font-weight: bold;
	color: #973565;
	font-size: 15px;
}
.red4{
	font-weight: bold;
	color: #973565;
	font-size: 13px;
}
.bold2{font-weight: bold;font-size: 15px;}
.conre{
	width: 730px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.conrein{
	width: 710px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
}
.conre p{
	padding: 10px;
	float: left;
	
	font-size: 14px;
	line-height: 1.7em;
}
.bb01{
	width: 216px;
	margin-left: 10px;
	float: left;
}
.bb02{
	width: 216px;
	margin-left: 10px;
	float: left;
}
.bb03{
	width: 216px;
	margin-left: 10px;
	float: left;
}
.bb01 a{margin-top: 10px;
        text-decoration: none;
	display: block;
	height: 45px;
	width: 216px;
	text-indent: -9999px;
        background-image:url(image/img2/bb01.gif);
        background-repeat:no-repeat; 
}
.bb01 a:hover{
        background-image:url(image/img2/bb01.gif);
        background-repeat:no-repeat;
        background-position: 0px -45px;
}

.bb02 a{margin-top: 10px;
        text-decoration: none;
	display: block;
	height: 45px;
	width: 216px;
	text-indent: -9999px;
        background-image:url(image/img2/bb02.gif);
        background-repeat:no-repeat; 
}
.bb02 a:hover{
        background-image:url(image/img2/bb02.gif);
        background-repeat:no-repeat;
        background-position: 0px -45px;
}

.bb03 a{margin-top: 10px;
        text-decoration: none;
	display: block;
	height: 45px;
	width: 216px;
	text-indent: -9999px;
        background-image:url(image/img2/bb03.gif);
        background-repeat:no-repeat; 
}
.bb03 a:hover{
        background-image:url(image/img2/bb03.gif);
        background-repeat:no-repeat;
        background-position: 0px -45px;
}

.in01 a{
        text-decoration: none;
	display: block;
	height: 55px;
	width: 285px;
	text-indent: -9999px;
        background-image:url(image/img2/info2bb01.gif);
        background-repeat:no-repeat; 
}
.in01 a:hover{
        background-image:url(image/img2/info2bb01.gif);
        background-repeat:no-repeat;
        background-position: 0px -55px;
}

.in02 a{
        text-decoration: none;
	display: block;
	height: 55px;
	width: 285px;
	text-indent: -9999px;
        background-image:url(image/img2/info2bb02.gif);
        background-repeat:no-repeat; 
}
.in02 a:hover{
        background-image:url(image/img2/info2bb02.gif);
        background-repeat:no-repeat;
        background-position: 0px -55px;
}
.in03 a{
        text-decoration: none;
	display: block;
	height: 55px;
	width: 285px;
	text-indent: -9999px;
        background-image:url(image/img2/info5bb.gif);
        background-repeat:no-repeat; 
}
.in03 a:hover{
        background-image:url(image/img2/info5bb.gif);
        background-repeat:no-repeat;
        background-position: 0px -55px;
}


.info1b{
	width: 710px;
	height: 156px;
	float:left;
	background-image:url(image/img2/info2b.gif);
	background-repeat:no-repeat;
	margin-top: 35px;
		}
.info1 a{	}
.info2b{
	width: 710px;
	height: 156px;
	float:left;
	background-image:url(image/img2/info5b.gif);
	background-repeat:no-repeat;
	margin-top: 35px;
		}
.in01{
	width: 285px;
	float: left;
	margin-top: 86px;
	margin-left: 60px;
}
.in02{
	width: 285px;
	float: right;
	margin-top: 86px;
	margin-right: 60px;
}
.in03{
	width: 285px;
	float: left;
	margin-top: 76px;
	margin-left: 40px;
}
* html .in01{
	width: 285px !important;
	float: left !important;
	margin-top: 86px !important;
	margin-left: 30px !important;
}
* html .in02{
	width: 285px !important;
	float: right !important;
	margin-top: 86px !important;
	margin-right: 30px !important;
}
* html .in03{
	width: 285px !important;
	float: left !important;
	margin-top: 76px !important;
	margin-left: 20px !important;
}
.info52{
	margin-top: 35px;
	height: 190px;
	width: 710px;
	clear: left;
	float: left;
}
.infotitle{
	width: 670px;
	height: 28px;
	background-image: url(image/img2/tbb.gif);
	background-repeat: no-repeat;
	color: #993365;
	font-size: 16px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 12px;
	margin-top: 30px;
	float: left;
}

.gazou{
	text-align: left;
	vertical-align: top;
	width: 170px;
	padding-right: 20px;
}
.itemtitle{
	background-image:url(image/img2/tsb.gif);
	background-repeat:no-repeat;
	height: 41px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #973565;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	width: 460px;
}
.price2{
	text-align: right;
	vertical-align: middle;
	font-size: 15px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #818181;
	width: 480px;
}
.ss{
	font-size: 24px;
	color: #C3302E;
	font-weight: bold;
}
.pp2{
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
}
.osw{float:left;
	padding: 10px;
	background-color: #F9F5E8;
	margin-top: 20px;
	width: 650px;
}
.os2{
	background-image:url(image/img2/os2b.gif);
	background-repeat:no-repeat;
	height: 220px;
	width: 320px;
	background-position: 10px 0px;
	padding-left: 10px;
}
.os2 p{
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 280px;
	font-size: 13px;
	line-height: 1.1em;
	height: 120px;
	overflow: hidden;
}
.arice_more2{
	background-image:url(image/img2/infoicon2.gif);
	background-repeat:no-repeat;
	text-decoration: underline;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
}
.arice_more2 a{
	font-size: 12px !important;
}

.iw{
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 18px;
	border: 1px solid #D9D9D9;
	float: left;
	margin-bottom: 20px;
}
.iw table{float:left;}
.black{color: #000 !important;}

.rt2{border: 1px solid #D9D9D9;}
#finw{font-size: 14px;}
#fint{
	font-size: 14px;
	color: #973469;
	background-color: #F3F0E7;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.arice_more_txt01{
	padding-bottom: 5px;
	background-image: url(image/img2/infoicon1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6B6B6;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.arice_free_ma10{margin: 0px 10px;}
.flink{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(image/img2/infoicon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.flink a{
	padding-left: 20px;
	font-size: 12px;	
}
#finfow{
	width: 710px;
	float: left;
	margin-top: 60px;
	padding-right: 10px;
	padding-left: 30px;
padding-bottom: 100px;
	clear: left;
}

/* hojin */
.htxt{width: 400px !important;}
.himg {
	clear: right;
	height: 170px;
	width: 260px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.himgimg{clear: left;}
.conre2{
	width: 730px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.conrein2{
	width: 710px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
}
.conre2 p{
	width: 690px;
	padding: 10px;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
}
.conre2 p img{
	
	padding: 10px 0;
	
}

.af{
	float:left;
	width: 200px;
	clear: left;
	padding-left: 30px;
	background-image: url(image/img2/infoicon2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.st{font-size: 12px !important;width: 400px !important;}

/* sitemap */
.conrein3{
	width: 740px;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left:0px;
}
.conre3 p{
	width: 690px;
	padding: 10px;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
}
.conre2
.sitemap{
	margin-top: 30px;
}
.sitemap a{font-size: 14px;
	float:left;
	clear: left;
	padding-left: 40px;
	background-image: url(image/img2/infoicon2.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-bottom: 10px;
	}
.sitemap td{background-color: #fafaf9;border: 1px solid #D9D9D9;}

/* qa*/

.qam{
	background-color: #fafaf9;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	clear: left;
}

.qam ul{margin-left: 0px !important;padding-left:0px !important;}

.qam ul li{list-style-type:none;}

.ql22{float:left !important; clear: left;width:335px !important; padding-bottom:10px !important;}
.qr22{width: 335px;float:right;clear: right;padding-bottom: 10px;}
.af2{
	padding-left: 30px;
	background-image: url(image/img2/infoicon2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	clear: left;
}
.qtitle{
	background-image: url(image/img2/q.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 660px;
	height: 28px;
	color: #993365;
	font-size: 16px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 12px;
	margin-top: 30px;
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #818181;
}

.q01 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q1.gif);
        background-repeat:no-repeat; 
}
.q01 a:hover{
        background-image:url(image/img2/q1.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q02 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q2.gif);
        background-repeat:no-repeat; 
}
.q02 a:hover{
        background-image:url(image/img2/q2.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q03 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q3.gif);
        background-repeat:no-repeat; 
}
.q03 a:hover{
        background-image:url(image/img2/q3.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q04 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q4.gif);
        background-repeat:no-repeat; 
}
.q04 a:hover{
        background-image:url(image/img2/q4.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q05 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q5.gif);
        background-repeat:no-repeat; 
}
.q05 a:hover{
        background-image:url(image/img2/q5.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q06 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q6.gif);
        background-repeat:no-repeat; 
}
.q06 a:hover{
        background-image:url(image/img2/q6.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q07 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q7.gif);
        background-repeat:no-repeat; 
}
.q07 a:hover{
        background-image:url(image/img2/q7.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q08 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q8.gif);
        background-repeat:no-repeat; 
}
.q08 a:hover{
        background-image:url(image/img2/q8.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}

.q09 a{margin-bottom: 0px;
        text-decoration: none;
	display: block;
	height: 30px;
	width: 335px;
	text-indent: -9999px;
        background-image:url(image/img2/q9.gif);
        background-repeat:no-repeat; 
}
.q09 a:hover{
        background-image:url(image/img2/q9.gif);
        background-repeat:no-repeat;
        background-position: 0px -30px;
}
.bo {font-weight: bold;color: #000 ;}
.table_s1	{float:left;
width:690px;margin:0px 10px 30px 10px;padding:0px;
border-collapse:collapse;
}
*html .table_s1	{margin:0px 5px 30px 5px !important;}
.table_s1 th	{ font-size: 14px; line-height: 1.5em;
width:145px;padding:8px 2px 2px 8px;
text-align:left;vertical-align:center;color:#fff;
background-color:#993365;
border:1px solid #d9d9d9;
}
.table_s1 td	{
padding:8px 2px 2px 8px;
background-color:#fff;
border:1px solid #d9d9d9;
}
.stablet td{background-color:#f2f0e7 !important;text-align:center;vertical-align:center;font-weight: bold;}
.stableu{text-align:left;vertical-align:center;background-color:#fff !important;width: 670px !important;}
.lpink{color:#d694b4;}
.conre4{
	margin-top: 0px;
}
.conre4{
	width: 730px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}

.conre4 p{margin: 10px 0px 10px 0px;
	width: 690px;
	padding: 0px 10px;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
}
.conre4 p img{
	
	padding: 10px 0;
	
}
.conrein4{
        width: 710px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.conre4 .infotitle{margin-bottom: 30px;}
.gu1 li{list-style-position: outside;width: 680px;
list-style-type: disc !important;
	margin: 0px;float:left;
	padding: 0px 0px 10px 0px;
font-size:14px;}

.table_s2	{float:left;
width:690px;margin:0px 10px 30px 10px;padding:0px;
border-collapse:collapse;
}
*html .table_s2	{margin:0px 5px 30px 5px !important;}
.table_s2 th	{ font-size: 14px; line-height: 1.5em;
width:145px;padding:8px 2px 2px 8px;
text-align:left;vertical-align:center;
border:1px solid #d9d9d9;
background-color:#fdf2f7;
color:#aa567e;
}
.table_s2 td	{
padding:8px 2px 2px 8px;
background-color:#fff;
border:1px solid #d9d9d9;
}
.mu{text-align:center;vertical-align:center;color:#c52c26;}
.mu1{text-align:center !important;vertical-align:center;}
.toku3t {float:left;width:710px;}
.toku3t img{padding: 10px 0px 20px 0px;}
.tokubox1{width:670px;background-color:#fffff1;border:1px solid #d9d9d9;float:left;margin: 20px 0px;padding: 20px;}
.toku1{float:left;background-color:#ee8f2a;margin: 0px 0px;color:#fff;padding: 10px 20px;font-size:18px;}
.toku2{float:left;background-color:#7ca32a;margin: 0px 0px;color:#fff;padding: 10px 20px;font-size:18px;}
.tokubox1 p{width:650px;}
.table_s3	{float:left;
width:690px;margin:30px 0px 20px 0px;padding:0px;
border-collapse:collapse;
}
.table_s3 td	{
padding:10px 10px 10px 0px;

}
.table_s4w{float:left;margin:5px 0px 5px 0px;padding:20px;background-color:#fbfaf8 !important;
border:1px solid #d9d9d9;}
.table_s4	{float:left;
width:660px;margin:0px 0px 0px 0px;padding:20px;
border-collapse:collapse;
}
.table_s4 p{padding:0px 0px 0px 20px !important;
width:424px;
}
.table_s4 td{text-align:left;vertical-align:top;}
.table_s5w{padding-top:45px;width: 710px;
margin:30px 0px 20px 0px;
padding-left:15px;
height: 172px;
background-image:url(image/img3/infob.gif);
background-repeat:no-repeat;
}
.table_s5	{
float:left;
width:690px;padding:0px;
border-collapse:collapse;
}
.table_s5 td	{
padding:10px 10px 10px 10px;

}
.conre42{
	margin-top: 0px;
margin-left: -25px;
}
*html .conre42{margin-left: -10px !important;}
.conre42{
	width: 730px;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.conre42 p{margin: 10px 0px 10px 0px;
	width: 690px;
	padding: 0px 0px;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
}
.conre42 p img{
	
	padding: 10px 0;
	
}
.conre42 .infotitle{margin-bottom: 30px;}
.table_s5w2{padding-top:45px;width: 710px;
margin:30px 0px 20px 0px;
padding-left:15px;
height: 97px;
background-image:url(image/img3/infob2.gif);
background-repeat:no-repeat;
}
.backt{float:right;padding: 30px 30px;}
.hide{display:none !important;}








.qam2{float:left;}
.qam2 li{
	margin-bottom: 10px;
}
.conre3{
	width: 670px;
	float: left;
	margin-top: 5px;
	background-color: #F5F4F0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.infotitlec{
	width: 670px;
	height: 28px;
	background-image: url(https://arice-garden2949.ocnk.net/data/arice-garden2949/image/img2/tbb.gif);
	background-repeat: no-repeat;
	color: #993365;
	font-size: 16px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 12px;
	margin-top: 10px;
	float: left;
}
.infotitlec2{
	width: 686px;
	height: 38px;
	background-image: url(image/img/stitleb.gif);
	background-repeat: no-repeat;
	color: #301123;
	font-weight: bold;
	font-size: 20px;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 19px;
	margin-top: 25px;
	margin-bottom: 0px;
	float: left;
}

.infotitlec2 span{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
}
.conrein3{
	width: 710px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
}
.conre3w{margin-left: 10px;}
.conre3 p{
	width: 690px;
	padding: 10px;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
}
.conre3 p img{
	
	padding: 10px 0;
	
}
.conre3 ul{padding: 0;margin: 0;}
.ql222{
	float:left !important;
	clear: left;
	width:340px !important;
	padding-bottom:10px !important;
	list-style-type: none;
}
.qr222{
	width: 330px;
	float:right;
	clear: right;
	padding-bottom: 10px;
	list-style-type: none;
}
.cql{
	background-image: url(image/img/tnavb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FCFCFB;
	border: 1px solid #E0E0E0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-right: 10px;
}
.cql a{
	font-weight: bold;
	font-size: 16px;
	color: #301123;
}
.cqr{
	background-image: url(image/img/tnavb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FCFCFB;
	border: 1px solid #E0E0E0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.cqr a{
	font-weight: bold;
	font-size: 16px;
	color: #301123;
}
.wh{
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	font-size: 15px;
}
.no{
	padding-right: 5px;
	color: #FFFFFF;
	background-color: #C696AB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 5px;
	-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari,Chrome */

}
.af22{
	margin-bottom: 15px;
	float: left;
	padding-left: 15px;
	width: 715px;
}
.no2{
	padding-right: 15px;
	color: #FFFFFF;
	background-color: #C696AB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-size: 18px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px;
	margin-right: 12px;
}
.sst{
	float:left;
	font-size: 18px;
	font-weight: bold;
	color: #723F59;
	width: 676px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	clear: left;
	margin-top: 10px;
}
.sstw{
	float: left;
	border: 1px solid #E0E0E0;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 676px;
	}
.sstw ul{padding: 0;margin: 00;}
.qico{
	background-image: url(image/img/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	float: left;
	width: 640px;
	list-style-type: none;
	clear: left;
	font-size: 14px;
	padding-left: 35px;
	margin-bottom: 10px;
	line-height: 1.7em;
	}
.aico{
	background-image: url(image/img/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 640px;
	list-style-type: none;
	clear: left;
	font-size: 14px;
	padding-left: 35px;
	margin-bottom: 10px;
	line-height: 1.7em;
	}
.kome{
	color: #908466;
}
.qamw2{
	width: 710px;
	float: left;
}
.qamw2 a{
	float: left;
	clear: left;
}
.aico a{float: none;}
.ttcon{
    float: left;
	clear: left;
	}
a name{float: left;}










.cql2{float: left;clear:left;
	background-image: url(image/img/tnavb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FCFCFB;
	border: 1px solid #E0E0E0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-right: 10px;
}
.cql2 a{
	font-weight: bold;
	font-size: 16px;
	color: #301123;
}
.cqr2{float: left;clear:left;
	background-image: url(image/img/tnavb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FCFCFB;
	border: 1px solid #E0E0E0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.cqr2 a{
	font-weight: bold;
	font-size: 16px;
	color: #301123;
}
.cql2, .cqr2{background-position: 5px 7px !important;width: 310px;}
.cql2 a, .cqr2 a{line-height: 1.7em;float: right;clear:right;width: 285px;margin-top: -3px !important;}

.wh2{float: left;clear:left;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	font-size: 15px;
}
.no3{float:left;clear:both;
	padding-right: 5px;
	color: #FFFFFF;
	background-color: #C696AB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 14px;
	margin-right: 0px;
	margin-left: 5px;
	-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari,Chrome */

}
.cqs2 a{float:right;clear:right;width: 285px !important;line-height: 1.7em;margin-bottom: 12px;}
.cqs22 a{float:right;clear:right;width: 285px !important;line-height: 1.7em;margin-right: 10px;margin-bottom: 12px;}







/*
-------------------------------------
CSS file アリスガーデン様　Q&Aスタイルシート
下記を全てcssテンプレートに貼付けて下さい。

-------------------------------------
*/

.qam2{float:left;}
.qam2 li{
	margin-bottom: 10px;
}
.conre3{
	width: 670px;
	float: left;
	margin-top: 5px;
	background-color: #F5F4F0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.infotitlec{
	width: 670px;
	height: 28px;
	background-image: url(https://arice-garden2949.ocnk.net/data/arice-garden2949/image/img2/tbb.gif);
	background-repeat: no-repeat;
	color: #993365;
	font-size: 16px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 12px;
	margin-top: 10px;
	float: left;
}
.infotitlec2{
	width: 686px;
	height: 38px;
	background-image: url(image/img/stitleb.gif);
	background-repeat: no-repeat;
	color: #301123;
	font-weight: bold;
	font-size: 20px;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 19px;
	margin-top: 25px;
	margin-bottom: 0px;
	float: left;
}

.infotitlec2 span{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
}
.conrein3{
	width: 710px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
}
.conre3w{margin-left: 10px;}
.conre3 p{
	width: 690px;
	padding: 10px;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
}
.conre3 p img{
	
	padding: 10px 0;
	
}
.conre3 ul{padding: 0;margin: 0;}
.ql222{
	float:left !important;
	clear: left;
	width:340px !important;
	padding-bottom:10px !important;
	list-style-type: none;
}
.qr222{
	width: 330px;
	float:right;
	clear: right;
	padding-bottom: 10px;
	list-style-type: none;
}
.cql{
	background-image: url(image/img/tnavb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FCFCFB;
	border: 1px solid #E0E0E0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-right: 10px;
}
.cql a{
	font-weight: bold;
	font-size: 16px;
	color: #301123;
}
.cqr{
	background-image: url(image/img/tnavb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FCFCFB;
	border: 1px solid #E0E0E0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.cqr a{
	font-weight: bold;
	font-size: 16px;
	color: #301123;
}
.wh{
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	font-size: 15px;
}
.no{
	padding-right: 5px;
	color: #FFFFFF;
	background-color: #C696AB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 5px;
	-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari,Chrome */

}
.af22{
	margin-bottom: 15px;
	float: left;
	padding-left: 15px;
	width: 715px;
}
.no2{
	padding-right: 15px;
	color: #FFFFFF;
	background-color: #C696AB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-size: 18px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px;
	margin-right: 12px;
}
.sst{
	float:left;
	font-size: 18px;
	font-weight: bold;
	color: #723F59;
	width: 676px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	clear: left;
	margin-top: 10px;
}
.sstw{
	float: left;
	border: 1px solid #E0E0E0;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 676px;
	}
.sstw ul{padding: 0;margin: 00;}
.qico{
	background-image: url(image/img/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	float: left;
	width: 640px;
	list-style-type: none;
	clear: left;
	font-size: 14px;
	padding-left: 35px;
	margin-bottom: 10px;
	line-height: 1.7em;
	}
.aico{
	background-image: url(image/img/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 640px;
	list-style-type: none;
	clear: left;
	font-size: 14px;
	padding-left: 35px;
	margin-bottom: 10px;
	line-height: 1.7em;
	}
.kome{
	color: #908466;
}
.qamw2{
	width: 710px;
	float: left;
}
.qamw2 a{
	float: left;
	clear: left;
}
.aico a{float: none;}
.ttcon{
    float: left;
	clear: left;
	}
a name{float: left;}
#container .swipe_list .list_item_photo img,
.swipe_list .list_item_photo img {
    width: 100%;
    max-width: 620px !important;

}
#container .swipe_list .item_data,
.swipe_list .item_data {
    padding: 0px !important;

}
#container .swipe_list .list_item_photo,
.swipe_list .list_item_photo {
    padding: 0px !important;
    border: none !important;

}
#container .swipe_list .item_data,
.swipe_list .item_data {
    padding: 0px !important;

}
#container .swipe_list .list_item_table .pointer_box,
.swipe_list .list_item_table .pointer_box {
    padding: 10px 0px !important;
    margin-bottom: 0px !important;
}
#centertd .layout_photo {
    width: 520px !important;
}
.fh{line-height: 160%;text-align:left !important;}
.osb{width:300px;float:right;}
.ttt{background:#AE5B83;color:#fff;float:left;clear:left;font-size: 18px;font-weight: bold;padding: 10px !important;margin-top: 10px !important;margin-left: 10px !important;}
.iinfox{width:700px;
padding-top:10px !important;
padding-bottom:8px !important;
padding-left:10px !important;

}
.iinfox a{float:left;background-image:url(image/img/inicon.gif);
        background-repeat:no-repeat; padding-left:13px; padding-right:13px;background-position: left center;}
*:first-child+html .iinfox a{float:right;background-image:url(image/img/inicon.gif);
        background-repeat:no-repeat; padding-left:13px; padding-right:12px;background-position: left center;margin-top:-18px;}

.rti{font-weight: bold;font-size: 18px;background:#AE5B83;color:#fff;padding:20px 20px;}
.rlh{padding:0 20px;width:700px;float:left;line-height: 140%;}
/* ************************************************************** */
/* form */
/* ************************************************************** */
input{font-size:100%;}
textarea{font-size:100%;}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
textarea {
    padding: 5px 5px;
    border: #999999 solid 1px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.search .searchbox {
    padding: 2px 3px;
}

.search .searchbox:focus {
    padding: 10px 5px;
}

select {
    max-width: 100%;
    padding: 4px;
    height: 30px;
    line-height: 30px;
    border: #999999 1px solid;
    border-radius: 5px;
    vertical-align: middle;
}

.display_number select {
    padding: 2px 3px;
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
    /*transform: scale(1.5);*/
    /*-webkit-transform: scale(1.5);*/
    /*-moz-transform: scale(1.5);*/
}

input[type="radio"],
input[type="checkbox"],
input[type="radio"] + label[for],
input[type="checkbox"] + label[for] {
    cursor: pointer;
}

.order_checklist label {
    cursor: pointer;
}

input[type=submit],
input[type=button],
input[type=reset],
button,
.global_btn A {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    cursor: pointer;
    border: none;
}

.global_btn input {
    padding: 0;
}

.btn .searchinput {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"],
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}

.variation_box label {
    margin-bottom: 5px;
}
.variation_box label:last-child {
    margin-bottom: 0;
}

.order_checklist {
    line-height: 190%;
}

.order_checklist input
{
    margin-top: 0;
}

.check_label,
.cell_data label,
.all_for_sale .cell_data label,
.all_for_sale .soldout input[type="radio"] {
    cursor: pointer;
}

.cell_data .form_header label {
    cursor: default;
}

.soldout label,
.soldout input[type="radio"] {
    cursor: default;
}

.form_header input[type="radio"],
.cell_box input[type="radio"] {
    vertical-align: top;
}

.en_version .btn input {
    min-width: 70px;
}

.en_version .btn .searchinput {
    min-width: inherit;
}

/* required input */
/*
.edit_form .required_row input,
.edit_form .required_row select,
.edit_form .required_row textarea {
    background-color: #FFF0F0;
}
*/

.question_checklist {
    display: block;
    line-height: 190%;
}

.question_checklist input[type="checkbox"] {
    margin-top: -1px;
}
.question_checklist input[type="radio"] {
    margin-top: 5px;
}

.upper_question_desc {
    margin-bottom: 5px;
}

.lower_question_desc {
    margin-top: 5px;
}

.checklist_box .form_status {
    display: inline;
}

input[type="submit"][disabled="disabled"],
input[type="button"][disabled="disabled"],
input[type="image"][disabled="disabled"],
input[type="submit"][disabled="disabled"]:hover,
input[type="button"][disabled="disabled"]:hover,
input[type="image"][disabled="disabled"]:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: default;
}

.startup input:disabled,
.startup input[type="submit"][disabled="disabled"],
.startup input[type="button"][disabled="disabled"],
.startup input[type="image"][disabled="disabled"],
.startup input[type="submit"][disabled="disabled"]:hover,
.startup input[type="button"][disabled="disabled"]:hover,
.startup input[type="image"][disabled="disabled"]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
}
#left_cart_area input{box-shadow: none !important;text-indent: -9999px;}
/* ************************************************************** */
/* button */
/* ************************************************************** */

.global_btn .button_image_link {
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
}

.global_btn .btn_color_common,
.global_btn .btn_color_emphasis,
.global_btn A {
    overflow: hidden;
    white-space: nowrap;
}

.quasi_link .global_link {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    font-weight: bold;
    background-position: 0 center;
    cursor: pointer;
}

.detail_item_data .favorite_btn {
    margin-top: 15px;
}

.btn_float {
    min-width: 122px;
}
.detail_cart_box{width: 420px;}

/* ボタン画像設定 */

/* 共通設定 */
.link_bot_box .bot_b input,
.point_box .bot_b input,
.point_box3 .bot_b input,
.td_color1 .bot_b input,
.td_color2 .bot_b .changeinput,
.td_color2 .bot_b .deleteinput,
.td_color2 .bot_b .detailinput,
.td_color2 .changeinput,
.td_color2 .deleteinput,
.td_color3 .bot_b .reflectinput {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}

/*　ボタン表示幅設定区切り線非表示 */

.link_bot_box .bot_b {
width: 235px;
margin-left: auto;
margin-right: auto;
} 

※↓下記は非表示にしない場合に使用
/*　ボタン表示幅設定区切り線表示 */
.link_bot_box .bot_b {
width: 235px;
margin-left: auto;
margin-right: auto;
} 

/* レジに進む */
#left_cart_area .registerinput,
.link_bot_box .bot_b .registerinput {
width: 140px;
height: 40px;
background-image: url(image/b/register001.gif);
}
/* ログイン */
.point_box .bot_b .logininput {
width: 70px;
height: 25px;
background-image: url(image/b/login001.gif);
}
/* 次へ */
.link_bot_box .bot_b .nextinput {
width:100px;
height: 40px;
background-image: url(image/b/next001.gif);
float: left;
margin-left: 10px;
}
/* 戻る */
.link_bot_box .bot_b .backinput {
width: 100px;
height: 40px;
background-image: url(image/b/back001.gif);
float: left;
margin-right: 10px;
}

/* 複数のお届け先に送る */
.point_box3 .bot_b .senderinput,
.point_box3 .bot_b .shippinginput {
width: 160px;
height: 40px;
background-image: url(image/b/senderinput_n001.gif);
}
/* 確認画面へ */
.link_bot_box .bot_b .checkinput {
width: 100px;
height: 40px;
background-image: url(image/b/check001.gif);
}
/* 登録する */
.link_bot_box .bot_b .entryinput {
width: 100px;
height: 40px;
background-image: url(image/b/entry_b001.gif);
float: left;
margin-left: 10px;
}
/* 変更する */
#left_cart_area .changeinput,
.link_bot_box .bot_b .changeinput {
width: 70px;
height: 25px;
background-image: url(image/b/change_b001.gif) !important;
float: left;
}
/* 送信する */
.link_bot_box .bot_b .sendinput {
width: 70px;
height: 25px;
background-image: url(image/b/send_b001.gif);
float: left;
}
/* 削除する */
#left_cart_area .deleteinput,
.point_box3 .bot_b .deleteinput,
.link_bot_box .bot_b .deleteinput {
width: 70px;
height: 25px;
background-image: url(image/b/delete_b001.gif) !important;
}
/* 反映する */
.td_color3 .bot_b .reflectinput {
width: 100px;
height: 40px;
background-image: url(image/b/reflect001.gif);
}
/* 購入する */
.link_bot_box .bot_b .buyinput {
width: 100px;
height: 40px;
background-image: url(image/b/buy001.gif);
float: left;
    margin-left: 10px;
}

/* 決済する */
.link_bot_box .bot_b .paymentinput {
width: 70px;
height: 25px;
background-image: url(image/b/payment001.gif);
float: left;
}
/* 変更 */
.td_color2 .bot_b .changeinput {
width: 40px;
height: 25px;
background-image: url(image/b/change001.gif);
float: left;
margin-right: 10px;
}
/* 削除 */
.td_color2 .bot_b .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/b/delete_s001.gif);
float: left;
}

/* 変更：テーブル内 */
.td_color2 .changeinput {
width: 40px;
height: 25px;
background-image: url(image/b/change001.gif);
display: inline;
}
/* 削除：テーブル内 */
.td_color2 .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/b/delete_s001.gif);
}
/* 詳細 */
.td_color2 .bot_b .detailinput {
width: 50px;
height: 25px;
background-image: url(image/b/detail_s001.gif);
}
/* トップへ戻る */
.link_bot_box .bot_b .backtopinput {
width: 90px;
height: 25px;
background-image: url(image/b/backtop001.gif);
}
/* マイページトップへ戻る */
.link_bot_box .bot_b .backmypageinput {
width: 150px;
height: 25px;
background-image: url(image/b/backmypage001.gif);
}
/* 購入履歴一覧へ戻る */
.link_bot_box .bot_b .backlistinput {
width: 130px;
height: 25px;
background-image: url(image/b/backlist001.gif);
}

/*一覧へ戻る */
.link_bot_box .bot_b .backshippinglistinput {
width: 100px;
height: 40px;
background-image: url(image/b/backship001.gif);
}
/* 画面を閉じる */
.link_bot_box .bot_b .wincloseinput {
width: 90px;
height: 25px;
background-image: url(image/b/winclose001.gif);
}

/* はい */
.link_bot_box .deleteyinput {
width: 50px;
height: 25px;
background-image: url(image/b/deletey001.gif);
float: left;
margin-right: 10px;
}
/* いいえ */
.link_bot_box .deleteninput {
width: 50px;
height: 25px;
background-image: url(image/b/deleten001.gif);
float: left;
}

/* 区切り線非表示の場合 */
.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;
}
 
/* ログインカートステップ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;
}
/* 共通設定 */
.point_box .bot_b .default_bot_b input {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}
/* カートステップ1　ボタン中央配置 */
.cart_member_box .default_bot_b input {
float: none;
margin-left: auto;
margin-right: auto;
}
/* 会員登録して購入 */
.point_box .bot_b .default_bot_b .memberregisterinput {
width: 140px;
height: 40px;
background-image: url(image/b/remember001.gif);
}
/* 会員登録せずに購入 */
.point_box .bot_b .default_bot_b .nonmemberregisterinput {
width: 140px;
height: 40px;
background-image: url(image/b/vimember001.gif);
}
/* 送り主登録/変更 */
.point_box .bot_b .default_bot_b .sendereditinput {
display: inline;
width: 140px;
height: 40px;
background-image: url(image/b/sender001.gif);
}
/* お届け先登録/変更 */
.point_box .bot_b .default_bot_b .shippingeditinput {
display: inline;
width: 140px;
height: 40px;
background-image: url(image/b/recipient001.gif);
}
/* 新規登録はこちら */
.point_box .bot_b .shippingregisterinput {
display: block; 
text-indent: -9999px;
width: 110px;
height: 25px;
background-image: url(image/b/regist_re001.gif);
}
.shipping_date_fixed_note{display:none;}

/* ************************************************************** */
/* グラフcss */
/* ************************************************************** */

.canvas_chart {
  min-height: 100px;
}
.ww{
	background:url("https://www.arice-garden.com/data/arice-garden2949/image/wwb.gif");
	width:320px;
	height:220px;
	position: relative;
}
.ww .wa{
    position: absolute;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	top: 70px;
	left: 110px;
}

.wtext{
	width:155px;
	margin-top: 0px;
	line-height: 1.5em;
	font-size: 12px !important;
	color: #7A6D44;
	margin-left: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 70px;
	left: 20px;
}
.wtext2{
	left: 0px;
	top: 0px;
	width: 180px;
	margin-left: 20px;
	clear: left;
	background-color: #E2C364;
}
.red{
	color: #C7362F;
	font-weight: bold;
}
.wtext2 {
	color: #6F6130;
	font-size: 12px !important;
	line-height: 1;
	box-shadow: 0 1px 3px #777;
	background-color: #E2C466;
	clear: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


.wtext2a{
	/*IE8用に.pieをつける*/
	
	background-color: #FFFDF6;

}
.wtext2a .clearfix{
	padding:10px;
}
.wtext2a .clearfix p{
	float:left;
	width:426px;
}
.wtext2a .clearfix img{
	float:right;
}
.wtext2a {
	position: absolute;
	margin-right:0px;
	margin-left: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2de91+0,e4c66a+48,e3c466+51,f2de91+100 */
background: #f2de91; /* Old browsers */
background: -moz-linear-gradient(top, #f2de91 0%, #e4c66a 48%, #e3c466 51%, #f2de91 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2de91 0%,#e4c66a 48%,#e3c466 51%,#f2de91 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2de91 0%,#e4c66a 48%,#e3c466 51%,#f2de91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2de91', endColorstr='#f2de91',GradientType=0 ); /* IE6-9 */
	font-size:12px;
	font-weight:bold;
	color:#5C4D1C;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 175px;
	left: 0px;
	top: 165px;
	z-index: 0;
}

.wtext2a p{font-size:12px;
	width: 65px;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.wtext2a span{
	float:right;
	width: 110px;
	font-size: 21px;
	font-weight: bolder;
	color: #8A0A04;
	margin: 0px;
	padding: 3px 0 0 0;
	vertical-align: top;
	text-align: left;
}

.ww{font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.wtext2a span, .wa{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.wa p{
	width: 60px;
	position: absolute;
	float: left;
	left: 95px;
	top: -15px;
	font-size: 40px !important;
	font-weight: bolder;
	color: #5C4D1C;
}
.wa p span{
	font-size: 23px !important;
}
.wa{width: 275px !important;}
.os2 {padding-top: 10px;}
.fos{font-size: 18px !important;}
.fsu{font-size: 10px !important;}
.fsu2{font-size: 11px !important;letter-spacing : -0.2em;}
.wa p{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .wtext2a span { padding: 10px 0 0 0; } /* IE11 */
}

iframe.twitter-timeline {
 min-width: 160px!important;
 width: 160px!important;
 }