/* ************************************************ 
 *  all
 * ************************************************ */
.sold_out {
	color: #FF0000;
}

/* ************************************************ 
 *  layout
 * ************************************************ */
 
 /*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：base.css
  Description：基本スタイルを記述
==================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(https://file002.shop-pro.jp/PA01366/337/img/bg.gif) repeat-x top;
	color: #333333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
/*	word-break: break-all; */
	text-align: center;
	-webkit-text-size-adjust: none;
}
p {
	margin-bottom: 0.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
p.nm {
	margin-bottom: 0px;
}
h1, h2, h3, h4 {
	font-size: 100%;
}
hr {
	margin-bottom: 0.8em;
	border: 0px;
	border-bottom: 1px dashed #BBBBBB;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
th {
	font-weight: normal;
	text-align: left;
}
img {
	vertical-align: bottom;
}

/*--------------------------------------------------
  リンク
--------------------------------------------------*/
a { text-decoration: underline; }
a:link, a:visited { color: #333333; }
a:active, a:hover { text-decoration: none; }
a img { border: none; text-decoration: none; }

/*--------------------------------------------------
  フォントサイズ
--------------------------------------------------*/
.b  { font-weight: bold; }		/* 太字 */
.fs { font-size: 85%; }				/* 小さい文字 */
.fm { font-size: 120%; }			/* 大きい文字 */

/*--------------------------------------------------
  フォントカラー
--------------------------------------------------*/
.red  { color: #E44869; }			/* 赤 */
.pick { color: #0099FF; }			/* 注目色 */
.thin { color: #666666; }			/* 薄い色 */

/*--------------------------------------------------
  配置
--------------------------------------------------*/
.cen { text-align: center; }	/* 中央寄せ */
.lft { text-align: left; }		/* 左寄せ */
.rit { text-align: right; }		/* 右寄せ */

.vtop { vertical-align: top; }		/* 上詰め */
.vbtm { vertical-align: bottom; }	/* 下詰め */

.fl { float: left; }	/* 左寄せ（float） */
.fr { float: right; }	/* 右寄席（float） */

.indent { text-indent: -0.5em; }

/*--------------------------------------------------
  画像配置（文字を回り込ます）
--------------------------------------------------*/
.img_lft { float: left; margin-right: 20px; }
.img_rit { float: right; margin-left: 20px; }

/*--------------------------------------------------
  IME（フォームコントロール用）
--------------------------------------------------*/
/* 半角 */
.disabled {
	ime-mode: disabled;
	border: 1px solid #A5ACB2;
	padding: 2px;
}
/* 全角(切替可) */
.active {
	ime-mode: active;
	border: 1px solid #A5ACB2;
	padding: 2px;
}

/*--------------------------------------------------
  その他
--------------------------------------------------*/
/* フロート解除 */
.cb { clear: both; }
/* クリアフィックス */
.cf:after,
.cb:after,
.box:after,
.main:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}



/*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：common.css
  Description：テンプレート部分のスタイルを記述
==================================================*/

/*--------------------------------------------------
  ヘッダ
--------------------------------------------------*/
#header {
	clear: both;
	padding-bottom: 12px;
	border-bottom: 2px solid #E96984;
	text-align: left;
}
#header p {
	margin: 0px;
}
#header p.title {
	float: left;
	padding-top: 10px;
}
/* 上部テキスト */
#header h1 {
	margin-bottom: 18px;
	background: #000000;
	color: #CCC;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
/* お問い合わせ */
#header .contact {
	float: right;
	padding-left: 15px;
	border-left: 1px solid #000000;
	font-size: 16px;
	line-height: 1.3;
}
#header .contact a {
	color: #016DFF;
}
#header .contact .tel a {
	padding-left: 40px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/tel.gif) no-repeat left 40%;
	font-size: 31px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#header .contact .mail {
	color: #666666;
	font-size: 12px;
}
#header .contact .mail a {
	padding-left: 25px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/mail.gif) no-repeat left 40%;
	font-size: 14px;
	font-weight: bold;
}
/**/
#header .contact .txt {
	float: left;
	margin-left: 20px;
	width: 130px;
	height: 62px;
	padding: 10px 0;
	background: #9BDD53 url(https://file002.shop-pro.jp/PA01366/337/img/bg_slash.png);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
}

/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	clear: both;
}
#menu li {
	list-style: none;
}
#menu li a {
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
/* ボタン */
#menu ul.btn_org li {
	float: right;
	width: 50%;
}
#menu ul.btn_org li+li {
	float: none;
	width: 47%;
	margin-right: 3%;
}
#menu ul.btn_org li+li+li {
	margin-top: 8px;
}
#menu ul.btn_org li a {
	height: 32px;
	padding-top: 50px;
	background: #EA6985 url(https://file002.shop-pro.jp/PA01366/337/img/cart.png) no-repeat center 10px;
	border-radius: 5px;
	color: #FFFFFF;
}
#menu ul.btn_org li+li a {
	height: 37px;
	padding: 0;
	background: #63B9BA;
	line-height: 37px;
	text-align: center;
}
#menu ul.btn_org li+li a span {
	padding-left: 25px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/member.png) no-repeat left 40%;
}
#menu ul.btn_org li+li+li a span {
	background-image: url(https://file002.shop-pro.jp/PA01366/337/img/login.png);
}
/* リンク */
#menu ul.link li a {
	color: #333333;
}

/*--------------------------------------------------
  検索
--------------------------------------------------*/
#page_search {
	clear: both;
	margin: 0 auto 30px;
	background-color: #E6E6E6;
	background-image: url(https://file002.shop-pro.jp/PA01366/337/img/bg_search_top.png), url(https://file002.shop-pro.jp/PA01366/337/img/bg_search.png);
	background-position: top, center;
	background-repeat: repeat-x, repeat;
	border-bottom: 1px solid #B2B2B2;
	font-size: 20px;
}
#search table {
	width: 100%;
}
#search table th {
	padding: 0 15px;
}
#search table th,
#search table td.btn_org {
	width: 1%;
	padding-left: 15px;
	white-space: nowrap;
}
#search input {
	width: calc(100% - 12px);
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-size: 18px;
}
#search button {
	padding: 4px 30px 2px;
	border: none;
	background: #63B9BA;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#container {
	clear: both;
	text-align: left;
	line-height: 1.6;
}
#container h3.sub {
	margin-bottom: 25px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
}
#container h3.sub b {
	display: block;
	padding: 5px 15px;
	background: #FCECEF url(https://file002.shop-pro.jp/PA01366/337/img/bg_sub.png) no-repeat left center;
}

/*--------------------------------------------------
  メイン
--------------------------------------------------*/
#main h2 {
	margin-bottom: 50px;
}

/*--------------------------------------------------
  ナビ
--------------------------------------------------*/
/* カタログ・送料無料・名バナー */
#navi_bana {
	list-style: none;
}
#navi_bana li {
	margin-bottom: 20px;
}
/* リンク */
#navi_link {
	clear: both;
}
#navi_link h3 {
	margin-bottom: 10px;
	padding: 0 0 4px 10px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/navi/p.gif) no-repeat left 8px;
	border-bottom: 1px solid #E96984;
	font-weight: normal;
}
#navi_link ul {
	margin-bottom: 20px;
}
#navi_link li {
	margin-bottom: 10px;
	list-style: none;
}
#navi_link li a,
#navi_link li > span {
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px dashed #CCCCCC;
}
#navi_link li > span.dd_link:hover {
	cursor: pointer;
}
#navi_link li a img,
#navi_link li > span img {
	margin-right: 10px;
	vertical-align: middle;
}
#navi_link li ul {
	margin-bottom: 0;
	padding: 5px 10px;
	background: #EDEDED url(https://file002.shop-pro.jp/PA01366/337/img/bg_dot.png);
}
#navi_link li ul li {
	margin-bottom: 0;
}
#navi_link li ul li a {
	border: none;
	padding-left: 10px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/navi/pf.gif) no-repeat left 6px;
}
/* 営業日カレンダー */
  .tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100%;
  margin-top: 30px;
}
 .tbl_calendar caption {
  margin-bottom: 5px;
  font-size: 105%;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border: 1px solid #ccc !important;
}
.tbl_calendar th {
  background: #EEE;
  padding:: 2px !important;
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1;
}
#footer a {
	text-decoration: none;
}
#footer p {
	margin-bottom: 0;
}
#footer img {
	vertical-align: middle;
}
#footer ul.link {
	padding: 34px 0px;
}
#footer ul.link li {
	display: inline;
	margin: 0 10px;
	list-style: none;
}
#footer ul.link li a {
	color: #666666;
}
#footer ul.link li a:hover {
	text-decoration: underline;
}
/* ボタン */
#footer_btn {
	padding: 40px 0;
	background: #EDEDED;
	border-top: 2px solid #000000;
}
#footer_btn a {
	display: block;
	height: 43px;
	background: #63B9BA;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 44px;
}
#footer_btn p {
	margin-bottom: 30px;
}
#footer_btn p a {
	padding: 30px 0;
	font-size: 26px;
}
#footer_btn p a b {
	padding-left: 70px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/mail.png) no-repeat left center;
}
#footer_btn li {
	float: left;
	width: 335px;
	margin-left: 10px;
	list-style: none;
}
#footer_btn li a b {
	padding-left: 30px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/biz.png) no-repeat left 40%;
}
#footer_btn li+li a b {
	background-image: url(https://file002.shop-pro.jp/PA01366/337/img/str.png);
}
/* コピーライト */
#copyright {
	padding: 20px 0px;
	background: #000000;
	color: #666666;
	font-size: 11px;
	text-align: center;
}
#copyright a {
	color: #666666;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	clear: both;
	margin-bottom: 30px;
	color: #888888;
	font-size: 12px;
	line-height: 1;
}
#page_navi li {
	display: inline;
	margin-right: 6px;
}
#page_navi a { text-decoration: none; color: #888888; }
#page_navi a:hover { text-decoration: }
/* テーブル */
.tbl {
	width: 100%;
}
.tbl th,
.tbl td {
	padding: 10px;
	border: 1px solid #BBBBBB;
}
.tbl th {
	white-space: nowrap;
	background: #EEEEEE;
}
/* 注意書き */
.attention dt {
	float: left;
	width: 16px;
}
.attention dd {
	margin-left: 16px;
}
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/* マーク */
.mark {
	padding-left: 16px;
	/* background: url(https://file002.shop-pro.jp/PA01366/337/img/p.gif) no-repeat 0px 5px; */
}



/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
width: 205px;
margin: 0 0 20px 20px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px;
}

.item_box .item_detail p.item_name {
font-size: 15px;
margin-bottom: 10px;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}


/* ************************************************ 
 *  product_detail_page
h2.product_name {
font-size: 20px;
margin-bottom: 15px;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

div.product_images {
float: left;
display: inline;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 180px;
float: right;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-size: 11px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
}
table.add_cart_table td strong.price {
font-size: 14px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;	
clear: both;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}
 * ************************************************ */

/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 4px solid #000;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:3px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
width: 420px;
float: left;
margin-top: 4px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 60px;
float: left;
margin-left: 20px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 5px 0;
cursor: pointer;
}


/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option {
margin: 20px;
padding: 20px;
background: #fff;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
background: #fff;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
background: #f5f5f5;
}
table.table_option td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area {
height: 100%;
background: #f5f5f5;
margin-bottom: 20px;
padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
margin: 0 20px 10px 0;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
margin-right: 10px;
}

/* ************************************************ 
 *  search_page
 * ************************************************ */
div.search_result {
background: #f5f5f5;
margin: 20px 0;
padding: 10px 0;
text-align: center;
}

div.none {
text-align: center;
margin: 50px 0;
}

/* ************************************************ 
 *  side
 * ************************************************ */
#side div.box {
clear: both;
margin-bottom: 20px;
}

#side div.box h3 {
margin-bottom: 10px;
padding: 5px;
background: #f5f5f5;
text-align: center;
}

#side div.box ul {
margin-left: 20px;
}

#side div.box ul li {
margin-bottom: 7px;
}

#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}

#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {
width: 152px;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #ccc;
}

#side div#box_owner p.name {
font-size: 20px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

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

/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

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

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}


div.footstamp {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #eee;
		}

div.pager {
	margin: 20px 0;
	clear: both;
	text-align: center;
	}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #EA6985;
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border: none;
}

.btn-primary {
  background-color: #EA6985;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #EA6985;
}


.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn_quick {
  margin: 10px 0;
}


/*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：main.css
  Description：各ページ固有のスタイルを記述
==================================================*/

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* キャンペーン */
#top_campaign {
	position: relative;
	margin-bottom: 40px;
	padding: 9px;
	background: #63B9BA url(https://file002.shop-pro.jp/PA01366/337/img/top/bg_campaign.png);
	border: 1px solid #63B9BA;
}
#top_campaign:before,
#top_campaign:after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 93px;
	height: 60px;
}
#top_campaign:before {
	left: 0;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/top/ico_campaign01.png) no-repeat left top;
}
#top_campaign:after {
	right: 0;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/top/ico_campaign02.png) no-repeat left top;
}
#top_campaign dl {
	background: #FFFFFF;
	text-align: center;
}
#top_campaign dt {
	padding: 10px 0 6px;
	border-bottom: 3px solid #FADC2D;
	font-size: 30px;
	font-weight: bold;
}
#top_campaign dd {
	padding: 15px;
}
#top_campaign dd p.cen {
	margin-bottom: 0.5em;
	font-size: 105%;
}
/* おすすめ商品 */
#top_pickup {
	margin-bottom: 15px;
}
#top_pickup dl {
	float: left;
	width: 354px;
	margin-bottom: 25px;
}
#top_pickup dl:nth-of-tyoe(even) {
	clear: none;
	float: right;
}
#top_pickup dl:nth-of-type(odd) {
	clear: both;
	float: left;
}
#top_pickup dt {
	float: left;
	width: 108px;
	padding-bottom: 108px;
	border: 1px solid #CCCCCC;
	position: relative;
}
#top_pickup dt img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#top_pickup dd {
	margin-left: 120px;
}
/* メッセージ */
#top_msg {
	position: relative;
	margin-bottom: 40px;
	padding: 4px;
	border: 4px dotted #E6E6E6;
}
#top_msg:after {
	position: absolute;
	top: -20px;
	right: 10px;
	content: "";
	display: block;
	width: 119px;
	height: 357px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/top/img_msg.png) no-repeat left top;
}
#top_msg .in {
	padding: 0 20px 20px;
	background: #EDEDED;
}
#top_msg h3 {
	position: relative;
	top: -20px;
}
#top_msg h3 b {
	padding: 3px 20px;
	background: #85D52C;
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 23px;
}
#top_msg p {
	padding-right: 100px;
}
#top_msg p.b {
	margin-bottom: 0.5em;
	font-size: 23px;
}
#top_msg dl {
	padding: 15px;
	background: #FFFFFF;
}
#top_msg dt {
	margin-bottom: 5px;
	color: #000000;
	font-size: 16px;
}
#top_msg dt span {
	font-size: 12px;
}
#top_msg dd a.tel {
	float: left;
	padding-left: 50px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/top/tel.gif) no-repeat left 40%;
	color: #016DFF;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	line-height: 1;
}
#top_msg dd a.btn_org {
	display: block;
	float: right;
	width: 110px;
	padding: 5px 0;
	background: #016DFF;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
#top_msg dd a.btn_org b {
	padding-left: 35px;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/mail.png) no-repeat left 40%;
	background-size: 23px auto;
	-webkit-background-size: 23px auto;
}
/* お知らせ */
#top_info {
	margin-bottom: 50px;
}
#top_info h3.sub {
	margin-bottom: 15px;
}
#top_info dl {
	clear: both;
}
#top_info dt {
	float: left;
	width: 100px;
}
#top_info dd {
	margin-left: 100px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #CCCCCC;
}
/* カテゴリ */
#top_category {
	clear: both;
    margin-top: 30px;
	margin-bottom: 40px;
}
#top_category ul {
	clear: both;
}
#top_category li {
	float: left;
	width: 111px;
	margin-bottom: 11px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	list-style: none;
}
#top_category li+li {
	margin-left: 11px;
}
/* ショッピングガイド */
#top_guide {
}
#top_guide dl {
	width: 490px;
}
#top_guide dt {
	margin-bottom: 5px;
	padding-left: 20px;
	/* background: url(https://file002.shop-pro.jp/PA01366/337/img/top/bg_guide.gif) no-repeat left center; */
    border-bottom: 1px solid #ccc;
	font-size: 21px;
	font-weight: bold;
}
#top_guide dd {
	padding: 15px 20px;
	/* background: #E8E8E8 url(https://file002.shop-pro.jp/PA01366/337/img/bg_dot.png); */
}
#top_guide dd:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
#top_guide dd p {
	margin-bottom: 0;
}

/*--------------------------------------------------
  アイテム
--------------------------------------------------*/
#item_list {
	clear: both;
	margin-bottom: 30px;
}
#item_list dl {
	float: left;
	width: 31%;
	margin-bottom: 30px;
}
#item_list dl+dl,
#item_list dl+dl+dl+dl+dl,
#item_list dl+dl+dl+dl+dl+dl+dl+dl,
#item_list dl+dl+dl+dl+dl+dl+dl+dl+dl+dl+dl {
	clear: none;
	margin-left: 3.5%;
}
#item_list dl+dl+dl+dl,
#item_list dl+dl+dl+dl+dl+dl+dl,
#item_list dl+dl+dl+dl+dl+dl+dl+dl+dl+dl {
	clear: both;
	margin-left: 0;
}
#item_list dt {
	width: 100%;
	padding-bottom: 100%;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 10px;
}
#item_list dt img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#item_list dd {
	color: #000000;
}
#item_list dd p {
	margin-bottom: 10px;
}



@media only screen and (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
.dsp_tbs, .dsp_smt { display: none; }

/* ヘッダ */
#header {
	width: 1000px;
	margin: auto;
}
/* お問い合わせ */
#header .contact {
	width: 685px;
}
/* メニュー */
#menu {
	position: relative;
	width: 1000px;
	margin: auto;
	border-bottom: 4px solid #E96984;
}
#menu .dd_tab {
	display: block !important;
}
/* ボタン */
#menu ul.btn_org {
	position: absolute;
	top: -97px;
	right: 0;
	width: 222px;
}
/* リンク */
#menu ul.link {
	height: 44px;
	/* background: url(https://file002.shop-pro.jp/PA01366/337/img/line.gif) no-repeat left center; */
}
#menu ul.link li {
	float: left;
	width: 90px;
	height: 44px;
	/* background: url(https://file002.shop-pro.jp/PA01366/337/img/line.gif) no-repeat right center; */
}
#menu ul.link li+li {
	width: 130px;
}
#menu ul.link li+li+li {
	width: 100px;
}
#menu ul.link li+li+li+li {
	width: 170px;
}
#menu ul.link li+li+li+li+li {
	width: 120px;
}
#menu ul.link li+li+li+li+li+li {
	width: 200px;
}
#menu ul.link li+li+li+li+li+li+li {
	width: 190px;
}
#menu ul.link li a {
	line-height: 44px;
}
#menu ul.link li.on a,
#menu ul.link li a:hover {
	color: #E96984;
}
/* 検索 */
#page_search {
	width: 900px;
	padding: 25px 50px;
}
/* コンテナ */
#main_wrap, #footer {
	min-width: 1050px;
}
#container {
	width: 1000px;
	margin: auto;
	padding-bottom: 450px;
}
#main {
	float: right;
	width: 740px;
}
#navi {
	float: left;
	width: 230px;
}
/* リンク */
#navi_link > .dd_tab {
	display: block !important;
}
/* フッター */
#footer {
	position: relative;
	min-height: 400px;
	margin-top: -400px;
}
#footer .box {
	width: 1000px;
	margin: auto;
}
/* ボタン */
#footer_btn ul {
	float: right;
}
#footer_btn .box {
	clear: both;
	padding: 5px 0;
	background: url(https://file002.shop-pro.jp/PA01366/337/img/title.png) no-repeat left bottom;
	text-align: left;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* メッセージ */
#top_msg dd {
	padding-right: 75px;
}



/*------------------------------------------------*/
/* 背景固定 */
html, body, #main_wrap {
	height: 100%;
}
body > #main_wrap {
	height: auto;
	min-height: 100%;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */ 
/*------------------------------------------------*/
}



@media only screen and (max-width: 768px) and (min-width: 641px){
/*--------------------------------------------------
	タブレットのみ適応
--------------------------------------------------*/
.dsp_smt { display: none; }

/* カタログ・送料無料・名バナー */
#navi_bana li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#navi_bana li+li+li {
	margin-right: 0%;
}

}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
.dsp_hp { display: none; }
.w100 img { width: 100%; 	height: auto; }
.br { display: block; }

/* ヘッダ */
#header {
}
#header h1 {
	padding: 4px 60px 4px 10px;
	font-size: 10px;
	line-height: 1.3;
}
#header .title {
	padding-left: 10px;
}
/* お問い合わせ */
#header .contact {
	padding-right: 10px;
	font-size: 15px;
}
/**/
#menu_link {
	position: absolute;
	right: 0;
	bottom: -65px;
	width: 32px;
	padding: 6px 10px 8px;
	background: #E96984;
	border-radius: 0 0 5px 5px;
}
#menu_link img {
	width: 100%;
	height: auto;
}
/* メニュー */
#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 9999;
}
#menu ul.btn_org {
	padding: 10px;
	border-top: 1px solid #E96984;
	border-bottom: 2px solid #E96984;

}
#menu ul.link li {
	border-bottom: 1px solid #CCCCCC;
}
#menu ul.link li a {
	padding: 15px;
}
/* 検索 */
#page_search {
	padding: 15px;
}
/* コンテナ */
#container{
	padding: 0 15px;
}
#main, #navi {
	clear: both;
	padding-bottom: 30px;
}
#main h2 img {
	width: 100%;
	height: auto;
}
#navi_bana li img {
	width: 100%;
	height: auto;
}
/* リンク */
#navi_link h3 {
	padding: 10px;
	background: none;
	border: 1px solid #E96984;
	border-radius: 5px;
}
/* フッター */
#footer .box {
	padding: 10px;
}
/* ボタン */
#footer_btn {
	padding: 10px 5px;
}
#footer_btn p {
	margin-bottom: 15px;
}
#footer_btn p a {
	padding: 15px 0;
	font-size: 24px;
}
#footer_btn p a b {
	padding-left: 50px;
	background-size: 40px auto;
	-webkit-background-size: 40px auto;
}
#footer_btn li {
	width: 48%;
	margin-left: 0;
}
#footer_btn li+li {
	float: right;
}
/* コピーライト */
#copyright {
	padding: 10px 0px;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* おすすめ商品 */
#top_pickup dl {
	width: 48%;
}
/* メッセージ */
#top_msg p.b {
	font-size: 21px;
}
#top_msg dd {
	padding-right: 45px;
}
/* カテゴリ */
#top_category li {
	width: calc(11.5% - 4px);
}
#top_category li+li {
	margin-left: 1.1%;
}
#top_category li img {
	width: 100%;
	height: auto;
}
/* ショッピングガイド */
#top_guide dl.fl,
#top_guide dl.fr {
	float: none;
	width: auto;
	margin-bottom: 30px;
}


/*------------------------------------------------*/
}



@media only screen and (max-width: 640px){
	
/*--------------------------------------------------
	共有
--------------------------------------------------*/
.dsp_hp, .dsp_hpt { display: none; }
.w100_sp img { width: 100%; 	height: auto; }

body {
	font-size: 85%;
}

/* ヘッダ */
#header h1 {
	margin-bottom: 15px;
}
#header p.title {
	float: none;
	padding-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
/* お問い合わせ */
#header .contact {
	float: none;
	margin: 0 10px;
	border: none;
	border-top: 1px solid #000000;
	padding: 10px 0 0;
	font-size: 15px;
}
#header .contact .fl {
	float: none;
}
#header .contact p {
	text-align: center;
}
/* 検索 */
#page_search {
	padding: 10px;
	font-size: 18px;
}
#search input {
	padding: 4px 0;
}
#search button {
	font-size: 18px;
	padding: 4px 10px 2px;
}
/* コンテナ */
#main_wrap, #footer {
	min-width: 360px;
}
#main h2 {
	margin-bottom: 30px;
}
/* カタログ・送料無料・名バナー */
#navi_bana li {
	float: left;
	width: 48%;
}
#navi_bana li+li {
	float: right;
}
#navi_bana li+li+li {
	clear: both;
	float: left;
}
/* ボタン */
#footer_btn {
	padding: 5px 0;
}
#footer_btn a {
	font-size: 15px;
}
#footer_btn p {
	margin-bottom: 15px;
}
#footer_btn p a {
	padding: 10px 0 15px;
	font-size: 18px;
	line-height: 1.5;
}
#footer_btn p a b {
	padding-left: 36px;
	background-size: 26px auto;
	-webkit-background-size: 26px auto;
}
#footer_btn li a b {
	padding-left: 20px;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* キャンペーン */
#top_campaign {
	margin-bottom: 30px;
	padding: 6px;
}
#top_campaign:before,
#top_campaign:after {
	width: 60px;
	height: 39px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#top_campaign dt {
	font-size: 20px;
}
/* おすすめ商品 */
#top_pickup dl {
	float: none !important;
	width: auto !important;
	overflow: auto;
	margin-bottom: 15px;
}
/* お知らせ */
#top_info dl {
	float: none;
	width: auto;
}
#top_info dd {
	margin-left: 0;
}
/* メッセージ */
#top_msg {
	padding: 2px;
	border-width: 2px;
}
#top_msg:after {
	top: 20px;
	right: 5px;
	width: 80px;
	height: 240px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#top_msg .in {
	padding: 0 10px 10px;
}
#top_msg h3 {
	position: relative;
	top: -20px;
}
#top_msg h3 b {
	font-size: 19px;
}
#top_msg p {
	padding-right: 80px;
}
#top_msg p.b {
	font-size: 16px;
}
#top_msg dl {
	padding: 10px;
}
#top_msg dt {
	font-size: 15px;
}
#top_msg dt span {
	display: block;
}
#top_msg dd {
	padding: 0;
}
#top_msg dd a.tel {
	float: none;
	padding-left: 34px;
	background-size: 28px auto;
	-webkit-background-size: 28px auto;
	font-size: 28px;
}
#top_msg dd a.btn_org {
	float: none;
	width: auto;
	margin-top: 5px;
}
/* カテゴリ */
#top_category li {
	width: calc(22.5% - 4px);
}
#top_category li+li,
#top_category li+li+li+li+li+li {
	margin-left: 3%;
}
#top_category li+li+li+li+li {
	margin-left: 0;
}
#top_category li img {
	width: 100%;
	height: auto;
}
/* ショッピングガイド */
#top_guide dt {
	font-size: 18px;
}
#top_guide dd {
	padding: 10px;
}
#top_guide dd p.img_lft {
	float: none;
	margin: 0;
}


/*------------------------------------------------*/
}
