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

  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;
}


/** 商品リストで画像の縦幅を揃える */
.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: raleway;
	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: 82%;
	left: 45px;
	width: 162px;
	z-index: 900;
}

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

.atcb-item {
	float: none;
	text-align: left;
	margin: 5px 0 7px 25px;
	color: #fff;
}

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

.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;
}


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

/** ページネーションで、現在のページの時にcakeがaタグを出力してくれないため。 */
.shop-pagination > li.current {
	border: 1px solid #4caf50;
	background-color: #46893c;
	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.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;
}

/* 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;
}


/** リストページのカスタマイズ */
/*
.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: #f6f6f6;
}

/** テーブルのカスタマイズ（商品詳細の見積もり用） */
.custom-table-03 table tr td {
	color: #666666;
	padding: 5px 5px;
	border: 1px solid #99cdf7;
}

.custom-table-03 table.table-vertical th {
	background-color: #d8ebff;
	border: 1px solid #99cdf7;
}

.custom-table-03 .total {
	background-color: #49a4ff !important;
	color: #ffffff !important;
}

/** オークションの詳細ページのカスタマイズ */

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

.sub_price1, .sub_price2 {
	font-size: 12px;
	line-height: 18px;
	display: block;
}

.reference_rate {
	font-size: 11px;
	line-height: 1.2;
	display: inline-block;
}

.small-description {
	font-size: 11px;
	line-height: 1.2;
	display: inline-block;
}

.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;
}

/** 入札履歴 */
.bids-history {
	line-height: 1.25;
	margin-left: 10px;
}

.bids-history .list {
	margin-bottom: 5px;
	list-style-type: decimal;
}

.bids-history .date {
	color: #999;
	font-size: 14px;
}

.bids-history .name {
	color: #008800;
}

.bids-history .action-bid {
	font-weight: bold;
}

.bids-history .action-cancel {
	font-weight: bold;
	color: #f00;
}


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

/** フォームのテキストボックスの幅を可変に */
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;
}

/** カテゴリ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 {
	position: relative;
	width: 100%;
	border-radius: 4px;
	border: solid 1px #f6f6f6;
	background-color: #f6f6f6;
}

.blog-image-custom-01:before {
	content: "";
	display: block;
	padding-top: 65%; /* 高さを幅の75%に固定 */
}

.blog-image-custom-content01 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.blog-image-custom-content01 img {
	width: 100%;
}

.blog-title-custom-01 {
	margin-top: 0px;
}

.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;
}

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

.detail-box-td {
	color: #333;
}


/** ヤフオクのカテゴリーリスト */
.ya-categories-tree .tree-list {
	color: #666666;
	margin-bottom: 20px;
}

.ya-categories-tree .tree-list .cl1 {
	font-size: 16px;

}

.ya-categories-tree .tree-list .cl2 {
	font-size: 13px;
	margin-left: 10px;
}

.ya-categories-tree .tree-list .cl2 > i {
	margin-right: 5px;
}

/** ツールチップ */
.tooltip-container {
	display: inline-block;
	cursor: help;
	position: relative;
	z-index: 1;
}

.tooltip-container .tooltip-subject {
	color: #489cdf;
}

.tooltip-container .tooltip-text {
	display: none;
	position: fixed;
	z-index: 9999;
	max-width: 90vw;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 8px 10px;
	border-radius: 6px;
	font-size: 12px;
	line-height: 1.4;
	white-space: normal;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.tooltip-container.show-tooltip .tooltip-text {
	display: block;
}

/** 検索のトグル */
.search-inbox .postable-hidden {
	opacity: 0;
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	overflow: hidden;
}

/** 検索のモーダル */
.ai-keyword-popup .modal_wrap_search input[type="checkbox"] {
	display: none;
}

.ai-keyword-popup .modal_overlaysearch {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.ai-keyword-popup .modal_searchtrigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ai-keyword-popup .modal_contentsearch {
	align-self: center;
	width: 100vw;
	padding: 0px 20px 0px;
	box-sizing: border-box;
	background: transparent;
	line-height: 1.4em;
	top: 1%;
	transition: 0.5s;
	position: absolute;
}

.ai-keyword-popup .searchclose_button {
	position: absolute;
	bottom: -45px;
	right: 50%;
	transform: translateX(50%);
	cursor: pointer;
}

.ai-keyword-popup .modal_wrap_search input:checked ~ .modal_overlaysearch {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.ai-keyword-popup .modal_wrap_search input:checked ~ .modal_overlaysearch .modal_contentsearch {
	transform: translateY(20px);
}

.ai-keyword-popup .search_topic {
	display: block;
	text-align: center;
}

.ai-keyword-popup .search_topic p {
	color: #FFF;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0.04rem;
	display: inline-block;
	position: relative;
	font-size: 18px;
}

.ai-keyword-popup .search_topic p:before, .search_topic p:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	background-color: #FFF;
	content: "";
}

.ai-keyword-popup .search_topic p:before {
	left: -30px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

.ai-keyword-popup .search_topic p:after {
	right: -30px;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.ai-keyword-popup .modal_contentsearch form#searchform input {
	display: block;
}

.ai-keyword-popup .modal_contentsearch label i {
	font-size: 1.9rem;
	background: #ffffff;
	padding: 8px 12px;
	border-radius: 50px;
	line-height: 1.6rem;
}

.ai-keyword-popup .search_body {
	display: block;
	text-align: center;
}

.ai-keyword-popup .modal_content {
	margin: auto;
	align-self: center;
	width: 90%;
	max-width: 800px;
	padding: 20px 20px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	font-size: 18px;
	border: 7px solid #E63E77;
	border-radius: 10px;
}

.ai-keyword-popup .modal_content p {
	font-size: 14px;

}

.ai-keyword-popup .header_searchicon {
	color: #ffffff;
	background-color: #E63E77;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	display: block;
	margin: 0 auto 1px;
	max-width: 250px;
	text-decoration: none;
	border-radius: 5px;
	margin-bottom: 20px;
}

.ai-keyword-popup .header_searchicon label {
	display: block;
	padding: 12px 8px;
	cursor: pointer;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.ai-keyword-popup .header_searchicon:hover {
	color: #ffffff;
	background-color: #ff99c0;
	transition: .6s;
}

.ai-keyword-popup .header_searchicon:hover label {
	color: #ffffff;
	transition: .6s;
}

.ai-keyword-popup .header_searchicon:hover label i {
	_color: #ffffff;
}

.ai-keyword-popup .header_searchicon label i {
	font-size: 1.6rem;
	background: none;
}

.ai-keyword-popup .result_content {
}

.ai-keyword-popup .result_content ul {
}

.ai-keyword-popup .result_content li {
	font-size: 20px;
	margin-bottom: 12px;
}

.ai-keyword-popup-trigger a.button {
	background-color: #E63E77;
}

.ai-keyword-popup-trigger a.button:hover {
	color: #fff;
}
