/*----- reset -----*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,
blockquote,th,td,
hr {
	margin: 0;
	padding: 0;
	}

html {
	overflow-y: scroll;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}



ol,ul {
	list-style: none;
	}

fieldset,img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption,th {
	text-align: left;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	}

/*----- base -----*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
br.clear {
	clear: both;
	font: 0px/0px sans-serif;
}

li { list-style:none;}
img { border:none;}

.small { font-size:x-small;}

/*----- a -----*/
a:link,
a:visited,
a:active  { color: #420000; text-decoration: none;}
a:hover   { color: #CC005B; text-decoration: underline;}


/*----- mouse over -----*/
a img {
	opacity: 1; /* IE以外透過設定 */
	filter: Alpha(opacity=100);
}

a:hover img {
	opacity: 0.5; /* IE以外透過設定 */
	filter: Alpha(opacity=50); /* IE用透過設定 */
}



/*----- w_ -----*/
.w_680 {
	clear: both;
	width: 680px;
}

.w_660 {
	clear: both;
	width: 660px;
	margin-left: 20px;
}

.w_640 {
	clear: both;
	width: 640px;
	margin-left: 20px;
}

/*----- h -----*/
.h3 {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	width: 680px;
	height: 50px;
	float: left;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_h2.gif?20110408173742) no-repeat top;
	padding: 23px 0 0 0;
	line-height: 14px;
	text-indent: 25px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	width: 680px;
	height: 40px;
	float: left;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_cat_name.gif?20110324191526) no-repeat top;
	padding: 13px 0 0 0;
	line-height: 14px;
	text-indent: 45px;
}

/*----- text -----*/
.txt_12_18 {
	line-height: 18px;
	}

.txt_12_20 {
	line-height: 20px;
	}

.txt_12_22 {
	line-height: 22px;
	}

/*----- float -----*/
.float_left {
	float: left;
	}

.float_right {
	float: right;
	}

.txt_center {
	width: 640px;
	text-align: center;
}

/*----- margin -----*/
.m_t_5 {
	margin-top: 5px;
	}

.m_t_10 {
	margin-top: 10px;
	}

.m_t_15 {
	margin-top: 15px;
	}

.m_t_20 {
	margin-top: 20px;
	}

.m_t_25 {
	margin-top: 25px;
	}

.m_t_30 {
	margin-top: 30px;
	}

.m_b_10 {
	margin-bottom: 10px;
	}

.m_b_20 {
	margin-bottom: 20px;
	}

.m_l_5 {
	margin-left: 5px;
	}

.m_l_10 {
	margin-left: 10px;
	}

.m_l_20 {
	margin-left: 20px;
	}

.m_l_30 {
	margin-left: 30px;
	}

.m_r_10 {
	margin-right: 10px;
	}

.m_r_20 {
	margin-right: 20px;
	}

/*----- scrollup -----*/
.scrollup {
	clear: both;
	font-weight:normal;
	float: right;
	height: 30px;
	}

/*----- clearfix -----*/
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow: auto;
	}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.inner_fl {
	}
/*Float Clear == Thanks for positioniseverything.net*/
.inner_fl:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}
.inner_fl { display: inline-block; }
/* hide ie mac \*/
.inner_fl { height: 1%; }
.inner_fl { display: block; }

/*----- layout -----*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	min-width: 960px;
	color: #666666;
	font-family:"メイリオ","Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	background-color: #FFFFFF;
        line-height: 1.75em;
        
 }
p { line-height:1.76; }


#wrap {
	min-width: 960px;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_body.jpg?20130912110328) no-repeat top center;
	background-color: #FFFFFF;
}

/* ヘッダー */
#header {
	margin: 0px auto;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header.jpg?20130912110017) no-repeat top center;
	width: 960px;
	height: 90px;
}

/* コンテンツエリア(下部にボーダー画像) */
#content {
	margin: 0px auto;
	width: 960px;
	padding: 15px 0;
}

/* メインエリア */
#main {
	width: 680px;
	float: left;
}

/* サイドバー */
#sidebar {
	width:240px;
	float: right;
}

/* フッター */
#footer {
	margin: 0px auto;
	clear: both;
	width: 960px;
}

/* ヘッダー */
/* ----------------------------------------------------- */

h1 {
	float: left;
	width: 790px;
	height: 90px;
}

h1 a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 240px;
	width: 960px;
	}

h1 a:link,h1 a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header.jpg?20130919113056) no-repeat 0 0; 
	width: 790px;
	height: 90px;
	}

h1 a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header.jpg?20130919113056) no-repeat 0 -140px;
	width: 790px;
	height: 90px;
	}

#header_cart {
	float: left;
	width: 170px;
	height: 50px;
	margin-top: 30px;
	}

#header_cart a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	}

#header_cart a:link,#header_cart a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat -790px -30px; 
	width: 170px;
	height: 50px;
	}

#header_cart a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat -790px -170px;
	width: 170px;
	height: 50px;
	}

#header_menu {
	margin: 0px auto;
	width: 960px;
	height: 50px;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat 0 -90px;
	}

#header_menu li {
	float: left;
	height: 50px;
	}

#header_menu a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	}

#header_menu li#header_menu_01 a:link,#header_menu li#header_menu_01 a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat 0 -90px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_01 a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat 0 -230px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_02 a:link,#header_menu li#header_menu_02 a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat -120px -90px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_02 a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat  -120px -230px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_03 a:link,#header_menu li#header_menu_03 a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat -240px -90px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_03 a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat  -240px -230px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_04 a:link,#header_menu li#header_menu_04 a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat -360px -90px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_04 a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat  -360px -230px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_05 a:link,#header_menu li#header_menu_05 a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat -480px -90px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_menu_05 a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_header_03.jpg?20130201113100) no-repeat  -480px -230px; 
	width: 120px;
	height: 50px;
	}

#header_menu li#header_login {
	width: 160px;
	height: 40px;
	margin: 5px 0 0 195px;
	text-align: center;
	color: #000000;
	padding-top:5px;
	}

#header_menu li#header_login a {
	text-indent: 0;
	}

#header_menu li#header_login span.txt_login_s {
	font-size:10px;
	line-height:1.1em;
	display:block;
	padding-bottom: 3px;
	}

/* フッター */
/* ----------------------------------------------------- */

.footer_menu {
	width:600px;
	float:left;
	color:#BFBFBF;
	text-align:left;
}

.feed {
	width: 360px;
	float: right;
	padding-bottom: 5px;
	text-align:right;
}
.feed img {
	margin: 0px 15px 0px 0px;
}

address {
	width: 960px;
	height: 12px;
	text-align: center;
	clear: both;
	font-style: normal;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_footer.gif?20110323143956) no-repeat center top;
	padding:25px 0px;
	margin-bottom: 10px;
}

/* サイドバー */
/* ----------------------------------------------------- */
#nm_01 a {
	display: block;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_nm_01_middle.gif?20110321210119) no-repeat 0 0; 
	width: 240px;
	height: 32px;
	padding-top: 18px;
	text-indent: 45px;
	}

#nm_02 a {
	display: block;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_nm_02_middle.gif?20110321212233) no-repeat 0 0; 
	width: 240px;
	height: 21px;
	padding-top: 9px;
	text-indent: 25px;
	}

#mailmgz a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 240px;
	height: 80px;
	}

#mailmgz a:link,#mailmgz a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_nm_mailmgz.jpg?20110321215419) no-repeat 0 0; 
	width: 240px;
	height: 80px;
	}

#mailmgz a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_nm_mailmgz.jpg?20110321215419) no-repeat 0 -80px; 
	width: 240px;
	height: 80px;
	}

#media a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 240px;
	height: 110px;
	}

#media a:link,#media a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_media.jpg?202401142703) no-repeat 0 0; 
	width: 240px;
	height: 110px;
	}

#media a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_media.jpg?202401142703) no-repeat 0 -110px; 
	width: 240px;
	height: 110px;
	}

#shop_owner {
	width: 240px;
	}

#shop_owner_box {
	text-align: center;
	}

#shop_owner_blog a {
	margin-top: 5px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 200px;
	height: 30px;
	}

#shop_owner_blog a:link,#shop_owner_blog a:visited {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_blog.gif?20110323142708) no-repeat 0 0; 
	width: 200px;
	height: 30px;
	}

#shop_owner_blog a:hover {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_blog.gif?20110323142708) no-repeat 0 -30px; 
	width: 200px;
	height: 30px;
	}

#shop_holiday {
	width: 240px;
	}

.nm_box {
	background-color: #fdf5f7;
	padding: 10px 20px;
	}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */

#cart_members {
	margin-bottom:15px;
}

#cart_members dl {
	width:240px;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_members_bottom.gif?20120205191520) no-repeat left bottom;
	padding-bottom:10px;
}

#cart_members dt {
	height:35px;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_members_top.gif?20120205191439) no-repeat left;
	font-size:0.1em;
	text-indent:-10000px;
}

#cart_members dd {
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_members_middle.gif?20120205191503) repeat-y;
	text-align:center;
}

#cart_members div#btn_members_login {
	padding:7px 0px;
	text-align:center;
}

#cart_members div#btn_members_logout,
#cart_members div#btn_members_signup {
	padding:7px 0px 0px;
	text-align:center;
}

#cart_members div#btn_members_signup {
	border-top:#c3c3c3 dotted 1px;
}

#cart_members div#btn_members_logout span,
#cart_members div#btn_members_signup span {
	font-size:10px;
	line-height:1.1em;
	display:block;
	padding-bottom:3px;
}

/* ------------------------------------- 
 *	カートの中身
 * ------------------------------------- */


#cart_list {
	margin-left:10px;
	margin-bottom:35px;
}
#cart_list dl {
	width:153px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/r_cart_bottom.gif) no-repeat left bottom;
	padding-bottom:10px;
}
#cart_list dt {
	height:35px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/r_cart_top.gif) no-repeat left;
	font-size:0.1em;
	text-indent:-10000px;
}
#cart_list dd {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/r_cart_bg.gif) repeat-y;
	padding:5px;
	text-align:center;
}

#cart_list li {
	margin-top:5px;
}

/* ------------------------------------- 
 *	ジャンルから選ぶ、おすすめから選ぶ、売れ筋から選ぶ、商品を検索する
 * ------------------------------------- */

#reco_list,
#sell_list,
#search {
	margin-left:10px;
}

#reco_list dd,
#sell_list dd,
#search dd {
	padding:10px 7px;
}

#reco_list ul,
#sell_list ul {
	margin-left:15px;
}

#reco_list li,
#sell_list li {
	margin-bottom:10px;
}

#search select{
	width:120px;
	background:#FFF;
	border:1px solid <{$search_bgcolor}>;
}
#search .keyword{
	width:120px;
	background:#FFF;
	border:1px solid <{$search_bgcolor}>;
}
#search .btn{
}

/* ------------------------------------- 
 *	その他のサイドメニュー
 * ------------------------------------- */





#free_list li,
#tb_list li {
	padding:2px 0px 5px 10px;
}

#tb_list {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/r_tblist_bottom.gif) no-repeat left bottom;
	padding-bottom:15px;
}
#tb_list dt {
	height:41px;
	background-image:url(https://img.shop-pro.jp/tmpl_img/20/r_tblist_top.gif);
}


#tb_list dt {
	background-repeat:no-repeat;
	font-size:0.1em;
	text-indent:-10000px;
}



dl#free_list,
dl#holiday{
	margin-bottom:25px;
	text-align:left;
}



#free_list dt,
#mailmaga dt,
#owner dt,
#holiday dt{
	padding:8px;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#420000;
	font-weight: bold;
}

#holiday dd{
	padding:5px;
	background:#FFF7F7;
	font-size: 10px;
	border-left: 1px solid #FFE1E1;
	border-right: 1px solid #FFE1E1;
	border-bottom: 5px solid #FFE1E1;
}

#free_list dd{
	padding:5px;
	background:#FFF7F7;
	border-left: 1px solid #FFE1E1;
	border-right: 1px solid #FFE1E1;
	border-bottom: 5px solid #FFE1E1;
}

#mailmaga dd,
#owner dd{
	padding:5px;
	background:#FFF7F7;
	border-left: 1px solid #FFE1E1;
	border-right: 1px solid #FFE1E1;
	border-bottom: 5px solid #FFE1E1;
	text-align:center;
}

dl#mailmaga,
dl#owner{
	margin-bottom:25px;
}

.owner_photo {
	border:0px solid #959595;/*「店主のコーナー」店主画像枠線色*/
}

.owner_memo {
	text-align:left;
	margin:5px 0px;

}


/*メインエリア */
/* ----------------------------------------------------- */
.sns_box {
	width: 680px;
	height: 30px;
}

/* ------------------------------------- 
 *	各ページ共通/ アイテムボックス（小さいサイズの商品画像）
 * ------------------------------------- */

/*3列で表示*/
.itembox {
	width:220px;
	margin:5px 0px 5px 5px;
	text-align:center;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_itembox_middle.gif?20110324170521) repeat-y left top;
}

.itembox .top {
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_itembox_top.gif?20110324170540) no-repeat left top;
}

.itembox .bottom {
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_itembox_bottom.gif?20110324170602) no-repeat left bottom;
	padding:10px 0px;
	z-index:9999;
}

.itembox img {
	display:block;
	margin:5px auto 10px auto;
}

.item_title {
	padding:3px 10px;
}

.item_price {
	padding:0px 10px;
}

/*会員専用価格の表示 トップページ用*/
.regular_price_top {
	padding:0px 10px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px 10px;
}

.discount_rate_top {
	padding:2px 10px 0px;
	color:#ff0000;
}


/* ------------------------------------- 
 *	各ページ共通/ パンくずナビ
 * ------------------------------------- */
#pankuzu {
	width: 680px
	height: 36px;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_breadcrumb.gif?20110324182933) no-repeat top;
	padding: 12px 0 12px 10px;
	text-align :left;
	line-height: 12px;
	}


/* ------------------------------------- 
 *	各ページ共通/ タイトル画像
 * ------------------------------------- */


#sell dt,
#together dt,
#tb dt.tb_title {
	clear: both;
	height:16px;
	margin-bottom:10px;
	font-size:0.1em;
	text-indent:-10000px;
	background-repeat:no-repeat;
}

/* ------------------------------------- 
 *	トップページ/ No.123エリア
 * ------------------------------------- */
 #no_123_box {
	width: 680px;
	height: 280px;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_no_123.jpg?20111105204124) no-repeat 0 0;
	}

#no_123_box li {
	float: left;
	height: 50px;
	}

#no_123_box a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	}

#no_123_box li#no_123_01 a {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_no_123.jpg?20111105204124) no-repeat -10px -10px;
	width: 210px;
	height: 260px;
	margin-left: 10px;
	margin-top: 10px;
	}

#no_123_box li#no_123_02 a {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_no_123.jpg?20111105204124) no-repeat -235px -10px;
	width: 210px;
	height: 260px;
	margin-left: 15px;
	margin-top: 10px;
	}

#no_123_box li#no_123_03 a {
	text-decoration: none;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_no_123.jpg?20111105204124) no-repeat -460px -10px;
	width: 210px;
	height: 260px;
	margin-left: 15px;
	margin-top: 10px;
	}

/* ------------------------------------- 
 *	トップページ/ お知らせエリア
 * ------------------------------------- */
#info_box {
	width: 680px;
	}

.info {
	width: 680px;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_line_dotted_680.gif?20110324164604) no-repeat bottom;
	margin-top: 5px;
	padding-bottom: 10px;
	}

.info_title {
	font-weight: bold;
	line-height: 22px;
	}

.info_comment {
	width: 660px;
	margin-left: 20px;
	line-height: 18px;
	}



/* ------------------------------------- 
 *	トップページ/ おすすめエリア
 * ------------------------------------- */

dl#reco {
	width: 680px;
}

#reco dd {
	width:100%;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_banner_reco_bottom.gif?20110324171959) no-repeat left bottom;/* ボーダーパターン２ */
	padding-bottom:20px;
}


/* ------------------------------------- 
 *	トップページ/ 売れ筋エリア
 * ------------------------------------- */

dl#sell {
	width: 680px;
	margin-bottom:50px;
}
#sell dt {
	background-image:url(https://img.shop-pro.jp/tmpl_img/20/title_sell.gif);
}
#sell dd {
	width:100%;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border1.gif) no-repeat left bottom;/* ボーダーパターン１ */
	padding-bottom:20px;
}

/* ------------------------------------- 
 *	トップページ/ フリースペース
 * ------------------------------------- */

#freespace {
	margin-bottom:20px;
}

/* ------------------------------------- 
 *	トップページ/ SNS
 * ------------------------------------- */
.sns_box a {
	float: left;
}

.sns_mixi {
	float: left;
}

.sns_box iframe {
	float: left;
}

/* ------------------------------------- 
 *	一覧ページ/ サブカテゴリー
 * ------------------------------------- */

dl#subcat {
	width:540px;
	display:block;
}

#subcat dt {
	color:#656565;
	font-size:14px;
	margin-bottom:20px;
}

#subcat dd {
	display:block;
}

#group-list {
	padding:10px 0px 0px;
	border-top:#a7a7a7 dotted 1px;
}

/* ------------------------------------- 
 *	一覧ページ/ カテゴリー商品表示
 * ------------------------------------- */

dl#cat {
	width: 680px;
}
#cat dt {
	width: 680px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border3.gif) no-repeat left bottom;/* ボーダーパターン３ */
	padding:0px 10px 20px 0px;
}
.cat_name {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	width: 680px;
	height: 50px;
	float: left;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_h2.gif?20110408173742) no-repeat top;
	padding: 23px 0 0 0;
	line-height: 14px;
	text-indent: 25px;
}

#cat dt select {
	width:120px;
}

#cat .sort_select {
	float:right;
	text-align:right;
}

#cat dd {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border3.gif) no-repeat left bottom;/* ボーダーパターン３ */
	padding:10px 0px 15px 0px;
}


#cat table {
	width: 680px;
}


td.cat_l {
	width: 220px;
	padding: 5px 0px;
}

td.cat_r {
	padding-bottom:15px;
}

.page_link {
	margin-top:5px;
}




td.cat_r {}

/*商品一覧罫線の色*/
td.cat_r .price {
	padding:5px;
	border-top:1px solid #FFBBBB;
	border-bottom:1px solid #FFBBBB;
	text-align:right;
	font-size:14px;
	margin-left:10px;
}
td.cat_r .explain {
	margin: 5px 0 5px 10px;
}

/*会員専用価格の表示 商品一覧用*/
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

.discount_rate_all {
	padding:0px 0px 0px 5px;
	color:#ff0000;
}




/* ------------------------------------- 
 *	詳細ページ
 * ------------------------------------- */
 
.sns_box_02 {
	width: 680px;
	margin: 0;
	padding: 0;
	  }
 
.sns_box_02 a {
	float: left;
}

.sns_box_02 iframe {
	float: left;
}

#detail {
	clear: both;
	width: 680px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border1.gif) no-repeat left bottom;/* ボーダーパターン１ */
	padding-bottom:30px;
}


#detail .detail_l {
	
	background:#F8F8F8 url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_detail_middle.gif?20110324205135) repeat-y left top;	
	text-align:center;
}

/*背景枠-フルサイズ*/
#detail .detail_l .mainimg {
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_detail_top.gif?20110324205135) no-repeat left top;
	padding: 20px 0px 0px 0px;
}


#detail .detail_l .product_name {
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_detail_botom.gif?20110324210116) no-repeat left bottom;
	padding:15px 40px;
}

.detail_product_name {
	font-weight: bold;
	font-size: 14px;
	width: 680px;
	height: 40px;
	float: left;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_cat_name.gif?20110324191526) no-repeat top;
	padding: 13px 0 0 0;
	line-height: 14px;
	text-indent: 45px;
}


/*価格表-フルサイズ*/
#detail .detail_r {
	width: 680px;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_detail_r_middle.gif?20110324211552) repeat-y left top;
	color:#808080;
	text-align:center;
	margin:0px auto;
}
#detail .detail_r .top {
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_detail_r_top.gif?20110324211525) no-repeat left top;
}
#detail .detail_r .bottom {
	width:600px;
	background:transparent url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_detail_r_bottom.gif?20110324211606) no-repeat left bottom;
	padding:25px 40px 10px 40px;
}

.subimg {
	text-align:left;
}

/* 商品その他画像のサイズと装飾 */
.subimg img{
	width:70px;
	border:1px solid #FFCCCC;
	margin-right:5px;
}

.explain {
	text-align:left;
	margin:5px 0px 20px 0px;
}

.explain2 {
	text-align:left;
	margin:20px 0px 20px 0px;
	background-color: #FFFFFF;
	border-top:12px solid #FFCCCC;
	border-bottom:12px solid #FFCCCC;
	border-right:1px solid #FFCCCC;
	border-left:1px solid #FFCCCC;
}

.explanation {
	padding:0px 20px;	
}

.ingredient {
	border-top:1px solid #FFCCCC;
	padding:0px 20px;	
}

.review {
	border-top:12px solid #FFCCCC;
	padding:0px 20px 25px 20px;	
	line-height: 22px;
}

table.spec {
	width:600px;
	border-top:1px solid #FFCCCC;
}

table.spec th {
	font-weight: bold;
	text-align:left;
	padding:4px 15px;
	border-bottom:1px solid #FFCCCC;
	border-right:1px solid #FFCCCC;
}
table.spec td {
	border-bottom:1px solid #FFCCCC;
	padding: 4px 0px 4px 15px;
	text-align:left;
}
table.spec table.num td{
	padding:0px;
	border-bottom:none;
}

.option {
	margin-top:10px;
	text-align:left;

}

.cart_btn {
	margin-top:10px;
}


#detail .etc {
	clear:both;
	padding-top:10px;
	text-align:left;	
}

.etc li {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/star.gif) no-repeat 0px 2px;
	padding-left:20px;
	height:25px;
}

/*会員専用価格の表示 商品詳細用*/
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

.discount_rate_detail {
	padding:2px 0px 0px;
	color:#ff0000;
}

 /*商品オプション　表形式*/
#option_tbl {
	border-collapse:collapse;
}
#option_tbl th{
	padding:5px;
}
#inn-box #option_tbl {
	margin-bottom:0;
}
#inn-box #option_tbl td input{
	float:none;
	margin:0 0 5px;
	width:auto;
}
#inn-box #option_tbl th,
#inn-box #option_tbl td.none {
	background:#eee;
}
#inn-box #option_tbl td {
	text-align:center;
}
.stock_zero {
	color:red;
} 

/* ------------------------------------- 
 *	詳細ページ/ この商品を買ったひとはこんな商品も買っています
 * ------------------------------------- */

dl#together {
	width: 680px;
	margin-top:20px;
}
#together dt {
	background-image:url(https://img.shop-pro.jp/tmpl_img/20/title_together.gif);
}

#together dd {
	width: 680px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border2.gif) no-repeat left bottom;/* ボーダーパターン２ */
	padding-bottom:30px;
}


dl#together .itembox {
	margin:0px 5px 5px 0px;
	text-align:center;
}


/* ------------------------------------- 
 *	詳細ページ/ トラックバック
 * ------------------------------------- */

dl#tb {
	width:540px;
	margin-top:20px;
}
#tb dt.tb_title {
	background-image:url(https://img.shop-pro.jp/tmpl_img/20/title_tb.gif);
}

#tb .tb_url {
	text-align:right;
	padding-top:5px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/title_tburl.gif) no-repeat 10px 10px;
}
#tb .tb_url input {
	width:350px;
	padding:2px;
	background:#FFF;
	border:1px solid #999;
}


.tb_box {
	margin:10px 0px;
}

.tb_box dl {
	background:#F8F8F8;
	border:1px solid #FFCCCC;
	padding:5px 10px;
}

.tb_box dt {
 padding:5px;
}

.tb_box dd {
	padding:5px;
}

.tb_box .tb_state {
	text-align:right;
	border-top:1px dotted #FFCCCC;
}





/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

/*設定は商品一覧ページと共通です。*/

dl#search_result {
	width:540px;
	margin-bottom:10px;
}

#search_result dt {
	color:#656565;
	font-size:14px;
	margin-bottom:15px;
}

#search_result dd {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border1.gif) no-repeat left bottom;/* ボーダーパターン１ */
	padding-bottom:20px;
}

/*指定した検索条件の文字色*/
#search_result strong {
	color:#CC9999;
}

/*会員専用価格の表示 商品検索結果用*/
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_search {
	padding:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
}


/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

#option {
	margin:20px 10px;
	background-color: #F0EAE7;
	border:1px solid #CCCCCC;
}

#option dt {
	font-weight:bolder;
	padding:10px;
}

#option dd {
	padding:10px;
}

#option table {
	background:#CCCCCC;
}

#option table th {
	font-weight:bold;
	text-align:left;
	background:#EEEEEE;
	color:#999999;
	padding:7px 5px;
}

#option table td {
	background:#F8F8F8;
	padding:7px 5px;
}

#option dd.option_btn {
	margin-top:10px;
	text-align:center;
}

/*会員専用価格の表示 オプション用*/
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

.discount_rate_stock {
	padding:2px 0px;
	color:#ff0000;
}


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

.sk_title {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	width: 680px;
	height: 50px;
	float: left;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_h2.gif?20110408173742) no-repeat top;
	padding: 23px 0 0 0;
	line-height: 14px;
	text-indent: 25px;
}

table#sk {
	width: 680px;
	margin:10px 0px 50px 0px;
	border-top:1px solid #FFCCCC;
}

table#sk th {
	font-weight:normal;
	text-align:left;
	background:#FFF7F7;
	padding: 10px 10px 10px 10px;
	border-bottom:1px solid #FFCCCC;
}

table#sk td {
	background:#FFF;
	padding: 10px 0px 10px 10px;
	border-bottom:1px solid #FFCCCC;
}


/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */


#payment,
#delivery {
	clear: both;
	width: 680px;
	margin:10px 0px 50px 0px;
	border-top:1px solid #FFCCCC;
}


dl#payment dt,
dl#delivery dt {
	background:#FFF7F7;
	padding:5px;
	border-bottom:1px dotted #FFCCCC;
}

dl#payment dt img,
dl#delivery dt img {
	vertical-align:middle;
}

dl#payment dd,
dl#delivery dd {
	padding:10px 10px 30px 10px;
	background:#FFF;
	border-bottom:1px solid #FFCCCC;
}

dl#payment img,
dl#delivery img {
	margin:3px;
	}


/* ------------------------------------- 
 *	プライバシーポリシー
 * ------------------------------------- */

#privacy {
	width: 680px;
	margin:10px 0px;
}

#privacy dt {
	background:#FFF7F7;
	padding:5px;
	border-bottom:1px dotted #FFCCCC;
	
}

#privacy dd {
	line-height:1.5;
	border-bottom:1px solid #FFCCCC;
	padding:10px 10px 30px 10px;
}


/* ------------------------------------- 
 *	フリーページ
 * ------------------------------------- */
dl#freepage {
	width: 680px;
	margin-bottom:25px;
	border: 1px solid #FFCCCC;
}

#freepage dt {
	padding:5px 10px;
	background-color: #FFCCCC;
	color:#420000;
	font-weight: bold;
}

#freepage dd {
	padding:10px 10px 20px 10px;
}

#free_title {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	width: 680px;
	height: 50px;
	float: left;
	background: url(https://img12.shop-pro.jp/PA01066/059/etc/ac_bg_h2.gif?20110408173742) no-repeat top;
	padding: 23px 0 0 0;
	line-height: 14px;
	text-indent: 25px;
}

.free_pic {
	float: left;
	width: 240px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.free_comment_right {
	float: left;
	width: 380px;
}

.f11_link_box {
	background-color: #fef8fa;
	width: 640;
	padding: 10px 0 10px 120px;
}

/* ------------------------------------- 
 *	吉岡アロマ工房について
 * ------------------------------------- */

/* ************************************************ 
 *	レビュー画面用CSS
 * ************************************************ */

/* ------------------------------------- 
 *	レビューレコードの設定
 * ------------------------------------- */
.record {
	width:600px;
	border:1px solid #cccccc;
	margin:20px auto 30px;
	background-color:#FFF;
}

/* ------------------------------------- 
 *	投稿者ステータス
 * ------------------------------------- */


.data {
	margin:0;
	padding:5px 0 5px 5px;
	border-bottom:1px dotted #cccccc;
	}

.data li {
	padding:0;
	float:left;
	list-style-type:none;
	}

span.line {
	color: #cccccc;
	border: 1px solid #cccccc;
	margin:0 15px 0 5px;
	}

/* ------------------------------------- 
 *	レビュー内容（タイトル、コメント、投稿画像）
 * ------------------------------------- */
.contents {
	}

/* ------------------------------------- 
 *	タイトル:表示・必須項目になっている時のみ
 * ------------------------------------- */
.review_title {
	font-size:14px;
	padding:10px 10px 0;
	}

/* ------------------------------------- 
 *	コメント
 * ------------------------------------- */
.review_contents {
	padding:10px;
	}

.review_contents .comment {
	text-align:left;
	padding:;
	line-height:150%;
	}

/* ------------------------------------- 
 *	投稿画像
 * ------------------------------------- */
.review_contents .img_contents {
	float:right;
	width:120px;
	}

.img_box {
	margin:0;
	padding: 0;
	text-align: center;
	margin-bottom:2px;
	}

.txt_link {
	text-align:center;
	margin:0;
	display:block;
	}

.img_box img {
	padding: 4px;
	border: 1px solid #CCC;
	background-color:#FFF;
	}

.review_contents span {
	width:120px;
	}

/* ------------------------------------- 
 *	レビュー返信エリア
 * ------------------------------------- */
.reply {
	border-top:1px solid #cccccc;
	}

.res_top {
	padding:10px 10px 0;
}

.res_title {
	margin:0;
	font-size:13px;
	float:left;
	}

.res_data {
	margin:0;
	}

.res_comment {
	margin:0;
	padding:10px;
	}

/* ------------------------------------- 
 *	件数表示
 * ------------------------------------- */
#searchValMore {
	background-color:<{$linkbtn_normal}>;
	margin:20px auto;
	text-align:center;
	width:600px;
	}

#searchValMore a {
	color:#FFF;
	width:580px;
	text-decoration:none;
	display:block;
	padding:10px;
	}

#searchValMore a:hover {
	background-color:<{$linkbtn_hover}>;
	width:580px;
	padding-left:10px;
	}

#searchNavi {
	text-align:center;
	margin:20px 0;
	clear:both;
	}

/* ************************************************ 
 *	float解除
 * ************************************************ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}

.clearfix {
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* End hide from IE-mac */

img { 
    max-width: 100%; 
    height:auto;
}
