/* ///////////////////////////////////////////////////////////////

 01.reset style

/////////////////////////////////////////////////////////////// */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  outline:0;
  word-wrap: break-word;
  word-break: break-all;
}

img {
  border:0;
}

html {
  height:100%;
}

body {
  font-size:12px;
  font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  color:#444;
  text-align:center;
  line-height: 1.5em;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

ul,
nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background-color: transparent;
  outline:none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

/* -- clearfix -- */
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:active  {color: #333; text-decoration: none;}
a:hover   {color: #ff8bc5; text-decoration: none;}

/*ショップタイトル-リンク色指定*/
#title a:link    {color: #fff; text-decoration: none;}
#title a:visited {color: #fff; text-decoration: none;}
#title a:active  {color: #fff; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}


/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */


.header01 {
  width:100%;
  background-color:#ff0;
  padding:25px 0 5px 0;
  margin-bottom:20px;
}

.header-copy01 {
  width:1000px;
  margin:0 auto;
  padding: 9px 0 5px 0;
  text-align:right;
}

.header02 {
  width:100%;
  border-bottom:10px solid #f0f0f0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.header-link01 {
  width:1000px;
  margin:0 auto;
  text-align:right;
}

.header-link02 {
  width:1000px;
  margin:0 auto -1px auto;
  margin-top: -18px;
}

.header-link02 div.ci {
  float:left;
  width:180px;
}

.header-link02 .link-wrapper ul {
  float:right;
  letter-spacing:-0.4em;
  /* width:435px; */
  height: 10px;
  margin-top: 35px;
}

.header-link02 .link-wrapper ul li {
  padding-right:30px;
  display:inline-block;
  letter-spacing:normal;
  *display: inline; /* for ie6,7 */
  *zoom: 1; /* for ie6,7 */
}

.header-link02 .link-wrapper ul li.end {
  padding-right:0;
}

.header03 {
  width: 1000px;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  border-bottom: 3px solid #f0f0f0;
}

.search-area {
  float: left;
  width: 180px;
  background-color: #f0f0f0;
}

.search-input-form {
  width: 160px;
  padding: 5px 10px;
  text-align: right;
  font-size: 10px;
  border: none;
  background-color: transparent;
}

ul.site-link-area {
  letter-spacing: -0.4em;
  text-align: right;
}

.site-link-area li {
  display: inline-block;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}


.header04,
.header05 {
  width: 1000px;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 12px;
  border-bottom: 3px solid #f0f0f0;
  line-height: 2em;
}

.header05 {
  text-align: left;
}

.header04 ul,
.header05 ul {
  letter-spacing: -0.40em;
}

.header04 li,
.header05 li {
  display: inline-block;
  letter-spacing: normal;
  word-break: normal;
  *display: inline;
  *zoom: 1;
}





.main-wrapper {
  width: 1000px;
  margin: 0 auto 30px auto;
  text-align: left;
}



.feature-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 16px;
}

.feature-title {
  margin-bottom: 15px;
}

.feature-left {
  float: left;
  width: 493px;
}

.feature-right {
  float: right;
  width: 493px;
}


#footer {
  padding: 15px 0 30px 0;
  width: 1000px;
  margin: 0 auto;
}

.copyright-area {
  text-align: right;
  font-size: 10px;
}

.footer-info-area {
  margin-bottom: 20px;
}

.footer-calendar {
  width: 485px;
  float: left;
}

.info-text-area {
  width: 461px;
  height: 176px; /* あとで変更するかも */
  padding: 15px;
  float: right;
  border: 2px solid #ff99cc;
  line-height: 2em;
  text-align: left;
}

.footer-btn-area {
  margin-bottom: 25px;
}

.footer-btn-area ul li {
  float: left;
  background-repeat: no-repeat;
  background-position: top left;
}

.footer-btn01 {
  background-image: url("https://www.elephant-life.com/images/shop/footer_btn_postage_over.png");
  padding-right: 10px;
}

.footer-btn02 {
  background-image: url("https://www.elephant-life.com/images/shop/footer_btn_free_over.png");
  padding-right: 10px;
}

.footer-btn03 {
  background-image: url("https://www.elephant-life.com/images/shop/footer_btn_gift_over.png");
  padding-right: 10px;
}

.footer-btn04 {
  background-image: url("https://www.elephant-life.com/images/shop/footer_btn_pay_over.png");
  padding-right: 10px;
}

.footer-btn05 {
  background-image: url("https://www.elephant-life.com/images/shop/footer_btn_mailmag_over.png");
  padding-right: 10px;
}

.footer-btn06 {
  background-image: url("https://www.elephant-life.com/images/shop/footer_btn_shop_over.png");
}


/* mosaicの背景色画像を薄く */

.mosaic-overlay {
  background: url('https://www.elephant-life.com/images/mosaic/bg-black_shop.png') !important;
}




/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart {
	border-bottom:2px #CC3300 solid;
}

dl#cart dt {
	background:#CC3300 url(https://img.shop-pro.jp/tmpl_img/17/round_cart.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding-top:5px;
}

dl#cart dd {
	border-left:2px #CC3300 solid;
	border-right:2px #CC3300 solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	my account
 * ------------------------------------- */
.mabt{ border-top:solid 2px #7F7F7F ;}
.mabb{ border-bottom:solid 1px #7F7F7F; margin-bottom:10px;}
#myaccount {
        width:182px;
	padding:3px 0px 3px 5px;
	background:url(https://img10.shop-pro.jp/PA01049/133/etc/cate_back.gif) repeat-y;
}
#myaccount a:link    {
                        color: #7F7F7F;
                        padding-left:16px;
                        text-decoration: none;
                        display:block;
                        height:auto;
width:auto;
 background:url(https://img10.shop-pro.jp/PA01049/133/etc/yajirusi.gif) left center no-repeat;
}

#myaccount a:visited  {color: #7F7F7F;
                        text-decoration: none;
                        padding-left:16px;
                        display:block;
                        height:auto;
width:auto;
 background:url(https://img10.shop-pro.jp/PA01049/133/etc/yajirusi.gif) left center no-repeat;
}

#myaccount a:active   {color: #7F7F7F;
                        text-decoration: none;
                        padding-left:16px;
                        display:block;
                        height:auto;
width:auto;
 background:url(https://img10.shop-pro.jp/PA01049/133/etc/yajirusi.gif) left center no-repeat;
}
#myaccount a:hover   {color: #FF2700;
                        text-decoration: none;
                        padding-left:16px;
                        display:block;
                        height:auto;
width:auto;
                  background:url(https://img10.shop-pro.jp/PA01049/133/etc/yajirusi_red.gif) left center no-repeat;
}

/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

.grayzone03 {
	margin:10px 0px;
}

.grayzone03 .top {
	border-top:solid #7F7F7F 1px;
	width:182px;
	margin:0;
	padding:0;
}

.grayzone03 .bottom {
	width:182px;
}

.grayzone03 dl {margin:0px;}

.grayzone03 dt img {margin:2px 5px;}

/* リストのタイトル部分（四角の枠） */
.grayzone03 dt {
	font-weight:bolder;
	color:#fff;
	background:#7F7F7F;
	margin:0px;
	padding:3px 0px 3px 5px;
}


.grayzone03 dd {
	color:#7F7F7F;
	padding:0;
	border-bottom:solid 1px #7F7F7F;
	background:url(https://img10.shop-pro.jp/PA01049/133/etc/cate_back.gif) repeat-y;
}
.grayzone03 dd a:link {
	color: #7F7F7F;
	text-decoration:none;
	padding:2px 5px;
	display:block;
	height:auto;
	width:auto;
}

.grayzone03 dd a:visited {
	color: #7F7F7F;
	text-decoration:none;
	padding:2px 5px;
	display:block;
	height:auto;
	width:auto;
}

.grayzone03 dd a:active {color:#FFFFFF;
background-color:#FF0000;
                        text-decoration: none;
	padding:2px 5px;
                        display:block;
                        height:auto;
                        width:auto;
}

.grayzone03 dd a:hover {color:#FFFFFF;
background-color:#FF0000;
                        text-decoration: none;
	padding:2px 5px;
                        display:block;
                        height:auto;
                        width:auto;
}

.grayzone03 dd.sp {
	background:none;
	border-top:2px #FFF dotted;
	padding:0px;
	margin:3px;
}



/* ------------------------------------- 
 *	店主のコーナー
 * ------------------------------------- */

dl#owner {
	border-bottom:solid #7F7F7F 1px;
	width:182px;
background:url(https://img10.shop-pro.jp/PA01049/133/etc/cate_back.gif) repeat-y;
}

dl#owner dt {
		font-weight:bolder;
	color:#fff;
	background:#7F7F7F;
	margin:0px;
	padding:3px 0px 3px 5px;
}

dl#owner dd {
        padding:3px 0px 3px 5px;
}

dl#owner dd a:link{
	color: #7F7F7F;
        padding:3px 0px 3px 5px;
        text-decoration: none;
        display:block;
        height:auto;
        width:auto;
        padding-left:16px;
background:url(https://img10.shop-pro.jp/PA01049/133/etc/yajirusi.gif) left center no-repeat;
}

dl#owner dd a:hover   {
	color: #FF2700;
        padding:3px 0px 3px 5px;
        text-decoration: none;
        padding-left:16px;
        display:block;
        height:auto;
        width:auto;
        background:url(https://img10.shop-pro.jp/PA01049/133/etc/yajirusi_red.gif) left center no-repeat;
}


/* ------------------------------------- 
 *	トラックバック、フリースペースのリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
	margin-bottom:5px;
}

dl#list dd {
	padding-left:17px;
	margin-bottom:3px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

div.border {
	border-top:2px #FFF dotted;
	padding-bottom:5px;
	background:none;
}




/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:left;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px 5px 5px 0;
	}


/* ************************************************ 
 *	メインエリア
 * ************************************************ */

table.box {
	width:99.5%;
	margin:0px auto 20px auto;
	}

/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	height:27px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title.gif) repeat-x;
	background-position:left;
}

.main_title .point {
	height:27px;
	width:20px;
	float:left;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title_point.gif) no-repeat;
	background-position:left;
}

.main_title .title {
	height:27px;
	margin-left:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title_right.gif) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:6px;}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	height:150px;
	overflow:auto;
	color:#666;
	margin-bottom:20px;
    padding:0 10px;
    line-height:1.8em;
}

/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border:2px #CCC solid;
	padding:10px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {
  margin-bottom:15px;
  font-size: 10px;
}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */


.itemarea {
	margin:5px 0;
	width:20%;
	float:left;
	text-align:center;
}

/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:608px;
}

table.list td {padding:10px 5px;}

/* 商品の名前 */
table.list div.name {
	margin-right:100px;
	width:100%;
}

/* 商品の値段 */
table.list div.price {
	color:#7F7F7F;
	width:150px;
	float:right;
	text-align:right;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	text-align:right;
	margin:5px 0;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
margin:5px 0;
}

.pagenavi span {
	padding:0px 7px;
	color:#FF2700;
}


/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#FF2700 ;
	color:#fff; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	padding:3px 10px;
}


/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:10px 0;}

div.detail_img {width:100%;text-align:center;}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

table.spec th {

	background:#EFEFEF;/*商品価格表右側セルの背景色*/
	padding:5px;
	width:100px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
	color:#7F7F7F;/*商品価格表-販売価格の文字色*/
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	text-align:right;
	margin-top:10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

/* 商品の説明 */
div.explain {margin:10px 0;}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:center;
	margin-top:10px;
}
div.etc img {
margin:5px;
	}


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

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

div.tb div.title {
	color:#7F7F7F;
	font-size:14px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px dotted #7F7F7F;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#8F826C;
	margin-right:30px;
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #7F7F7F;
	font-weight:bolder;
	padding:5px 0;
}


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

.search_result {
	margin:5px 20px 20px 20px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#FF2700;
}


/* ************************************************ 
 *	その他のページ
 * ************************************************ */

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

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}


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

table#shop {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
}

table#shop td,th {padding:5px;}

table#shop th {
	width:150px;
	background:#DDD;
	text-align:left;
	font-weight:normal;
}

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

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title_sp {
	padding:2px;
	}

.sk .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}

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

div#privacy {
	margin:10px 20px 20px 20px;
	border:1px #CCC solid;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
}


div#privacy .note {
	padding:5px;
}

.mb30{margin-bottom:30px;}

.mb15{margin-bottom:15px;}

#preLoad {
	display: none;
	visibility: hidden;
}

.allclear {
   clear: both;
}
