@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;
    background-clip: padding-box;   /* firefoxで枠線が消える */
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    background-clip: padding-box;   /* firefoxで枠線が消える */
}

/* 見出し
----------------------------------------------- */
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;
}