﻿@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;
}*/

/* 見出し
----------------------------------------------- */
#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
#mycontents_area table th,#undercolumn_entry table th,#undercolumn_shopping table th,#undercolumn_customer table th,
#window_area table th,#undercolumn_contact table th
{
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
#mycontents_area table td,#undercolumn_entry table td,#undercolumn_shopping table td,#undercolumn_customer table td,
#window_area table td,#undercolumn_contact table td
{
	border-top:1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#mycontents_area_02 table th,#mycontents_area_02 table td {
	border: 1px solid #ccc;
}
#mycontents_area table th.alignR {
    text-align: right;
}
#mycontents_area table th.alignL {
    text-align: left;
}
#mycontents_area table th.alignC {
    text-align: center;
	background: #FFFBE1;
}
#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;
}

table.my_history {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.my_history a{
	color: #D22600;
}

table.delivname {
	margin-top: 10px;
}
table.delivname th,
#undercolumn_entry table th,
#undercolumn_customer table th,
#undercolumn_shopping table th,
#mycontents_area table th,
#mycontents_area_02 table th,
#window_area table th,
#undercolumn_contact table th
 {
	background: #FFFBE1;
	padding: 22px 15px;
	vertical-align: top;
}
table.delivname td,
#undercolumn_entry table td,
#undercolumn_customer table td,
#undercolumn_shopping table td,
#window_area table td,
#undercolumn_contact table td
 {
	padding: 15px;
}

table.my_point { margin: 50px 0;}




/* その他
----------------------------------------------- */
table select {
    /*margin-bottom: 15px;*/
    border: solid 1px #333;
	height: 37px;
	padding: 2px 7px;
	width: 50%;
	background: #f0f0f0;
	margin-top: 10px;
}

table select:focus {
	background: #fff;
}

select[name="year"]{ width:29%;}
select[name="month"]{ width:29%;}
select[name="day"]{ width:29%;}
