@charset "utf-8";
/* テーブル1の設定-------------------------------------------------- */
.table_detail{
    margin:20px 20px;
	border-collapse: collapse;
	font-size:95%;
	border:1px #cccccc solid;
	width:570px;
}

.table_detail th{
	font-weight:normal;
	padding:5px;
	color:#00407B;
	font-weight:bold;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	text-align:left !important;
	line-height:125%;
}

.table_detail th.aa{
	font-weight:normal;
	padding:5px;
	color:#00407B;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	text-align:center;
	line-height:125%
}

.table_detail th.bb{
	font-weight:bold;
	width:120px;;
	padding:5px;
	color:#00407B;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;	
	text-align:left;
	line-height:125%;
	margin-top:5px;
}

.table_detail th.cc{
	background-color:#666666;
	color:#ffffff;
	border-bottom:1px #cccccc solid;
	text-align:center;
	border-right:1px #eeeeee solid;
}

.table_detail td{
	padding:5px;
	border-bottom:1px #cccccc dotted;
	background-color:#ffffff;
	border-right:1px #dddddd solid;
	line-height:125%;
}

.table_detail td.aa{
	width:100px;
	background-color:#F7F7F7;
	color:#ffffff;
	border-bottom:1px #cccccc solid;
	text-align:center;
	border-right:1px #eeeeee solid;
}


.table_detail td table{
    font-size:100%;
    border-collapse: collapse;
    border-style:none;
    margin:0; 
    width:auto;
}

.table_detail table tr {
    vertical-align:top;
}

.table_detail table td {
    border-style:none;
}


/* テーブル2の設定-------------------------------------------------- */

/* CSS Document */
/*=============================== Lam Van Tranh - History List =====================*/
.body_order {
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-image: url(../images/back_order.gif);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#FDFBEC;
	font-family: sans-serif;
	font-size:82%;
	color:#36393D;
}
.table1_History_List
{
	margin:20px 20px; 
	border-collapse: collapse; 
	font-size:90%;	
	border:1px #cccccc solid; 
	width:590px;
}

.table1_History_List_td_Title
{
	padding-right:3px;
	padding-left:3px;
	text-align:center; 
	color:#00407B; 
	background-color:#f0f0f0; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
}

.table1_History_List_td_Title_status
{
	padding-right:3px;
	padding-left:3px;
	text-align:center; 
	color:#00407B; 
	background-color:#f0f0f0; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
}

.table1_History_List_td_Title_date
{
	padding-right:3px;
	padding-left:3px;
	text-align:center; 
	color:#00407B; 
	background-color:#f0f0f0; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
}

.table1_History_List_td_Title_print
{
	padding-right:3px;
	padding-left:3px;
	text-align:center; 
	color:#00407B; 
	background-color:#f0f0f0; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
}

.table1_History_List_td_Item
{
	padding-top:5px;
	text-align:center; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	padding-bottom:3px;
}
.table1_History_List_td_Item_print
{
	padding-top:5px;
	text-align:center; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	padding-bottom:3px;
}

.table1_History_List_td_Item_Total
{
	padding-top:5px;
	padding-bottom:3px;
	text-align:center; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
}
.table1_History_List_td_Item_Total_syohinname
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	text-align:center;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
}
.table1_HistoryList_Total
{
	padding:5px;
	text-align:left;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
}
.table1_HistoryList_Total_2
{
	padding:5px;
	text-align:center;
	font-weight:bold;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
}
.bk {background-color:#ffffff !important;}

.bk1 {background-color:#DFA9A9 !important;}

.bk2 {background-color:#F3D1A4 !important;}

.bk3 {background-color:#F3F2A4 !important;}

.bk4 {background-color:#A0E2A3 !important;}

.bk5 {background-color:#A0E1E2 !important;}

.bk11 {background-color:#cccccc !important;}

.bk12 {background-color:#666666 !important;color:#ffffff !important;}

.status{
        font-size:0.9em;
        margin:5px auto;
        padding:8px 5px;
        width:590px;
        border-top:1px dotted #BEBEBE;
        border-bottom:1px dotted #BEBEBE;
        background-color:#EDEDED;
}

/*============================= Lam Van Tranh - History List ==========================*/

/*============================= Lam Van Tranh - History Detail ========================*/
.table1_historydetail{
    margin:20px 20px;
	border-collapse: collapse;
	font-size:95%;
	border:1px #cccccc solid;
	width:570px;
}
.table1_historydetail td
{
	padding:5px;
	border-bottom:1px #cccccc dotted;
	background-color:#ffffff;
	border-right:1px #dddddd solid;
	line-height:125%;
}

.table1_historydetail td.bb
{
	font-weight:bold;
	width:120px;
	padding:5px;
	color:#00407B;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	text-align:left;
	line-height:125%;
	margin-top:5px;
}
/*.table1 td .history_table3{
	border-collapse: collapse;
	font-size:90%;
	border:1px #cccccc solid;
	width:100%;
	background-color:#0000FF;
}*/
.table_detail td .history_table3{
	border-collapse: collapse;
	font-size:90%;
	border:1px #cccccc solid;
	width:100%;
	background-color:#0000FF;
}
.table_detail td .history_table3 th{
	font-weight:bold;
	padding:5px;
	color:#00407B;
	border:1px #cccccc solid !important;
	background-color:#F0F0F0;
	text-align:center;
	line-height:125%;
	width:100px;
}
.table_detail td .history_table3 td{
	padding:5px;
	border:1px #CCCCCC dotted  !important;
	background-color:#ffffff;
	line-height:125%;
	width:auto;
}
.history_table3 div
{
	width:330px;
	height:auto;
}
.history_table3 div.line1_left
{
	width:130px;
	background-color:#ffffff;
	float:left;
	padding:5px;
}
.history_table3 div.line1_right
{
	width:190px;
	height:auto;
	float:right;
}
.history_table3 div.line1_right_left
{
	font-weight:bold;
	color:#00407B;
	width:60px;
	background-color:#F0F0F0;
	float:left;
	border-left::1px #cccccc inset;
	padding:5px;
}
.history_table3 div.line1_right_right
{
	width:110px;
	background-color:#ffffff;
	float:right;
	padding:5px;
}
.table1_History_Detail_td_Item
{
	padding-top:2px;
	text-align:center; 
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	padding-bottom:3px;
}
/*============================= Lam Van Tranh - History Details =========================*/
/*============================= Lam Van Tranh - Total Details =========================*/
.table1_totaldetail
{
    margin:20px 20px;
	border-collapse: collapse;
	font-size:95%;
	border:1px #cccccc solid;
	width:570px;
}
.table1_totaldetail td.title_total
{
	font-weight:bold;
	width:100px;
	padding:5px;
	color:#00407B;
	text-align:left;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	line-height:125%;
	padding-left:80px;
}

.table1_totaldetail td.title_total_left
{
	font-weight:bold;
	width:170px;
	padding:5px;
	color:#00407B;
	text-align:left;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	line-height:125%;
	padding-left:10px;
}

.table1_totaldetail td.title_total_right
{
	font-weight:bold;
	width:170px;
	padding:5px;
	color:#00407B;
	text-align:right;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	line-height:125%;
	padding-right:10px;
}

.table1_totaldetail td.Note_Rows
{
	font-weight:bold;
	width:100px;
	padding:5px;
	color:#FF0000;
	text-align:left;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	line-height:125%;
	padding-left:80px;
}

.table1_totaldetail td.Note_Rows_right
{
	font-weight:bold;
	width:170px;
	padding:5px;
	color:#FF0000;
	text-align:right;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	line-height:125%;
	padding-right:10px;
}

.table1_totaldetail td.Note_Rows_left
{
	font-weight:bold;
	width:170px;
	padding:5px;
	color:#FF0000;
	text-align:left;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#f0f0f0;
	line-height:125%;
	padding-left:10px;
}

.table1_totaldetail td.Rows
{
	font-weight:bold;
	min-width:100px;
	padding:5px;
	color:#00407B;
	text-align:left;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#ffffff;
	line-height:125%;
	padding-left:80px;
}

.table1_totaldetail td.Rows_right
{
	font-weight:bold;
	min-width:170px;
	padding:5px;
	color:#00407B;
	text-align:right;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#ffffff;
	line-height:125%;
	padding-right:10px;
}

.table1_totaldetail td.Rows_left
{
	font-weight:bold;
	min-width:170px;
	padding:5px;
	color:#00407B;
	text-align:left;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc dotted;
	background-color:#ffffff;
	line-height:125%;
	padding-left:10px;
}

.title
{
	font-size: 14px;
	color: #FFFFFF;
	background: url(../img/bg_subcat_title.jpg) no-repeat 0px 0px;
	margin: 0px 0px 25px;
	padding: 9px 0px 0px 39px;
	height: 27px;
	width: 610px;
	border-style: none;
	line-height: 1.5;
	text-align:left;
}
/*============================= Lam Van Tranh - History Details =========================*/
/*============================= Lam Van Tranh - Mitsumorishou Order =====================*/
#container_order
{
	width:660px;
	height:auto;
	margin-top:10px;
	text-align:center;
}
#content_hiden
{
	width:660px;
	height:auto;
	margin-top:10px;
}
#container_order_toppage
{
	width:660px;
	height:auto;
}
#container_order_toppage_hiden
{
	width:660px;
	height:auto;
}
#blank
{
	width:660px;
	height:13px;
	text-align:left;
	padding:5px;
	color:#000000;
	font-size:12px;
}
#blank_hiden
{
	width:660px;
	height:13px;
	text-align:left;
	padding:5px;
	color:#000000;
	font-size:12px;
}
#container_order_content
{
	width:660px;
	height:auto;
}
#container_order_content table
{
	border-collapse: collapse;
	font-size:95%;
	border:1px #cccccc solid;
	width:660px;
	margin-top:5px;
}
#container_order_content table td.title1_order
{
	padding:5px;
	color:#000000;
	text-align:center;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc inset;
	background-color:#F0F0F0;
	line-height:125%;
	font-size:13px;
}
#container_order_content table td.Rows_order
{
	padding:5px;
	color:#000000;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc inset;
	background-color:#ffffff;
	line-height:125%;
	font-size:13px;
	margin-top:1px;
	margin-bottom:2px;
}
.User_Info
{
	color:#000000;
	text-align:left;	
	line-height:125%;
	font-size:13px;	
}
.Address_Info
{
	color:#000000;
	text-align:left;
	line-height:125%;
	font-size:12px;
	white-space: nowrap;
}
.TopPaga_Td
{
	font-size:13px;
	padding-left:10px;
	color:#000000;
	text-align:left;
	background-color:#ffffff;
	line-height:125%;
}

.bg_Table
{
	background-image:url(../images/order_stamp.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.address_Category_tab
{
	background-image:url(../images/OrangeTabBig_btn.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	width:45px;
	text-align:center;
}
/*============================= Lam Van Tranh - Mitsumorishou Order =====================*/
