@charset "utf-8";

/* ==========================================================================

	 Sublimestore トップ

	 ========================================================================== */

/* ==========================================================================
	 Main
	 ========================================================================== */

/* Slider
	 ========================================================================== */

.main-slider {
	overflow: hidden;
	margin-bottom: 11px;
}

/* flexslider */

body .flexslider { margin: auto; border: none; border-radius: none; box-shadow: none }
body .flexslider .flex-control-nav { bottom: -26px; }
body .flexslider li { line-height: 1; }

.flexslider .flex-control-paging li a { background: #aaa; }
.flexslider .flex-control-paging li a:hover { background: rgba(51,102,204,.5); }
.flexslider .flex-control-paging li a.flex-active { background: #2679CC; }

@media(max-width: 640px) {
	.main-slider {
		display: none;
	}
}

/* Search
	 ========================================================================== */

.main-search {
	margin-bottom: 20px;
	padding: 13px;
	background: #ededed;
	border: 1px solid #ccc;
	color: #666;
}

.main-search .main-search__text,
.main-search select,
.main-search input[type="text"],
.main-search input[type="submit"] {
	display: inline-block;
	height: 35px;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
}

.main-search .main-search__text {
	border: 1px solid transparent;
	line-height: 35px;
}

.main-search select,
.main-search input[type="text"] {
	padding: 5px;
	max-width: 170px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
}

.main-search input[type="submit"] {
}

@media(max-width: 840px) {
	.main-search {
		margin-bottom: 1em;
	}
	.main-search .main-search__text {
		display: block;
	}
	.main-search .main-search__text,
	.main-search select,
	.main-search input[type="text"] {
		margin-bottom: .25em;
	}
}
@media(max-width: 640px) {
	.main-search {
		margin-bottom: 1em;
	}
	.main-search .main-search__text,
	.main-search select,
	.main-search input[type="text"],
	.main-search input[type="submit"] {
		display: block;
		margin-bottom: .5em;
	}
	.main-search select,
	.main-search input[type="text"] {
		width: 100%;
	}
}

/* Newarrival
	 ========================================================================== */

.main-newarrival {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 15px;
	border-top: 5px solid #2679CC;
	background: #fff;
}

	/* pickup */
	.main-newarrival.main-pickup {
		padding: 0 15px;
		border: 1px solid #2679CC;
		border-top-width: 5px;
		background: #fff;
	}

	/* digital-contents */
	.digital-contents .main-newarrival,
	.digital-contents .main-newarrival.main-pickup { border-color: #78CB30 }

	/* adult-gamble */
	.adult-gamble .main-newarrival,
	.adult-gamble .main-newarrival.main-pickup { border-color: #FF6565 }

	/* product-sales */
	.product-sales .main-newarrival,
	.product-sales .main-newarrival.main-pickup { border-color: #F9C700 }

.main-newarrival__head {
	color: #333;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
}

.main-newarrival__head--small {
	font-size: 15px;
}

.main-newarrival__item {
	float: left;
	overflow: hidden;
	padding: 0 5px;
	margin-bottom: 20px;
	width: 25%;
	height: 245px;
	border-bottom: 1px solid #ddd;
}

.main-newarrival__thumb {
	margin-bottom: 20px;
	text-align: center;
}

.main-newarrival__thumb img {
	margin: 0 auto;
	width: 90px;
	height: 90px;
	box-shadow: 0 1px 5px rgba(0,0,0,.05);
}

.main-newarrival__productname {
	overflow: hidden;
	margin: 0 0 5px;
	height: 3.999em;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.333;
}

.main-newarrival__item p {
	margin: 0 0 .3em;
	color: #777;
	font-size: 11px;
	line-height: 1.333;
}

p.main-newarrival__seller {
	color: #333;
	height: 2.75em;
}

.main-newarrival__price {
	color: #FE4C4C;
}

@media(max-width: 840px) {
	.main-newarrival__item {
		width: 33.333%;
	}
}
@media(max-width: 640px) {
	.main-newarrival__item {
		width: 50%;
	}
}

/* Pagination
	 ========================================================================== */

.pagination:before,.pagination:after { content: ""; display: table }
.pagination:after { clear: both }
.pagination { *zoom: 1 }
.pagination {
	text-align: left;
	margin-bottom: 1em;
}

.pagination ol,
.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	float: left;
	font-size: 12px;
	line-height: 1;
}

.pagination span,
.pagination a {
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination a,
.pagination a.off:hover {
	margin: 0 4px 4px 0;
	outline: 0 none black;
	border: 1px solid #ccc;
	background: #fff;
	background: -webkit-linear-gradient       (top, #fff 0%, #f8f8f8 100%);
	background:         linear-gradient( to bottom, #fff 0%, #f8f8f8 100%);
}

.pagination a:hover {
	border: 1px solid #2679CC;
}

.pagination a:active {
	position: relative;
	top: 1px;
}

.pagination span.current {
	margin-right: 5px;
	border: 1px solid #666;
	background: #666;
	color: #eee;
}

.pagination__next-prev {
	float: right;
}

.pagination a.off {
	color: #999;
	box-shadow: none;
}

@media(max-width: 840px) {
	.pagination__next-prev {
		float: none;
	}
}


/* ==========================================================================
	 Sidebar
	 ========================================================================== */

/* sidebar-ranking
	 ========================================================================== */

.sidebar-ranking {
	margin-bottom: 30px;
	padding: 12px;
	border: 1px solid #ddd;
	background: #fff;
}

.sidebar-ranking__title {
	position: relative;
	margin: -13px -13px 9px;
	padding: 13px 0 13px 42px;
	background: #2679CC;
	color: #fff;
	font-size: 14px;
	line-height: 1.333;
}

	/* digital-contents */
	.digital-contents .sidebar-ranking__title { background: #78CB30 }

	/* adult-gamble */
	.adult-gamble .sidebar-ranking__title { background: #FF6565}

	/* product-sales */
	.product-sales .sidebar-ranking__title { background: #F9C700 }

.sidebar-ranking__title:before {
	position: absolute;
	top: -4px;
	left: -11px;
	content: url("../image/sidebar-ranking__title-icon.png");
}

.sidebar-ranking__title1 {
	display: block;
}

.sidebar-ranking__title2 {
	display: block;
	font-weight: normal;
}

.sidebar-ranking__body {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* tab */

.tabheader {
	margin: 0 -13px 13px;
	padding: 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.tabheader li {
	display: inline-block;
}

.tabheader li a {
	display: block;
	padding: 10px 10px 8px;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
}

.open a {
	background: #fafafa;
	background: -webkit-linear-gradient       (top, rgba(0,0,0,0), rgba(0,0,0,.05));
	background:         linear-gradient( to bottom, rgba(0,0,0,0), rgba(0,0,0,.05));
	color: #666;
}

.open a:hover {
	background: #fcfcfc;
	background: -webkit-linear-gradient       (top, rgba(0,0,0,0), rgba(0,0,0,.025));
	background:         linear-gradient( to bottom, rgba(0,0,0,0), rgba(0,0,0,.025));
	color: #999;
}

.close a {
	background: #fff;
}

.close a:hover {
	background: #F4F8FC;
}

/* item */

.sidebar-ranking__item {
	display: table;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.sidebar-ranking__item__rank-tumb {
	display: table-cell;
	padding-bottom: 10px;
	width: 40px;
	text-align: center;
}

.sidebar-ranking__item__rank {
	display: block;
	margin-bottom: 5px;
	color: #FE4C4C;
	font-size: 11px;
}

.sidebar-ranking__item__tumb img {
	width: 40px;
	height: 40px;
}

.sidebar-ranking__item__title {
	display: table-cell;
	padding: 0 0 10px 10px;
	font-size: 12px;
}

/* more */

.sidebar-ranking__more {
	font-size: 12px;
	line-height: 12px;
	position: relative;
	padding-left: 12px;
}

.sidebar-ranking__more:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #2679CC;
	content: "";
}

@media(max-width: 840px) {
	.sidebar-ranking {
		margin-bottom: 1em;
	}
	.sidebar-ranking__title {
		padding-left: 13px;
		text-align: center;
	}
	.sidebar-ranking__title1 {
		font-size: 18px;
	}
	.sidebar-ranking__title:before {
		content: none;
	}
	.tabheader li {
		display: inline-block;
	}
}

/* sidebar-loginbox
	 ========================================================================== */

.sidebar-loginbox {
	border: 2px solid #B3D0ED;
	margin-bottom: 15px;
	background: #fefefe;
}

.sidebar-loginbox__header {
	background: #F4F8FC;
	margin: 0 0 15px;
	padding: 15px 0;
	font-size: 14px;
	color: #444;
	text-align: center;
	line-height: 1.333;
}

.sidebar-loginbox ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

a.sidebar-loginbox__button {
	display: block;
	margin: 4px 15px;
	padding-left: 5px;
	height: 42px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAyCAQAAADPEoL2AAAAJUlEQVR4AWP674AJmRj+Y0Imhn+YEKtKrIJDx8x/o04a9eaoNwGb0vR+Po9fAgAAAABJRU5ErkJggg==);
	background-position: center bottom;
	background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
}

a.sidebar-loginbox__button:hover {
	text-decoration: none;
	box-shadow: none;
	border-color: rgba(0,0,0,.3);
}

a.sidebar-loginbox__button.purchaser  { background-color: #FB4646; }
a.sidebar-loginbox__button.affiliator { background-color: #FF7D3B; letter-spacing: 0; padding-left: 0; }
a.sidebar-loginbox__button.seller     { background-color: #F3B200; }
/*a.sidebar-loginbox__button.store      { background-color: #F7D700 }*/

/* sidebar__menu
	 ========================================================================== */

.sidebar__menu {
	padding-left: 18px;
}

.sidebar__menu li {
	font-size: 13px;
	color: #999;
}

/* introduction
	 ========================================================================== */

.sidebar-box.introduction img {
	float: right;
	margin-left: .5em;
}



.banner {
	margin-bottom: 10px;
}
