﻿/* PC用CSS */

/* 共通部分 */
html{
    font-size: 100%;
}

body {
    font-family: "MS Gothic","ＭＳ ゴシック", sans-serif;
    line-height: 1.7;
    color: black;
    background-color: #ffffee;
    width: 877px;
}

header {
    width: 100%;
}

a {
    color: #00319c;
    text-decoration: underline;
}

    a:hover {
        color: #ff4500;
    }

p {
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 1.2em;
}

li {
    line-height: 1.2em;
    font-size: 0.9em;
}

/* 見出し  */
h2 {
    font-weight: bold;
    font-size: 23px;
    color: #ff3399;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: text-bottom;
}

/* 見出しのあとの説明　*/
h3 {
    font-weight: bold;
    font-size: 17px;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: text-bottom;
}

table {
    width: 100%;
    border-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    margin: 0;
    border-collapse: collapse;
    margin-top: 3px;
}

th {
    color: #6666ff;
    text-align: center;
    background-color: #ccccff;
    font-weight: bold;
    font-size: 16px;
    border-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap:0;
    margin: 0;
    padding: 2px;
}

td {
    color: black;
    text-align: left;
    font-size: 16px;
    border-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}


/* １．仕様選択画面 */
.manual {
    text-align: right;
}

.flexstyle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid;
    border-color: silver;
}

.warning{
    color: red;
}

.return{
    text-align: center;
}

.inquiry{
    width: 100%;
    background-color: #010199;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
}

a.inquirytext{
    color: white;
}

    a.inquirytext:hover {
        color: #ff4500;
    }


/* ２．計算条件入力画面 */
.tyuui {
    margin-top: 1em;
    border-top: solid;
    border-bottom: solid;
    border-color: grey;
    border-width: 1px;
}

.container1 {
    display: flex;
}

/* 作業条件入力テーブル */
.condtable {
    width: 550px;
    margin: 20px;
    border-collapse: collapse;
}

/* 作業条件入力の1カラム目 */
.td1 {
    background-color: silver;
    font-size: 0.8em;
    width: 150px;
    color: black;
    text-align: left;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 1px;
}

/* 作業条件入力の2カラム目 */
.td2 {
    background-color: silver;
    font-size: 0.8em;
    width: 50px;
    color: black;
    text-align: left;
    border-top-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

/* 作業条件入力の3カラム目 */
.td3 {
    background-color: silver;
    font-size: 0.8em;
    width: 350px;
    color: black;
    text-align: left;
    border-top-style: solid;
    border-left-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

/* 作業条件入力のOR異張出項目(上部) */
.td32 {
    background-color: silver;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    width: 58px;
    color: black;
    border-top-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

/* 作業条件入力のOR異張出項目(下部) */
.td33 {
    background-color: silver;
    font-size: 0.8em;
    width: 58px;
    color: black;
    text-align: left;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

/* 作業条件入力のOR異張出項目(上部右端) */
.td32r {
    background-color: silver;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    width: auto;
    color: black;
    border-top-style: solid;
    border-left-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

/* 作業条件入力のOR異張出項目(下部右端) */
.td33r {
    background-color: silver;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    width: auto;
    color: black;
    border-top-style: none;
    border-left-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

/* ３．結果表示画面 */
.tdresult1 {
    background-color: silver;
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    width: 17%;
    color: black;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

.tdresult2 {
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    color: black;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

.page3title {
    display: flex;
    padding-top: 1em;
    align-items: flex-end;
}

.aside3 {
    padding-top: 2em;
    padding-left: 3em;
}

.resultthx {
    background-color: silver;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    width: 70px;
    color: black;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

.resultthy {
    background-color: silver;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
    width: 70px;
    color: black;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}

.resulttd {
    font-size: 0.8em;
    text-align: right;
    width: 70px;
    color: black;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
    grid-gap: 0;
    margin: 0;
    padding: 2px;
}
