﻿body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 0.9em;
    font-family: "ＭＳ ゴシック", sans-serif;
}

/* 基底 */


/* **************************************** */

/* マスターページ */

.container {
}

table.table_header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 52px;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: url('../../images/header_back.png');
}
table.table_header_end {
    margin: 0;
    padding: 0;
    height: 52px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: right;
    position: absolute;
    right: 0px; 
    top: 0px;
    width:500px;
}
td.td_header_left
{
    margin:0;
    padding:0;
    width:240px;
}
td.td_header_center
{
    margin:0;
    padding:0;
    height:26px;
}
td.td_header_right
{
    margin:0;
    padding:0;
    text-align: right;
}
td.td_header_end
{
    margin:0;
    padding:0;
    text-align: right;
    height:26px;
}
img.img_header_end
{
    position: absolute;
    right: 0px; 
    top: 0px;
}

.header_text {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
}

table.table_title {
    width: 100%;
}

/* **************************************** */

/* テーブル(td) */

td.td_title_left
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
}
td.td_title_right {
    margin: 0;
    padding: 0;
    text-align: right;
}

td.td_item_head
{
    font-weight: bold;
}

td.td_col1
{
    width: 60px;
}

td.td_col2
{
    width: 100px;
}

td.td_col3
{
    width: 130px;
}

td.td_col4
{
    width: 150px;
}

td.td_col5
{
    width: 180px;
}

td.td_col6
{
    width: 600px;
}

td.td_col7
{
    width: 280px;
}

td.td_col8
{
    width: 80px;
}

td.col_left
{
    text-align: left;
}

td.col_right
{
    text-align: right;
}

td.col_center
{
    text-align: center;
}

/* **************************************** */

/* テキストボックス */

.txt_ss
{
    width: 50px;
}

.txt_s
{
    width: 100px;
}

.txt_m
{
    width: 160px;
}

.txt_l
{
    width: 300px;
}

.txt_ll
{
}

/* **************************************** */

/* ボタン */

.btn_m
{
    width: 100px;
}

.btn_l
{
    width: 160px;
}

.btn_ll
{
    width: 200px;
}



a:link
{
    color: #000000;
}
a:hover
{
    color: #000000;
}

a:visited
{
    color: #000000;
}

a:active
{
    color: #000000;
}

.image_calendar { /*カレンダーボタン*/
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
}

/* **************************************** */

/* 水平線 */

hr.border_gray
{
    margin: 0;
    padding: 0;
    height: 2px;
    border: 0;
    background-color: Gray;
}

hr.sub_border_gray
{
    margin-top: 0px;
    background-color: Gray;
    height: -20px;
}

/* **************************************** */

/* 検索条件領域（発注・交換・返却）*/

table.TBL_BODY
{
    padding: 5px;
    width: 980px;
}

td.TD_ITEM_HEAD
{
    font-weight: bold;
}

/* 検索結果一覧（発注・交換・返却）*/

.TBL_LIST
{
    padding: 0;
    margin: 0;
    width: 100%;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.8em;
}

.TD_LIST_HEAD
{
    font-weight: normal;
    border: solid 1px Silver;
    text-align: center;
    background-color: Orange;
}

.TD_LIST_BODY
{
    border: solid 1px Silver;
}

.DIV_LIST_BODY
{
    border: solid 1px Silver;
}

.TD_LIST_FOOT
{
    border: solid 1px Silver;
}

.TR_LIST_EVEN_ROW 
{
    background-color: #CCFFCC;
}
/* 子画面表示用 */
table.TBL_SUB_BODY
{
    padding: 5px;
    width: 100%;
}
/* 文字色*/

.SPN_COME_RED
{
    color: Red;
}

.SPN_COME_BLUE
{
    color: Blue;
}

/* 商品画像表示用 */


td.TD_IMAGE_L
{
    width:260px;
}

td.TD_IMAGE_L img
{
    width:auto;
    height:auto;
    max-width:250px;
    max-height:250px;
    vertical-align: middle;
}

td.TD_IMAGE_M
{
    width:167px;
}

td.TD_IMAGE_M img
{
    width:auto;
    height:auto;
    max-width:165px;
    max-height:165px;
    vertical-align: middle;
}

td.TD_IMAGE_S
{
}

td.TD_IMAGE_S img
{
    width:auto;
    height:auto;
    max-width:50px;
    max-height:50px;
    vertical-align: middle;
    border:solid 1px Silver;
}

td.TD_IMAGE_S input
{
    width:auto;
    height:auto;
    max-width:50px;
    max-height:50px;
    vertical-align: middle;
    border:solid 1px Silver;
}

/* **************************************** */

/* 矢印表示用 */

.ARROW_IMG1{
  width: 100px;
}
.ARROW_IMG1::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: linear-gradient(to Bottom, #fff, #666);
}
.ARROW_IMG1::after{
  content: "";
  display:block;
  border-top: 40px solid #666;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  transform-origin: left top;
  transform: scaleY(1);
}
