@charset "UTF-8";
/*
Name:         cubestore theme
Written by:   TetraThemes - (http://tetra-themes.net)
*/
/* ------------------------------------- */
/*  Global area Style
/*    - typo
/*    - form
/*    - table
/*    - header
/*    - section
/*    - footer
/* ------------------------------------- */
/**
 *	body
 */

/**
 *	align
 */
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
@media (max-width: 767px) {
	.alignC {
		text-align: left;
	}
}

/**
 *	link
 */

/**
 *	headline
 */

/**
 *  list-inline
 */
.list-inline {
	margin-left: 0;
}

/**
 *  dl
 */

/**
 *	well
 */

/**
 *  form
 */
.input-lg {
	font-size: 14px;
	cursor: pointer;
}
/**
 *  table
 */

/**
 *  table cart
 */
#undercolumn_cart .cartinarea .tr,
#undercolumn_shopping .cartinarea .tr,
#mypagecolumn .cartinarea .tr,
#mypagecolumn .favoritearea .tr	 {
	position: relative;
	overflow: visible;
	padding-top: 1em; 
}
#mypagecolumn .favoritearea .tr	 {
	margin-bottom: 0.25em;
}
#undercolumn_cart .cartinarea .tr .bt_delete,
#mypagecolumn .cartinarea .tr .bt_delete,
#mypagecolumn .favoritearea .tr .bt_delete {
	position: absolute;
	top: 1em;
	right: 1em;
	padding: 6px 12px;
	border: 1px solid #ccc;
}
#undercolumn_cart .cartinarea .tr .account,
#undercolumn_shopping .cartinarea .tr .account {
	float: left;
	display: block;
	padding: 0.8em 1em;
}
#undercolumn_cart .cartinarea .tr .price,
#mypagecolumn .favoritearea .tr .price {
	display: block;
}
.formBox .cartinarea .tr,
.formBox .favoritearea .tr {
	padding-top: 1em;
}
.formBox .cartinarea .tr .item,
.formBox .favoritearea .tr .item {
	width: 100%;
	padding: 0 1%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#undercolumn_cart .formBox .cartinarea .tr .item p,
#undercolumn_cart .formBox .favoritearea .tr .item p {
	text-align: left;
	margin: 0 5.5em 0.25em;
}
#undercolumn_shopping .formBox .cartinarea .tr .item p {
	text-align: left;
	margin: 0 0.25em 0.25em 5.5em;
}
#mypagecolumn .formBox .cartinarea .tr .item p {
	text-align: left;
	margin: 0 0 0.5em;	
}
.formBox .favoritearea .tr .item p {
	text-align: left;
	margin: 0 5.5em 0.25em;
}
.formBox .cartinarea .tr .item .photo,
.formBox .favoritearea .tr .item .photo {
	width: 18%;
	float: left;
	margin: 0 0 1em 0;
}
.formBox .cartinarea .tr > div,
.formBox .favoritearea .tr > div {
	text-align: center;	
}
.formBox .cartinarea .tr .account {
	border-right: 1px solid #ccc;
	background: #f4f4f4;
}
#mypagecolumn .cartinarea .tr .account {
	float: left;
	padding: 0.8em 1em;
}
.formBox .cartinarea .tr > div.account:before {
	content: "数量：";
}
.formBox .cartinarea .tr > div.price {
	text-align: right;
	padding: 0.8em 1em;
	background: #f4f4f4;
}
.formBox .total_area {
	padding: 1em;
	border: 1px solid #ccc;
	background: #f4f4f4;
	position: relative;
}
.formBox .total_area dl {
	text-align: right;
	margin-bottom: 0.5em;
}
.formBox .total_area dl dt,
.formBox .total_area dl dd {
	display: inline;
}

/**
 *  table calendar
 */

/**
 *  header_wrap
 */
.entryNotes,
.delivFreeNotes {
	margin: 0.5rem 0 0;
	text-align: center;	
}
@media (min-width: 992px) {
	.entryNotes {
		margin: 0.5rem 2em 0;
		text-align: left;	
	}
	.delivFreeNotes {
		text-align: right;
	}
}


/**
 *  logo_area
 */
.logo-responsive {
	max-width: 270px;
	height: auto;
}
@media (max-width: 1199px) {
	.block-head-logo {
		text-align: center;
		margin-bottom: 1em;
	}
}
/**
 *  header_utility
 */

/**
 *  navbar layout
 */
@media (min-width: 992px) {
	.navbar.navbar-default .navbar-nav {
		float: none;
	}
}

/**
 *  navbar default style
 */

/**
 *  hover-open
 */

/**
 *  dropdown-submenu
 */

/**
 *  dropdown-toggle-icon
 */

/**
 *  ui-content-bottom
 */

/**
 *  ui-section
 */

/**
 *  ui-footer
 */
.ui-footer {
	background: #242424;
	padding: 60px 0;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.footer-logo {
		margin: 0;
		text-align: center;
	}
}
/**
 *  ui-pagetop
 */

/**
 *  copyright
 */

/* ------------------------------------- */
/*  Components
/*    - buttons
/*    - title
/*    - contentbox
/*    - list
/* ------------------------------------- */
.formlist {
	margin: 0 -15px;
	padding: 0 5px;
}
.btn-search {
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 10px 0;
	font-size: 16px;
	letter-spacing: 5px;
}

@media (max-width: 1199px) {
	.formlist {
		margin-bottom: 20px;
	}
}
/**
 *  button-layout
 */

/**
 *  ui-title
 */

/**
 *  entry-title
 */

/**
 *  section-title
 */

/**
 *  content-title
 */

/**
 *  side-title
 */

/**
 *  ui-box-item
 */
.ui-box-item .box-image img {
	margin: 0 auto;
	max-width: 130px;
}

/**
 *  ui-box-list
 */

/**
 *  ui-list-menu
 */

/* ------------------------------------- */
/*  CMS - blocks
/* ------------------------------------- */
/**
 *  header_login_area
 */
.block-header-login ul li a img {
	margin-left: 10px;
}
.block-header-login ul li.cart .badge {
	position: relative;
	z-index: 1;
	background-color: #ea595d;
	margin-top: -20px;
	margin-left: -10px;
	padding: 5px 7px;
}

/**
 *  news
 */
.block-news {
	background: #efefef;
	margin-right: -5px;
	padding: 15px;
}
.block-news .news-section-title {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
	text-align: left;
}
.block-news .news-section-title:before {
	border: none;	
}
.block-news .news-title {
	background: none;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 5px;
	padding: 0;
}
.block-news .section-body {
	max-height: 390px;
}
.news-list {
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.block-news {
		margin-right: 0;
	}
}
/**
 *  flex-slider
 */
.flexslider {
  margin: 0;
  border: none;
}

.flex-direction-nav a {
  height: 44px;
  top: 45%;
  transform: translateY(-50%);
  opacity: .7;
}
.flex-direction-nav a:before {
  content: '';
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  width: 18px;
  hieght: 30px;
  left: -35px;
  background: url('../img/slider/arrow-prev.png') no-repeat left;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
  width: 18px;
  hieght: 30px;
  right: -35px;
  background: url('../img/slider/arrow-next.png') no-repeat right;
}

.flex-control-thumbs {
  /* margin-top: 1.5%; */
}

.flex-control-thumbs li img {
  border-top: 3px solid #ccc;
}
.flex-control-thumbs li img.flex-active {
  border-color: #222;
}
@media (max-width: 768px){
	.flex-direction-nav {
	    display: none;
	}
}

/**
 *  block-banner
 */
.block-banner-main .section-title {
	display: none;	
}
.section-title .banner-title {
	display: none;
}

/**
 *  block-newproducts,block-recommend,block-sellranking
 */
.block-newproducts .section-title,
.block-recommend .section-title,
.block-sellranking .section-title {
	background: #000; 
}
.block-newproducts .section-title:before,
.block-recommend .section-title:before,
.block-sellranking .section-title:before {
	border: none;	
}
.block-newproducts .section-title .title,
.block-recommend .section-title .title,
.block-sellranking .section-title .title {
	background: none;
	color: #fff;
	font-size: 24px;
	font-weight:normal;
	letter-spacing: 5px;
	padding: 15px 0;
}
@media (max-width: 767px){
	.block-newproducts .section-title .title,
	.block-recommend .section-title .title,
	.block-sellranking .section-title .title {
		font-size: 20px;
	}
}
/**
 *  block-shopping-guide
 */

/**
 *  block-search
 */
.block-search {
	margin-bottom: 30px;
}

/**
 *  sns-banner
 */
.sns-banner a img {
	margin: 0 auto;
}

/* ------------------------------------- */
/*  CMS - pages
/* ------------------------------------- */
/**
 *  eccube style
 */

/**
 *  button debug
 */

/* ------------------------------------- */
/*   Cart: カートページのスタイル
/* ------------------------------------- */

/* ------------------------------------- */
/*  mypage: マイページのスタイル
/*    - mynavi_area
/* ------------------------------------- */
/**
 *  index
 */
#mynavi_area .mynavi_list li {
	margin-right: 1.5em;
}

@media (max-width: 767px) {
	#mynavi_area .mynavi_list li {
		margin-right: 0;
	}
}

.historyListWrap,
.historyOrderBox {
	border: 1px solid #ddd;
	margin-bottom: 0.5em;
	padding: 1em;	
}
.historyListWrap p,
.historyOrderBox p {
	margin-bottom: 0.5em;
}
.historyListWrap p.list-last {
	margin-bottom: 0;
	text-align: right;
}

/**
 *  history
 */
.mycondition_area {
	margin-bottom: 1em;
}
.historyOrderBox {
	background: #f5f5f5;
	margin-bottom: 1em;
}
.historyOrderBox p.list-last {
	margin-bottom: 0;
}

/**
 *  mypage
 */

/**
 *  refusal
 */
.refusalBox {
	border: 1px solid #ddd;
	padding: 1em;	
}
.refusalBox .btn_area {
	text-align: center;
}

/* ------------------------------------- */
/*  products: 商品ページのスタイル
/*    - page-navi
/*    - product-list
/*    - product-detail
/* ------------------------------------- */
/**
 *	page-navi
 */

/**
 *	product-list
 */

/**
 *	product-detail
 */

/* ------------------------------------- */
/*  shopping: 購入ページのスタイル
/*    - shopping
/*    - login
/*    - customer
/* ------------------------------------- */
/**
 *  shopping
 */

/**
 *  login
 */

/**
 *  customer
 */

/* ------------------------------------- */
/*  windowcolumn: ポップアップページのスタイル
/* ------------------------------------- */
.forgot-title .title {
	font-size: 28px;
	font-weight: bold;	
} 
@media (max-width: 767px){
	.forgot-title .title {
		font-size: 20px;
	}
}

/* ------------------------------------- */
/*  クレジット決済: クレジット決済画面（Cloud Paymentモジュール）のスタイル
/*    - box
/* ------------------------------------- */
@media (max-width: 768px){
	.boxLong {
		display: inline-block;
	    width: 94%;
		margin-bottom: 2%;
	}
	.boxMedium {
		display: inline-block;
	    width: 70%;
		margin-bottom: 2%;
	}
	.boxShort {
		display: inline-block;
	    width: 22%;
		margin-bottom: 2%;
	}
	.boxHarf {
		display: inline-block;
		width: 48%;
		margin-bottom: 2%;
	}
}

/* ------------------------------------- */
/*  初めての方へ（よくある質問）
/*    - beginner
/* ------------------------------------- */
#panel,
#panel-2,
#panel-3,
#panel-4,
#panel-5,
#panel-6,
#panel-7,
#panel-8 {
	margin-bottom: 4em;	
}

#panel > dt,
#panel-2 > dt,
#panel-3 > dt,
#panel-4 > dt,
#panel-5 > dt,
#panel-6 > dt,
#panel-7 > dt,
#panel-8 > dt {
	border-bottom: solid 1px white;
	background-color: #222;
	color: white;
	cursor: pointer;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
 
#panel > dd,
#panel-2 > dd,
#panel-3 > dd,
#panel-4 > dd,
#panel-5 > dd,
#panel-6 > dd,
#panel-7 > dd,
#panel-8 > dd {
	border: solid 1px Silver;
	margin: 0px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5em;
}

table.daibiki-table,
table.deliv-table {
	width: 80%;	
}
table.daibiki-table thead tr th,
table.daibiki-table tbody tr td,
table.deliv-table thead tr th,
table.deliv-table tbody tr td {
	box-sizing: border-box;
	padding:.5em;
	border: 1px solid #ddd;
}
table.daibiki-table thead tr th,
table.deliv-table thead tr th {
	background: #f4f4f4;	
}


@media (max-width: 767px){
	table.daibiki-table,
	table.deliv-table {
		width: 100%;	
	}
	
	table.daibiki-table thead tr th {
		width: 50%;
	}
}

