@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input {
    vertical-align:middle;
}
select {
    vertical-align:middle;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style:none;
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family:'Source Sans Pro',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic", "游ゴシック Medium",YuGothicM, YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    text-decoration:none;
    border:none;
    color: inherit;
}
a:hover {
    cursor: pointer;
    opacity: 0.6;
}

img {
    width: 100%;
}

.clearfix:after{content:".";display: block;height:0px;font-size:0;clear:both;visibility:hidden;}


input[type="text"] ,
input[type="number"] ,
input[type="password"] {
    border:1px solid #262626;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    font-weight: normal;
    padding: 2px 5px;
}

input[type="number"] {
    text-align: right;
    vertical-align: vertical;
    width: 100px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}

input[type="number"] {
     -moz-appearance:textfield;
}

xinput::-ms-clear {
     visibility:hidden
}

input[type="checkbox"] {
    border:1px solid #262626;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    font-weight: normal;
    padding: 0;
}

select {
    border:1px solid #262626;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    font-weight: normal;
    padding: 2px;
}

select:focus ,
input:focus {
    border:solid 1px #7a7ac4;
}

input:read-only {
    background: #efefef;
    border:solid 1px #c47a7a;
}

input[type="checkbox"]:checked {
    background: #7a7ac4;
    color: #fffff9;
}

textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    resize: none;
    width: 100%;
    height: 87px;
}

textarea:read-only {
    background: #efefef;
    border:solid 1px #c47a7a;
}

input.inpsuryo {
    text-align: right;
    padding-right: 2px;
}
input.inphizuke {
    padding-left: 2px;
    width: 100px;
}
input.inpshort {
    width: 100px;
}

input.inplong {
    width: 70%;
}

input.inpfull {
    width: 100%;
}

.cellmiddle {
    text-align: center;
}

.cellnum {
    padding-right: 2px;
    text-align: right;
}

.cellnowrap {
    white-space: nowrap; 
}

.btn__basic {
    text-align: right;
}

.btn__basic div {
    margin: 0 auto;
    width: 100px;
}

.btn__basic a {
    display: block;
    background: #808080;
    border: 1px solid #808080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font: normal normal normal 18px/20px Source Sans Pro;
    padding: 0;
    padding-top: 13px;
    padding-bottom: 14px;
    text-align: center;
    width: 100%;
}
.btn__basic a:hover {
    background: #fff;
    border: 1px solid #808080;
    color: #262626;
    transition: 1s;
}

.btn__basic .btndmy {
    display: block;
    background: #fff;
    border: 1px solid #808080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #262626;
    font: normal normal normal 18px/20px Source Sans Pro;
    padding: 13px 10px 14px;
    text-align: center;
    width: 100%;
}

.btn__basic-row {
    width: 100px;
}

.btn__basic-row a {
    padding: 5px 0;
}

.btn__basic-yojusearch {
    width: 180px;
}

.btn__basic-yojusearch a {
    padding: 5px 0;
}

.btn__basic-print {
    position: absolute;
    top: 0;
    right: 50px;
}

.btn__basic-print a {
    padding: 5px 0;
    width: 150px;
}

.btn__basic-inline {
    display: inline-block;
}

.btn__basic-link  a {
    background: #fff;
    border: 1px solid #fff;
    color: #262626;
    margin: 0 auto;
    padding: 0;
    text-decoration: underline;
    width: 50px;
}

.btn__basic-link a:hover {
    background: #212b60;
    border: 1px solid #fff;
    color: #fff;
    transition: 1s;
}

.btn__basic-command {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto;
}

.btn__basic-command>div:first-child {
   margin: 0 5px 0 0;
}
.btn__basic-command>div:last-child {
   margin: 0 0 0 5px;
}

.btn__basic-form {
    position: absolute;
    top: 0;
    right: 250px;
    padding: 2px;
    width: 250px;
}

.table__basic {
    margin: 0 auto;
    width: 100%;
}

.table__basic table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 5px auto;
    border-bottom: solid 1px #212b60;
    width: 100%;
}

.table__basic th ,
.table__basic td {
    border-top: solid 1px #212b60;
    border-left: solid 1px #212b60;
    border-right: solid 1px #212b60;
    padding: 5px;
    vertical-align: middle;
}
.table__basic th:last-child ,
.table__basic td:last-child {
}
.table__basic tr:last-child th ,
.table__basic tr:last-child td {
}

.table__basic td:nth-child(even) {
}

.table__basic th {
    background: rgb(33,43,96,0.7);
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    padding: 0 5px;
}

.table__basic-thdetail th {
    padding-right: 10px;
    text-align: right;
}

.table__basic .tdnum {
    text-align: right;
}

.table__basic .tdnwrap {
    white-space: nowrap;
}

.table__basic .tdwarning {
    color: #ff0066;
}

.table__td-tanka td:nth-of-type(1) {
    border-right: none;
}

.table__td-tanka td:nth-of-type(2) {
    border-left: none;
}

.table__td-tanka span {
    padding-right: 5px;
}

.table__td-kaisha td:nth-of-type(1) {
    border-right: none;
}

.table__td-kaisha td:nth-of-type(2) {
    border-left: none;
}

.table__td-kaisha span {
    padding-right: 5px;
}

.pager {
    margin: 5px auto 20px;
}

.pager ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pager li.curpage>span ,
.pager li>span ,
.pager li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #262626;
    border-right: none;
    color: #262626;
    text-align: center;
    width: 30px;
    height: 30px;
}

.pager li.curpage:first-child>span ,
.pager li:first-child>span ,
.pager li:first-child a {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

.pager li.curpage:last-child>span ,
.pager li:last-child>span ,
.pager li:last-child a {
    border-right: 1px solid #262626;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.pager li a:hover {
    background:#212b60;
    color: #fff;
    transition: 1s;
}

.pager li.curpage span {
    background:#212b60;
    color: #fff;
}

.padl15 {
    padding-left: 15px;
}

/* error_msg */
.error_msg__body {
    color: #ff0000;
    margin-bottom: 10px;
    text-align: center;
}

.error_msg__body span {
    padding-left: 10px;
    padding-right: 10px;
}

/*
 header
*/
.head__body {
    position: relative;
    margin: 10px auto;
}

.head__body__img {
    margin: 0 auto;
    width: 250px;
}

.head__body__title {
    text-align: center;
}

.head__body .btn__basic-linkback {
    position: absolute;
    top: 0;
    left: 50px;
}

.head__body .btn__basic-linkback a {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #fff;
    color: #262626;
    width: 90px;
}

.head__body .btn__basic-linkback a:hover {
    background: #808080;
    border: 1px solid #808080;
    color: #fff;
    transition: 1s;
}

.maincont__inner {
    margin: 0 auto;
    width: 1200px;
}

.logincont__body div  {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.logincont__body div div:first-child {
    width: 150px;
}

.btn__login {
    padding-left: 50px;
}

.btn__login a {
    width: 100px;
}

/* menu */
.menucont__body {
    margin: 20px auto;
}

.menucont__body .btn__basic a {
    margin: 15px auto;
    width: 50%;
}

.menucont__body .btn__basic-back a {
    margin: 50px auto 20px;
    width: 30%;
}
/* yojuinput */
.yojuinputcont__top {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 15px;
}

.yojuinputcont__top>div:first-child {
    padding-right: 10px;
}

.yojuinputcont__top>div>span {
    border-bottom: 1px solid #262626;
    padding: 0 10px 3px;
}

.yojuinputcont__input th {
    width: 25%;
}

.yojuinputcont__sagyo ,
.yojuinputcont__sagyobi {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: none !important;
}

.yojuinputcont__sagyo div:first-child {
    width: 150px;
}

.yojuinputcont__sagyo span {
    padding-left: 5px;
    padding-right: 20px;
}

.yojuinputcont__sagyobi .inpsagyobi {
    width: 50px;
}

.yojuinputcont__sagyobi span {
    padding-left:2px;
    padding-right: 5px;
}

.yojuinputcont__list {
    border-top: 1px solid #262626;
    margin-top: 20px;
    padding-top: 20px;
}

.yojuinputcont__list th:nth-of-type(0) ,
.yojuinputcont__list td:nth-of-type(0) ,
.yojuinputcont__list th:nth-of-type(4) ,
.yojuinputcont__list td:nth-of-type(4) ,
.yojuinputcont__list th:nth-of-type(5) ,
.yojuinputcont__list td:nth-of-type(5) {
    white-space: nowrap;
}

/* yojusearch */
.yojusearchcont__body {
}

.yojusearchcont__search {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.yojusearchcont__left {
    padding-right: 20px;
}

.yojusearchcont__left__elm {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.yojusearchcont__left__elm>div:first-child {
   padding-right: 10px;
   width: 120px;
}

.yojusearchcont__right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yojusearchcont__right>div:first-child {
    margin-bottom: 10px;
}
.yojusearchcont__right>div:last-child {
    margin-top: 50px;
}

.yojusearchcont__right>div.btn__basic-yojusearch:last-child {
    width: 100px;
}

.yojusearchcont__list__top {
    position: relative;
    border-top: 1px solid #262626;
    font-size: 120%;
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.yojusearchcont__list__top .btn__basic-printright {
    position: absolute;
    top: 10px;
    right: 50px;
}

.yojusearchcont__list__top .btn__basic-printleft {
    position: absolute;
    top: 10px;
    left: 50px;
}

.yojusearchcont__list__hyodai {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px auto;
}

.yojusearchcont__list__hyodai>div {
    position: relative;
}

.yojusearchcont__list__hyodai>div>span {
    border-bottom: 1px solid #262626;
    padding: 0 5px 3px;
}

.yojusearchcont__list__hyodai .yojusearchcont__list__hyodai__left {
    position: absolute;
    top: 0;
    left: -70px;
}

.yojusearchcont__list__hyodai .yojusearchcont__list__hyodai__right {
    position: absolute;
    top: 0;
    right: -120px;
}

.yojusearchcont__list__list {
    margin: 10px auto;
    width: 98%;
}

.yojusearchcont__list__list .btn__basic-link a {
    width: 80px;
}

.yojusearchcont__list__foot {
    margin: 10px auto;
    width: 98%;
}

.yojusearchcont__list__foot>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.yojusearchcont__list__foot>div>div {
    border-bottom: 1px solid #262626;
    padding-bottom: 3px;
}

.yojusearchcont__list__foot>div>div:last-child {
    width: 120px;
}

/* yojumeisai */
.yojumeisaicont__top>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yojumeisaicont__top__hyodai>div:first-child {
    font-size: 120%;
    margin-left: auto;
}

.yojumeisaicont__top__hyodai>div:last-child {
    margin-left: auto;
    margin-right: 0;
    padding-right: 10px;
}

.yojumeisaicont__top__elm>div:first-child {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
}

.yojumeisaicont__top__elm>div:last-child {
    margin-left: 0;
    margin-right: auto;
}

.yojumeisaicont__top__elm>div:last-child>span {
    border-bottom: 1px solid #262626;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
}

.yojumeisaicont__top__elm-compnm {
}

.yojumeisaicont__top__elm-compnm>div>span {
    display: block;
}

.yojumeisaicont__top__elm-compnm>div>span>span {
    display: inline;
    padding: 0 5px;
}

.yojumeisaicont__top__foot {
    position: relative;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px auto 10px;
}

.yojumeisaicont__top__foot>div {
    position: relative;
}

.yojumeisaicont__top__foot>div>span {
    border-bottom: 1px solid #262626;
    padding: 0 5px 3px;
}

.yojumeisaicont__top__foot .yojumeisaicont__top__foot__right {
    position: absolute;
    top: 0;
    right: -120px;
}

.yojumeisaicont__list__foot {
    margin: 10px auto;
    width: 98%;
}

.yojumeisaicont__list__foot>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.yojumeisaicont__list__foot>div>div {
    border-bottom: 1px solid #262626;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    width: 150px;
}

.yojumeisaicont__list__foot>div>div span {
    padding-left: 3px;
}

.yojumeisaicont__list__foot>div>div:first-child {
    padding-right: 10px;
    width: 180px;
}

.yojumeisaicont__list__foot .shokeiright div:first-child {
    margin-left: auto;
    margin-right: 0;
    width: 300px;
}

.yojumeisaicont__list__foot .shokeiright div:last-child {
    margin-left: 0;
    margin-right: 5px;
}

/* shakuyoinput */
.shakuyoinputcont__top {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 15px;
}

.shakuyoinputcont__top>div:first-child {
    padding-right: 10px;
}

.shakuyoinputcont__top>div>span {
    border-bottom: 1px solid #262626;
    padding: 0 10px 3px;
}

.shakuyoinputcont__input th {
    width: 25%;
}

.shakuyoinputcont__input__disp>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #212b60;
    font-size: 90%;
}

.shakuyoinputcont__input__disp>div>div:first-child {
    padding-right: 10px;
    text-align: right;
    width: 100px;
}

.shakuyoinputcont__sagyobi {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: none !important;
}

.shakuyoinputcont__sagyobi span {
    padding-left:2px;
    padding-right: 5px;
}

.shakuyoinputcont__list {
    border-top: 1px solid #262626;
    margin-top: 20px;
    padding-top: 20px;
}

.shakuyoinputcont__list th:nth-of-type(0) ,
.shakuyoinputcont__list td:nth-of-type(0) ,
.shakuyoinputcont__list th:nth-of-type(4) ,
.shakuyoinputcont__list td:nth-of-type(4) ,
.shakuyoinputcont__list th:nth-of-type(5) ,
.shakuyoinputcont__list td:nth-of-type(5) {
    /*white-space: nowrap;*/
}

/* shakuyosearch */
.shakuyosearchcont__body {
}

.shakuyosearchcont__left {
    padding-right: 20px;
}

.xshakuyosearchcont__elm {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.xshakuyosearchcont__elm__label ,
.xshakuyosearchcont__elm>div:first-child {
   padding-right: 10px;
   text-align: right;
   width: 130px;
}

.xshakuyosearchcont__right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xshakuyosearchcont__right>div:first-child {
    margin-bottom: 10px;
}
.xshakuyosearchcont__right>div:last-child {
    margin-top: 50px;
}

.xshakuyosearchcont__right>div.btn__basic-shakuyosearch:last-child {
    width: 100px;
}

.shakuyosearchcont__searchcond table {
    border-bottom: none;
    width: 80%;
}

.shakuyosearchcont__searchcond th ,
.shakuyosearchcont__searchcond td {
    border-top: none;
    border-left: none;
    border-right: none;
}

.shakuyosearchcont__searchcond th {
    background: none;
    color: #262626;
}

.shakuyosearchcont__searchcond__inline div {
    display: inline-block;
}

.shakuyosearchcont__list__top {
    position: relative;
    border-top: 1px solid #262626;
    font-size: 120%;
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.shakuyosearchcont__list__top .btn__basic-printright {
    position: absolute;
    top: 10px;
    right: 50px;
}

.shakuyosearchcont__list__top .btn__basic-printleft {
    position: absolute;
    top: 10px;
    left: 50px;
}

.shakuyosearchcont__list__hyodai {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px auto;
}

.shakuyosearchcont__list__hyodai>div {
    position: relative;
}

.shakuyosearchcont__list__hyodai>div>span {
    display: block;
    border-bottom: 1px solid #262626;
    padding: 0 5px 3px;
    width: 500px;
    height: 34px;
}

.shakuyosearchcont__list__hyodai .shakuyosearchcont__list__hyodai__left {
    position: absolute;
    top: 0;
    left: -70px;
}

.shakuyosearchcont__list__list {
    margin: 10px auto;
    width: 98%;
}

.shakuyosearchcont__list__foot {
    margin: 10px auto;
    width: 98%;
}

.shakuyosearchcont__list__foot>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.shakuyosearchcont__list__foot>div>div {
    border-bottom: 1px solid #262626;
    padding-bottom: 3px;
}

.shakuyosearchcont__list__foot>div>div:last-child {
    width: 120px;
}

/* shakuyohenkyaku */
.shakuyohenkyakucont__top {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto;
}

.shakuyohenkyakucont__top>div {
    border-bottom: 1px solid #262626;
    width: 400px;
}
.shakuyohenkyakucont__top>div:nth-child(odd) {
    border-bottom: none;
    margin-right: 10px;
    text-align: right;
    width: 150px;
}

.shakuyohenkyakucont__top>div.bordernone {
    border-bottom: none;
}

.shakuyohenkyakucont__input {
    margin:20px auto;
}

/* mainte list */
.maintelistcont__top {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.maintelistcont__top select {
    margin-left: 20px;
    margin-right: 10px;
}

.maintelistcont__top input {
    margin-left: 20px;
    margin-right: 10px;
}

.maintedetailcont__input {
    width: 80%;
}

.maintedetailcont__input div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.tdradio {
}

.tdradio label {
    margin-left: 3px;
    margin-right: 15px;
}

.tdradio input[type="radio"] {
    margin-bottom: 5px;
}

.tdmix {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: none !important;
}

.tdmix>div {
    display: block !important;
    margin-bottom: 0;
    padding-right: 10px;
}

.tdmix-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* print page */
.prmaincont__inner {
    margin: 0 auto;
    width: 100%;
}

.prlistcont__list {
    font-size: 18px;
    margin: 0 auto;
    width: 98%;
}

.prlistcont__list.table__basic th {
    background: #808080;
    color: #fff;
}

.contpopclose div {
    margin: 50px auto;
    border-top: 1px dotted #262626;
    text-align: center;
}

.contpopclose a {
    margin: 10px auto;
    width: 100px;
}


/* footer */
.foot {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid #212b60;
}

.foottitle {
    color: #212b60;
    font-size: 13px;
    padding: 10px 50px 10px 0;
    text-align: right;
}

.pintnone {
  pointer-events: none;
}

/* print */

@media only print {
@page {
    margin: 0;
}
.pgbreak {
    page-break-after: always;
}

body { 
    background: none; 
    color: #000; 
    margin:0 !important;
    /*padding:0 !important;*/
    padding: 5mm 10mm 5mm 5mm;
    size: A4 landscape;
    width: 294mm;
    height: 200mm;
}

body.prA4 { 
    size: A4 landscape;
    width: 294mm;
    height: 200mm;
}

.prmaincont__inner { 
    border: none;
    padding-left: 5px;
    size: A4 landscape;
    page-break-after: always;
}

.table__basic {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 3px;
}

.table__basic table {
    border-bottom: solid 1px #000;
}

.table__basic th ,
.table__basic td {
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    padding: 5px 3px;
}

.table__basic th {
    background: #fff !important;
    color: #000 !important;
}

.printnone {
    display: none;
}

.contpopclose {
    display: none;
}

}