@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px;
}
table th {
    padding: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #333;
    background-color: #e1e1e1;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}
table td {
    padding: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f7f7f7;
    word-break: break-all;
}

/* 見出し
----------------------------------------------- */
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;
}
div#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;
}

/* ヘッダー
----------------------------------------------- */
table.headerBlock {
    margin: 0 0 0 20px;
}
table.headerBlock td.login {
   vertical-align: top;
   padding-top: 16px;
   font-weight: bold;
}
table.headerBlock td {
    white-space: nowrap;
    padding: 2px;
    background-color: #fff;
    font-size: 10px;
}
table.headerBlock td a {
    color: #999;
    font-size: 10px;
    letter-spacing: 0;
}


/* その他
----------------------------------------------- */
div.orderTable {
border: 1px solid #ccc;
}
table.orderDetails, table.mycontents_area-details, table.disno {
    margin: 0px auto;
}
table.detailsTable {
    margin: 5px auto 5px auto;
}
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}
th.alignR {
    background-color: #FBE9E6;
    text-align: center;
}
.tdColor td.alignR {
    background-color: #F2F2F2;
}
.white {
    background-color: #fff;
}
.optionPullDawn li {
    margin-bottom: 0;
}
.optionPullDawn td:nth-child(1) {
    vertical-align: middle;
}
.optionPullDawn td:nth-child(2) {
    width: 460px;
}
.optionPullDawn h3 {
    margin-bottom: 0;
    position: relative;
}
.optionPullDawn h3 span {
    position: absolute;
    right: 5px;
    top: 0;
}
.optionPullDawn table {
    margin-top: 0;
}
.optionPullDawn table thead {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.optionPullDawn table thead td:nth-child(3) {
    border-right: solid 1px #ccc;
    width: 139px;
}
.optionPullDawn table thead td:nth-child(3) a {
    margin-left: 10px;
}
.optionLabel table thead {
    border-left: solid 1px #ccc;
}
.optionLabel table td {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.option_mes {
	padding: 0 !important;
}
.option_mes span {
	display: block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #F00000;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
}
.cartDeleteArea {
    display: block;
    text-align: center;
    width: 75px;
    color: #F00000 !important;
    font-size: 14px;
    border: 2px solid #F00000;
    background-color: #FFF;
    padding: 7px 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    margin: 10px 0;
    font-size: 12px;
    line-height: 1em !important;
}
.cartDeleteArea:hover {
   color: #FAA6A6 !important;
   border-color: #FAA6A6;
}
#appTable td:nth-child(1) {
    white-space: nowrap;
}
#appTable td:nth-child(2) {
    white-space: nowrap;
}
.price_tbl tbody th {
width: 68px;
}
/* 購入履歴一覧
----------------------------------------------- */
#mycontents_area table.orderDetails td.alignC img{
    margin:10px auto;
}
#mycontents_area table.orderDetails td.delete a.itemNameLink{
    color: #39c; text-decoration: none; background-color:transparent;border:none; display:inline-block;padding-left: 0;
	width: auto !important;
}
#mycontents_area div.orderTable{
    margin-bottom: 15px;
}
