@charset "euc-jp";
/****共通スタイル****/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,   sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-size:100%;
}
*{
	margin:0;
	padding:0;
}

section,article,nav,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
}
img{
	vertical-align: bottom;
}
a img {
	border:none;
}
a {
	color:#4e4e4e;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color:#aaa;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
li {
	list-style:none;
}

/************************************** COMMON ****************************************/
.wrapper {
	width:1000px;
	text-align:left;
	margin:0 auto;
}
.wrapper:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .wrapper             { zoom: 1; } /* IE6 */  
*:first-child+html.wrapper { zoom: 1; } /* IE7 */  


/************************************** FACEBOOK & Official ****************************************/
/*
#head_gray {
	background:#e6e6e6;
	margin:0;
	padding:0;
}
#head_gray ul {
	width:330px;
	margin:0 0 0 670px;
	padding:0;
}
#head_gray li {
	float: left;
	width: 160px;
	text-align:center;
	margin-left: 5px;
	margin-bottom:5px;
	padding:0;
	font-size:85%;
}
#head_gray li a {
	color:#4d4d4d;
	text-decoration:none;
	font-size:80%;
	padding:5px 0 5px 0px;
	position:relative;
	display:block;
	background: #fff;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px; 
	-webkit-border-bottom-right-radius: 3px; 
	-moz-border-bottom-right-radius: 3px; 
}
#head_gray li a:hover {
	background:#ccc;
	text-decoration:none;
}

#head_fb a:before{
  position: absolute;
  top: 4px;
  left: 30px;
  color: #0071bc;
  font: 16px 'FontAwesome';
  content: "\f230";
}

#head_official a:before{
  position: absolute;
 top: 4px;
  left: 30px;
  color: #4d4d4d;
  font: 16px 'FontAwesome';
  content: "\f015";
}
*/

/************************************** HEADER ****************************************/
#header  {
	margin:15px 0 30px 0;
}
/**** HEAD INFO ****/
#header #head_info {
	margin-bottom:20px;
	
}
#header #head_info ul {
	font-size:90%;
}
#header #head_info ul li {
	float:right;
	position:relative;
	font-size:85%;
}
#header #head_info ul li a {
	color:#4d4d4d;
	text-decoration:none;
}
#header #head_info ul li a:hover {
	color:#4d4d4d;
	text-decoration:underline;
}
#head_pay {
	border-right:1px solid #4d4d4d;
	padding:0 20px 0 20px;
}
/*
#head_pay:before{
  position: absolute;
  top: 0px;
  left: 12px;
  color: #4d4d4d;
  font: 14px 'FontAwesome';
  content: "\f105";
}*/
#head_cart{
padding:0 30px 0 20px;
}
/*
#head_cart:before{
  position: absolute;
  top: 0px;
  left: 22px;
  color: #4d4d4d;
  font: 14px 'FontAwesome';
  content: "\f07a";
}
*/
#head_myaccount{
padding:0 20px 0 0px;
}
#head_kaiin{
padding:0 20px 0 0px;
}
#header .search {
	float:right;
	width:210px;
	height:40px;
}
#header .search select {
	display:none;
}
#header .search input {
	border:1px solid #ccc;
	padding:3px;
}
/**** TITLE ***/
#header h1 {
	float:left;
	width:340px;
	margin-top:0px;
}
#header h1 a{
text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/title_logo.png?cmsp_timestamp=202602162712);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	display: block;
	height: 150px;
	width: 340px;
}
#header h1 a:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";}
/**** 右部分 ***/
#header #head_right {
	float:right;
	width:640px;
}


/**** HEAD MENU ****/
#header #head_nav ul {
	/*font-size:90%;
	display: inline-block;
    line-height: 1;
    margin: 0 0 0 210px;
	padding:0;
    overflow: hidden;
	border-left:1px solid #e5e5e5;*/
}
#header #head_nav li {
	/*color: #4e4e4e;*/
    float: right;
    /*font-size: 90%;*/
    /*margin: 0;
	padding:5px 1.5em;
    text-align: center;
    width: 1em;
    word-break: break-all;
    word-wrap: break-word;
	border-right:1px solid #e5e5e5;*/
	height:170px;
}
#header #head_nav li a {
	/*color: #4e4e4e;
	text-decoration:none;*/
	height:170px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
#header #head_nav1 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu1.png?cmsp_timestamp=2129);
	width: 40px;
}
#header #head_nav1-1 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu11.png?cmsp_timestamp=209006);
	width: 30px;
}
#header #head_nav1-2 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu12.png?cmsp_timestamp=2108);
	width: 30px;
}
#header #head_nav1-3 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu13.png?cmsp_timestamp=2114);
	width: 30px;
}
#header #head_nav1-4 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu14.png?cmsp_timestamp=2121);
	width: 30px;
}
#header #head_nav1-5 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu15.png?cmsp_timestamp=2129);
	width: 30px;
}
#header #head_nav1-6 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu16.png?cmsp_timestamp=2136);
	width: 30px;
}
#header #head_nav1-7 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu17.png?cmsp_timestamp=2144);
	width: 30px;
}
#header #head_nav1-8 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu18.png?cmsp_timestamp=209101);
	width: 40px;
}
#header #head_nav2 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu2.png?cmsp_timestamp=209109);
	width: 50px;
}
#header #head_nav3 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu3.png?cmsp_timestamp=2107);
	width: 50px;
}
#header #head_nav4 a {
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/h_menu4.png?cmsp_timestamp=2114);
	width: 50px;
}

#header #head_nav li a:hover {

opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/************************************** FOOTER ****************************************/
#footer {
	padding:30px 0;
	background:url(https://img21.shop-pro.jp/PA01329/301/etc/foot_sen1.png?cmsp_timestamp=2107) no-repeat bottom center;
	margin-bottom:50px;
}
#footer a {
	color:#4d4d4d;
	text-decoration:none;
}
#footer a:hover {
	color:#4d4d4d;
	text-decoration:underline;
}
#footer #foot_nav {
	position: relative;
  overflow: hidden;
  margin-bottom:0px;
  background:url(https://img21.shop-pro.jp/PA01329/301/etc/foot_sen2.png?cmsp_timestamp=2161) no-repeat top center;
  padding-top:25px;
  padding-bottom:15px;
}
#footer #foot_nav ul {
	position: relative;
  left: 50%;
  float: left;
   
}
#footer #foot_nav li {
	font-size:80%;
	line-height:100%;
	position: relative;
  left: -50%;
  float: left;
  list-style: none;
  padding: 0 20px;
  margin-right: 5px;
  border-right:1px solid #ccc;
}
#footer #foot_nav li:first-child {
border-left:1px solid #ccc;
}

#footer #foot_nav2 {
	position: relative;
  overflow: hidden;
  margin-bottom:0px;
  background:url(https://img21.shop-pro.jp/PA01329/301/etc/foot_tensen.png?cmsp_timestamp=2161) no-repeat top center;
  padding-top:25px;
  padding-bottom:15px;
}
#footer #foot_nav2 ul {
	position: relative;
  left: 50%;
  float: left;
   
}
#footer #foot_nav2 li {
	font-size:80%;
	line-height:100%;
	position: relative;
  left: -50%;
  float: left;
  list-style: none;
  padding: 0 20px;
  margin-right: 5px;
 
}
#footer #foot_nav2 li i {
	margin-right:5px;
}
/*#footer .foot_bt{
	margin-bottom:20px;
	position: relative;
  overflow: hidden;
}
#footer .foot_bt ul {
	position: relative;
  left: 50%;
  float: left;
   
}
#footer .foot_bt li {
	font-size:80%;
	position: relative;
  left: -50%;
  float: left;
  list-style: none;
  
  margin-right: 10px;
  border:1px solid #ccc;
border-radius: 3px; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
}
#footer .foot_bt li a {
	position: relative;
	 padding: 5px 40px 5px 40px;
	 display:block;
}
#footer .foot_bt li a:hover {
	background:#eeeeee;
}*/
/*
#footer .foot_bt #foot_fb a:before{
  position: absolute;
  top: 6px;
  left: 30px;
  color: #0071bc;
  font: 16px 'FontAwesome';
  content: "\f230";
}
#footer .foot_bt #foot_official a:before{
  position: absolute;
 top: 6px;
  left: 30px;
  color: #4d4d4d;
  font: 16px 'FontAwesome';
  content: "\f015";
}
*/
#footer #foot_info {
	background:url(https://img21.shop-pro.jp/PA01329/301/etc/foot_tensen.png?cmsp_timestamp=2161) no-repeat top center;
	padding:25px 0 15px 0;
}

#footer #foot_info h3 {
	font-size:90%;
	margin-bottom:15px;
}
#footer #foot_info p {
	font-size:80%;
	line-height:170%;
}
#footer .copyright {
	font-size:70%;
	letter-spacing:0.2em;
}
/************************************** MAIN COMMON STYLE ****************************************/
.title {
	margin-bottom:20px;
}
.title:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .title             { zoom: 1; } /* IE6 */  
*:first-child+html .title { zoom: 1; } /* IE7 */  
.title h2 {
	padding:10px 0 0 50px;
	font-size:140%;
	font-weight:normal;
	float:left;
	letter-spacing:0.1em;
}
.title .eng {
	float:left;
	margin:17px 0 0 30px;
	font-size:75%;
	letter-spacing:0.2em;
}



/************************************** ITEM : List ****************************************/
.item_sort {
	text-align:right;
	padding-right:40px;
	margin-bottom:30px;
	font-size:90%;
}
.item_list{
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
}

.item_list .article {
	width:210px;
	margin-right:40px;
	margin-bottom:20px;
}
/*IE8▼*/
.item_list .article {
float: left\9;
margin-right:40px\9;
}
/*IE9▼*/
.item_list .article:not(:target) {
float:left !important;
margin-right:40px;
}
/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.item_list .article {
	float:left !important;
	margin-right:40px;	
}
}
.item_list .article .img {
	width:210px;
	height:210px;
	overflow:hidden;
}
.item_list .article .img img{
	width:auto;
	height:100%;
}
.item_list .article a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.item_list .article h3 {
	font-size:90%;
	font-weight:normal;
	margin:10px 0px 0 0px;
}
.item_list .article h3 a {
	text-decoration:none;
}
.item_list .article h3 a:hover {
	text-decoration:underline;
}
.item_list .article p {
	font-size:80%;
	margin:0px 0px 0 0px;
}

/*** 商品検索結果 ***/
#result h2 {
	background:url(https://img21.shop-pro.jp/PA01329/301/etc/mark_cofee.png?cmsp_timestamp=20150911115400) no-repeat top left;
	background-size:contain;
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/mark_cofee_half.png?cmsp_timestamp=20150917234341)\9;/*IE8以下*/
	clear:both;
	margin-bottom:20px;
	margin-top:30px;
}

/************************************** 最近チェックした商品 ****************************************/
#check {
	background:#f2f2f2;
	padding:30px 20px 20px 50px;
	margin:50px 0;
}
#check h2 {
	background:url(https://img21.shop-pro.jp/PA01329/301/etc/mark_book.png?cmsp_timestamp=20150911115424) no-repeat top left;
	background-size:contain;
	background-image:url(https://img21.shop-pro.jp/PA01329/301/etc/mark_book_half.png?cmsp_timestamp=20150917234013)\9;/*IE8以下*/
	padding-left:60px;
}
#check .item_list .article {
	width:180px;
	margin-right:50px;
	margin-bottom:20px;
}
/*IE8▼*/
#check .item_list .article {
float: left\9;
margin-right:50px\9;
}
/*IE9▼*/
#check .item_list .article:not(:target) {
float:left !important;
margin-right:50px;
}
/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#check .item_list .article {
	float:left !important;
	margin-right:50px;	
}
}


#check .item_list .article .img {
	width:180px;
	height:180px;
	overflow:hidden;
}
#check .item_list .article .img img{
	width:auto;
	height:100%;
}




/*************** default index.css ********************/
/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}


/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-fb { background-position: -160px -176px; }
.icon-lg-b.icon-fb { background-position: -240px -264px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}