/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   
body,html{
min-width:1200px;
}

body * {
}
/* body * {line-height:2.0em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

.wrapper{
margin: 0 auto;
width: 950px;
text-align:left;
background-color:#fff;
padding:0 50px;
}

/* --- Reset End --- */


body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height:1.75em;
	letter-spacing:1px;
	background-image: url("http://blog.loves-bagel.com/img/backwashi.jpg");
	color:#333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

a:link    { color:#6d2916;text-decoration:none;}
a:visited { color:#6d2916;text-decoration:none;}
a:active  { color:#6d2916;text-decoration:none;}
a:hover   { color:#CC0000;text-decoration:none; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	color:#ffffff;
	margin:20px 0px 10px;
	}

.title {
	width:740px;
	height:121px;
	color: #6d2916;
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/title_bg.jpg) 0px 0px no-repeat;
	margin-bottom:10px;
	}

.title a {color: #6d2916;}
.title a:link    {color: #6d2916;text-decoration: none;}
.title a:visited {color: #6d2916;text-decoration: none;}
.title a:active  {color: #6d2916;text-decoration: none;}
.title a:hover   {color: #6d2916;text-decoration: none;}


/*ホーム・マイアカウント・お問合せリンク*/
.menu_1 {
	padding:0px;
	margin:0px;
	line-height:0em;
	text-align:right;
}
.menu_1 img{
	vertical-align:top;
}

a#linkHome,
a#linkMyAccount {
	margin-right:25px;
}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */


.sidemenu {
	width:190px;
	color:#333333;
	margin-bottom: 20px;
	}

.side_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_text {
	background-color:#f9f4eb;
	padding:13px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:#f9f4eb;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}

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

.owner_photo {
	margin-bottom: 10px;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_bg {
	width:190px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.gif) 0px 0px repeat-y;
	margin-bottom:25px;
	}

.side_cat_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_cat_text {
	border-bottom:1px #dacdb9 solid;
	padding:10px 15px 10px 30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
	line-height:0px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: #6d2916;}
.side_cat_text a:link    {color: #6d2916;text-decoration: none;}
.side_cat_text a:visited {color: #6d2916;text-decoration: none;}
.side_cat_text a:active  {color: #6d2916;text-decoration: none;}
.side_cat_text a:hover   {color: #CC0000;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #dacdb9;
	border-right: 3px solid #dacdb9;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:80%;
	}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	padding-top:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
	}
#btn_members_signup {
	padding:7px 0px 0px;
	margin:10px 0px 0px;
	border-top:#dacdb9 dotted 1px;
	text-align:center;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	text-align:center;
	}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width: 950px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
	}

#menu_2 {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
	text-align:center;
	color:#FFFFFF;
	}

#footer a {color: #fff;}
#footer a:link    {color: #fff;text-decoration: none;}
#footer a:visited {color: #fff;text-decoration: none;}
#footer a:active  {color: #fff;text-decoration: none;}
#footer a:hover   {color: #ccc;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {
	width:700px;
	margin-bottom:15px;
padding:20px;
border-left:10px solid #a30035;
	font-weight:bold;
font-size:1.5em;
	}
	
.main_title td{
	padding-left:15px;
	}

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

.price_top {
	padding:0px;
	margin:0px;
}

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

/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info_bg {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#333333;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
	height:5px;
	margin-bottom:20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#333333;
	margin-bottom: 15px;
	}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 740px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

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

.price_all {
	padding:0px;
	margin:0px;
}

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

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

.price_search {
	padding:0px;
	margin:0px;
}

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


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 740px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 245px;
	text-align: center;
	padding:5px 0px 30px;
	}


.product_item {
	text-align:center;
	width:245px;
	margin:0px auto;
	}

.product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	max-width: 225px;
	}

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:125px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:125px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width: 564px;
	color: #6d2916;
	margin-bottom: 15px;
	}

.footstamp a {color: #000000;}
.footstamp a:link    {color: #000000;text-decoration: none;}
.footstamp a:visited {color: #000000;text-decoration: none;}
.footstamp a:active  {color: #000000;text-decoration: none;}
.footstamp a:hover   {color: #CC0000;text-decoration: none;}

.txt-f10 {
	font-size:10px;
}

.footstamp img {
	vertical-align:middle;
}

.footstamp .bg {
	width: 564px;
	}

.footstamp .bg .middle {
	margin: 0;
	padding: 5px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 2px;
	}

.footstamp .bottom {
	width: 564px;
	height:5px;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	margin-bottom:40px;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
	color:#333333;
	}

#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_img {
	padding: 4px;
	border:1px #dacdb9 solid;
	max-width: 740px;
	max-height: 740px;
	}

#detail .sub {
	width: 100%;
  margin:5px auto;
	text-align: center;
	}
	
#detail .sub_tp {
	padding-top:18px;
	}


#detail .sub img {
	padding: 4px;
	border:1px #dacdb9 solid;
	max-width: 740px;
	max-height: 740px;
	}

#detail .table {
	width: 400px;
	text-align:left;
	margin:20px auto 30px;
border:1px solid;
	}

#detail .table .cell_1 {
	width: 130px;
padding:10px;
border-bottom:1px solid;
	font-weight:bold;

	}

#detail .table .cell_2 {
	width: 270px;
padding:10px;
border-bottom:1px solid;
	background:#f4f0d5;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

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

.price_detail {
	padding:0px;
	margin:0px;
	font-weight:bold;
}

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	max-width: 160px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;

	}

#trackback .tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

#trackback .tb_date {
	font-size:80%;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	padding: 0px 10px 10px 10px;
	color:#6d2916;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #dacdb9;
	border-bottom: 1px dotted #dacdb9;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #dacdb9;
	border-top: 1px solid #dacdb9;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}

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

.price_detail_stock {
	padding:0px;
	margin:0px;
}

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

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 740px;
	color:#333333;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	text-align:left;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#f6eddf;
	}

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

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

#PrivacyExplain {
	color:#333333;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #dacdb9;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}

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

/*-------------------------------------------
トップページ
-------------------------------------------*/

.menu-txt{
margin:20px 0;
}

.menu-txt a{
font-weight:bold;
color:#000;
margin:10px 0;
display: block
}

.icon-about a{
background: url(http://blog.loves-bagel.com/img/icon-about.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
}

.icon-shop a{
background: url(http://blog.loves-bagel.com/img/icon-shop.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
}

.icon-guide a{
background: url(http://blog.loves-bagel.com/img/icon-guide.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
}

.icon-event a{
background: url(http://blog.loves-bagel.com/img/icon-event.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
}

.icon-bagel a{
background: url(http://blog.loves-bagel.com/img/icon-bagel.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
}

.icon-blog a{
background: url(http://blog.loves-bagel.com/img/icon-blog.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
}

.icon-mail a{
background: url(http://blog.loves-bagel.com/img/icon-mail.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
}

.menu-button img{
margin:10px 0;
}

.top-tel{
font-size:1.5em;
font-weight:bold;
color:#a30035;
margin-top:30px;
margin-bottom:5px;
}

.top-tel-box{
width:550px;
float:left;
}

.top-member-box{
width:200px;
float:left;
text-align:right;
margin-top:30px;
color:#000;
}

.top-bageltree{
height:80px;
margin-right:-26px;
}

.set-box{
  font-size:0.8em;
float:left;
padding:0px 20px;
border-left:1px solid #000;
line-height:1.25em;
margin-top:20px;
}

.set-box2{
  font-size:0.8em;
float:left;
padding:0px 20px;
border-left:1px solid #000;
border-right:1px solid #000;
line-height:1.25em;
margin-top:20px;
}

.set-txt-s{
font-size:1em;
  padding-right:5px;
  float:left;
}

.set-txt-b{
font-size:1.5em;
  padding-top:8px;
  float:left;
}

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

.haisou-title{
background: url(http://blog.loves-bagel.com/img/icon-aka.jpg) no-repeat 0 50%; 
padding: 5px 5px 5px 35px;
font-size:1.25em;
font-weight:bold;
margin-bottom:10px;
}

.haisou-box{
width:445px;
margin-right:55px;
margin-bottom:30px;
float:left;
}

.footer-back{
background-color: #a30035;
width:100%;
    padding: 20px 500%;
    margin: 0 -500% 6px;
margin-bottom:-30px;
color:#fff;
}

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

.footer-instagram{
background-color:#fff;
width:420px;
height:670px;
padding:20px;
float:left;
}

.footer-twitter{
background-color:#fff;
width:175px;
height:670px;
float:left;
padding:20px;
margin-right:20px;
}

.footer-facebook{
background-color:#fff;
width:175px;
height:670px;
float:left;
margin-right:20px;
padding:20px;
}

/* instagram */

.insta-list{
height: 560px;
width:420px;
margin: 0px auto;
padding: 0px;
}

.insta-list li{
width: 130px;
display: block;
float: left;
position: relative;
insta-list-style: none outside;
margin: 0px;
height: 130px;
margin-right:10px;
margin-bottom:10px;
}

ul.insta-list li img{
width: 130px;
}

.insta-list li a span{
position: absolute;
display: none;
width: 105px;
height: 105px;
top: 0;
left: 50%;
margin: 0 0 0 -68px;
background: #fff;
border: 0px solid #999;
padding: 15px;
color: #000;
z-index: 100;
opacity: 0.6; 
filter: alpha(opacity=80); 
-moz-opacity: 0.6;
overflow: hidden;
text-overflow: ellipsis;
line-height:1.5em;
}
.insta-list li a:hover span
{
display: block;
}

.insta-thumb{
width:415px;
}

div.insta-thumb{
    border: 1px solid #aaa;
    display:block;
    width:130px; /*トリミング後の横幅*/
    height:130px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; 
    border-radius: 20px;
}
div.insta-thumb img{
    position:absolute;
}

/*-------------------------------------------
商品ページ
-------------------------------------------*/

.sold-txt{
width:150px;
margin:auto auto;
margin-top:5px;
background:#ddd;
padding:5px;
font-size:10px;
}

.item-setsumei-box{
width:400px;
margin:0 auto;
font-size:1.25em;
margin-bottom:20px;
margin-top:30px;
line-height:1.5em;
}

.item-info-txt{
float:left;
}

.item-info-table{
width:400px;
border-bottom:1px solid #000;
float:left;
margin-right:30px;
}

.item-info-table tr{
border-top:1px solid #000;
}

.item-info-table th{
width:80px;
font-weight:bold;
}

.item-info-table td{
padding:10px 0;
padding-left:20px;
border-left:1px dotted;
}

.allergy-box{
width:255px;
padding:20px;
float:left;
border:1px solid;
}

.item-allergy-table{
width:100%;
text-align:center;
}

.item-allergy-table td{
padding:10px;
border:1px solid;
}

.allergy-title{
font-weight:bold;
margin-bottom:10px;
}

.allergy-txt{
margin-top:10px;
}

.ari{
background:#f4f0d5;
}

.item-review-box{
margin-top:30px;
text-align:center;
}

.item-review-box iframe{
width:740px;
height:190px;
}

.bagelabout-box{
width:450px;
margin:0 auto;
}

.shop-table{
border:1px solid;
}

.shop-table tr{
padding:10px;
border:1px solid;
}

.shop-table td{
padding:10px;
border:1px solid;
}

.shop-table th{
padding:10px;
border:1px solid;
}

/*-------------------------------------------
スタッフ紹介
-------------------------------------------*/

.staff-box{
padding:20px;
width:450px;
border:5px solid #eae2bd;
margin:0 auto;
margin-bottom:30px;
}

.staff-box img{
width:300px;
float:left;
margin-right:20px;
}

.staff-titile{
font-size:1.25em;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px solid #000;
}


/* ------------------------------------- 
 *	サイドおすすめ
 * ------------------------------------- */

.side-product_list {
	width: 180px;
	text-align: center;
	padding:5px 0px 20px;
	}


.side-product_item {
	text-align:center;
	width:170px;
	margin:0px auto;
	}

.side-product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	max-width: 170px;
	}

.side-product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.side-product_item .name img{
	vertical-align:middle;
	}

.side-product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.side-product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.side-product_list a,
.side-product_list a:link,
.side-product_list a:visited {
	text-decoration:none;
	}

.side-product_list a:active,
.side-product_list a:hover {
	text-decoration:none;
	}

/* ------------------------------------- 
 *	ディスクリプション
 * ------------------------------------- */

.description-txt{
margin: 20px 0;
font-size: 80%;
line-height: 1.5em;
letter-spacing: 0em;
}

.border-box{
padding:20px;
border:1px solid;
font-weight:bold;
}

.shop-box{
width:500px;
  padding:20px;
  border:3px solid #a30035;
  color:#a30035;
  margin-top:20px;
}

.toplist ul{
width:100%;
}

.toplist img{
width:100%;
}

.toplist li{
width:30%;
  float:left;
  padding:1%;
}

.shopname{
font-size:1.5em;
  font-weight:bold;
  margin-bottom:20px;
}

.product_item img{
border:0px;
}

.oshirase{
margin-bottom:20px;
}

.oshirase a {
  text-decoration: underline;
  color: #000;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.shopname{
font-size:1.5em;
  font-weight:bold;
  margin-bottom:20px;
}

.boxlist {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:0.8em;
}
.box .box-inner {
  display: block;
  padding: 10px 10px 6px;
}
.box .box-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.box .box-title {
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price--soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box-caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.box--half {
  width: 33%;
}

.boxlist img{
width:100%;
}