@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
	border: #dedede solid 1px;
    /*border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;*/
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 12px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
	font-size: 14px;
}
table th p {
	font-size: 10px;
}
table td {
	font-size: 14px;
    padding: 14px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	word-break: break-all;
}
/* お見積もりテーブル
----------------------------------------------- */
table.estimate {
    margin: 15px auto 20px auto;
	border: none;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.estimate td {
    border-bottom: medium none;
    border-right: medium none;
    font-size: 14px;
    padding: 0;
    word-break: break-all;
}
table.estimate span {
	border-bottom:none !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0 0 15px 35px !important;
    text-decoration: underline;
}
table.estimate span.answer{
	text-indent:-9999px !important;
}
table.estimate span.answer02{
	background: rgba(0, 0, 0, 0) url("../img/icon/icon_gide_answer.png") no-repeat scroll left top / 27px auto;
}
/* マイリストテーブル
----------------------------------------------- */
table.mylist {
    margin: 0 auto 20px auto;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: none;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.mylist th {
    padding: 14px;
    border-right: 1px solid #98caec;
    border-bottom: 1px solid #98caec;
    color: #333;
    background-color: #c9e7ff;
    font-weight: normal;
	font-size: 14px;
}
table.mylist td {
	font-size: 14px;
    padding: 14px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	word-break: break-all;
}
table.mylist tr th:last-child,
table.mylist tr td:last-child {
	border-right: none;
}
table.mylist tr td:last-child,
table.mylist tr td:first-child {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
td.sub {
	background: url(../img/background/line_dotted_blue.gif);
	text-align: center;
}
/* 見出し
----------------------------------------------- */
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 #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}
#gide_tab_wrapp.name #gide_tab_contents .content .Box table img{
	width: 80px;
}
table.print{
}
#order_item select {
	width: 98px;
}

dl.new_cartin select {
    width: 98px;
}
#order_sample select {
    width: 98px;
}
