#buy-list-back {
    width: 100%;
    height:100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 35;
    overflow: auto;
/*    background-color: #FFFFFF;*/
}
#buy-list-back.leftIN{
    position: relative;
    background-color: transparent;
}
#buy-list {
    overflow: auto;
    width: 100%;
    /*height:100%;*/
    position: relative;
    left: 0px;
    /*top: 76px;*/
/*    z-index: 900;*/
    background-color: #3E3E3E;
}

.common-header {
    width: 100%;
    height:54px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #00AE4E;
    z-index: 99;
    line-height: 54px;
    /*background-image: url(../../common/img/title.png);*/
    background-size: auto 54px;
    font:bold 14px 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.common-title {
    height:54px;
    line-height: 54px;
    margin: 3px 70px 3px 70px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    overflow-x: auto;
}

.common-close {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
}

.common-closeImg{
    position: absolute;
    /*width: 25px;*/
    height: 25px;
    right: 0;
    top: 0;
    margin-right: 15px;
    margin-top: 12px;
}
@media (max-height: 568px){
    .JIMain .common-closeImg{
        margin-top: 5px;
    }
}


.common-logo{
    position: absolute;
    max-width: 50px;
    max-height: 50px;
    left: 0;
    top: 7px;
    margin-left: 15px;
    margin-top: 2px;
}

.buyList-table {
	position: relative;
    margin-top: 50px;
	/*float: top;*/
	background-color: #3E3E3E;
}

.buyList-table table{
	/*border: 0px solid #707070;*/
	/*border-color: #707070!important;*/
}

.buyList-table .fixed-table-container{
	/*border: 0px solid #707070;*/
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.buyList-table .fixed-table-header{
	/*border: none!important;*/
	/*border: 0px solid #707070;*/
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.buyList-table thead{
	/*border: 0px solid #707070;*/
	/*border-top: 0px solid #707070;*/
	/*border-bottom: 0px solid #707070;*/
	/*border-color: #707070!important;*/
	/*border: none;*/
	border: 2px solid #707070!important;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#2E5359,endColorStr=#41848C); /*IE 6 7 8*/ 
    background: -ms-linear-gradient(top, #2E5359,  #41848C);        /* IE 10 */
    background:-moz-linear-gradient(top,#2E5359,#41848C);/*火狐*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2E5359), to(#41848C));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #2E5359, #41848C);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #2E5359, #41848C);  /*Opera 11.10+*/
}

.buyList-table tbody{
	/*border: 1px solid #707070;*/
	/*border: 0px solid #707070;*/
    background-color: #3E3E3E;
	color: #FFFFFF;	
	border: 2px solid #707070!important;
	/*border-color: #707070!important;*/
}

.buyList-table th{
	color: #FFFFFF;
	text-align: left!important;
	border: 2px solid #707070!important;
	/*border: none!important;*/
	/*border-color: #707070!important;*/
}

.buyList-table tr{
	text-align: left!important;
	/*border: 0px solid #707070!important;*/
	border: none!important;
}

.buyList-table tr.select{
	background-color:#708090!important;
}

.buyList-table td{
	text-align: left!important;
	color: #FFFFFF;
	border: 2px solid #707070!important;
	/*border-color: #707070!important;*/
}

.buyList-table .table-hover > tbody > tr:hover > td,
.buyList-table .table-hover > tbody > tr:hover > th {
  background-color: #708090;
}

.buyList-table div.pull-right.pagination a {
	background-color: #2E5359;
	border-color: #707070;
}

.buyList-table div.pull-right.pagination .active a {
    background-color: #77929c !important
}

#gTop .opened {
	background-color: #7B7B7B!important;
}
/*.opened*/
 /*{*/
     /*background-color: #D78A1D!important;*/
     /*background: url('common/img/bookshelfOpen.png') center no-repeat;*/
 /*}*/