@charset "utf-8";
/*========== SeriesList ==========*/
/*----- tab -----*/
#activeTab,
#otherTab{
	font-size:16px;/*for IE*/ font-size:1.6rem;
	padding:11px 20px;
	text-align:center;
	width:327px;
	float:left;
}
#activeTab{
	color:#FFF;
	background: #111987;
	margin-right:6px;
}
#otherTab{
	color:#666;
	position:relative;
	background:#f2f4f3;
	cursor:pointer;
}
#otherTab:after{
	display: inline-block;
	vertical-align: middle;
	content: "";
	overflow: hidden;
	background: url(/shared/images/ico_common.png) no-repeat 0 0;
	width:11px; height:6px;
	background-position:0 0;

	}
#otherTab ul{
	display:none;
	margin:0; padding:0;
	position:absolute; 
	left:0; top:50px;
	z-index:100;
	background:#FFF;
	width:365px;
	border:solid 1px #CCC;
}
#otherTab li{
	list-style:none;border-bottom:
	solid 1px #CCC;
	}
#otherTab li.last{ border:none;}
#otherTab li.active{ display:none;}
#otherTab li a{
	display:block;
	padding:7px 10px;
	}
	#otherTab li a:hover{
		background:#f2f4f3;
	}
#prodLayer{ clear:both;}

/*----- unit -----*/
.unitSeries{margin-bottom:10px;}
.unitSeriesIn{
	background:#f2f4f3;
	border-radius: 5px;
	overflow:hidden;
	}
.unitSeries .images { float:left; width:175px;}
	.unitSeries .images p{ margin:0;}
.unitSeries .text{
	position:relative;
	float:right;
	width:355px;
	padding:10px 190px 15px 0;
	min-height:95px;
	}
.unitSeries .text p{ margin:0;}
.unitSeries h2{
	font-size:24px;/*for IE*/ font-size:2.4rem;
	margin:0; display:inline-block;
	word-break:break-all;
	line-height:1.2em;
	margin-bottom:5px;
	}
		.unitSeries h2 span{font-size:16px;/*for IE*/ font-size:1.6rem; margin-left:5px; }
.unitSeries .ico{
	text-align:right;
	position:absolute;
	top:15px; right:10px;
	}

.unitSeries .btnOpen01{
right:10px; bottom:12px;
 position:absolute; 
	z-index:20;
	border-color:#8d93dd;
}
.btnOpen01:before{
		content:url(/shared/images/ico_open01.png);
	}
.unitSeries .btnClose01{
	width:100px;
	margin:10px auto 0;
}

.unitSeries.type01 .text {
  float: none;
  width: 100%;
  padding: 0;
  min-height:0;
  box-sizing: border-box;
}

.unitSeries.type01 .text > h2 {
  display: block;
  margin-bottom: 0;
}

.unitSeries.type01 .text > h2 > a {
  padding: 10px 20px;
}

.unitSeries.type01 .text > h2 > a:before {
  margin-left: 20px;
}

.unitSeries.type01 .text > h2 > a:hover {
  background: #ebecfc;
}

.unitSeries.type01 .text > h2 > a.isActive {
  text-decoration: underline;
  background: #ebecfc;
}

.unitSeries.type01 .btnClose01{
  position: absolute;
  top: -43px;
  right: 20px;
  margin-top: 0;
}

.unitSeries.type01 .btnClose01:hover {
  color: #fff;
  background: #111987;
}
/*----- lineup -----*/
.lineupList{
	display:none;
	background:#CCC;
	padding:10px;
	margin-top:-2px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1) inset;
	position:relative;
	}
.lineupList table:before{
	content: "";
	border: 15px solid transparent;
	border-bottom: 15px solid #CCC;
	position: absolute;
	right: 50px;
	top: -25px;
}
.lineupList table a{ text-decoration:underline;}

/*========== sort ==========*/
#sortSelect{
	margin-bottom: 15px;
}


#sortSelect select::-ms-expand {
	display: none;
}
#sortSelect select {

  /* styling */
  background-color: #fff;
  border: thin solid #999;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#sortSelect select {
	margin-left: 5px;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}



select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}