/* ==

　reset style

=============================================================================== */

h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: normal;
}

.category-container {
	padding-top: 100px;
}

.category-container .category-main .heading {
	margin-top: 0;
	border: none;
}

@media screen and (max-width: 767px) {
	#content-container {
		padding-top: 80px;
		margin-bottom: 50px;
	}

	.category-container .category-main .heading {
		position: relative;
		margin-left: 0px;
		margin-right: 0px;
	}
}

#product-list {
	padding-bottom: 100px;
}

#product-list .heading {
	margin-top: 0;
}


/* ==

　base

=============================================================================== */



#contentheader {
	border-bottom: 1px solid #e0e0e0;
}

#contentheader .row a:before {
	content: "|";
	padding-left: 10px;
}

#contentheader .row a:first-child:before {
	content:"";
	padding-left: 0;
}

#contentheader .row a span {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.category-index {
		padding-top: 0 !important;
		margin-top: 100px;
	}
}


h1 {
	padding-top: 0px;
	padding-bottom: 40px;
	color: #121212;
	padding-left: 80px;
	font-size: 30px;
	font-size: 1.5rem;
}

p.note {
	padding-top: 42px;
	padding-bottom: 7px;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 767px) {
	#contentheader .row h2 {
		text-indent: 0;
		padding-left: 1.5em;
	}

	h1 {
		padding-top: 62px;
		text-align: center;
		padding-left: 0;
	}

	#product-list {
		padding-bottom: 60px;
	}

	#product-list .heading {
		border-top: none;
	}

	p.note {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


/* ==

　tab list

=============================================================================== */
.heading #tab-list {
	width: 100%;
	max-width: 1280px;
	text-align: right;
	letter-spacing:-0.4em;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
}

.heading #tab-list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	font-size: 16px;
	font-size: 0.8rem;
}

.heading #tab-list li:before {
	content: "|";
}

.heading #tab-list li:first-child:before {
	content: "";
}

/*select*/
.heading #tab-list li.select a {
	color: #ff5a00;
}

.heading #tab-list li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
	color: #141414;
	width: 106px;
	text-align: center;
}

.heading #tab-list li:last-child a {
	width: 86px;
	text-align: right;
}


/*over*/
.heading #tab-list li a:hover {
	color: #ff5a00;
}


@media screen and (max-width: 767px) {

	.heading #tab-list {
		width: 100%;
		max-width: initial;
		max-width: auto;
		min-width: initial;
		min-width: auto;
		border-top: 1px solid #ccc;
		padding: 0;
		margin-bottom: 10px;
	}

	.heading #tab-list li {
		text-align: center;
		display: table;
		width: 50%;
		padding-left: 0;
		padding-right: 0;
		float: left;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		overflow: hidden;
	}

	.heading #tab-list li:before {
		content:"";
	}

	.heading #tab-list li:nth-child(even) {
		border-right: none !important;
	}

	.heading #tab-list li:last-child {
		width: 100%;
		border-right: none !important;
	}

	.heading #tab-list li a {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
		width: 100%;
	}

	.heading #tab-list li a:last-child {
		width: 100%;
		text-align: center;
	}

	/*over*/
	.heading #tab-list li a:hover {
		color: #141414;
	}

	.heading #tab-list li.select a {
		color: #ff5a00;
	}
}



/* ==

　area block

=============================================================================== */

#product-list > section {
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {

	#product-list > section {
		border: none;
	}

}

#product-list .area-block {
	padding-bottom: 30px;
}

#product-list .area-block.hide {
	display: none;
}

@media screen and (max-width: 767px) {
	#product-list .area-block {
		margin-top: 0px;
	}
}

#product-list .area-block h3 {
	font-size: 23px;
	font-size: 1.15rem;
	color: #141414;
	font-weight: normal;
	margin-bottom: 18px;
	padding-top: 30px;
}

#product-list .area-block h3:first-child {
	padding-top: 70px;
}

#product-list .area-block .product-link-list {
}

@media screen and (max-width: 767px) {
	#product-list .area-block .product-link-list {
		margin-bottom: -10px;
		border-bottom: 1px solid #e0e0e0;
	}
}

#product-list .area-block .product-link-list > li {
	/*background-color: #F1F1F1;*/
	font-size: 16px;
	font-size: 0.8rem;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-bottom: 10px;*/
	border-top: 1px solid #e0e0e0;
}

#product-list .area-block .product-link-list > li:hover {
	background-color: #F1F1F1;
}


#product-list .area-block .product-link-list li a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding-left: 15px;
}

@media all and (-ms-high-contrast:none){
  #product-list .area-block .product-link-list li a {
    font: 20px/30px "proxima-nova", sans-serif !important; /* IE10 */
  }
}


@media screen and (max-width: 767px) {
	#product-list .area-block .product-link-list li a {
		display: block;
	}
}

#product-list .area-block .product-link-list > li > a:before {
	content: "\e60c";
	font-family: "glyphicon";
	font-size: 30px;
	font-size: 1.5em;
	text-align: left;
	text-indent: -0.3em;
	color: #ff5a00;
	display: inline-block;
	width: 14px;
	vertical-align: middle;
	font-weight: normal;
}

#product-list .area-block .product-link-list li a:hover {
	color: #ff5a00;
}

#product-list .area-block .product-link-list li a span {
	vertical-align: middle;
}

#product-list .area-block .product-link-list li a span.name {
	padding-left: 10px;
}

#product-list .area-block .product-link-list li a span.sub-text {
	color: #a0a0a0;
	font-size: 12px;
	font-size: 0.6rem;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 5px;
}

@media screen and (max-width: 767px) {
	#product-list .area-block .product-link-list li a {
		line-height: 1.2;
	}
	#product-list .area-block .product-link-list li a span.sub-text {
		display: block;
		padding-left: 23px;
		margin-bottom: 10px;
	}

	#product-list .area-block .product-link-list li a span.name {
		display: block;
		padding-left: 20px;
		margin-top: -1.5em;
		margin-bottom: 5px;
	}

	#product-list .area-block .product-link-list li a span.sub-text {
		padding-left: 19px;
	}
}


/*icon-list*/
#product-list .area-block .product-link-list .icon-list {
	float: right;
	padding-top: 4px;
	padding-right: 15px;
}

#product-list .area-block .product-link-list .icon-list li {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 20px;
	height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	letter-spacing: -0.4em;
	margin-left: 10px;
}

#product-list .area-block .product-link-list .icon-list li.type-01 {
	background-image: url(../images/icon_type01.png);
}
#product-list .area-block .product-link-list .icon-list li.type-02 {
	background-image: url(../images/icon_type02.png);
}
#product-list .area-block .product-link-list .icon-list li.type-03 {
	background-image: url(../images/icon_type03.png);
}
#product-list .area-block .product-link-list .icon-list li.type-04 {
	background-image: url(../images/icon_type04.png);
}
#product-list .area-block .product-link-list .icon-list li.type-05 {
	background-image: url(../images/icon_type05.png);
}

#product-list .area-block .product-link-list .icon-list li.type-01.on {
	background-position: bottom left;
}
#product-list .area-block .product-link-list .icon-list li.type-02.on {
	background-position: bottom left;
}
#product-list .area-block .product-link-list .icon-list li.type-03.on {
	background-position: bottom left;
}
#product-list .area-block .product-link-list .icon-list li.type-04.on {
	background-position: bottom left;
}
#product-list .area-block .product-link-list .icon-list li.type-05.on {
	background-position: bottom left;
}


#product-list .area-block .product-link-list .icon-list li a {
	display: block;
	width: 20px;
	height: 20px;
}
