@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;
	vertical-align: middle;
}

/* 見出し
----------------------------------------------- */
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;
    vertical-align: middle;
}
div#mycontents_area table th.alignR {
    text-align: right;
    vertical-align: middle;
}
div#mycontents_area table th.alignL {
    text-align: left;
    vertical-align: middle;
}
div#mycontents_area table th.alignC {
    text-align: center;
    vertical-align: middle;
}
div#mycontents_area table th.resulttd {
    text-align: right;
    vertical-align: middle;
}
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;
}

/* 悩み･なりたい髪で選ぶケラスターゼ 20110706_松島追記*/
div.keras_tableArea table {
	border: none;
}

div.keras_tableArea table tr td {
	border: none;
	padding-bottom: 30px
}

/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

/* GMOクレジット決済画面 20121113_松島追記
----------------------------------------------- */
#under02column_shopping table {
	width: 960px;
	margin: 0 auto;	
}