﻿/* Create	:	2023/05/01 NOICE
   Update	:   2025/11/10 NOICE ログイン機能追加
                                 請求書DL機能追加
                                 CSVDL方法変更　　　　*/
@charset "UTF-8";
label {
	height: 50px !important;
}
body {
    margin: 0;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../Images/background.gif);
    background-repeat: repeat;
/*2025/11/10 NOICE 請求書DL機能追加*/
	/*height: 150px;*/
	height: 180px;
/*2025/11/10 NOICE 請求書DL機能追加*/
}
.logo {
    width: 17%;
    margin: 15px;
    text-align: center;
    float:left;
}
.conditions {
    width: 33%;
    margin: 10px;
    text-align: left;
    float:left;
}
.news {
    width: 50%;
    margin: 10px;
    text-align: left;
    float:right;
}
*, *:before, *:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
.info {
    padding: 0 1.0em;
    border: 1px solid #ccc;
    text-align: left;
    line-height: 0.8;
    overflow: auto;
    height: 6.5em;
    background-color: #fcfcfc;
	font-size: 0.9rem;
}
.info dl {
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
.info dt {
    padding-bottom: 0;
    width: 6em;
}
dd.info {
        margin-left: 0.5em;
}

@media screen and (min-width: 480px) {
    .info dt {
        clear: left;
        float: left;
    }
    .info dd {
        margin-left: 0.5em;
    }
}
/************************/
/* ヘ ッ ダ 部 各 項 目 */
/************************/
#txtTorihikisakiCD
{
	width:52px;
}
#txtKikanST,#txtKikanED
{
	width:95px;
}
#txtShouhinName,#txtGenbaName
{
	width:250px;
}

/*2025/11/10 NOICE 請求書DL機能追加 ST*/
.HiddenItem
{
    display: none;
}

.btnDL
{
    border:0;
    width:50px; 
    height:50px;
}

table.textred-center {
    color: rgba(204, 0, 0, 1.00) !important;
    table-layout: fixed;
    margin: auto;
}
/*2025/11/10 NOICE 請求書DL機能追加 ED*/