/*--------------------------------------------------------------

  Template Name: Subash Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/

/** 行間の調整 */
.shop-section {
	line-height: 1.4;
}

/* Footer social icons: ensure proper sizing and brand colors */
.footer-area .footer-social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}

.footer-area .footer-social li a i.zmdi {
	font-size: 16px;
	line-height: 28px;
	vertical-align: middle;
}

/* Default brand colors (not only on hover) */
.footer-area .footer-social li a.facebook {
	color: #3B5998;
	border-color: #3B5998;
}

.footer-area .footer-social li a.twitter {
	color: #1DA1F2;
	border-color: #1DA1F2;
}

.footer-area .footer-social li a.instagram {
	color: #E4405F;
	border-color: #E4405F;
}

/** 商品リストで画像の縦幅を揃える */
.product-img-box {
	/*height:250px;*/
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;

	border: 1px solid #f6f6f6;
	border-radius: 2px;
}

.product-img-box:before {
	content: "";
	display: block;
	padding-top: 90%; /* 高さを幅の75%に固定 */
}

.product-img-box a {
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/** 縦方向のテーブルにthにtheadのスタイルを適用 */
.table-content table.table-vertical th {
	color: #666666;
	font-family: 'Roboto', 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.table-content table.no-text-transform th {
	text-transform: none;
}


/** Add to Calendar: 外部CSSを読み込まないためここに記述 */
/**
 * AddToCalendar White Blue Menu Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var {
	display: none;
}

.addtocalendar {
	position: relative;
	display: inline-block;
	background: transparent !important;
}

.atcb-link {
	display: block;
	outline: none !important;
	cursor: pointer;
}

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
	visibility: visible;
}

.atcb-list {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 170px;
	z-index: 900;
}

.atcb-list,
.atcb-item {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.atcb-item {
	float: none;
	text-align: left;
}

.atcb-item-link {
	text-decoration: none;
	outline: none;
	display: block;
}

.atcb-item.hover,
.atcb-item:hover {
	position: relative;
	z-index: 900;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}


/* Menu WB */

.atc-style-menu-wb .atcb-list {
	width: 170px;
	border: 1px solid rgb(186, 186, 186);
	border-radius: 2px;
	box-shadow: 0 0 5px #AAA;
}

.atc-style-menu-wb .atcb-list,
.atc-style-menu-wb .atcb-item {
	background: #fff;
	color: #000;
}

.atc-style-menu-wb .atcb-item,
.atc-style-menu-wb .atcb-item-link {
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

.atc-style-menu-wb .atcb-item-link,
.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus {
	color: #000;
	font-family: "Verdana";
	font-size: 14px;
	text-decoration: none;
	outline: none;
	padding: 5px 15px;
}

.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus {
	color: #fff;
}

.atc-style-menu-wb .atcb-item.hover,
.atc-style-menu-wb .atcb-item:hover {
	background: rgb(66, 129, 244);
}


/** オークションのユーザマニュアルの画像の補足説明文用BOX */
.section-title .explain {
	font-size: 14px;
	color: #333;
	margin: 10px 0 30px 10px;

	background-color: #E0F8E0;
	border-radius: 4px;
	border: 1px solid #E0F8E0;
	padding: 15px;

}

.section-title .explain .number {
	color: red;
	font-weight: bold;
	margin-right: 5px;
}


/*トップページのレコメンドの画像*/
.category_image01 {
	margin-bottom: 10px;
}

.category_title02 {
	color: #333;
	font-size: 16px;
}

.category_image02 {
	margin-bottom: 10px;
	border-radius: 5px;
	border: solid 1px #dadada;
}

.category_image_box {
	margin-bottom: 10px;
}

.category_image03_parent {
	width: 100%;
	max-width: 350px;
	position: relative;
	padding-top: 100%;
}

.category_image03 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 5px;
	border: solid 1px #dadada;

	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.category_title03 {
	color: #333;
	font-size: 14px;
	line-height: 16px;
	margin-top: 3px;
	height: 32px;
	overflow: hidden;
}

.category_image04_parent {
	width: 100%;
	max-width: 550px;
	position: relative;
	padding-top: 100%;
}

.category_image04 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 5px;
	border: solid 1px #dadada;

	object-fit: contain;
	font-family: 'object-fit: contain;'
}

/** Scroll TopがOlarkのボタンと被ってしまうので、ボトムを調整 */
#scrollUp {
	bottom: 50px;
}

/** ページネーションで、現在のページの時にcakeがaタグを出力してくれないため。 */
.shop-pagination > li.current {
	border: 1px solid #2395ec;
	background-color: #0070d3;
	color: #fff;
	font-family: roboto;
	font-size: 13px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	margin-right: 6px;
	margin-left: 6px;
}


/** Calendar */
.calendar {
	width: 100%;
	padding: 0;
	margin: 3px auto;
	background: #fff;
	text-align: center;
	font-size: 12px;
}

.calendar-header {
	border: 1px #000 solid;
	background-color: #333333;
	padding: 3px 0;
	margin: 0 0 7px 0;
	color: #fff;
	font-weight: bold;
}

.calendar-content {
	color: #666;
	width: 100%;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}

.week_header td {
	width: 34px;
	padding: 4px 0px;
	border: 1px #cccccc solid;
	border-width: 0px 0px 1px 1px;
	background: #fdeaca;
	text-align: center;
}

.week td {
	padding: 4px 2px;
	border: 1px #cccccc solid;
	border-width: 0px 0px 1px 1px;
	background: #fff;
	text-align: center;
}

.week .week_sun {
	background-color: #f0f0f0;
}

.week .week_sat {
	background-color: #f0f0f0;
}

.week .holiday {
	background-color: #f0f0f0;
}


.week .today {
	background-color: #4caf50;
	color: #fff;
}


/** ボタンのカスタマイズ */

/** custom-btn-color-xxx 色を変更 */
a.custom-btn-color-blue {
	background: #1a237e;
}

a.custom-btn-color-amber {
	background: #ff1744;
/ / 意思決定や決済
}

a.custom-btn-color-blue-grey {
	background: #607d8b;
/ / 外部サイト遷移
}

a.custom-btn-color-cyan {
	background: #006064;
}

a.custom-btn-color-orange {
	background: #ff7f00;
}

a.custom-btn-color-green {
	background: #4caf50;
}

a.custom-btn-color-purple {
	background: #aa00ff;
}

a.custom-btn-color-teal {
	background: #2395ec;
}

a.custom-btn-color-white {
	background: #fff;
	color: #333;
	border: solid 1px #ccc;
}

a.custom-btn-color-black {
	background: #333;
	color: #fff;
}


.custom-btn-color-blue {
	background: #1a237e;
}

.custom-btn-color-amber {
	background: #ff1744; /* 意思決定や決済 */
}

.custom-btn-color-blue-grey {
	background: #607d8b; /* 外部サイト遷移 */
}

.custom-btn-color-cyan {
	background: #006064;
}

.custom-btn-color-orange {
	background: #ff7f00;
}

.custom-btn-color-green {
	background: #4caf50;
}

.custom-btn-color-purple {
	background: #aa00ff;
}

.custom-btn-color-teal {
	background: #2395ec;
}

.custom-btn-color-white {
	background: #fff;
	color: #333;
	border: solid 1px #ccc;
}

.custom-btn-color-black {
	background: #333;
	color: #fff;
}

/** buttonクラスのaタグの中にいちいちspanタグを書くのが面倒なので新規クラス定義 */
a.button.no-span {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 11px 20px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

a.button.large.no-span {
	padding: 16px 80px;
	font-size: 18px;
}

a.button.medium.no-span {
	padding: 14px 60px;
	font-size: 16px;
}

a.button.small.no-span {
	padding: 12px 40px;
}

a.button.extra-small.no-span {
	padding: 8px 30px;
	font-size: 14px;
}

/** custom-btn-01 検索結果を保存に使用 */
a.custom-btn-01.small i {
	height: 30px;
	padding: 7px;
}

a.custom-btn-01.small span {
	height: 30px;
	padding: 5px 15px;
}

a.custom-btn-01.small.no-span {
	height: 30px;
	padding: 3px 25px;
}


/* submitボタンカスタマイズ（小さいなボタン用） */
.custom-submit-btn-01 {
	padding: 0 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	transition: all 0.1s;
	text-transform: none;
	font-weight: 400;
}

.custom-submit-btn-01:hover {
	opacity: 0.6;
}

.custom-submit-btn-01:active {
	opacity: 0.4;
}

/* submitボタンカスタマイズ（大きなボタン用） */
.custom-submit-btn-02 {
	padding: 10px 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px !important;
	transition: all 0.1s;
	text-transform: none;
	height: 48px;
	font-weight: 400;
	display: inline-block;
}

.custom-submit-btn-02:hover {
	opacity: 0.6;
}

.custom-submit-btn-02:active {
	opacity: 0.4;
}


/* ボタンの無効化 */
.btn-disabled {
	background: #999;
	color: #ccc;
}

.btn-disabled:hover, .btn-disabled:focus {
	color: #eee;
}

.btn-disabled:hover {
	opacity: 1.0;
}

.btn-disabled:active {
	opacity: 1.0;
}

/* カートに追加フォーム */
.select_quantity {
	font-size: 22px;
}

.select_quantity select {
	font-size: 22px;
	height: 40px;
	padding-left: 30px;
}

/** リストページのカスタマイズ */
.custom-product-box {
	border-radius: 4px;
	border: solid 1px #f6f6f6;
	height: 100%;
	background-color: #f6f6f6;
}

/** テーブルのカスタマイズ */
.custom-table-01 table tr td {
	color: #666666;
	padding: 5px 5px;
}

.custom-table-01 th {
	background-color: #fafafa;
}

/** 詳細ページのカスタマイズ */

.price {
	font-size: 22px;
}

.sub_price1 {
	font-size: 12px;
	line-height: 12px;
}


.current_bid {
	font-weight: 600;
	font-size: 22px;
	color: #333;
	maring-top: 5px;
	maring-bottom: 10px;
}

.sub_price2 {
	font-size: 12px;
	line-height: 12px;
}

.reference_rate {
	font-size: 12px;
}

.bids-num {
	font-weight: 600;
	font-size: 22px;
	color: #333;
}

.buyout_price {
	font-weight: 600;
	font-size: 16px;
	color: #666;
}

.input-bid-price {
	font-size: 22px;
}

.custom-price-01 {
	font-weight: 600;
	font-size: 16px;
	color: #666;
}

.bid_notice {
	font-weight: 600;
	font-size: 22px;
	color: #f00;
	maring-top: 5px;
	maring-bottom: 10px;
}

input[type="text"],
input[type="password"] {
	font-size: 16px;
}

.input-mb-5 input[type="text"],
.input-mb-5 input[type="password"] {
	margin-bottom: 0px;
}

.input-mb-5 .error input[type="text"],
.input-mb-5 .error input[type="password"] {
	margin-bottom: 5px;
}


/** フォームのテキストボックスの幅を可変に */
form.form-responsive input[type="text"],
form.form-responsive input[type="password"] {
	width: auto;
	max-width: 100%;
}

input.input-responsive {
	width: auto;
	max-width: 100%;
}

#your_bid_information_box {
	background-color: #d9edf7;
	border-radius: 4px;
	border: solid 1px #bce8f1;
	color: #31708f;
}

#your_bid_information_box h6 {
	color: #31708f;
	font-weight: 600;
}

#your_bid_information_box hr {
	border-color: #bce8f1;
}

/* カートボックスのカスタマイズ */
.handling_time_alert {
	margin-top: 20px;
}

.handling_time_alert_title {
	color: #ff7f00;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}


/** カテゴリBOXのカスタマイズ */
.product-cat .treeview > li > a:hover,
.product-cat .treeview > li > ul > li > a:hover {
	color: #4caf50;
}

.product-cat .treeview > li > a,
.product-cat .treeview > li > ul > li > a {
	color: #489cdf;
}

/** リストページのカスタマイズ */
.no_search_result .message {
	font-size: 20px;
}

/** リストの下に書きだすニュースのボックスのカスタマイズ */
.blog-image-custom-01 {
	width: 100%;
	max-width: 350px;
	position: relative;
	padding-top: 75%;

}

.blog-image-custom-content01 {
}

.blog-image-custom-content01 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 5px;
	border: solid 1px #dadada;

	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.blog-image-custom-content01 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 5px;
	border: solid 1px #dadada;

	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.blog-title-custom-01 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align: left;
}

.blog-category-date-custom-01 {
	line-height: 13px;
	overflow: hidden;
	width: 100%;
	height: 14px;
	margin-bottom: 5px;
	text-align: right;
}

.blog-contents-custom-01 {
	font-size: 13px;
	line-height: 14px;
	overflow: hidden;
	width: 100%;
	height: 70px;
	text-align: left;
	color: #666;
}

.blog-read-more-custom-01 {
	text-align: right;
	font-size: 14px;
	margin-top: 2px;

}

.blog-desc .category {
	font-size: 12px;
}

.blog-desc .date {
	font-size: 12px;
}

/** facebookのレスポンシブ対応 */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}


/** 全てのトップページの配送履歴のエリア */
.ship-to-area .min {
	font-size: 12px;
}

.ship-to-area .country {
	color: #ff1744;
}

/** ログインサイドボックスのカスタマイズ */
.sign_in_box {
	background-color: #fffffa;
	border-radius: 4px;
	border: solid 1px #FFFF00;
	padding: 10px 10px;
}

/** BBSのカスタマイズ */
.bbs-box-01 {
	background-color: #f0f0f0;
	border-radius: 4px;
	border: solid 1px #ccc;
	padding: 10px 10px;
}

.bbs-box-02 {
	background-color: #d3f0fe;
	border-radius: 4px;
	border: solid 1px #94dafe;
	padding: 10px 10px;
}

.bbs-box-01 .massage-title,
.bbs-box-02 .massage-title {
	color: #333;
	font-size: 16px;
}

.bbs-box-01 .massage-content,
.bbs-box-02 .massage-content {
	color: #666;
	font-size: 14px;
}

.bbs-box-01 .massage-date-box,
.bbs-box-02 .massage-date-box {
	color: #666;
	font-size: 12px;
}


/** マイページ内のカスタマイズ */
.mypage-section .caution {
	font-size: 12px;
	color: red;
}

/** タグクラウド的な感じの表示 */
.list-cloud {
	display: inline-block;
	line-height: 240%;
}

/** エラーメッセージ */
.error-message {
	font-size: 12px;
	color: red;
}

/** 参考為替の表示ボックス */
.jp-money-box {
	color: #666;
	font-weight: bold;
}

.other-money-box {
	font-size: 12px;
	line-height: 16px;
}

.mod-date-area {
	font-size: 12px !important;
}

/** 水平線のマージン無し */
.hr-border-mg {
	margin: 5px 0;
}


/** アクティブリスト */
.activelist-loader01-parent {
	position: relative;
}

.activelist-loader01-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
	display: none;
	top: 0;
}

.activelist-loader01 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1001;
	text-align: center;
	margin-top: 100px;
	display: none;
}

.activelist-loader02 {
	text-align: center;
	display: none;
}

.activelist-subtitle {
	color: #666;
}

/** オークションのステータスの色 */
.blue-status {
	background-color: #F2FBEF;
}

.mymenu-area {
	color: #666;
}

/** マイページ */
.table-content .list-title-jp {
	color: #333;
}

.table-content .detail-title {
	color: #999;
	font-size: 12px;
}

.table-content .detail-contents {
	color: #333;
}

/** Thumnail image box */
.thum-img-box-0 {
	width: 100%;
	text-align: center;
}

.thum-img-box-1 {
	margin-top: 10px;
	width: 100px;
	float: left;
	margin-right: 5px;
}

.thum-img-box-2 {
	width: 30px;
	height: 100px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.thum-img-box-2-min {
	width: 30px;
	height: 30px;
	float: left;
}



