﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f7f7f7;
    font-size: 31px !important;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    /*font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
}
input[type="radio"], input[type="checkbox"] {
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
    margin-right: 0.5em !important;
}
textarea {
    margin: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #f2f2f2 !important;
    font-size: x-large  !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
    color:black !important;
}
input {
    padding: 3px ;
    font-size:  31px !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}
select {
    padding: 3px !important;
    font-size: 31px !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
.NormalGridView{
    width:100%;
    max-width:900px;
}

    .NormalGridView th {
        background-color: #8597AA;
        color: #fff;
        border: solid 1px #808080;
        text-align: center;
        padding: 10px;
        font-weight: normal;
    }

    .NormalGridView td {
        border: solid 1px #BCDAF5;
        padding: 6px
    }



.origintextarea {
    background-color: #FFFFFF !important;
    color: black !important;
}

.title_style {
    text-align: center;
    vertical-align: middle;
    font-family: ヒラギノ明朝 Pro W6, Hiragino Mincho Pro, ＭＳ Ｐ明朝,HGS明朝E,Times New Roman, Times, serif !important;
    font-size: 35px;
    padding-top: 12px;
    padding-bottom: 7px;
}
.itemImage {
    max-width:250px;
    max-height:250px;
}
.td_title {
    text-align: center;
    vertical-align: middle;
    height: 45px;
    border-bottom: dotted 1px #CCCCCC;
}

.table_base_style {
    margin: 0px;
    width: 100%;
    border-spacing:0px !important;
}

.btn-main {
    border: 1px solid black;
    background-color: #808080;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left:20px;
    margin-right:20px;
    min-width: 170px;
    text-align: center;
    cursor: pointer;
    font-size:  33px ;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

    .btn-main:hover {
        background: #ffd800;
        cursor: pointer;
    }


.auto-style3 {
    height: 28px;
}
.hlLineMail {
    margin-left: 40px;
    margin-right: 40px;
}