/* CSS Document */

/********************************************************************/
/* 大外 */
#container {
	width: 860px;
	background-repeat: no-repeat;
	background-color: #F5F5EB;
	font-size: 12px;
	position: relative;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: auto;
	height: 200px;
	margin: 50px 0px 0px;
	padding: 10px 0px;
}

/* ヘッダー下ライン */
#bline {
	width: 860px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* キャッチコピー */
#copy {
	width: auto;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	font-size: 10px;
}
#copy a {
	line-height: 35px;
	font-size: 14px;
}


/* リンク色 */
/*
#copy A:link {
    font-size: 10px;
}

#copy A:active {
    font-size: 10px;
}

#copy A:visited {
	font-size: 10px;
}

#copy A:hover {
	font-size: 10px;
}
*/

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
}

/********************************************************************/
/* サブナビゲーション */
/*
.subnavi {
	width: 390px;
	background-image: url(img/text_secline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 5px 15px;
	margin: 10px;
	font-size: 11px;
}
*/

.subnavi {
	position: absolute;
	left: 290px;
	top: 0px;
	border-style: none;
	background-image: none;
	background-color: white;
	height: 15px;
	width: 480px;
	font-size: 11px;
	padding: 5px 5px 15px;
	margin: 10px;
}

/* カートを見る */
#cart_detail {
	position: absolute;
	left: 680px;
	z-index: 1;
	font-size: 10px;
	font-family: sans-serif;
	height: 35px;
	line-height: 35px;
	top: 10px;
	background-image: url(image/cart_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#cart_detail a {
	font-size: 12px;
}

/* リンク色 */
.subnavi A:link {
	font-size: 11px;
}

.subnavi A:active {
	font-size: 11px;
}

.subnavi A:visited {
	font-size: 11px;
}

.subnavi A:hover {
	font-size: 11px;
}

/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	height: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(img/icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 10px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: 15px;
	background-image: url(img/icon03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(img/icon_winclose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* 中央用枠160 */
.center_box {
	width: 500px;
	margin: 0px 0px 20px;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: auto;
	height: 22px;
	background-image: url(img/menu_bg01.gif);
	border-bottom: 1px solid #F5F5EB;
	margin: 0px;
	padding: 8px 0px 0px 15px;
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	background-color: #F0ECDD;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #000000;
}

/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	color: #000000;
}

.mcategory A:active {
	color: #000000;
}

.mcategory A:visited {
	color: #000000;
}

.mcategory A:hover {
	color: #666666;
}

/* サイドバー　カテゴリ一覧デザイン修正 */
.side_box .category_list h4 {
    margin: 5px 0 5px -3px;
    color: #fff;
    background-color: #025EBF;
    padding: 3px 5px;
    display: inline-block;
}
.side_box .mcategory {
    display: block;
}
.side_box .category_list h4 + .mcategory {
    margin-top: 5px;
}


/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: auto;
	height: 22px;
	background-image: url(img/menu_bg01.gif);
	border-bottom: 1px solid #F5F5EB;
	margin: 0px;
	padding: 8px 0px 0px 15px;
}

/* 内容 */
.pickup_category_list {
	width: auto;
	background-color: #F0ECDD;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #000000;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* ショップ通信 */
.shop {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 20px;
	background-image: url(img/menu_bg02.gif);
}

/* 店長日記 */
.diary {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 20px;
	background-image: url(img/menu_bg02.gif);
}

/* リンク集 */
.link {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 20px;
	background-image: url(img/menu_bg02.gif);
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 20px;
	background-image: url(img/menu_bg02.gif);
}

/* フリー */
.free_menu {
    width: auto;
    min-height: 23px;
    line-height: normal;
    margin: 0px 0px 1px;
    padding: 6px 0px 2px 20px;
    vertical-align: middle;
    background-image: url(img/menu_bg02.gif);
    background-size: 100% 100%;
}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 20px;
	background-image: url(img/menu_bg02.gif);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 20px;
	background-image: url(img/menu_bg02.gif);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 23px;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 20px;
	background-image: url(img/menu_bg02.gif);
}

/* オークションリンク文字サイズ */
.yahoo A:link {
	font-size: 10px;
}

.yahoo A:active {
	font-size: 10px;
}

.yahoo A:visited {
	font-size: 10px;
}

.yahoo A:hover {
	font-size: 10px;
}

.rakuten A:link {
	font-size: 10px;
}

.rakuten A:active {
	font-size: 10px;
}

.rakuten A:visited {
	font-size: 10px;
}

.rakuten A:hover {
	font-size: 10px;
}

.bidders A:link {
	font-size: 10px;
}

.bidders A:active {
	font-size: 10px;
}

.bidders A:visited {
	font-size: 10px;
}

.bidders A:hover {
	font-size: 10px;
}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {
	width: auto;
	height: 22px;
	background-image: url(img/menu_bg03.gif);
	border-bottom: 1px solid #F5F5EB;
	margin: 0px;
	padding: 8px 0px 0px 15px;
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	background-color: #F2E2CB;
	margin: 0px;
	padding: 0px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 30px;
	padding-top: 7px;
	background-image: url(img/cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	background-color: #F5F5EB;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* レジに行く */
.shopc_go {
	width: auto;
	background-color: #F5F5EB;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 700px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

/* 左td */
#lefttd {
    width: 160px;
	background-color: #F5F5EB;
	padding: 0px 0px 0px;
	margin: 0px;
}

/* 中央td */
#centertd {
    width: 490px;
	background-color: #F5F5EB;
	padding: 10px 10px 15px 20px;
	margin: 0px;
}

/* 右td */
#righttd {
    width: 160px;
	background-color: #F5F5EB;
	padding: 10px 0px 15px 10px;
	margin: 0px;
}

/* 内部ページtd */
#pagetd {
	background-color: #F5F5EB;
}

/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line_140 {
	width: 140px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line_250 {
	width: 250px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line {
	width: auto;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
	width: auto;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
	font-size: 12px;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
	width: auto;
	height: 25px;
	background-image: url(img/welcome_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 5px 0px 10px;
	font-weight: bold;
	color: #663300;
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	background-image: url(img/welcome_middle.gif);
	margin: 0px;
	padding: 0px 10px;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	height: 20px;
	background-image: url(img/welcome_bottom.gif);
	margin: 0px;
	padding: 0px;
}

/* 右大枠上　
※背景画像横160px、縦は設定、空白は高さ指定 */
#righttd .welcome_top {
	width: auto;
	height: 25px;
	background-image: url(img/welcome_top_s.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 5px 0px 10px;
	font-weight: bold;
	color: #663300;
}

/* 大枠中 */
#righttd .welcome_middle {
	width: auto;
	background-image: url(img/welcome_middle_s.gif);
	margin: 0px;
	padding: 0px 10px;
}

/* 大枠下 */
#righttd .welcome_bottom {
	width: auto;
	height: 20px;
	background-image: url(img/welcome_bottom_s.gif);
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 10px 0px 5px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
	width: auto;
	height: 20px;
	border-bottom: 2px solid #663300;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 大枠中 */
.whatnew_middle {
	width: auto;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.whatnew_middle li {
    font-size: 11px;
	margin: 5px 0px;
	background-image: url(img/what_top_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* 大枠下 */
.whatnew_bottom {
	width: auto;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	width: auto;
	height: 27px;
	background-image: url(img/top_title_bg01.gif);
	margin: 0px;
	padding: 13px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 大枠中 */
.style1_middle {
	width: 494px;
	background-color: #F1CBA5;
	border: 1px solid #DDBB99;
	margin: 0px;
	padding: 5px 2px 8px;
}

.style1_middle td {
    width: auto;
}

/* 大枠下 */
.style1_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style1_copy {
	width: auto;
	margin: 0px;
	padding: 10px 0px 10px 8px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #D9AA7C;
	border-bottom: 1px solid #D9AA7C;
	margin: 0px 0px 8px 8px;
	_margin: 0px 4px 8px;
	padding: 0px;
	float: left;
}

/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: 233px;
	margin: 0px;
	padding: 0px;
}

/* 写真 商品説明の長さにより高さは変更してください　*/
.style1_photo {
	width: auto;
	height: 200px;
	border-left: 3px solid #CC9966;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 0px 8px;
}

/* カート内写真 */
.cart_table .style1_photo {
	height: auto;
	border-left: 0px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細内写真 */
.list_item_table .style1_photo {
	height: auto;
	padding: 0px;
	border-left: 0px;
}

/* 商品詳細内写真 */
.detail_item_table .style1_photo {
	height: auto;
	border-left: 0px;
	margin: 0px;
	padding: 0px;
}

/* 説明 */
.style1_text {
	width: auto;
	border-left: 1px solid #E0DFE3;
	margin: 0px 0px 0px 4px;
	padding: 5px 8px;
	font-size: 10px;
}

/* トップ用 */
.style1_middle .style1_text {
    width: 110px;
}

/* トップ用 */
.style1_middle .style1_table_middle .auto .style1_text {
    width: 80px;
	margin: 0px;
}

/* トップ用 */
.style1_middle .layout_list .style1_table_middle {
    float: none;
	margin: 5px 10px 8px 10px;
	padding: 5px;
}


/* 商品名 */
.item_name {
	font-size: 15px;
	color: #663300;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
}

/* 価格 */
.price {
	background-image: url(img/text_secline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	color: #996600;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	padding: 0px 0px 7px;
}

/* 価格大 */
.priceb {
	font-size: 12px;
	color: #996600;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
    padding: 0 0 20px;
}
/* 商品ページ価格 */
.detail_page_body .priceb {
	background: url(https://www.anshinya.com/data/emask/image/info350.gif) no-repeat left bottom;
}


/* 在庫ありなし */
.stock {
	color: #333333;
}
/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 27px;
	background-image: url(img/top_title_bg01.gif);
	margin: 0px;
	padding: 13px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 大枠中 */
.style2_middle {
	width: 478px;
	background-color: #F1CBA5;
	border: 1px solid #DDBB99;
	margin: 0px;
	padding: 10px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	margin: 0px;
	padding: 10px 0px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #D9AA7C;
	border-bottom: 1px solid #D9AA7C;
	border-left: 3px solid #CC9966;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: 454px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: auto;
	padding: 10px;
	font-size: 10px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: 454px;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
    width: 113px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	margin: 0px 1px;
	padding: 4px;
	font-size: 10px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 10px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: auto;
	background-image: url(img/text_bg.gif);
	background-repeat: repeat-x;
	margin: 5px 0px;
	padding: 5px;
	font-size: 10px;
}

/* 1位テキスト */
.rank1 {
	font-size: 12px;
	width: auto;
	padding-left: 5px;
	color: #856767;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 12px;
	color: #856767;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	width: auto;
	height: 22px;
	margin: 0px;
	padding: 8px 0px 0px 8px;
	background-image: url(img/menu_bg04.gif);
}

/* 大枠中 */
.style3_middle {
	width: auto;
	background-color: #F1CBA5;
	border: 1px solid #DDBB99;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.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-right: 1px solid #D9AA7C;
	border-bottom: 1px solid #D9AA7C;
	margin-top: 5px;
	padding: 10px 5px 5px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 24px;
}

/* 説明 */
.style3_text {
	width: auto;
	background-image: url(img/text_bg.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 0px;
	padding: 5px;
	font-size: 10px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 22px;
	background-image: url(img/menu_bg01.gif);
	border-bottom: 1px solid #F5F5EB;
	margin: 0px;
	padding: 8px 0px 0px 15px;
}

/* 大枠中 */
.melmaga_middle {
	width: auto;
	background-color: #F0ECDD;
	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: auto;
	height: 22px;
	background-image: url(img/menu_bg01.gif);
	border-bottom: 1px solid #F5F5EB;
	margin: 0px;
	padding: 8px 0px 0px 15px;
}

/* 大枠中 */
.tdiary_middle {
	width: auto;
	background-color: #F0ECDD;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.tdiary_bottom {
	width: auto;
	margin: 0px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 10px;
}

/* プロフィールタイトル */
.ttitle {
	margin: 0px;
	padding: 0px;
	color: #993300;
}

/* コメント */
.tcom {
    background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	font-size: 10px;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 670px;
	margin: 0px;
	padding: 0px 15px 15px
}

/* 第二階層パンクズ */
#pan {
	padding: 10px;
    width: auto;
}

/* 第二階層タイトル
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: 660px;
	height: 25px;
	background-image: url(img/page_title_bg01.gif);
	margin-top: 5px;
	padding: 15px 0px 0px 10px;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

/* 第二階層中 */
.pmiddle {
	width: 658px;
	background-color: #F1CBA5;
	border-top: 1px solid #DDBB99;
	border-left: 1px solid #DDBB99;
	border-right: 1px solid #DDBB99;
	margin: 0px;
	padding: 15px 5px 1px;
}

/* 第二階層下 */
.pbottom {
	width: 658px;
	background-color: #F1CBA5;
	border-left: 1px solid #DDBB99;
	border-right: 1px solid #DDBB99;
	border-bottom: 1px solid #DDBB99;
	margin: 0px;
	padding: 0px 5px 5px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	background-image: url(img/text_secline.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 10px 5px 5px;
	color: #999999;
}

.item_bot_box2 {
	background-image: url(img/text_secline.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 5px 0px 0px;
	padding: 10px 5px 5px;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横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 5px 25px;
	font-size: 14px;
	float: left;
	color: #663300;
	font-weight: bold;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 330px;
	padding: 5px 0px 0px 15px;
	font-size: 12px;
}

/* 商品数 */
.list_count {
	width: auto;
	background-image: url(img/text_secline.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 10px 5px;
	padding: 15px 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-right: 1px solid #D9AA7C;
	border-bottom: 1px solid #D9AA7C;
	border-left: 3px solid #CC9966;
	margin: 0px 10px;
	padding: 10px;
}

/* 一覧用 */
.list_table_middle .style1_text {
	margin: 0px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 614px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #D9AA7C;
	border-bottom: 1px solid #D9AA7C;
	border-left: 3px solid #CC9966;
	padding: 10px;
	margin: 0px 10px 0px 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	padding: 0px;
	margin: 0px 10px 10px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 614px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 160%;
}
.detail_item_text img {
    vertical-align: bottom;
}

/* 商品詳細サブタイトル
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: auto;
	height: 27px;
	background-image: url(img/page_title_bg02.gif);
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 詳細説明 */
.detail_sub_table {
	width: 614px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 614px;
	margin: 0px;
	padding: 5px 0px 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-image: url(img/text_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	background-image: url(img/text_bg.gif);
	background-repeat: no-repeat;
	margin: 0px 5px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 200px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 15px;
	padding: 0px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: auto;
	height: 27px;
	background-image: url(img/page_title_bg02.gif);
	margin: 10px 20px 0px;
	padding: 8px 5px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 27px;
	background-image: url(img/page_title_bg02.gif);
	margin: 10px 20px 0px;
	padding: 8px 5px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページbbs用
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 27px;
	background-image: url(img/page_title_bg02.gif);
	margin: 10px 20px 0px;
	padding: 8px 5px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	background-color: #FFFFFF;
	margin: 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: 5px 0px 5px;
	padding: 8px 0px 0px 20px;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 27px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 5px;
	padding: 8px 0px 0px 20px;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 598px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 598px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 598px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #FCF2E9;
	margin: 5px 5px 0px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

.point_box2 {
	width: auto;
    border-left: 2px solid #FCF2E9;
    border-right: 2px solid #FCF2E9;
    border-bottom: 2px solid #FCF2E9;
	margin: 0px 5px 8px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	background-color: #FCF2E9;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: auto;
	background-color: #FFFFFF;
	margin: 5px 40px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* エラーテキスト */
.error_text {
	color: #993333;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	background-image: url(img/text_secline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 2px 5px;
	padding: 5px 5px 10px;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin-left: 5px;
}

/* カートステップ
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
    background-color: #F5F5EB;
	border-top: 1px solid #F1CBA5;
	border-left: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #666666;
}

.cart_step_2 {
	width: auto;
    background-color: #F5F5EB;
	border-top: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #666666;
}

.cart_step_3 {
	width: auto;
    background-color: #F5F5EB;
	border-top: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #666666;
}

.cart_step_4 {
	width: auto;
    background-color: #F5F5EB;
	border-top: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #666666;
}

.cart_step_1_check {
	width: auto;
    background-color: #F2E2CB;
	border-top: 1px solid #F1CBA5;
	border-left: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #663300;
}

.cart_step_2_check {
	width: auto;
    background-color: #F2E2CB;
	border-top: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #663300;
}

.cart_step_3_check {
	width: auto;
    background-color: #F2E2CB;
	border-top: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #663300;
}

.cart_step_4_check {
	width: auto;
    background-color: #F2E2CB;
	border-top: 1px solid #F1CBA5;
	border-right: 1px solid #F1CBA5;
	border-bottom: 1px solid #F1CBA5;
	padding: 5px;
	color: #663300;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 598px;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#CC9966;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
    background-color:#F8E4D1;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
}

.td_color3 {
    background-color:#E4CAAF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #663300;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: auto;
	background-image: url(img/tdiary_title_bg.gif);
	margin: 5px 20px 5px;
	padding: 7px 5px 0px 15px;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border-top: 3px solid #FF9966;
	border-right: 1px solid #D9AA7C;
	border-bottom: 1px solid #D9AA7C;
	margin: 0px 20px 5px;
	padding: 0px 10px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: 597px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	margin: 0px 0px 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	background-color: #F8E4D1;
	border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #F8E4D1;
	padding: 5px;
}

/* td右 */
.td_link_shop2 {
    width: auto;
	border-bottom: 1px solid #F8E4D1;
	padding: 1px;
}

/* 大枠 */
.link_shop {
    background-color:#FFFFFF;
	border-right: 1px solid #D9AA7C;
	border-bottom: 1px solid #D9AA7C;
    margin: 5px;
	padding: 10px 10px 0px;
}

/* テーブル */
.link_shop_table {
	width: 626px;
	margin: 0px;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 25px;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 7px 0px 0px 20px;
	font-size: 14px;
	color: #663300;
	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;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 0px 15px 15px;
	font-size: 11px;
	text-align: right;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 0px 0px;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
}

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	background-color: #FFFFFF;
	margin: 20px 20px 0px;
	padding: 2px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 20px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 20px 20px;
	padding: 2px;
}

/* テーブル小 */
.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:#CC9966;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#E4CAAF;
	padding: 5px;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#E4CAAF;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
    background-color:#F8E4D1;
	margin: 5px 5px 15px;
	padding: 15px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 10px 20px 0px;
	padding: 5px;
	border-top: 1px solid #D8B694;
	border-bottom: 1px solid #D8B694;
	color: #000000;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(img/bot_bg.gif);
	color: #FFFFFF;
	border: 0px;
}

/********************************************************************/
/* アイコン画像サイズ指定 */

.style1_middle .style1_text img {
    width: 35px;
}

.list_table_middle .style1_text img {
    width: 35px;
}

.detail_table_middle .detail_item_text h2 img {
    width: 35px;
}

.page_table_middle .table_fream .guide_text img {
    width: 35px;
}

.page_table_middle .table_fream .guide_text .point_box img {
    width: auto;
}

/********************************************************************/
/* HTMLタグ要素 */
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
/*background-color: #add8e6;*/
	word-break: break-all;
	margin: 20px 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

A:link {
	text-decoration: underline;
	font-size: 12px;
	color: #663300;
	line-height: 140%;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	color: #663300;
	line-height: 140%;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #663300;
	line-height: 140%;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #8F6A42;
	line-height: 140%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #663300;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 3px 0px 25px;
}

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list li {
	padding-bottom: 5px;
	list-style-image: url(img/icon04.gif);
}


/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
	padding-bottom: 5px;
	list-style-image: url(img/icon04.gif);
}

li {
	padding-bottom: 5px;
	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-size: 14px;
}

/* パンクズ現ページ */
.thispage {
	color: #000000;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 14px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: normal;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #000000;
}

/********************************************************************/
/* 追加 フォント */
/********************************************************************/

.f13 {
	font-size: 13px;
	line-height: 170%;
	}

.f13red {
	font-size: 13px;
	line-height: 170%;
	color: #FF0000;
	}

.f14 {
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	}

.f16redbold {
	font-size: 16px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.font14bluebo {
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
	line-height: 150%;
	}


.font14green {
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	line-height: 150%;
	}

.font18green {
	font-size: 18px;
	color: #006633;
	font-weight: bold;
	line-height: 150%;
	}

.font12glay {
	font-size: 12px;
	color: #333333;
	}

.font12red {
	font-size: 12px;
	color: #FF0000;
	}

.font12redbo {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	line-height: 150%;
	}

.font14glay {
	font-size: 14px;
	color: #333333;
	}

.font14redbo {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	line-height: 150%;
	}

.font17whitebo {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 150%;
	}

.font17redbo {
	font-size: 17px;
	color: #FF0000;
	font-weight: bold;
	line-height: 150%;
	}

.font12orange {
	font-size: 12px;
	color: #FF6600;
	}

.font12blue {
	font-size: 12px;
	color: #0000FF;
	}

.font12bluebo {
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	line-height: 150%;
	}

h1 {
	font-size:11px;
	}

.f11 {
	font-size: 11px;
	line-height: 110%;
	}

.f11blue {
	font-size: 11px;
	line-height: 120%;
	color: #3399FF;
	}

.f11black {
	font-size: 11px;
	line-height: 120%;
	color: #000000;
	}

.f11pink {
	font-size: 11px;
	line-height: 120%;
	color: #FF6666;
	}

.f11glay {
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	}

.f11orange {
	font-size: 11px;
	line-height: 120%;
	color:#FF9933}.f11green {
	font-size: 11px;
	line-height: 120%;
	color: #00CC33;
	}

.f11koigreen {
	font-size: 11px;
	line-height: 120%;
	color: #009900;
	}

.f11koiblue {
	font-size: 11px;
	line-height: 120%;
	color: #0000ff;
	}

.f11koipink {
	font-size: 11px;
	line-height: 120%;
	color: #ff33ff;
	}

.f11koiaka {
	font-size: 11px;
	line-height: 120%;
	color: #CC0000;
	}

.f11brown {
	font-size: 11px;
	line-height: 120%;
	color: #996633;
	}

.f12 {
	font-size: 12px;
	line-height: 120%;
	}

.f12glay {
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	}

.f12white {
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
	}

.f12red {
	font-size: 12px;
	line-height: 120%;
	color: #FF0000;
	}

.f12sky {
	font-size: 12px;
	line-height: 120%;
	color: #0099FF;
	}

.f12yellow {
	font-size: 12px;
	line-height: 120%;
	color: #FFFF00;
	}

.f12green {
	font-size: 12px;
	line-height: 120%;
	color: #00CC33;
	}

.f12koigreen {
	font-size: 12px;
	line-height: 120%;
	color: #009900;
	}

.f12koiblue {
	font-size: 12px;
	line-height: 120%;
	color: #0000ff;
	}

.f12koipink {
	font-size: 12px;
	line-height: 120%;
	color: #ff33ff;
	}

.f12koiaka {
	font-size: 12px;
	line-height: 120%;
	color: #CC0000;
	}

.f12blue {
	font-size: 12px;
	line-height: 120%;
	color: #3399FF;
	}

.f12cha {
	font-size: 12px;
	line-height: 120%;
	color: #660000;
	}

.f12brown {
	font-size: 12px;
	line-height: 120%;
	color: #996633;
	}

.f12pink {
	font-size: 12px;
	line-height: 120%;
	color: #FF6666;
	}

.f12brown {
	font-size: 12px;
	line-height: 120%;
	color: #996633;
	}

.f13blue {
	font-size: 13px;
	line-height: 120%;
	color: #3399FF;
	}

.f13brown {
	font-size: 13px;
	line-height: 120%;
	color: #996633;
	}

.f13white {
	font-size: 13px;
	line-height: 130%;
	color: #FFFFFF;
	}

.f13green {
	font-size: 13px;
	line-height: 120%;
	color: #00CC33;
	}

.f13koiblue {
	font-size: 13px;
	line-height: 120%;
	color: #0000ff;
	}

.f13red {
	font-size: 13px;
	line-height: 170%;
	color: #FF0000;
	}

.f13koipink {
	font-size: 13px;
	line-height: 120%;
	color: #ff33ff;
	}

.f13koigreen {
	font-size: 13px;
	line-height: 120%;
	color: #009900;
	}

.f13koiaka {
	font-size: 13px;
	line-height: 120%;
	color: #CC0000;
	}

.f13yellow {
	font-size: 13px;
	line-height: 120%;
	color: #FFFF00;
	}

.f13pink {
	font-size: 13px;
	line-height: 120%;
	color: #FF6666;
	}

.f13 {
	font-size: 13px;
	line-height: 170%;
	}

.f14 {
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	}

.f14green {
	font-size: 14px;
	line-height: 120%;
	color: #00CC33;
	}

.f14koiblue {
	font-size: 14px;
	line-height: 120%;
	color: #0000ff;
	}

.f14koipink {
	font-size: 14px;
	line-height: 130%;
	color: #ff33ff;
	}

.f14white {
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
	}

.f14koigreen {
	font-size: 14px;
	line-height: 130%;
	color: #009900;
	}

.f14koiaka {
	font-size: 14px;
	line-height: 120%;
	color: #CC0000;
	}

.f14cha {
	font-size: 14px;
	line-height: 120%;
	color: #660000;
	}

.f14red {
	font-size: 14px;
	line-height: 130%;
	color: #FF0000;
	}

.f14brown {
	font-size: 14px;
	line-height: 120%;
	color: #996633;
	}

.f14pink {
	font-size: 14px;
	line-height: 120%;
	color: #FF6666;
	}

.f14sky {
	font-size: 14px;
	line-height: 120%;
	color: #0099FF;
	}

.f14blue {
	font-size: 14px;
	line-height: 120%;
	color: #3399FF;
	}

.f14orange {
	font-size: 14px;
	line-height: 120%;
	color: #FF6600;
	}

.f14yellow {
	font-size: 14px;
	line-height: 120%;
	color: #FFFF00;
	}

.f14blue {
	font-size: 14px;
	line-height: 120%;
	color: #0000FF;
	}

.f14bluebold {
	font-size: 14px;
	line-height: 120%;
	color: #0000FF;
	font-weight: bold;
	}

.f15 {
	font-size: 15px;
	line-height: 130%;
	}

.f15green {
	font-size: 15px;
	line-height: 120%;
	color: #00CC33;
	}

.f15koigreen {
	font-size: 15px;
	line-height: 120%;
	color: #009900;
	}

.f15red {
	font-size: 15px;
	line-height: 120%;
	color: #FF0000;
	}

.f15brown {
	font-size: 15px;
	line-height: 120%;
	color: #996633;
	}

.f15orange {
	font-size: 15px;
	line-height: 120%;
	color: #FF6600;
	}

.f15koipink {
	font-size: 15px;
	line-height: 120%;
	color: #ff33ff;
	}

.f15koiaka {
	font-size: 15px;
	line-height: 120%;
	color: #CC0000;
	}

.f15yellow {
	font-size: 15px;
	line-height: 120%;
	color: #FFFF00;
	}

.f15pink {
	font-size: 15px;
	line-height: 120%;
	color: #FF6666;
	}

.f16 {
	font-size: 16px;
	line-height: 130%;
	}

.f16redbold {
	font-size: 16px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.f16koipink {
	font-size: 16px;
	line-height: 120%;
	color: #ff33ff;
	}

.f16brown {
	font-size: 16px;
	line-height: 120%;
	color: #996633;
	}

.f16green {
	font-size: 16px;
	line-height: 120%;
	color: #00CC33;
	}

.f16koigreen {
	font-size: 16px;
	line-height: 120%;
	color: #009900;
	}

.f16red {
	font-size: 16px;
	line-height: 120%;
	color: #FF0000;
	}

.f16koiaka {
	font-size: 16px;
	line-height: 120%;
	color: #CC0000;
	}

.f16bluebold {
	font-size: 16px;
	line-height: 120%;
	color: #0000FF;
	font-weight: bold;
	}

.f16yellow {
	font-size: 16px;
	line-height: 120%;
	color: #FFFF00;
	}

.f17 {
	font-size: 17px;
	line-height: 120%;
	}

.f17white {
	font-size: 17px;
	line-height: 120%;
	color: #FFFFFF;
	}

.f17bluebold {
	font-size: 17px;
	line-height: 120%;
	color: #0000FF;
	font-weight: bold;
	}

.f17yellow {
	font-size: 17px;
	line-height: 120%;
	color: #FFFF00;
	}

.f17brown {
	font-size: 17px;
	line-height: 120%;
	color: #996633;
	}

.f17koiaka {
	font-size: 17px;
	line-height: 120%;
	color: #CC0000;
	}

.f18 {
	font-size: 18px;
	line-height: 120%;
	}

.f18white {
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
	}

.f18red {
	font-size: 18px;
	line-height: 120%;
	color: #FF0000;
	}

.f18hipink {
	font-size: 18px;
	line-height: 120%;
	color: #F347C0;
	}

.f18yellow {
	font-size: 18px;
	line-height: 120%;
	color: #FFFF00;
	}

.f18sky {
	font-size: 18px;
	line-height: 130%;
	color: #0099FF;
	font-weight: bold;
	}

.f18purple {
	font-size: 18px;
	line-height: 120%;
	color: #390073;
	}

.f18redbold {
	font-size: 18px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.f12glay1 {
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	}

.f14red1 {
	font-size: 14px;
	line-height: 140%;
	color: #FF0000;
	}

.f25redbold {
	font-size: 25px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.f30redbold {
	font-size: 30px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.f32redbold {
	font-size: 32px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.style6 {
	font-size: 13px;
	line-height: 120%;
	color: #009900;
	font-weight: bold;
	}

.style8 {
	font-size: 13px;
	line-height: 120%;
	color: #ff33ff;
	font-weight: bold;
	}

.f38redbold {
	font-size: 38px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.f45redbold {
	font-size: 45px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.f48redbold {
	font-size: 48px;
	line-height: 120%;
	color: #FF0000;
	font-weight: bold;
	}

.style14 {
	font-weight: bold}
.style16 {
	font-size: 12px;
	line-height: 120%;
	color: #0000ff;
	font-weight: bold;
	}
.f24white{
	font-size: 24px;
	line-height: 150%;
	color: #ffffff;
	font-weight: bold;
	}


/* 河原町追加 */

.f30blackbold {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
	}

.f45blackbold {
	font-size: 45px;
	line-height: 150%;
	color: red;
	font-weight: bold;
	text-align: center;
	}

#policy_agree_block div.box_padding_b:first-child
{
 height:200px;
overflow-y:scroll;
 border:solid;
}

.usercheck {
margin: 0;
margin-top: 15px;
padding: 0;
text-align: center !important;
font-size: x-large;
font-weight: 700;
}


.error_text {
font-size: x-large;
font-weight: 700;
line-height: 150%;
}

#policy_agree
{
width:20px;
height:20px;
}


/* 検索結果 */
/*
.list_table_middle .list_item_table .price .pricech {
    color: red;
    font-size: 15px;
    font-weight: bold;
    margin: 3px 0px;
}
*/

/* 商品ページ内のかっぱ親子の商品説明Youtube */
/*.kappa-youtube {
     動画非表示 2017/11/16 再表示 2018
/07/05    display: none;
}*/
.kappa-youtube .kappa-head {
    text-align: center;
    margin-top: 20px;
}
.kappa-youtube .kappa-video {
    width: 560px;
    text-align: center;
    margin: 20px auto 0px auto;
}
.detail_item_text.detail_desc_box img.youtube-btn {
    width: 15%;
}


/* 商品詳細表 */
table#product-spec {
	margin: 0 0 0 -8px;
	width: 610px;
	border: solid 1px #999999;
	border-collapse: collapse;
	}

table#product-spec a.icon-list-popup {
	font-size: 14px;
	color: #149646;
	font-weight: normal;
	text-decoration: underline;
	}
table#product-spec a.icon-list-popup:hover {
	font-size: 14px;
	color: #149646;
	text-decoration: none;
	}

table#product-spec tr
table#product-spec th,
table#product-spec td {
	vertical-align: middle;
	}

table#product-spec th {
	height: 30px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	background: #dcdcdc;
	border-right: 1px solid #999999;
	}

table#product-spec td {
/*	padding: 3px 8px 3px 8px; */
    padding: 3px 5px;
	font-size: 14px;
	border: solid 1px #999999;
	text-align: left;
	}
table#product-spec td.shousai-title {
	width: 112px;
	text-align: right;
	white-space: nowrap;
	}
table#product-spec td.shousai-title span {
	color: #000;
	}
table#product-spec td.bikou {
	padding-top: 5px;
	font-size: 12px;
	vertical-align: top;
	}
table#product-spec td#sunpo {
	width: 250px;
	vertical-align: top;
	text-align: center;
	}

th.midashi {
	background: #eee;
	border: 1px right #999999 solid;
	}

tr.color1 {
	background: #fff;
	}

tr.color2 {
	background: #f0f8ff;
	}

#product-spec td.color1 {
	background: #fff;
	}
#product-spec td.color2 {
	background: #f0f8ff;
	}

a#syousai-button {
	display: block;
	width: 160px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 0;
	position: absolute;
	top: -13px;
	right: -5px;
	background: url(https://emask.ocnk.net/data/emask/product/jump-syousai.png) 0 0 no-repeat;
	}
a#syousai-button:hover {
	background: url(https://emask.ocnk.net/data/emask/product/jump-syousai.png) 0 -34px no-repeat;
	}

a#kounyu-button {
	display: block;
	width: 160px;
	height: 34px;
	margin: -6px 0 0 0;
	padding: 0;
	position: absolute;
	right: -5px;
	background: url(https://emask.ocnk.net/data/emask/product/jump-kounyu.png) 0 0 no-repeat;
	}
a#kounyu-button:hover {
	background: url(https://emask.ocnk.net/data/emask/product/jump-kounyu.png) 0 -34px no-repeat;
	}


div#spec3 {
	width: 598px;
	margin: 0 0 0 -8px;
	padding: 10px 5px 5px;
	position: relative;
	border: solid #999999;
	border-width: 0 1px 1px 1px;
	background-color: #FFFFE2;
	font-size: 13px;
	}
div#spec3 strong {
	color: red;
    font-weight: normal;
}
div#spec3 a {
    font-size: 13px;
	color: blue;
}

#product-spec .description {
    line-height: 180%;
    padding: 15px 8px;
}
#product-spec .description strong {
    color: red;
    font-size: 15px;
}
#product-spec .description em {
    font-weight: bold;
    font-style: normal;
}
#product-spec .description a {
    font-size: 15px;
    font-weight: bold;
}



/**
 * 新しいトップページ用の上書きスタイル
 */
* {
    font-family: sans-serif;
}
#container {
    background-image: none;
}
#copy {
    position: relative;
}
#copy h1 {
    position: absolute;
    left: 7px;
    top: 8px;
    font-size: 17px;
    font-weight: bold;
    color: #036EB8;
}
#guide {
    position: absolute;
    top: 0px;
    left: 257px;
    color: black;
    height: 35px;
    line-height: 35px;
    background-image: url(image/guide_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
}
#copy a {
    color: black;
    text-decoration: none;
    font-size: 13px;
}
#copy a:hover {
    text-decoration: underline;
}
#copy input.searchinput {
    padding: 0 0 0 10px;
    letter-spacing: 10px;
    height: 20px;
}
#copy .form {
    width: 130px;
    border-color: #8F8F8F;
    border-width: 1px;
    border-style: solid;
    height: 16px;
}
#favorite {
    position: absolute;
    left: 384px;
    top: 0;
    line-height: 35px;
    height: 35px;
    line-height: 35px;
    background-image: url(image/star_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
}
#cart_detail {
    position: absolute;
    left: 540px;
    top: 0;
    z-index: auto;
    font-size: auto;
}
#cart_detail a {
    font-size: 13px;
}
#product_search {
    position: absolute;
	top: 7px !important;
    right: 5px;
}
#product_search input {
    vertical-align: middle;
}


#header_menu {
    position: absolute;
    left: -11px;
    top: 98px;
    width: 881px;
    height: 47px;
    background-image: url("image/header_menu3.jpg");
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
}
#header_menu a {
    display: block;
    float: left;
    width: 176px;
    height: 47px;
}

.category_list>ul {
    padding: 0px 3px 0px 3px;
    font-size: 12px;
    font-weight: bold;
}
.category_list>ul>li {
    list-style-type: none;
    list-style-image: none;
}
.category_list ul a {
    text-decoration: none;
    color: black;
}
.category_list .last {
    padding-bottom: 0px;
}
.category_list ul ul {
    padding: 5px 3px 0px 0px;
    font-weight: normal;
	list-style-position: inside;
	margin-left: -7px;
	margin-right: -15px;
}
.category_list ul ul li a {
    font-size: 12px;
}
.category_list ul ul li a:hover {
    text-decoration: underline;
}
.category_list li {
    list-style-image: none;
    list-style-type: none;
}
.category_list li ul li {
list-style-image: none;
list-style-type: none;
background-image: url("https://emask.ocnk.net/data/emask/img/icon04.gif");
background-position: left top;
background-repeat: no-repeat;
padding-left: 18px;
padding-top: 2px;
}
.side_box .category_list {
    display: none;
}


#login_box_area .member .shopc_in {
    background-color: #F5F5EB;
    padding: 0;
    border-style: none;
}
#login_box_area .member .shopc_go {
    display: none;
}
#login_box_area .member .shopc_title {
    display: none;
}
#login_box_area .subicon03 {
    background-image: none;
}

#mregistration {
    height: 45px;
}
#mlogin {
    height: 45px;
}
#mregistration a {
    background: url(image/register_btn.png);
    width: 166px;
    height: 45px;
}
#mlogin a {
    background: url(image/login_btn.png) 0 0 no-repeat;
    width: 168px;
    height: 45px;
}
#mregistration, #mlogin, #mregistration a, #mlogin a {
    margin: 0 0 0 -2px;
    padding: 0;
    display: block;
    text-indent: -9999px;
}

#top-three-banners {
    margin-top: 8px;
    position: relative;
}
#top-three-banners a {
    display: block;
    position: absolute;
    width: 220px;
    height: 170px;
    top: 0;
    background-color: #fff;
    opacity: 0;
}

#three_column {
    position: absolute;
    width: 670px;
}
#three_column .head {
    margin-top: 0;
    margin-left: -7px;
    width: 662px;
    height: 47px;
    background-image: url("image/top_category_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #0066CC;
    line-height: 41px;
    padding-left: 23px;
    font-size: 15px;
    font-weight: bold;
}
#three_column .head span {
    font-size: inherit;
    color: #f00;
    font-weight: bold;
	vertical-align: middle;
	margin-right: 20px;
}

#centertd {
    position: relative;
}

#products_table {
    width: 690px;
    margin-left: -5px;
    table-layout: fixed;
}
#products_table a:hover {
    opacity: 0.8;
}

.products_table {
    width: 690px;
    margin-left: -5px;
    table-layout: fixed;
    margin-top: -2px;
    margin-bottom: 5px;
}
.products_table a:hover {
    opacity: 0.8;
}
.products_table a {
    text-decoration: none;
}
.products_table img {
    vertical-align: bottom;
}


#header {
    display: none;
}
body {
    margin-top: 0;
}
input.logoutinput {
    margin-left: 10px;
}


/* レフトメニュー黒マスクリンク文字位置修正 */
/*
.free_menu:nth-child(11) a, .free_menu:nth-child(12) a {
    position: relative;
    line-height: 110%;
    top: -5px;
}
*/


/* 商品ページ最上部の赤文字テキスト */
.item-text {
    color: red;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    text-align: center;
}

/* サンプル請求ページ */
#sample-form {
  width: 600px;
  margin: 10px auto;
}

#sample-form td a {
  font-size: 13px;
}

#sample-form h2 {
  width: 601px;
  height: 55px;
  line-height: 57px;
  color: white;
  background-image: url("image/form_header.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
}

#sample-form table {
  width: 600px;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0E0;
}

#sample-form th, #sample-form td {
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0E0;
}

#sample-form td {
  padding: 5px 10px;
  font-size: 13px;
}

#sample-form textarea {
  resize: none;
  height: 90px;
  width: 440px;
  padding: 5px;
  border-radius: 5px;
  border-color: #C4C6C3;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
  overflow: auto;
}

#sample-form textarea.sample-area {
  resize: vertical;
}

#sample-form input[type=text],
#sample-form input[type=tel],
#sample-form input[type=email] {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color:#C4C6C3;
  height: 30px;
  width: 290px;
  padding: 0px 5px;
  font-size: 13px;
}

#sample-form input[name=postcode] {
  width: 150px;
}

#sample-form input[name=address], #sample-form input[name=purpose] {
  margin: 5px 0px;
  width: 440px;
}

#sample-form input[name=mail], #sample-form input[name=mail_confirm] {
  width: 280px;
}

#sample-form input[name=mail] {
  margin-bottom: 5px;
}

#sample-form input[name=mail_user], #sample-form input[name=mail_host] {
  width: 170px;
}

#sample-form input[name=phone1], #sample-form input[name=phone2], #sample-form input[name=phone3] {
  width: 58px;
}

#sample-form input[name=url] {
  width: 520px;
}

#sample-form .phone-help {
  float: right;
  width: 200px;
  font-size: 11px;
  line-height: 120%;
  margin: 2px 0px 0px 0px;
  position: relative;
  left: 15px;
  top: 1px;
}

#sample-form input[name=postcode],
#sample-form input[name=tel] {
  width: 175px;
}

#sample-form .phone-help2 {
    width: 250px;
    font-size: 13px;
    line-height: 120%;
    margin: 2px 0px 0px 10px;
    display: inline-block;
    vertical-align: bottom;
}

#sample-form .require {
  width: 25px;
  background-color: #138DE6;
  color: white;
  font-size: 20px;
}

#sample-form .label {
  width: 125px;
  font-size: 12px;
  padding: 10px 0px;
}

#sample-form .url-label {
  font-size: 11px;
}

#sample-form tr .label {
  background-color: #FEF0D5;
}

#sample-form .center {
  text-align: center;
}

#sample-form .require-explain {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
  line-height: 180%;
}

#sample-form .require-explain img {
  vertical-align: middle;
}

#sample-form .require-explain strong {
  color: red;
}

#sample-form .atmark {
  padding: 0px 5px;
}

#sample-form .line {
  font-size: 30px;
  vertical-align: middle;
  padding: 0px 5px;
}

#sample-form label {
  line-height: 200%;
  vertical-align: middle;
}

#sample-form .comment {
  font-size: 11px;
  padding-top: 2px;
}

#sample-form .comment strong {
  color: red;
  font-size: 13px;
}

#sample-form .help {
  font-size: 13px;
  margin: 0;
  line-height: normal;
}

#sample-form .help strong {
  font-size: 14px;
}

#sample-form p {
  font-size: 12px;
  line-height: 180%;
  margin: 5px;
}

#sample-form em {
  font-style: normal;
  color: red;
}

#sample-form .coupon {
  background-color: #FCEC00;
  padding: 2px;
  margin: 5px;
  line-height: normal;
  font-size: 12px;
  color: #F90000;
}

#sample-form span.customSelect {
  width: 100px;
  height: 30px;
  background-image: url("image/sample_select.jpg");
  background-position: center;
  padding-left: 10px;
  line-height: 30px;
  background-repeat: no-repeat;
}

#sample-form .error {
  padding: 5px;
  color:  #EE3C42;
  font-weight: bold;
  display: none;
}

#sample-form input[type=image] {
  margin: 20px 0 40px 0;
}

#sample-form input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

#sample-form .button {
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

#sample-form .mark {
  background-color: red;
  color: white;
  font-size: 11px;
  padding: 0px 2px;
  vertical-align: middle;
  margin: 3px;
  font-weight: bold;
}

#sample-form .caution {
  background-color: yellow;
  color: red;
  font-size: 16px;
  font-size: 15px;
  padding: 3px;
}

#sample-form .select-time {
  margin-top: 5px;
  margin-left: 20px;
  white-space: nowrap;
  line-height: 180%;
}

#sample-form-container {
  background-color: white;
  width: 670px;
  padding: 5px 0;
  margin: auto;
}

/* 領収書発行ページ */
#ryosyu-container {
    background-color: white;
    padding: 10px 10px 30px 10px;
    width: 650px;
    margin: auto;
}
#ryosyu-form {
    text-align: center;
}
#ryosyu-form .to-top {
    font-size: 14px;
    font-weight: bold;
    color: #137AC0;
}
#ryosyu-form ul {
    list-style: none;
}
#ryosyu-form h2 {
    background-image: url("image/free_title.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 650px;
    height: 54px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
}
#ryosyu-form p {
    text-align: left;
    line-height: normal;
    font-size: 13.4px;
}
#ryosyu-form .panel {
    width: 500px;
    background-color: #F6F6F6;
    box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.2);
    margin: 20px auto 30px auto;
    padding: 0 0 10px 0;
    font-size: 16px;
}
#ryosyu-form label {
    width: 130px;
    height: 60px;
    line-height: 130%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
#ryosyu-form .value {
	width: 335px;
	height: 60px;
	text-align: left;
	padding-left: 40px;
	display: table-cell;
	vertical-align: middle;
}
#ryosyu-form .input-group {
	clear: both;
}
#ryosyu-form input[type=text] {
	width: 240px;
	height: 42px;
	font-size: 16px;
	padding: 0 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-image: url("image/r_input_bg.png");
	border-style: none;
	background-color: transparent;
}
#ryosyu-form .unit {
	vertical-align: bottom;
	position: relative;
	bottom: 5px;
	left: 10px;
}
#ryosyu-form select {
	font-size: 16px;
	width: 261px;
	height: 42px;
	padding: 0 10px;
	background-image: url("image/r_select_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-style: none;
	apperance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#ryosyu-form select::-ms-expand {
	display: none;
}
#ryosyu-form #ryosyu-price {
	font-size: 19px;
}
#ryosyu-form .help {
	font-size: 13px;
}
#ryosyu-form .yen {
	font-size: 16px;
	padding-left: 10px;
}
#ryosyu-form #date {
	font-size: 19px;
	line-height: 180%;
}
#ryosyu-form #mail {
	font-size: 20px;
}

/* 汎用　フリーページタイトル */
.free-page-title {

}

/* マウスオーバー時に半島名にする画像 */
.hover-opacity:hover {
  opacity: 0.8;
}

/* レフトメニュー */
#freepage_box_area {
    margin-bottom: 0;
}

/* 商品ページ上部の赤文字 */
.product-top-text {
    padding: 0 0 5px;
    text-align: center;
	font-size: 16px;
    line-height: normal;
	color: red;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 200%;
}
.stockInfo {
    margin-bottom: 0;
}
.detail_item_text.detail_desc_box {
    padding-top: 5px;
}


/* マスク商品ページ最下部の注意書き */
#mask-bottom-attention {
    width: 600px;
    margin: 10px auto 0;
    text-align: left;
}
#mask-bottom-attention p {
    font-size: 11px;
    line-height: normal;
}
#mask-bottom-attention strong {
    color: red;
    font-size: 13px;
}
#mask-bottom-attention p {
    margin: 0 0 0 5px;
}
#mask-bottom-attention td {
    padding: 5px 0;
}

/* IE でリンク画像の枠線を消す */
a img {
    border-style: none;
}

/* フリーページタイトル見出し */
h2.free-title {
    margin: 10px auto 0;
    padding-left: 15px;
    background-image: url(image/free-title.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 582px;
    height: 48px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: left;
}

/* 送付先の複数指定 */
.page#multiple {
    width: 600px;
    padding: 1px 10px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 160%;
    word-break: normal;
    background-color: white;
}
.page#multiple h3 {
    font-weight: bold;
    font-size: 16px;
    color: black;
    border-bottom-style: solid;
    border-width: 4px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.page#multiple p {
    margin: 0 0 20px 10px;
}
.page#multiple .center {
    text-align: center;
}

/* 咳エチケット */
#etiquette.page {
    font-size: 13px;
    line-height: 180%;
    width: 580px;
    background-color: white;
    margin: auto;
    padding: 10px 0;
    word-break: normal;
}
#etiquette.page strong {
    color: red;
    font-weight: normal;
}
#etiquette.page p {
    padding: 0 7px;
    margin-bottom: 20px;
}
#etiquette.page h2 {
    background-color: #0071BC;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 7px 0 5px;
}
#etiquette.page h3 {
    color: black;
    font-size: 14px;
    padding-left: 7px;
    margin-top: 20px;
}
#etiquette.page h3 + p,
#etiquette.page h3 + .img-box {
    margin-top: 5px;
}
#etiquette.page .img-box {
    border-style: solid;
    border-width: 2px;
    padding: 5px 7px 10px;
    margin: 10px;
}
#etiquette.page .img-box.put {
    border-color: #FF0000;
}
#etiquette.page .img-box.pull {
    border-color: #0071BC;
}
#etiquette.page .img-box img {
    margin: 10px 10px 5px;
}
#etiquette.page .cough-box {
    background-color: #E6E6E6;
    text-align: center;
    margin: 0 8px;
    padding: 5px 0;
}
#etiquette.page .cough-box .box {
    display: inline-block;
}
#etiquette.page .cough-box .bottom {
    text-align: right;
    margin-right: 5px;
}
#etiquette.page a {
    font-size: 13px;
}

.detail_sub_title {
    display: none;
}
.sub_item {
	margin: 0;
    padding: 0;
}

/* 商品ページのレビュー */
#product-review {
    margin-top: 10px;
}
#product-review .review-content {
    width: 596px;
    height: 186px;
    margin-left: 10px;
    border-width: 2px;
    border-color: #C9CACB;
    border-style: solid;
    overflow-y: scroll;
    overflow-x: hidden;
}
#product-review #reviewContent .voice-box {
    padding: 5px 0px 15px 10px;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #181313;
    line-height: normal;
    font-size: 14px;
    margin: 0px 5px 10px 5px;
    position: relative;
}
#product-review #reviewContent .voice-new {
    position: absolute;
    top: 10px;
    right: 10px;
}
#product-review #reviewContent .face {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
#product-review #reviewContent .voice-content {
    margin-left: 30px;
    display: inline-block;
    width: 460px;
    vertical-align: middle;
}
#product-review #reviewContent .voice {
    font-size: 14px;
    margin-top: 5px;
}
#product-review #reviewContent .products-label {
    color: #DC0010;
    font-weight: bold;
    float: left;
    font-size: 13px;
}
#product-review #reviewContent .products {
    font-weight: bold;
    margin-left: 70px;
    font-size: 13px;
}
#product-review #reviewContent .voice-box a {
    font-size: 14px;
    line-height: normal;
}
#product-review #more_review {
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 10px;
}
#product-review #more_review img {
    width: auto;
}
#product-review #reviewContent .date {
    font-size: 12px;
}
#product-review #reviewContent .item {
    padding-bottom: 5px;
}
#product-review #reviewContent .new {
    position:absolute;
    right: 0px;
    top:5px;
}

/* テロップ */
#telop {
	line-height: normal;
	margin-bottom: 5px;
}
#telop marquee span {
	color: white;
	background-color: #025FC2;
	vertical-align: middle;
	padding: 0px 2px;
	margin-right: 5px;
	font-size: 13px;
	margin-bottom: 1px;
	display: inline-block;
}
#telop a {
	text-decoration: none;
}
#telop marquee {
	width: 675px;
	vertical-align: middle;
	font-size: 14px;
	vertical-align: middle;
}
#telop marquee img {
	vertical-align: middle;
	margin-bottom: 2px;
}

/* フリーページ（汎用） */
.general-free-page {
    font-size: 13px;
    line-height: 180%;
    width: 580px;
    background-color: white;
    margin: auto;
    padding: 10px 0;
    word-break: normal;
}
.general-free-page p {
    margin: 10px 5px 5px;
}
.general-free-page h2 {
    background-color: #0071BC;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 5px;
}
.general-free-page strong {
    color: #ff0000;
    font-weight: normal;
}
.general-free-page .center {
    text-align: center;
}
.general-free-page .two-column {
    text-align: center;
    margin: 5px 0;
}
.general-free-page .two-column>div {
    display: inline-block;
    text-align: center;
}
.general-free-page .caption {
    margin: 5px 0;
    text-align: center;
}
.general-free-page .to-top {
    text-align: right;
    margin: 5px 7px;
}
.general-free-page .to-top a {
    color: #0071BC;
}

/* 商品ページ：カートに入れる・お問い合わせボタンのデザイン変更 */
.item_bot_box .bot_b input {
    background-image: url("image/button-bg.png");
    padding: 0;
    width: 110px;
    height: 28px;
    font-size: 13px;
    padding-bottom: 2px;
    letter-spacing: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #512810;
    line-height: 28px;
}
.item_bot_box #cart_input_line1 {
    display: none;
}
.bot_b input,
.point_box .bot_b .default_bot_b input,
.link_bot_box .bot_b .default_bot_b input,
.point_box3 .bot_b .default_bot_b input,
.td_color1 .bot_b .default_bot_b input {
    background-image: url("image/button-bg.png");
    background-size: 100% 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0 20px;
    /* width: 110px; */
    min-height: 30px;
    font-size: 13px;
    padding-bottom: 2px;
    letter-spacing: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #512810;
    line-height: 28px;
}
.bot_b .sec_linel {
    display: none;
}

/* フリーページテンプレート（青背景タイトル＋白背景コンテンツ） */
.free-page {
    font-size: 13px;
    line-height: 1.8;
    width: 580px;
    background-color: white;
    margin: auto;
    padding: 10px 0;
    word-break: normal;
}
.free-page h2 {
    background-color: #0071BC;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
}
.free-page p {
    padding: 0 7px;
    margin: 15px 0;
}
.free-page strong {
    color: #f00;
}
.free-page .center {
    text-align: center;
}
.free-page #return {
    margin: 20px 0;
    text-align: right;
}

/* FREX B2B */
#copy {
    height: 140px;
}
#copy h1 {
    top: 20px;
}
#copy #frex-b2b {
    position: absolute;
    top: 27px;
    left: auto;
    right: 100px;
    z-index: 1;
}
#copy #frex-b2b a {
    font-size: 13px;
    font-weight: bold;
    color: #f00;
    text-decoration: none;
    vertical-align: middle;
}
#copy #frex-b2b a:hover {
    text-decoration: underline;
}
#copy #frex-b2b img {
    vertical-align: middle;
}
#guide {
    top: 27px;
    height: 33px;
}
#favorite {
  left: 364px;
  top: 27px;
  height: 33px;
}
#cart_detail {
  left: 503px;
  top: 27px;
  height: 33px;
}
#product_search {
    top: 17px;
}

/* マスク本舗へ移動するバナー */
#to-mask-honpo {
    display: block;
    margin: 20px 0 10px;
}

/* 商品ページ（販促マスク・印刷＆封入サービス） */
#product-inclusion {
    margin: 0 auto 0 -8px;
    padding: 0;
    width: 610px;
    background-color: #fff;
    text-align: center;
    font-family: "メイリオ", sans-serif;
}
#product-inclusion img {
    max-width: 100%;
}
#product-inclusion #catch {
    margin: 10px 0;
}
#product-inclusion #provision {
    border-style: solid;
    border-width: 3px;
    border-color: #0071BB;
    border-radius: 15px;
    width: 600px;
    margin: 15px auto 10px;
}
#product-inclusion #provision h2 {
    border-color: #0071BB;
    border-radius: 10px 10px 0 0;
    background-color: #0071BB;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    margin: 0;
    letter-spacing: 10px;
    line-height: normal;
}
#product-inclusion #provision div {
    background-color: #FFFFDD;
    border-radius: 15px;
}
#product-inclusion #provision ul {
    list-style-type: none;
    background-color: #FFFFDD;
    border-radius: 15px;
    padding: 15px 20px 0;
    margin: 0;
}
#product-inclusion #provision li::before {
    content: "・";
}
#product-inclusion #provision li {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 10px;
}
#product-inclusion #provision-help {
    text-align: left;
    line-height: 1.8;
    margin-left: 15px;
    font-size: 12px;
}
#product-inclusion a img:hover {
    opacity: 0.8;
}
#product-inclusion .ribbon {
    text-align: left;
}
#product-inclusion .ribbon h2 {
    display: inline-block;
    width: 150px;
    height: 40px;
    background-color: #000;
    color: #fff;
    line-height: 40px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: 35px 0 15px;
}
#product-inclusion #about {
    text-align: left;
    list-style-type: none;
}
#product-inclusion #about li {
    margin-bottom: 20px;
    font-size: 16px;
}
#product-inclusion #about li a {
    font-size: inherit;
    color: #0071BB;
}
#product-inclusion #about li:last-child {
    margin-bottom: 15px;
}
#product-inclusion #about li strong {
    color: #f00;
}
#product-inclusion #delivery {
    position: relative;
    text-align: left;
}
#product-inclusion #delivery a {
    position: absolute;
}
#product-inclusion #delivery a img {
    width: 140px;
}
#product-inclusion #delivery a.normal {
    left: 465px;
    top: 33px;
}
#product-inclusion #delivery a.tokkyu {
    left: 465px;
    top: 100px;
}
#product-inclusion #delivery a.tyotokkyu {
    left: 465px;
    top: 172px;
}
.product-plan .buttons a {
    float: left;
}
.product-plan .buttons a img:hover {
    opacity: 0.8;
}
.product-plan .buttons::after {
    content: "";
    display: block;
    clear: both;
}
.product-plan .help {
    background-image: url(https://www.anshinya.com/data/emask/image/plan-arrow.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 10px auto 20px;
}
.product-plan .help div {
    display: inline-block;
    position: relative;
	padding: 0 12px;
	font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    border-style: solid;
    border-color: #C0272D;
    border-width: 3px;
    background-color: #FFFFCC;
}
.product-plan .help div:nth-child(1) {
    left: 50px;
}
.product-plan .help div:nth-child(2) {
    left: 385px;
}

/* SNSボタン追加 */
#social-buttons {
  position: absolute;
  top: 7px;
  left: 255px;
}
#social-buttons>iframe,
#social-buttons>div {
  margin-right: 15px;
}
.fb-like span {
  vertical-align: baseline !important;
}

#showcase .showcase-content-container img {
    width: 670px;
}

/* 印刷可能商品の印刷ページバナー関連 */
#product-spec.has-print-banner .description {
  line-height: 180%;
  padding: 15px 8px;
}
#product-spec.has-print-banner td {
  padding: 4px 5px;
}
#product-spec .print-banner {
  text-align: center;
}
#product-spec .print-banner:hover {
  opacity: .8;
}
#product-inclusion .to-print-banner {
  text-align: center;
  margin: 30px 0 0;
}
#product-inclusion .to-print-banner:hover {
  opacity: .8;
}

/* レフトメニューバナー追加 */
#left-banners {
    margin: 13px 0;
}
#left-banners a {
    display: block;
	margin: 8px 0;
}
#left-banners a img:hover {
    opacity: .8;
}

/* プリントマスク */
#spec-bottom-text {
    font-size: 14px;
    margin: 15px 0 30px;
}
#print-mask-description .mask-catch-text {
	padding: 10px 0 10px 10px;
	width: 600px;
	margin-left: 1px;
}
#print-mask-description .mask-catch-text strong {
	font-size: 28px;
	display: block;
	font-weight: bold;
	line-height: normal;
}
#print-mask-description .mask-catch-text p {
	font-size: 15px;
	line-height: 1.8;
}

#print-mask-description .carbon {
	margin: 20px 0 40px;
	line-height: normal;
}
#print-mask-description .carbon h2 {
	text-align: center;
	letter-spacing: 3px;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	background-image: none;
	background-color: #000;
	padding: 0;
}
#print-mask-description .carbon .two-column>div {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#print-mask-description .carbon .two-column .left {
	width: 39.5%;
}
#print-mask-description .carbon .two-column .right {
	width: 58.5%;
	margin-left: 1%;
}
#print-mask-description .carbon .right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#print-mask-description .carbon .right li {
	font-size: 34px;
	font-weight: bold;
	font-family: serif;
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
    text-align: center;
}
#print-mask-description .carbon .right li div {
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	background-color: #000;
	color: #fff;
	padding: 3px 10px 0;
	letter-spacing: 5px;
}
#print-mask-description .carbon .right p {
	font-family: serif;
	/*line-height: normal;*/
	line-height: 1.3;
	font-weight: bold;
	margin-top: 10px;
	font-size: 31px;
}
#print-mask-description h2.points-header {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: normal;
	background-image: none;
	padding: 0;
}
#print-mask-description #points {
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	height: 540px;
	margin: 10px 0 45px;
}
#print-mask-description #points div {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	font-family: serif;
	line-height: 1.2;
}
#print-mask-description p {
    margin: 0;
}
#print-mask-description .print-mask-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
	margin: 10px 0;
}
#print-mask-description .print-mask-text strong {
    font-size: 23px;
    font-weight: bold;
}
#print-mask-description  #mask-bottom-attention p {
	margin: 0 0 0 5px;
}


/****************************************
 ログイン後デザイン修正　ここから
****************************************/
/* マイページボタン */
#lefttd #login_box_area #st_login .shopc_list .shopc_in .subicon03 {
  background-position: 0px 0px;
  cursor: pointer;
  background-image: url(https://emask.ocnk.net/data/emask/image/login-btn.png);
  width: 85px;
  height: 23px;
  padding: 0;
}
#lefttd #login_box_area #st_login .shopc_list .shopc_in .subicon03:hover {
    background-position: 0;
}
#lefttd #login_box_area #st_login .shopc_list .shopc_in .subicon03 a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 25px;
  padding-left: 18px;
}

/* ログアウトボタン */
#st_login.member form {
  position: relative;
}
#st_login.member .bot_b .logoutinput {
  position: absolute;
  left: 78px;
  top: -37px;
  background-color: #fff !important;
  color: #000 !important;
  font-weight: normal !important;
  border-style: solid;
  border-width: 2px 3px 3px 2px;
  border-color: #B3B3B3;
  padding: 0 !important;
  width: 69px;
  height: 22px;
  font-size: 12px;
  line-height: normal;

  /* デフォルトのスタイルをリセット */
  background-image: none;
  text-shadow: none;
  min-height: 0;
}

/* その他フォントサイズ調整 */
#st_login.member .shopc_in {
  font-size: 12px;
  margin-bottom: 15px;
}
#st_login.member .auto {
  background-color: #F5F5EB;
}
#st_login.member .point {
  font-size: 12px;
  margin: 8px 0 0;
}
#st_login.member .point strong {
   font-size: 13px;
   vertical-align: middle;
   visibility: hidden;
   line-height: normal;
}
#st_login.member .point strong .value {
  font-size: 15px;
  color: #f00;
  margin-right: 3px;
  vertical-align: middle;
}
#st_login.member .subicon03 {
	margin: 5px 0;
}
#st_login.member .shopc_go {
  padding: 0;
}
/****************************************
 ログイン後デザイン修正　ここまで
****************************************/

/* 商品ページ：枚数により単価が変わります。のテキスト */
.according_options {
    font-size: 12px;
}

/* フリーページ一覧のクッションページ */
.free-page-cushion {
  background: #fff;
  line-height: 1.75;
  width: 590px;
  min-height: 835px;
  margin: auto;
  padding: 0 10px;
}

.free-page-cushion h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #2E3192;
}

.free-page-cushion .index {
  list-style-type: none;
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
}

.free-page-cushion .index li {
  font-size: 14px;
  margin: 5px 0;
}

.free-page-cushion .index li::before {
  content: url("https://www.anshinya.com/data/emask/image/cushion-item.png");
  vertical-align: middle;
  margin: 0 5px;
}

.free-page-cushion .index a,
.free-page-cushion .index a:link,
.free-page-cushion .index a:visited {
  color: #0071BC;
  font-size: 14px;
}

/* 商品ページチラシの有無の選択バナー */
.product-select-chirashi {
  display: flex;
  justify-content: space-between;
  width: 595px;
  margin: 5px 0 15px;
}
.product-select-chirashi a:hover img {
  opacity: .8;
}
.product-select-chirashi a.active img {
  cursor: default;
  opacity: 1 !important;
}

/* ヘッダーの営業時間と電話番号 */
#copy p.header-tel {
  color: #175DD2;
  font-size: 29px;
  font-weight: bold;
  left: 250px;
  line-height: 180%;
  position: absolute;
  top: 43px;
  margin: 10px 0;
}
.header-tel::before {
  content: url(https://www.anshinya.com/data/emask/image/header-tel.png);
  margin-top: 2px;
  margin-right: 5px;
  vertical-align: middle;
}
#copy p.header-hours {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  left: 545px;
  position: absolute;
  top: 58px;
}
div#promotion-mask-content {
    display: flex;
    justify-content: space-around;
}