@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

/* トルク　商品一覧　ソート
----------------------------------------------- */
/*
.tablesorter th{
    position: relative;
    cursor: pointer;
    text-align: left;
}
.tablesorter th::before, .tablesorter th::after{
    content: '';
    position: absolute;
    z-index: 2;
    right: 7px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #333 transparent;
    pointer-events: none;
}
.tablesorter th::before{
    border-bottom-style: solid;
    border-top: none;
    top: 30%;
}
.tablesorter th::after{
    border-top-style: solid;
    border-bottom: none;
    bottom: 30%;
}
.tablesorter th.tablesorter-headerAsc:after{
    border: none;
}
.tablesorter th.tablesorter-headerAsc:before{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.tablesorter-headerDesc:before{
    border: none;
}
.tablesorter th.tablesorter-headerDesc:after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.sorter-false:before, .tablesorter th.sorter-false:after{
    border: none;
}
*/

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
div#mycontents_area table th {
    text-align: left;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}
#mycontents_area table#ranking_detail th {
	text-align: center;
	font-size: 12px;
}
#mycontents_area table#ranking_detail td {
	text-align: right;
}
#mycontents_area table#ranking_detail td.ranking_shop,#mycontents_area table#ranking_detail td.ranking_staff {
	text-align: left;
}
#mycontents_area table#ranking_detail td.ranking_rank {
	text-align: center;
}
#mycontents_area table#ranking_detail th span.arrow_outer {
	width: 51px;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	font-size: 16px;
	line-height: 16px;
}
#mycontents_area table#ranking_detail th a .desc-arrow {
	display: block;
	background: #bbb;
	width: 25px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	color: #f5f5f5;
}
#mycontents_area table#ranking_detail th a .asc-arrow {
	display: block;
	background: #bbb;
	width: 25px;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	color: #f5f5f5;
	height: 16px;
}
#mycontents_area table#ranking_detail th a .on {
	background: #333;
	color: #f5f5f5;
}
#mycontents_area table#ranking_detail th a .asc-arrow i:before {
	margin-top: -1px;
	display: inline-block;
}

/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

.LC_Page_Cart table select {
    min-width: 54px;
    min-height: 27px;
}