@charset "utf-8";

/* * * * * * * * * * * * * * * * * * *
 * HEADER B
 * * * * * * * * * * * * * * * * * * */

.headerWrap {
	display: table;
	width: 100%;
}
.headerWrap > dt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.headerWrap > dd {
	display: table-cell;
	vertical-align: middle;
}
.catchText {
	font-size: 15px;
	text-align: right;
}
.holdingPeriod {
	font-size: 21px;
	text-align: right;
}

/* * * * * * * * * * * * * * * * * * *
 * RESET
 * * * * * * * * * * * * * * * * * * */

.shopList {
	font-size: 0;
	margin-top: -10px;
	margin-left: -5px;
}

.shopList > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 225px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 5px;
	padding: 5px 5px 50px;
	font-size: 13px;
}
.shopDetail {
	margin-top: 5px;
}
.shopDetail > dt {
	font-weight: bold;
	font-size: 15px;
}
.shopDetail > .shopMenu {
	font-size: 11px;
	font-weight: normal;
	background: #e67e22;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	padding: 3px 5px;
}
.disabled {
	background: #CCCCCC !important;
	color: #FFF !important;
	cursor: default;
}
.fee {
	margin-left: 5px;
	font-weight: bold;
	font-size: 11px;
}
.shopPhoto {
	text-align: center;
}
.shopDetailText {
	margin-top: 5px;
}
.shopMoreInfoBtnWrap {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 110px;
}
.shopMoreInfoBtn {
	display: block;
	background: #4B7B4D;
	color: #FFFFFF !important;
	padding: 5px;
	text-align: center;
}
.shopMoreInfoBtn:hover {
	background: #66AA69;
}
.commingSoonWrap {
	height: 150px;
	padding-top: 150px;
}
.comingSoonText {
	text-align: center;
	font-size: 30px;
	font-family: 'Nunito', sans-serif;
	color: #4B7B4D;
}
/*tab*/
.shopAreaTab {
	width: 730px;
}
.craftMarketNav.select {
	width: 170px;
	height: 213px;
	background-position: 0 0;
}
.craftMarketNav {
	background-position: 0 -216px;
}
.generalStoresNav.select {
	width: 170px;
	height: 213px;
	background-position: -174px 0;
}
.generalStoresNav {
	background-position: -174px -216px;
}
.famersMarketNav.select {
	width: 170px;
	height: 213px;
	background-position: -348px 0;
}
.famersMarketNav {
	background-position: -348px -216px;
}
.kurasukuShopNav.select {
	width: 170px;
	height: 213px;
	background-position: -523px 0;
}
.kurasukuShopNav {
	background-position: -523px -216px;
}
.workShopNav.select {
	width: 170px;
	height: 213px;
	background-position: -695px 0;
}
.workShopNav {
	background-position: -695px -216px;
}
.craftMarketNav,
.generalStoresNav,
.famersMarketNav,
.kurasukuShopNav,
.workShopNav {
	width: 170px;
	height: 213px;
}
.craftMarketNav:hover,
.generalStoresNav:hover,
.famersMarketNav:hover,
.kurasukuShopNav:hover,
.workShopNav:hover {
	opacity: 0.8;
}
.shopMoreInfoBtnParallel {
	position: absolute;
	bottom: 5px;
	width: 223px;
	display: table;
}
.shopMoreInfoBtnParallel > li {
	display: table-cell;
}
.shopMoreInfoBtnParallel > li + li {
	padding-left: 10px;
}