﻿@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto;
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
	border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
		background-color: #ffffff;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
		line-height: 1.3;
}
table td {
    padding: 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
		line-height: 1.3;
}

/* 見出し
----------------------------------------------- */
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 select {
    margin: 7px;
    border: solid 1px #ccc;
}
table input {

}
input[type="checkbox"], input[type="radio"] {
    margin: 5px 3px 5px 10px;
}
html body div#wrapper div.container div.main div.guide_a table tbody tr td.area{
   background-color: #BEBEBE !important;
}
html body div#wrapper div.container div.main div.guide_a table{
    background-color: #ffffff;
}


@media screen and (max-width: 896px) {
	table th {
		padding: 10px;
		font-size: 13px;
	}
	table td {
		padding: 10px;
		font-size: 13px;
	}
}

@media screen and (max-width: 568px) {

}