@import url("org_h_l_f.css");


/***************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

***************************************************/

html {
	
}
body {
	background-image: url(https://shop.zeitaku.jp/img/common/head/bg01.jpg) !important;
	background-repeat: repeat !important;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1.4;
    text-align:center;
    border-top:5px solid #4d4d4d;
}
body td,body th{
    font-size:14px;
}
table{
    border-collapse:collapse;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*****************************************************

    変更

*****************************************************/
#komikomi {
　　margin-top:-90px; /* リンク位置上昇分 */
    padding-top:90px; /* 上昇分を戻す分 */

}

/***********
表示価格関係（上はカテゴリ）
*********/
.zeinasiP {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #FF0000 !important;
}
.zeikomiP {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #333333 !important;
}
.znP {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #FF0000 !important;
}
.zaP {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #333333 !important;
}

/***********
カートボタン周り説明BOX
*********/
.item_setumei .tt {
	font-size: 14px;
	background-color: #999999;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	letter-spacing: 3px;
}
.kuro {
	color: #333333;
}
.item_setumei {
	width: 430px;
	border: 1px solid #666666;
}
.item_setumei ul {
	list-style-type: disc;
	text-align: left;
	padding: 5px;
	list-style-position: inside;
	text-indent: -1em;
}
.item_setumei li {
	list-style-type: disc;
    padding-left:5px;
	list-style-position: inside;
	font-size: 14px;
	color: #333333;
    margin-left: 1em;
}
/***********
カテゴリーページ商品説明文表示
*********/
.dtl {
	width: 180px;
	font-size: 16px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #EEEEEE;
	border: 2px solid #FF0000;
}

.kuro {
	color: #333333;
}

.text_atn01
{
	font-size: 12px;
	border: 1px solid #999999;
	width: 95%;
	background-color: #F8F8F8;
}
.text_atn01 p
{
	padding: 5px;
}

/*---TOのフレーム */
.top-frame {
	width: 1000px;
	height: 155px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.tframe {
	width: 100%;
	height: 100%;
}

/*---TOのフレーム終わり */

/*--- パンくず */
#M_topicPathWrap {
	
}
#M_topicPathWrap ul {
	background-color: #F0F0F0;
	font-size: 12px;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.ATp1 {
	font-size: 14px;
	text-align: center;
	color: #333333;
	margin-top: 5px;
}



#attention {
	display: none;
}

.L_twit{
	overflow-y: auto;
	height: 300px;
	width: 180px;
}

.L_twit::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}


.L_twit::-webkit-scrollbar-thumb {
  background:#aaa;

}
#top_table {
	margin-top: -10px;
	margin-bottom: 15px;
	
}

/* ジャンプ先ID */
#kago_top {
　　margin-top:-90px; /* リンク位置上昇分 */
    padding-top:90px; /* 上昇分を戻す分 */

}


/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap{
    width:100%;
}

#wrapper,#makebanner,#topImage{
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
#wrapper{
	padding-top: 20px;
	background-color: #FFFFFF;
}
a:link {
    color:#1049A0;
    text-decoration:underline;
}

a:visited{
    color:#1049A0;
    text-decoration:underline;
}

a:hover{
    color:#345ECB;
    text-decoration: none;
}

a:active{
	color: #1049A0;
	text-decoration: underline;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
/*****************************************************

    ヘッダ #header

**************************************************/
#M_slider {
	margin: 0px !important;
	padding: 0px !important;
}

#bgcolor{	
	background-image: url(https://shop.zeitaku.jp/img/common/head/head_bg.png) !important;
	background-repeat: repeat-x;
    background-color: #660000;
}
#topImage {
        overflow: hidden;
} 
#headerWrap{
	text-align: center;　　　　
	height: 637px;
	}

/*******

↑heightはヘッダ領域（高さ）。

ヘッドバナー等追加する場合は変更するべし。カゴページでは別指定

******************************************************/



#header{
	width: 1000px;
　　background-color: #660000;
	margin-right: auto;
	margin-left: auto;
　　position: relative;	
}
#head{
	margin-bottom: 0px;
	min-height: 75px;
	height: 95px !important;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#head2{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header h1{
	margin-top: 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	margin-left: 20px;
}
#h_logo{
    float:left;
    width:360px;
    text-align:left;
}
#h_right{
	width: 640px;
	float: right;
	position: relative;
	top: 0px;
	text-align: right;
}

#top_bg{
	height: 225px;
	background-image: url(https://shop.zeitaku.jp/img/common/head/top_img_bg3.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #999999;
	}
#top_img{
	height: 225px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}

/* Topバナー */
#top_ba-box{
	width: 1000px;
	padding-bottom: 10px;
}
#top_ba-box .w5px {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#top_ba-box .w5px_end {
	margin-bottom: 5px;
}

/* サブナビゲーション */
#subNav{
	position: absolute;
	top: 0px;
	right: 0;
	color: #FFFFFF;
	height: 14px;
	text-align: right;
}
#subNav img{
    vertical-align:top;
}

#subNav li{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    margin-left:0px;
    vertical-align:top;
}
#subNav .M_loginBtn{
    display:block;
    width:90px;
    height:26px;
    background:url(https://shop.zeitaku.jp/img/common/head/b_login.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
	float:left; /*追加*/
    overflow:hidden;
}
#subNav .M_logoutBtn{
    display:block;
    width:90px;
    height:26px;
    background:url(https://shop.zeitaku.jp/img/common/head/b_logout.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    float:left;
    overflow:hidden;
}
#subNav .M_loginBtn:hover,
#subNav .M_logoutBtn:hover{
    background-position:0 -26px;
}
#subNav .M_helloMsg{
	float: left;
	font-size: 11px;
	margin-right: 8px;
	line-height: 14px;
	margin-top: 8px;
}

#subNav .subNav_btn01 a{
	display:block;
	height: 26px;
	width: 154px;
	background:url(https://shop.zeitaku.jp/img/common/head/b_menber.png) no-repeat 0 0;
	text-align:left;
    float:right;
	overflow:hidden;
}
#subNav .subNav_btn02 a{
	display:block;
	height: 26px;
	width: 75px;
	background:url(https://shop.zeitaku.jp/img/common/head/b_rireki.png) no-repeat 0 0;
	text-align:left;
    float:right;
	overflow:hidden;
}
#subNav .subNav_btn03 a{
	display:block;
	height: 26px;
	width: 75px;
	background:url(https://shop.zeitaku.jp/img/common/head/b_point.png) no-repeat 0 0;
	text-align:left;
    float:right;
	overflow:hidden;
}
#subNav .subNav_btn01 a:hover,
#subNav .subNav_btn02 a:hover,
#subNav .subNav_btn03 a:hover
{
    background-position:0 -26px;
}

#cart{
	position: absolute;
	top: 30px;
	right: 0;
}
/* 電話番号 */
#telnum,#M_basketTemp1{
    float:right;
}
#telnum{
    padding:0 10px;
}

/* 買い物カゴ */
#M_basketTemp1 .M_headItem{
	text-align:left;	
}

/* TOPナビゲーション */
#T_Nav{
	width: 1000px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#T_Nav li{
    float:left;
}
#T_Nav li a{
	display:block;
    height:60px;
    overflow:hidden;
}
#T_Nav li#T_Nav01 a{
	width:97px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav01.png) no-repeat top;
}
#T_Nav li#T_Nav02 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav02.png) no-repeat top;
}
#T_Nav li#T_Nav03 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav03.png) no-repeat top;
}
#T_Nav li#T_Nav04 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav04.png) no-repeat top;
}
#T_Nav li#T_Nav05 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav05.png) no-repeat top;
}
#T_Nav li#T_Nav06 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav06.png) no-repeat top;
}
#T_Nav li#T_Nav07 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav07.png) no-repeat top;
}
#T_Nav li#T_Nav08 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav08.png) no-repeat top;
}
#T_Nav li#T_Nav09 a{
	width:112px;
	background:url(https://shop.zeitaku.jp/img/common/head/Tnav09.png) no-repeat top;
}

#T_Nav li#T_Nav01 a:hover,#T_Nav li#T_Nav02 a:hover,#T_Nav li#T_Nav03 a:hover,#T_Nav li#T_Nav04 a:hover,#T_Nav li#T_Nav05 a:hover,#T_Nav li#T_Nav06 a:hover,#T_Nav li#T_Nav07 a:hover,#T_Nav li#T_Nav08 a:hover,#T_Nav li#T_Nav09 a:hover
 {
    background-position:0 -60px;
}
#nav_under {
	background-color: #660000;
	height: 10px;
	width: 1000px;
	background-image: url(https://shop.zeitaku.jp/img/common/head/nav_under.png);
	background-repeat: repeat-x;
}

/*スクロール後表示ナビ*/

#T2_Nav{
	width: 1000px;
	height: 43px;
	margin-right: auto;
	margin-left: auto;
}
#T2_Nav li{
    float:left;
}
#T2_Nav li a{
	display:block;
    height:43px;
    overflow:hidden;
}
#T2_Nav li#T2_Nav01 a{
	width:96px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav01.png) no-repeat top;
}
#T2_Nav li#T2_Nav02 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav02.png) no-repeat top;
}
#T2_Nav li#T2_Nav03 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav03.png) no-repeat top;
}
#T2_Nav li#T2_Nav04 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav04.png) no-repeat top;
}
#T2_Nav li#T2_Nav05 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav05.png) no-repeat top;
}
#T2_Nav li#T2_Nav06 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav06.png) no-repeat top;
}
#T2_Nav li#T2_Nav07 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav07.png) no-repeat top;
}
#T2_Nav li#T2_Nav08 a{
	width:113px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav08.png) no-repeat top;
}
#T2_Nav li#T2_Nav09 a{
	width:112px;
	background:url(https://shop.zeitaku.jp/img/common/head/2Tnav09.png) no-repeat top;
}

#T2_Nav li#T2_Nav01 a:hover,#T2_Nav li#T2_Nav02 a:hover,#T2_Nav li#T2_Nav03 a:hover,#T2_Nav li#T2_Nav04 a:hover,#T2_Nav li#T2_Nav05 a:hover,#T2_Nav li#T2_Nav06 a:hover,#T2_Nav li#T2_Nav07 a:hover,#T2_Nav li#T2_Nav08 a:hover,#T2_Nav li#T2_Nav09 a:hover
 {
    background-position:0 -43px;
}








/*****************************************************

    左コンテンツ #leftContents

*****************************************************/
/* 左カテゴリーメニュー強制デザイン */
ul.M_layer1 {
	width: 180px !important;
	padding-left: 0px !important;
	text-align: left !important;
	line-height: 1.4em !important;
    text-indent: 10px !important;
}
ul.M_layer2 {
	padding-left: 0px !important;
	text-align: left !important;
}
ul.M_layer1  li {
	background-image: url(https://shop.zeitaku.jp/img/common/left/cm1.png) !important;
	background-repeat: repeat-y !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;　　　
}
ul.M_layer1 li ul li {
	background-image: url(https://shop.zeitaku.jp/img/common/left/cm2.png) !important;
	padding-left: 0px !important;
	text-indent: 15px;
	}
.M_layer1 a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ul.M_layer1 a {
	color: #FFFFFF;
}
ul.M_layer2 a {
	color: #660000;
}
/* 左カテゴリーメニュー強制デザイン終わり */

/* 左メニューデザイン追加 */
.left_h2a {
	font-size: 14px;
	background: #660000;
	padding: 5px;
	margin-top: 5px;
	color: #FFFFFF;
	border-top: 2px solid #663300;
	border-right: 2px solid #330000;
	border-bottom: 2px solid #330000;
	border-left: 2px solid #663300;
}
.left_box01 {
	font-size: 14px;
	margin-bottom: 10px;
	border-top: 0px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #660000;
	text-align: left;
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.left_ul01 {
	margin-left: 8px;
	padding-left: 8px;
	color: #660000;
	list-style: url(https://shop.zeitaku.jp/img/common/left/dot1.gif);
	line-height: 1.3em;
}
.left_ul01 li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 左メニューデザイン終わり */

#leftContents{
	width: 190px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#leftContents .section{
    margin-bottom:10px;
}
#leftContents .inner{

}
/* 検索input */
.inputWrap{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 5px;
}
.inputWrap img{
    float:left;
    _margin-left:0;
}
.search_input{
    width:135px;
    float:left;
    height:20px;
    border:1px solid #b2b2b2;
}
/* カテゴリーメニュー */

#l_category {
　width:180px;
}
#l_category td{
	text-align:left;	
}
/* 会員メニュー */
#l_member ul{
    text-align:right;
    margin-bottom:5px;
}
#l_member li{
    display:inline;
    font-size:11px;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) 			    no-repeat left;
    padding-left:12px;
    margin-left:2px;
}
#l_member li a{
    color:#333;
}
/* カレンダー */
#l_calendar table{
    margin-bottom:5px;
    border-collapse:separate;
    border-spacing:1px;
}
/* 中央揃え */
#l_owner,#l_banner{
    text-align:center;
}
#l_owner table,#l_banner table{
    margin:0 auto;
}
/* 投票 */

#l_poll {
	border: 2px solid #999999;
	padding: 5px;
	margin-top: 20px;
}
#l_poll td {
	padding-top: 3px;
	padding-bottom: 3px;	
}
#l_poll img{
    margin:0 2px;
}
#l_poll b{
    color:#333;
}
#l_poll input{
    margin-right:5px;
}
#l_poll td{
    text-align:left;
}
#l_poll a img{
    display:none;
}
#l_poll a{
    display:block;
    height:21px;
    float:left;
    margin-right:4px;
}
#l_poll a#poll_b01{
    width:58px;
    background:url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
    margin-left:28px;
}
#l_poll a#poll_b02{
    width:69px;
    background:url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}
#l_poll a#poll_b01:hover,#l_poll a#poll_b02:hover{
    background-position:0 -21px;
}
/* 掲示板 */
#l_board table{
    width:100%;
}
#l_board td{
	text-align:left;
}
/* バナー */
#l_banner img{
    margin-bottom:5px;
}


/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
.rightContents{
	width: 800px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.rightContents .section{
    margin-bottom:15px;
}

/*----------------------------------------------------
    中央画面 #topトップページ
----------------------------------------------------*/
#r_recommend a img {
	margin-top: 10px;
	margin-right: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	
}

#r_recommend .line {
	display: none;
}
.r_left{
    float:left;
    width:520px;
}
.r_right{
    float:right;
    width:220px;
}
.titleMgn{
    margin-bottom:10px;
}
#r_shopIntro{
    margin-bottom:0;
}
/* 新着 */

/*#r_new td a img {
	width:100px; height:auto;
	}*/
	
/* 画像サイズ指定 */

#r_new .lims table{
    margin:10px auto;
    width:170px;
}
#r_new .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
}
#r_new .lims table .woong td a{
    font-weight:normal;
}
#r_new .lims table .woong td img{
    margin-left:5px;
}


/* おすすめ */
#r_recommend .lims table{
	width: 180px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#r_recommend .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
    color: #CC0000;
}
#r_recommend .lims table .woong td a{
    font-weight:normal;
}
#r_recommend .lims table .woong td img{
    margin-left:5px;
}
#r_recommend .lims table .woong td a b{
    font-weight:normal;
    font-size:11px;
}
/* ランキング */

/* 1-3 */
#r_ranking .rankList2{
    float:left;
    width:260px;
    position:relative;
}

.rankList2 .rankImg img{
	height: 245px;
	width: 245px;   

}

/* 4-10 */
#r_ranking .rankList{
    float:left;
    width:110px;
    position:relative;
}
#r_ranking em{
    display:block;
    text-indent:-9999em;
}
#r_ranking .rankImg{
    margin:5px auto;
}
#r_ranking #rank1 em{
    background:url(https://shop.zeitaku.jp/img/common/top/nob1.jpg) no-repeat center;
    width:245px;
    height:51px;
}
#r_ranking #rank2 em{
    background:url(https://shop.zeitaku.jp/img/common/top/nob2.jpg) no-repeat center;
    width:245px;
    height:51px;
}
#r_ranking #rank3 em{
    background:url(https://shop.zeitaku.jp/img/common/top/nob3.jpg) no-repeat center;
    width:245px;
    height:51px;
}
#r_ranking #rank4 em{
    background:url(https://shop.zeitaku.jp/img/common/top/no4.png) no-repeat center;
    width:100px;
    height:42px;
}
#r_ranking #rank5 em{
    background:url(https://shop.zeitaku.jp/img/common/top/no5.png) no-repeat center;
    width:100px;
    height:42px;
}
#r_ranking #rank6 em{
    background:url(https://shop.zeitaku.jp/img/common/top/no6.png) no-repeat center;
    width:100px;
    height:42px;
}
#r_ranking #rank7 em{
    background:url(https://shop.zeitaku.jp/img/common/top/no7.png) no-repeat center;
    width:100px;
    height:42px;
}
#r_ranking #rank8 em{
    background:url(https://shop.zeitaku.jp/img/common/top/no8.png) no-repeat center;
    width:100px;
    height:42px;
}
#r_ranking #rank9 em{
    background:url(https://shop.zeitaku.jp/img/common/top/no9.png) no-repeat center;
    width:100px;
    height:42px;
}
#r_ranking #rank10 em{
    background:url(https://shop.zeitaku.jp/img/common/top/no10.png) no-repeat center;
    width:100px;
    height:42px;
}

#r_ranking p{
    text-align: left;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#r_ranking .rankPrice{
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
/* レビュー トップ */

.r_review_top {



	overflow-y: auto;
	height: 300px;
	width: 780px;
}
.r_review_top::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
.r_review_top::-webkit-scrollbar-thumb {
  background:#aaa;
}

.M_reviewImg {
	margin-right: 5px;
}

#top .M_reviewBox { 
float: right; 
width: 630px; 
} 
#top .M_reviewRead{ 
overflow:hidden; 
width:630px; 
} 


#r_review #M_reviewView,
#r_review #M_reviewView table{
    width:100%;
    margin:0;
	text-align:left;
}
/* 最近チェックした商品 */
#r_recent #recent{
    margin-top:10px;
}
#r_recent #recent .itemBox,#r_recent #recent .itemBox table{
    width:195px;
}
#r_recent .name,#r_recent .price{
    text-align:left;
    margin:5px 5px 0;
}
#r_recent .price{
    font-weight:bold;
    color: #FF0000;
}
#r_recent #recent .line{
    width:0;
}
#r_recent #recent .line img{
    display:none;
}

#r_recent #recent .itemBox .itemImg img{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* お知らせ */
#top #r_news img{

}
#top #r_news td.woong{
	border-bottom: 1px dotted #b2b2b2;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0;
}

.topitem_table {
	margin-top: 10px;
}

.topitem_table td {
	vertical-align: top;
}
.topitem_table p {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}


.top_left_td {
	padding-right: 10px;
}
/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.cate_table1 {
	width: 720px;
}
.cate_table1 h3 a{
	background-image: url(https://gigaplus.makeshop.jp/zeitakuan/cate_img/tt/Ch2_bg1.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	width: 485px;
	display: block;
	text-decoration: none;
	color: #660000;
	margin-bottom: 10px;
	margin-left: 10px;
	text-indent: 20px;
	height: 45px;
	line-height: 45px;
}
.cate_table1 h3 a:hover{
	background-image: url(https://gigaplus.makeshop.jp/zeitakuan/cate_img/tt/Ch2_bg2.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: underline;
	color: #8F8D2F;
}
.cate_table1 p{
	font-size: 16px;
	padding-left: 20px;
	color: #333333;
	line-height: 1.3em;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
}
.cate_table1 td{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:10px;	

}

.cate_table1 tr{
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cate_table2 {
	width: 720px;
}
.ttbox {
	background-color: #330000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 100%;
	height: 30px;
}
.cate_table2 h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 5px;
}
.right_link {
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.cate_table2 h3 a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
.cate_table2 h3 a:hover{
	text-decoration: underline;
}
.cate_table2 p{
	font-size: 14px;
	padding-left: 10px;
	color: #333333;
	line-height: 1.3em;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
.cate_table2 td{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:10px;	

}

.cate_table2 tr{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


#n_cate {
	background-color: #FFFFFF;
	width: 740px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 40px;
}
#n_cate2 {
	background-color: #FFFFFF;
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


.pankuzu{
    text-align:left;
    background:#e6e6e6;
    border:1px solid #c9c9c9;
    line-height:20px;
    margin-bottom:10px;
}
.pankuzu a{
    padding:0 5px;
    font-size:12px;
    color:#333;
}
.pankuzu  font{

    color:#333;
    font-size:12px;
}

/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */

#category h2{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 60px;
	height: 60px;
	padding-left: 20px;
	color: #FFFFFF;
	background-image: url(https://shop.zeitaku.jp/img/common/cate/cate_h2.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	text-indent: 20px;
}

/* 検索結果と並び替え */
#r_resultInfo{
    font-size:12px;
    margin:0 auto 10px;
}
.total{
    float:left;
}
.listSort{
    floar:right;
    text-align:right;s
}
.listSort li{
    display:inline;
}

/* カテゴリーリスト */

#M_group .spe {display:none;}/* カテゴリページ商品別特殊表示非表示 */

#M_group .price{
	font-size: 14px;
	color: #990000;
}


#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .name{
    margin-bottom:5px;
}
#category .imgWrap{
    text-align:center;
    margin-bottom:5px;
}

#category .imgWrap img{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	
}

#category .price span{
    padding:0 2px;
}
#category .price{
	font-weight: bold;
	color: #FF0000;
}
#category .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#category .btnWrap img{
    margin-left:5px;
}
#category .btnWrap .soldout{

    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    商品カテゴリー　VIP用
----------------------------------------------------*/
#M_categoryList{
border-top:3px solid #666; 
}
#M_categoryList .M_innerList table{
width:100%;
margin-bottom:0;
}
.M_innerList{
border-bottom:1px dashed #999; 
}
.M_innerList td{
vertical-align:middle; 
}
.M_innerList .M_cl_taxPrice{
font-weight:bold;
color:#cc0000; 
}
.M_innerList td{
vertical-align:middle; 
padding:6px;
}
.M_innerList .M_cl_img{
width:40px;/* 画像の幅 */  
}
.M_innerList .M_cl_content{
font-size:11px;
}

/*----------------------------------------------------
　ご利用方法
----------------------------------------------------*/
#g01,#g02,#g03,#g04,#g05,#g06,#g07,#g08,#g09,#g10 {
    padding-top: 80px; /* 上昇分を戻す分 */
	margin-top: -80px; /* リンク位置上昇分 */
	
}


/*----------------------------------------------------
　　商品ページORIGINAL
----------------------------------------------------*/
#item_page {
	background-color: #FFFFFF;
	text-align: left;
	width: 770px;
	margin-bottom: 20px;
	/*　 margin-top: -80px; リンク位置上昇分 */
     /*　padding-top: 80px; 上昇分を戻す分 */	
}
#item_page2 {
	background-color: #FFFFFF;
	text-align: left;
	width: 770px;
	margin-bottom: 20px;
}


.cate_link {
	width: 750px;
	margin: 20px;
}
.cate_link_box a {
	float: left;
	width: 230px;
	border: 4px outset #0066CC;
	height: 60px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 1.3em;
	font-size: 14px;
	padding-top: 8px;
	background-color: #F4EDD0;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	text-decoration: none;
}

.cate_link_box a:hover {
	background-color: #F7F7F7;

	color: #990000;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.cate_link2 {
	width: 770px;
	background-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.cate_link2 img {
	float: left;
	height: 84px;
	width: 180px;
	margin-left: 10px;	
}

.box03 {
	width: 770px;
	border: 4px solid #660000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #FBF8EE;
	text-align: left;
}
.box03-2 {
	border: 4px solid #660000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FBF8EE;
	text-align: left;
	background-image: url(https://shop.zeitaku.jp/img/common/top/haikei.gif);
	background-repeat: no-repeat;
	background-position: 300px 120px;
	width: 400px;
	padding: 10px;
}
.box02 {
	width: 750px;
	border: 6px solid #9D0000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.box02 p {
	font-size: 18px;
	line-height: 1.4em;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.box04 {
	border: 3px solid #CC0000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 10px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #FBF8EE;
	margin-right: 5px;
}

.box4H{
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 22px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.box04P{
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#box05 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #999900;
	padding: 10px;
}
#box05 h2 {
	font-size: 20px;
	background-color: #F2EACE;
	margin-bottom: 0px !important;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #666600;
}

.eg_h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #B7B7B7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	border-radius: 10px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;

}
.eg_h4 {
	font-size: 18px;
	background-color: #B7B7B7;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
}

.kouri_h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #99CCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

.soy_h3 {
	font-size: 26px;
	color: #222222;
	background-color: #F07A04;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;

}
.sld_h3 {
	font-size: 26px;
	color: #FFFFFF;
	background-color: #339900;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	line-height: 30px;
}


.negi_h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #690E15;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
.negi_h3-2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.syabu_h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #400000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.nodogosi_h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #660000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(https://gigaplus.makeshop.jp/zeitakuan/common/bg_h31.jpg);
	background-repeat: repeat;
	border: 3px solid #660000;
}
.yuba_h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(https://gigaplus.makeshop.jp/zeitakuan/common/bg_h32.jpg);
	background-repeat: repeat;
	-moz-box-shadow: 3px 3px 4px #777777;
	-webkit-box-shadow: 3px 3px 4px #777777;	
}
.suppa_h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(https://shop.zeitaku.jp/img/common/bg_h33.gif);
	background-repeat: repeat;
	-moz-box-shadow: 3px 3px 4px #777777;
	-webkit-box-shadow: 3px 3px 4px #777777;	
}
.red2_h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #990000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.box_left1 {
	float: left;
	width: 385px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box_left1 p {
	font-size: 18px;
	line-height: 1.3em;
	padding: 5px;
}
.box_left1 img {
	margin-left: 15px;

}
.box_right1 {
	float: right;
	width: 385px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box_right1 p {
	font-size: 18px;
	line-height: 1.3em;
	padding: 5px;

}
.box_right1 img {

	margin-left: 15px;
}
.n_table {
	background: #CCCCCC;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
}
.n_table th {
	background: #660000;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 1.3em;
}
.n_table td {
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.n_table caption {
	background: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.set_H3 {
	background-color: #9D0000;
	font-size: 28px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 5px;
}
.set_H4 {
	font-size: 22px;
	color: #9D0000;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}


#faq_box {
	width: 740px;
	border: 2px solid #660000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#faq_box h3 {
	font-size: 20px;
	padding: 5px;
	color: #FFFFFF;
	background: #660000;
	font-weight: bold;
}
#faq_box dl {
	padding: 10px;
	color: #330000;
	background: #FEF4D3;
	text-align: left;
}
#faq_box dt {
	font-size: 16px;
	font-weight: bold;
}
#faq_box dd {
	font-size: 14px;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

.small_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}
.small_table th{
	font-size: 12px;
	text-align: center;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F4F4F4;
}
.small_table td{
	font-size: 12px;
	padding: 3px;
	text-align: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: bottom;
}
.small_table2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 10px;
	margin-bottom: 5px;
}
.small_table2 th{
	font-size: 14px;
	text-align: center;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F4F4F4;
}
.small_table2 td{
	font-size: 14px;
	text-align: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: middle;
}

.small_table2 input {
	background-color: #F0E6BF;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #0000FF;
	width: 45px;
	margin-right: 5px;
	margin-left: 5px;
}

.box_red {
	border: 4px dotted #CC0000;
	background-color: #F4EAEA;
	margin-bottom: 5px;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink{
    margin-bottom:30px;
    margin-top:-40px; /*　リンク位置上昇分 */
   padding-top:40px; /*　上昇分を戻す分 */
    font-size:11px;
}
.item_prev{
    float:left;
    background:url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left:14px;
}
.item_next{
    float:right;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right:14px;
}
#itemImg{
    float:left;
    width:300px;
	
}
#itemInfo{
    float:right;
    width:450px;

}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
	text-align:left;
}
#itemInfo #detailInfo table font{
    color:#cc0000;
}
/*数量 */
#detailInfo table input{
	margin-right: 5px;
	color: #0000FF;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	background-color: #F8F3E2;
}
#detailInfo table img{
    vertical-align:auto;/* IE対策 */
}
#detailInfo #M_usualValue td{
    font-size:20px;
    padding:10px 0;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-size:20px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue{
    font-size:20px;
   
}
#detailInfo #M_taxview{
    width:auto;
}
/* 拡大画像ボタン */
#viewButton{
    text-align:right;
}
/* 商品名 */
#detail h2{
    margin-bottom:20px;
    font-size:18px;
}
/* 商品詳細 */
#detail .detailTxt{
	padding: 10px 0;
	margin-bottom: 20px;
}
/* オプション表 */
#wrapper #detail .stockList input{
    border:0;
}
#wrapper #detail .stockList td{
	text-align:center;	
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li{
    float:left;
    margin-left:5px;
}
/* まとめ買い */
#matome1 {
	padding: 5px;
	border: 5px solid #CCCCCC;
	margin-top: 10px;
        width: 100%:
}
#matome1 .mp {
	font-size: 16px;
	font-weight: bold;
	background-color: #CC0000;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
	
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#matome1 .mt {
	font-size: 14px;
	line-height: 1.5em;
}
#matome1 .mt2 {
	font-size: 14px;
	background-color: #F1F1F1;
	margin-top: 5px;
	padding: 5px;
}

.matome2 {
	font-size: 14px;
	text-align: left;
	border: 1px dashed #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	margin-left: 10px;
	background-color: #FFFCF4;
}


/* SNSボタン */
#M_snsButtonList {
    height: 30px;
}
#M_snsButtonList li{
    float:left;
    margin-right:5px;
}


/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
    float:left;
}
/* カートにいれるボタン */
#basketBtn{
    background:#e6e6e6;
    padding:10px;
    margin-top:10px;
}
#basketBtn .soldout{
    text-align:center;
    color:#cc0000;
}
/* 追加商品説明文 */
#r_detailExt{
    margin-bottom:0;
}
/* ORG追加商品画像 */

#itemImg #img01 {
}
#itemImg #img01 p {
	width: 300px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
#itemImg #img01 img {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#itemImg #img02 {
}

#itemImg #img02 p {
	width: 300px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

#itemImg #img02 img {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* 追加画像2の説明文は基本画像下には表示していない */

#itemImg #img03 p {
	width: 300px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
#itemImg #img03 img {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 5px;
}




/* 追加商品画像 */
#r_addImg{
    margin-bottom:0;
}
#r_addImg li{
    float:left;
    width:33%;

    text-align:center;
    padding-bottom:30px;
    line-height:1.4;
}
#r_addImg li .inner{
    margin:0 10px;
}
#r_addImg .addImg a{
    border:1px solid #b2b2b2;
    padding:5px;
    display:block;
}
#r_addImg li p{
    width:100%;
    margin:10px 5px 0;
}

/* 商品ページオリジナル */

#itemInfo .info_txt01 {
	font-size: 14px !important;
}
#itemInfo .info_txt02 {
	font-size: 16px !important;
}
#itemInfo .info_txt03 {
	font-size: 24px !important;
	color: #FF0000 !important;
}

#itemInfo .m_price{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px !important;
	color: #FF0000;

}

#itemInfo .suu {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
}

#itemInfo input {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	padding: 5px;
}
#itemInfo .op {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
#itemInfo select {
	font-size: 14px;
	padding: 5px;
	color: #0000FF;
}

#itemInfo .tb_suu .td20 {
	width: 50px;
}
#itemInfo .tb_suu .td30 {
	width: 50px;
	font-weight: bold;
}
#itemInfo .tb_suu .td40 {
	width: 50px;
}

.caption2_zone {
	text-align: left;
	margin-top: 10px;
        width: 95%;
}
.caption2_zone h3 {
	font-size: 14px;
	background-color: #8F8D2F;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	letter-spacing: 3px;
}

.setinc {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
	width: 436px;
	margin-bottom: 5px;
}
.setinc h3 {
	font-size: 14px;
	background-color: #F7F1DD;
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
	letter-spacing: 0px;
}
.setinc ul {
	font-size: 14px;
	color: #666666;
	text-align: left;
	list-style-position: inside;
}
.setinc li {
	list-style-type: disc;
	padding-top: 3px;
}

.setinc p {
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
}

.setinc .atention {
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
}

.set_info {
	text-align: left;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
}
.set_info dt {
	font-weight: bold;
	color: #660000;
	margin-top: 5px;
	background-color: #F0F0F0;
	padding: 3px;
}
.set_info dd {
	color: #333333;
	padding-left: 14px;
}
.exp1 {
	font-size: 14px;
	line-height: 1.3em;
	color: #FF0000;
	margin-top: 5px;
	border: 2px dashed #FF0000;
	padding: 5px;
	background-color: #FFFFCC;
	width: 100%;
}
.exp2 {
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #F7F1DD;
        width: 100%;
}
.exp3 {
	font-size: 18px;
	line-height: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FF0000;
}

.table20 {
	border: 1px solid #660000;
	font-size: 14px;
	width: 100% !important;
}
.table20 caption {
	background-color: #660000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1.1ex;
}

.table20 th {
	padding: 5px;
	color: #660000;
}
.table20 td {
	text-align: right !important;
	padding: 5px;
	color: #660000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #660000;
	line-height: 1.2em;
}
.table20 tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #660000;	
}
.leftTD {
	text-align: left;
	font-size: 12px;
}


.table21 {
	border: 1px solid #660000;
	font-size: 15px;
	width: 436px !important;
}
.table21 caption {
	background-color: #660000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 3px;
}

.table21 th {
	padding: 5px;
	color: #660000;
	background-color: #F0F0F0;
}
.table21 td {
	text-align: right !important;
	padding: 5px;
	color: #660000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #660000;
	line-height: 1.2em;
}
.table21 tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #660000;	
}


/* 商品詳細表 */

.right_tb {
	font-size: 12px;
}
.right_tb table {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 436px;
}
.right_tb caption {
	text-align: left;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.right_tb th {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	background: #F2F2F2;
	font-size: 12px;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
}

.right_tb td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 1.2em;
}



/* セール開催 */
#org_sale {
	background-color: #F9F4E3;
	border: 5px double #CC0000;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
#org_sale .k_tt {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #CC0000;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 8px;
}
#org_sale .nor {
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}

#org_sale .nor2 {
	font-size: 24px !important;
	color: #333333 !important;
}
#org_sale .nor3 {
	font-size: 18px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#org_sale .nor4 {
	font-size: 18px;
	color: #FF0000;
}
#org_sale .nor5 {
	font-size: 18px;
	color: #333333;
}
#org_sale .sale_price {
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
}

/* 商品特殊表示 */
.org_addcode {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}




/* レビュー 商品P*/
#detail #r_review{
    margin-bottom:40px;
}
#detail #r_review td{
	text-align:left;	
}
#detail #r_review .imgLi input{
	border:none;
}
#detail #m_reviewView td{
	text-align:center;	
}
/* 商品グループ */
#r_group{
    border-top: 1px dashed #B2B2B2;
    padding-top: 20px;
}

#r_group h3{
    font-weight:bold;
    background:url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
    padding-left:20px;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg{
	text-align: center;
}
#r_group #M_group .itemImg img{
	margin-top: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}

#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
    border-top:1px dashed #b2b2b2;
    padding-top:20px;
}
#detail #recent .itemBox,#detail #recent .itemBox table{
    width:190px;
}
.itemImg{
	text-align: center;
	vertical-align: top;
}
/*----------------------------------------------------
    ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
    margin-top:20px;
}
.loginForm h3{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h3title.png) no-repeat left;
    padding-left:20px;
}
.loginForm .section{
    text-align:center;
}
.btnWrap{
    margin-top:20px;
    text-align:center;
}
.loginForm .leadTxt{
    margin-bottom:30px;
}
.loginForm .lostpass{
    text-align:center;
    font-size:11px;
    margin-top:5px;
}
.loginForm .formTable{
    margin:20px auto 0;
    width:400px;
}
.formTable th,
.formTable td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
}
.formTable th{
    background:#eee;
    width:120px;
}
.M_nameList input,#r_review input,#r_review textarea{
    padding:2px;
    border:1px solid #b2b2b2;
}
.loginForm .formTable input{
    width:200px !important;
}

/*----------------------------------------------------

    会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap{
    overflow:hidden;
    _zoom:1;
}
#memberLogin .btnWrap div{
    float:left;
    width:360px;
    padding-bottom:20px;
}
#memberLogin .btnWrap #newMember{
    border-right:1px dotted #b2b2b2;
}
#memberLogin .btnWrap p{
    margin:20px;
}
/*----------------------------------------------------
    注文履歴ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox{
    width:700px;
    height:280px;
    overflow:auto;
    border:1px solid #b2b2b2;
    padding:10px;
    text-align:left;
    margin-top:20px;
}
/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
    margin:30px 10px 20px;
    width:740px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
}
* html #memberForm #M_entryForm{
    position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
    border-bottom:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    padding:8px;
}
* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td{
    position:relative;
}
#memberForm #M_entryForm th{
    background:#eee;
    width:160px;
}
#memberForm .M_txt{
    font-size:11px;
    margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
    margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
    font-size:11px;
    color:#666;
}
#memberForm .M_post{
    display:block;
    width:96px;
    height:22px;
    background:url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
    float:left;
    text-indent:-9999em;
    overflow:hidden;
    _zoom:1;
}
#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1{
    border:none;
}
#M_changepw #M_changepwTable th{
    background:#615D5C;
}

/* 退会する */
#r_leave img{
    display:none;
}
#r_leave a{
    display:block;
    width:81px;
    height:22px;
    margin-top:5px;
    background:url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}
#r_leave a:hover{
    background-position:0 -22px
}

/*----------------------------------------------------
    ポイント #point
----------------------------------------------------*/
#r_pointData{
    border:1px solid #b2b2b2;
    background:#eee;
    padding:10px;
    margin:20px 60px 30px;
}
#r_pointData p{
    text-align:center;
}
#r_pointData strong{
    font-size:15px;
    font-weight:bold;
    color:#cc0000;
}
#r_pointList table{
    border-collapse:separate;
    width:400px;
    margin:0 180px;
    border-spacing:0;
}
#r_pointList td{
    border:1px solid #b2b2b2;
    padding:8px;
    text-align:center;
}
#r_pointList td font{
    font-size:13px;
}
/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/

#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:#dedede;
    padding:10px;
}
#r_searchInput table{
    width:740px;
    background:#fff;
}
#r_searchInput .btnWrap{
    margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
	text-align:left;
}
#r_searchInput th{
    background:#eee;
}
#r_searchInput #searchPrice input{
	width:60px;	
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
    padding-left:20px;
}
#r_searchList .innerList{
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList li{
    width:25%;
    display:inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin-bottom:5px;
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .price{
    font-weight:bold;
    color:#333;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px;
    text-align:center;
}
#r_searchList .soldout{
    text-align:center;
    color:#cc0000;
}


/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:35px;
}
#basketTable{
    width:100%;
    margin-top:30px;
}
#basketTable th,#basketTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#basketTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
    white-space:nowrap;
}
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#basketTable .basketImg{
    width:56px;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
.quantityWrap{
	display:table;	
}
.quantityInput,.basketQunantity,.quantityAmend{
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:70px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#basketTable .basketHaisou{
    padding:0;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
    text-align:right;
    background:#ebebeb;
    border-top:3px solid #b2b2b2;
}
#basketTable .basketTotal em{
    font-weight:bold;
    font-size:15px;
    color:#cc0000;
}
#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap .btnBack{
    float:left;
    padding-top:5px;
    margin-left:10px;
}
#r_basket .btnWrap .btnOrder{
    float:right;
    margin-right:10px;
}

/* お気に入りリスト */
#wishTable{
    width:100%;
}
#wishTable th,#wishTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#wishTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
}
#wishTable .wishName{
    text-align:left;
    width:240px;
}
#wishTable .wishQuantity input{

    margin-right:4px;
}
/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border: 4px solid #CCCCCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;	
}
#r_news #newsHead{
    text-align:left;
    border-bottom:2px solid #b2b2b2;
    padding:4px 0;
    font-size:15px;
}
#r_news #newsHead span{
    margin-right:10px;
    font-size:11px;
    color:#999;
}
#r_news #newsContents{
    text-align:left;

    padding:40px 20px;
    border-bottom:1px dashed #b2b2b2;
    margin-bottom:20px;
}
#r_news #newsAccess{
    text-align:right;
    font-size:11px;
    color:#999;
    margin-top:20px;
}
#r_news #newsNext{
    text-align:right;
    font-size:11px;
    margin-bottom:10px;
}
#r_news #newsList{
    margin-bottom:20px;
}
#r_news #newsList .line{
    background:#fff;
}
#r_news #newsList .lims{
    border-bottom:1px dashed #b2b2b2;
}
#r_news #newsListBtn{
    text-align:center;
}

/* ご利用ガイド */
#makebanner #guideMain{
    margin:0 70px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}

/*****************************************************

    フッタ #footer

*****************************************************/
#footer_ue {
	background-color: #4F0000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer_ue a {
	color: #FFFFFF;
}
.pageTop{
    text-align:right;
    margin-top:30px;
}
#footerWrap{
	width: 100%;
	background-color: #660000;
}
#footer{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
	color: #FFFFFF;
}
#f_nav{
	overflow: hidden;
	_zoom: 1;
}
#f_nav li{
	display: inline;
	padding: 0 1em 0 8px;
	background-image: url(https://shop.zeitaku.jp/img/common/foot/sankaku.png);
	background-repeat: no-repeat;
	background-position: left;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
	text-decoration: none;
}
#f_nav li a:hover{
	text-decoration: underline;
}
#f_info{
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 10px;
	color: #CCCCCC;
	margin-right: 10px;
}
#f_info a{
	color: #CCCCCC;
}
#copyright {
	text-align: center;
}
#foot_nav {
	font-size: 16px;
	text-align: center;
}

/*****************************************************

    オリジナル

*****************************************************/
#M_group a img{width:140px;} 

/*スクロール後ヘッダー*/
#top_info {
	background-color: #660000;
	height: 82px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
/*	filter: alpha(opacity=100);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	background-image: url(https://shop.zeitaku.jp/img/common/head/bg.gif);
}
#top_info_in {
	height: 82px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*スクロール後フッター*/
#foot_info {
	background-color: #BBBBBB;
	height: 80px;
	width: 100%;
	z-index: 1200;
	/*	filter: alpha(opacity=100);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	position: fixed;
	bottom: 0px;
}
#foot_info_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#foot_info_in ul {
	text-align: center;
}
#foot_info_in li {
	display: inline;
	list-style: none;
	background: #ddd;
}
#foot_info_in li img {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.left {
	float: left;
}

.right {
	float: right;
}
#under_btn {
	height: 180px;
	width: 60px;
	position: fixed;
	right: 10px;
	bottom: 30px;
        z-index: 1200;
}
#kago_in {
	display:none;
}

#tth2 {
	text-align: center;
}

.left_float {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;

}
.left_float2 {
	float: left;
}
.left_float3 {
	float: left;
	padding-right: 8px;
}
.right_float {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	text-align: center;
}
.CR {
	clear: both;
}
#w800 {
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#w950 {
	width: 950px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.normal {
	font-weight: normal;
}
.Word_px12 {
	font-size: 12px;
}
.Word_px14 {
	font-size: 14px;
}
.Word_px16 {
	font-size: 16px;
}
.Word_px18 {
	font-size: 18px;
}
.Word_px18 {
	font-size: 18px;
}
.Word_px20 {

	font-size: 20px;
}

.Text_px12 {
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding: 5px;
}

.Text_px14 {
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.Text_px16 {
	font-size: 16px;
	line-height: 1.4em;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Text_px18 {
	font-size: 18px;
	line-height: 1.4em;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Text_px22 {
	font-size: 22px;
	line-height: 1.4em;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.gre {
	color: #999999;
}

.red {
	color: #CC0000;
}
.ppl {
	color: #CC0066;
}
.red2 {
	color: #990000;
}
.blue {
	color: #0033CC;
}

.red_g {
}
#w800 #waku_guideB a {
	text-decoration: none;
	color: #0066CC;
}
#w800 #gd .waku_guide {
	border: 1px solid #5B5A08;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F5EFD6;
	font-size: 14px;
	margin: 5px;
	padding: 5px;

}
#w800 #gd a .waku_guide {
	
}
#w800 #gd a:hover .waku_guide {
	background-color: #E9E9E9;
}

#w800 #gd h3 {
	font-size: 18px;
	height: 45px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-image: url(https://shop.zeitaku.jp/img/common/guide/g-h2.png);
	background-repeat: repeat-x;
	font-weight: 500;
	text-indent: 10px;
	padding-top: 13px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#w800 #gd h4 {
	background-color: #A09D2C;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}
#w800 #gd h5 {
	background-color: #F0E7C6;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 10px;
}
.pay01 th {
	font-size: 14px;
	background-color: #E7E7E7;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}
.pay01 td {
	padding: 5px;
}

#gd .tbl_dz {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}#gd .tbl_dz th {
	font-size: 14px;
	padding: 10px;
}
#gd .tbl_dz td {
	font-size: 14px;
	padding: 10px;
}


#w800 #rz h3 {
}
#w800 #rz h2 {
}
#rz #dentou table {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#rz #dentou table p {
	font-size: 14px;
	color: #666666;
	padding: 3px;
}
#rz #dentou table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.tbl_gd {
	margin-left: 20px;
}
.tbl_gd th {
	padding: 5px;
}
.tbl_gd td {
	padding: 5px;
}
#fg {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
.fg_in {
	float: left;
	width: 500px;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%;
}
.gd_p {
	font-size: 14px;
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}
.gd_p_right {
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
}


.gd_tt {
	background-image: url(https://shop.zeitaku.jp/img/common/foot/h_bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}
.f_gd_table {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.f_gd_table th {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	line-height: 1.2em;
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.f_gd_table td {
	font-size: 14px;
	line-height: 1.2em;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.right_position {
	text-align: right;
	float: right;
	margin-bottom: 20px;
}
