@charset "utf-8";
/**
 *
 */

#catalogLink{
    font-size: 1em;
    display: block;

	text-align: left;


}
#catalogLinkWrapper {
    display:flex;
    justify-content: flex-end;
}
#catalogLinkWrapper li{

    display: block;
    height: auto;
}

#catalogLinkWrapper a.catalogLink{

}

#catalogLinkWrapper span{
	margin: 0;
	display: block;
	font-size: 0.8em;
   color: #EEEEEE;
   line-height: 1.8em;
}

#catalogLinkWrapper a.catalogLink:hover,
#catalogLinkWrapper a.catalogLink:focus,
#catalogLinkWrapper a.catalogLink:active{
    background: #FFFFFF;
    color: #000000;
}

#lineupList{
    width: auto;
    /*float: right;*/
    /*overflow: hidden;*/

}
#lineupInner{
    margin: 0 5px 0 0;
    height: 100%;
}

#lineuped{
    width: 100%;
    margin: 0 auto 0;
}

#lineuped li{
    float: left;
    display: block;

	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}


#lineuped li.setDetailProcut a{
    background: #FFF;
}

#lineuped li a{
    display: block;
    text-align: center;

    background: rgba(255,255,255,0.6);
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}




/**
 *     製品詳細
 */
#product{
	/*width: 500px;*/
    /*float: right;*/

}


#productInner{
    padding: 18px;
    background: #ddd;
    box-shadow: 1px 1px 1px #aaa;
    box-sizing: border-box;
    color:#595757;
    /*
    border: solid 1px #AAA;
    border-radius: 10px;
	background: #eee;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    */
}

#productTitle{
    margin: 0 auto 15px;
    padding: 0 0 5px;
    border-bottom: solid 1px #AAA;
    font-size: 140%;
    font-weight: bold;
    text-align: left;
}


#productImage{
    float: left;
    background: #FFF;

    border-radius: 5px;
    /*-webkit-border-radius: 5px;*/
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

#productDetail{
    float: right;
    margin-bottom: 10px;
}

#productCatch{
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    line-height: 1.2;
    padding: 0 0px 10px;
    margin-left:0px;
}

#productDiscription{
    max-height: 166px;
    padding: 5px 5px 0 5px;
    text-align: justify;
    line-height: 1.5;
    overflow: hidden;
}

#productPrice{
    width: 100%;
    margin: 30px auto 10px;
    border-collapse: separate;
    border-spacing: 2px;
}



#productPrice th{

    padding: 8px 0;
    border: solid 1px #666666;
    background: #003d60;
    color:#fefefe;
}

#productPrice th.ppKey{
    width: 30%;
}

#productPrice td{
    padding: 10px 5px;
    background: #FFF;
    color: #000000;
}

.suitVal td{
	height: 2em;
}

.pw-8100, .pw-8200{

}

.pw-8100 td, .pw-8200 td{
	 height: 4em;
		weight: 20%;
		padding: 5px 5px;
}


#productPrice td.priceData{
    font-weight: bold;
    color: #5c1b12;
    font-size: 1em;
}

#productDetail p.footnote{
    margin:4px 0 0 0;
    text-align: right;
}
#product aside{
	float: right;
	border-top: 1px dotted #AAAAAA;
}
#product aside{
  text-align: center;
}
#product aside a{
	/*width: 100%;*/
	display: inline-block;
	margin: 20px 10px 0;
}
#product aside img{
    margin:5px auto;
}

/**
 *
 */
.cfWrapper{
    height: 450px;
    overflow: auto;
}
.catalogForm{
    width: 100%;
}
.catalogForm td{
    padding: 10px 15px;
    text-align: left;
    border-bottom: dotted 1px #AAA;
}

.cfK{
    width: 25%;
}

.cfV{
    width: 75%;
}

.cfTitle
{
    padding: 10px 15px;
    text-align: left;
    font-weight: bold;
    color: #A55;
    border-bottom: dotted 1px #AAA;
}
/* CSS Document */

/* 全体 */
.jspContainer { overflow:hidden; position:relative; }

/* スクロールバーを除いたエリア */
.jspPane { position:absolute; }

/* 縦スクロールバー */
.jspVerticalBar { position:absolute; top:0; right:0; width:10px; height:100%; }

/* 横スクロールバー */
.jspHorizontalBar { position:absolute; bottom:0; left:0; width:100%; height:10px; }

/* 背景 */
.jspTrack { background:#111; position:relative; }

/* ノブ */
.jspDrag { background:#333; position:relative; top:0; left:0; cursor:pointer; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float:left; height:100%; }

#lineupContainer{
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
#lineupContainer li{
  flex-basis: 100px;

  margin:5px;
  padding-top:10px;
  background: linear-gradient(top bottom, #eeeeee 0%, #fefefe 50%, #cccccc 70%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefefe), color-stop(0.7, #cccccc), color-stop(0.5, #ffffff), color-stop(0.00, #eeeeee));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #fefefe 50%, #cccccc 70%, #fefefe 100%);
  background: -moz-linear-gradient(top, #eeeeee 0%, #fefefe 50%, #cccccc 70%, #fefefe 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #fefefe 50%, #cccccc 70%, #fefefe 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #fefefe 50%, #cccccc 70%, #fefefe 100%);
  box-shadow:1px 1px 1px #aaa;
}
#productDetail a.detail{
  font-size:14px;
}
#productDetail a.detail:before,
#catalogLinkWrapper a.detail:before
{
    content: ">";
    margin-right: 5px;
}
#catalogLinkWrapper{
  margin-top:20px;
}
#catalogLinkWrapper li{
  position:relative;
  margin-left:20px;
  font-size:14px;
}
#catalogLinkWrapper li label{
  position:absolute;
  top:-30px;

}
