﻿/******************************************************************************************
  　外枠の定義
*******************************************************************************************/
/* BODY */
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    /*font-family: 'ＭＳ ゴシック';*/
    font-family: 'Roboto Regular','Noto Sans JP';
    -webkit-text-size-adjust: 100%;
    background-color: #f8f8f8;
    background-image: url("../Images/top_back.gif");
    background-repeat: repeat-x;
}

/* 内容部分の1番目外枠のDIV */
#content_waku1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

/* 内容部分の2番目外枠のDIV */
#content_waku2 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    text-align: left;
}

/* 内容部分の3番目外枠のDIV */
#content_waku3 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
    text-align: center;
    border-top: solid 3px #fc6700;
    background-color: #3e3e3e;
    background-image: url("../Images/food_back.gif");
    background-repeat: repeat-x;
}

/* 内容部分の4番目外枠のDIV */
#content_waku4 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: auto;
    text-align: left;
}

/******************************************************************************************
  　タイトル部
*******************************************************************************************/
/* ロゴ部 */
.logoArea {
    position: relative;
    width: 100%;
}

/* タイトル部 */
.titleArea {
    position: relative;
    width: 100%;
}

/* タイトル */
.title {
    position: relative;
    top: 0px;
    height: auto;
    text-align: center;
    font-size: 25px;
    color: #000000;
    white-space: nowrap;
}

/* ユーザ名 */
.userName {
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: right;
    font-size: 15px;
    color: #000000;
}

/* ロゴ */
.logo {
    position: relative;
    top: 5px;
    left: -20px;
    vertical-align: bottom;
}

/* ログアウト */
#logout {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 15px;
    color: #000000;
    z-index: 1;
}

/******************************************************************************************
  　ラベル定義
*******************************************************************************************/
/* 説明メッセージ */
.message {
    font-size: 12px;
    white-space: nowrap;
}

/* 説明メッセージ(白字) */
.message_white {
    font-size: 12px;
    color: white;
    white-space: nowrap;
}

/******************************************************************************************
  　ボタン定義
*******************************************************************************************/
/* ボタン */
.btn {
    color: #000000;
    border: solid 1px #222222;
    font-family: 'Roboto Regular','Noto Sans JP';
    background-color: #e6e6e6; /* OLD BRS */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#bcbcbc', GradientType=0)"; /* IE8-9 */
    background: -moz-linear-gradient(top, #e6e6e6, #bcbcbc);                                                                  /* FF3.6+ */
    background: -webkit-linear-gradient(top, #e6e6e6, #bcbcbc);                                                               /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #e6e6e6, #bcbcbc);                                                                    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #e6e6e6, #bcbcbc);                                                                 /* IE10+, W3C */
}

/* ボタンマウスオーバー時 */
.btn:hover {
    background-color: #b3b3b3;                                                                                                /* OLD BRS */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#bcbcbc', GradientType=0)"; /* IE8-9 */
    background: -moz-linear-gradient(top, #b3b3b3, #bcbcbc);                                                                  /* FF3.6+ */
    background: -webkit-linear-gradient(top, #b3b3b3, #bcbcbc);                                                               /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #b3b3b3, #bcbcbc);                                                                    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #b3b3b3, #bcbcbc);                                                                 /* IE10+, W3C */
}

/* ボタンアクティブ時 */
.btn:active {
    background-color: #bcbcbc;                                                                                                /* OLD BRS */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#eeeeee', GradientType=0)"; /* IE8-9 */
    background: -moz-linear-gradient(top, #bcbcbc, #eeeeee);                                                                  /* FF3.6+ */
    background: -webkit-linear-gradient(top, #bcbcbc, #eeeeee);                                                               /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #bcbcbc, #eeeeee);                                                                    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #bcbcbc, #eeeeee);                                                                 /* IE10+, W3C */
}


/******************************************************************************************
  　プリンタ画像
*******************************************************************************************/
/* プリンタ画像 */
.image {
    border: none;
}

.image:hover {
    border: 1px solid;
}

.image:active {
    border: 2px solid;
}


/******************************************************************************************
  　明細部
*******************************************************************************************/
/* 明細部の全体 */
.grid {
    border-collapse: collapse;
    width: 100%;
    line-height: 120%;
}

/* 明細部のヘッダー */
.gridHeader {
    text-align: center;
    background-color: #0000a0;
    color: #ffffff;
    white-space: nowrap;
    line-height: 30px;
}

/* 明細部ヘッダー の一番目のタイトル */
.gridHeaderFirst {
    text-align: center;
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    border-right: solid 1px #cccccc;
}

/* 明細部ヘッダー の真ん中のタイトル */
.gridHeaderMiddle {
    text-align: center;
    border-top: solid 1px #666666;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

/* 明細部ヘッダー の最後のタイトル */
.gridHeaderLast {
    text-align: center;
    border-top: solid 1px #666666;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #666666;
}

/* 明細部のtd */
.grid td {
    border: solid 0px #666666;
}

/* 明細部の奇数行 */
.gridRowOdd {
    background-color: #ffffff;
    white-space:nowrap;
    line-height: 30px;
}

/* 明細部の偶数行 */
.gridRowEven {
    background-color: #e8ddff;
    white-space:nowrap;
    line-height: 30px;
}

/* 明細部テキストボックス */
.gridText {
    /*font-family: 'ＭＳ ゴシック';*/
    font-family: 'Roboto Regular','Noto Sans JP';
    font-size: 16px;
    color: #000000;
    border: solid 1px #666666;
    height: 20px;
    text-indent: 4px;
    letter-spacing: 2px;
}


/******************************************************************************************
  　floatクリア
*******************************************************************************************/
/* floatクリア */
.clearFloat {
    clear: both;
}

