/***********************/
/* システム共通 */
/***********************/
/* フォント指定 */
body{
    word-break: break-all;
}
body, textarea, pre
{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

input, select, button, button *
{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

.ui-widget
{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

hr{
    border:none;
    border-top:thin solid #ffffff;
    border-bottom: thin solid rgba(0,0,0,0.2);
/*    border-bottom: thin solid #888888;*/
}

#LoadingPanel{
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1100;
    position: fixed;
    opacity: 0.1;
}

/* 権限 */
[action-auth]{
    display:none;
}

/*ADD ↓ 20160715 KSC(画像変更)*/
button.ui-btn {
    font-weight: bold;
    font-size: 19px;
    padding: 10px 22px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 2px 10px #000000;
    -webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.3);
}
/*ADD ↑ 20160715 KSC(画像変更)*/

/*******************************/
/* jQuery Mobile 設定上書き    */
/*******************************/
.ui-select .ui-btn{
    padding-left:0.4em;
    padding-right:2em;
}
.ui-select .ui-btn>span:not(.ui-li-count){
    text-align:left;
}
.ui-input-has-clear{
    padding-right: 1.6em;
}
.ui-header .ui-title, .ui-footer .ui-title{
    font-weight:normal;
}
.ui-datebox-container.ui-popup > .ui-btn-right{
    right:5px;
}
.ui-datebox-container.ui-popup>.ui-btn-left, .ui-datebox-container.ui-popup>.ui-btn-right{
    top:5px;
}
.ui-btn-icon-right:after{
    right:0.1625em;
}
.ui-listview>.ui-li-divider
,.ui-li-count
,.ui-listview>li h1,.ui-listview>li h2,.ui-listview>li h3,.ui-listview>li h4,.ui-listview>li h5,.ui-listview>li h6
,input.ui-slider-input
,.ui-table th
{
    font-weight:400;
}
.ui-mini{
    margin-right:0;
    margin-left:0;
}
.ui-mini.ui-input-has-clear{
    padding-right:2.1em;
}
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear{
    margin-right:0;
    margin-left:0;
}

.ui-focus{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.ui-input-text input,
.ui-input-search input {
	text-shadow: none;
}
.ui-page-theme-a,.ui-bar-a,
.ui-page-theme-b,.ui-bar-b,
.ui-page-theme-c,.ui-bar-c,
.ui-page-theme-d,.ui-bar-d,
.ui-page-theme-e,.ui-bar-e,
.ui-page-theme-f,.ui-bar-f,
.ui-page-theme-g,.ui-bar-g,
.ui-page-theme-h,.ui-bar-h,
.ui-page-theme-i,.ui-bar-i,
.ui-page-theme-j,.ui-bar-j,
.ui-page-theme-k,.ui-bar-k{
	text-shadow: none !important;
}

.ui-icon-loading{
    background: url("../style/images/ajax-loader.gif") !important;
/*    z-index:1050;*/
}
.ui-input-search{
    margin:0;
}
.ui-loader{
    opacity:0.5;
    z-index:1050;
}
.ui-btn-inline{
    margin-right:0;
}
.ui-datebox-container .ui-title {
    margin: 0px 2em;
}
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
    border-color: #C85B57 /*{a-active-border}*/;
}
.ui-page-theme-h .ui-slider-track .ui-btn-active,
html .ui-bar-h .ui-slider-track .ui-btn-active,
html .ui-body-h .ui-slider-track .ui-btn-active,
html body .ui-group-theme-h .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-h .ui-btn-active {
    border-color: #C85B57 /*{h-active-border}*/;
}
.ui-page-theme-i .ui-slider-track .ui-btn-active,
html .ui-bar-i .ui-slider-track .ui-btn-active,
html .ui-body-i .ui-slider-track .ui-btn-active,
html body .ui-group-theme-i .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-i .ui-btn-active {
    border-color: #4E6D7D /*{i-active-border}*/;
}
.ui-page-theme-j .ui-slider-track .ui-btn-active,
html .ui-bar-j .ui-slider-track .ui-btn-active,
html .ui-body-j .ui-slider-track .ui-btn-active,
html body .ui-group-theme-j .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-j .ui-btn-active {
    border-color: #4E6D7D /*{j-active-border}*/;
}
.ui-page-theme-k .ui-slider-track .ui-btn-active,
html .ui-bar-k .ui-slider-track .ui-btn-active,
html .ui-body-k .ui-slider-track .ui-btn-active,
html body .ui-group-theme-k .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-k .ui-btn-active {
    border-color: #C85B57 /*{k-active-border}*/;
}
/* ADD ↓ 20160715 KSC(プルダウンアイコンの丸枠削除)*/
.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after{
    background-color:inherit;
}
.ui-btn-i.ui-btn-icon-left:after, .ui-btn-i.ui-btn-icon-right:after, .ui-btn-i.ui-btn-icon-top:after, .ui-btn-i.ui-btn-icon-bottom:after, .ui-btn-i.ui-btn-icon-notext:after{
    background-color: rgba(78, 109, 125, 0.5);
}
/* ADD ↑ 20160715 KSC(プルダウンアイコンの丸枠削除)*/

/***********************/
/* セクション */
/***********************/
section[data-role="page"]{
    overflow:hidden !important;
}

/************************/
/* メッセージダイアログ */
/************************/
#popupDialog{
    min-width: 250px;
}
#popupDialog [data-role="header"] .ui-title{
    margin: 0px 5px;
    text-align: left;
}

#popupDialog .button-area{
    text-align:right;
}

#popupDialog .ui-content{
    word-break: break-all;
}

/* ADD ↓ 20160715 KSC(画像変更) */
#popupDialog a.ui-btn.ui-btn-inline {
    border-radius: 0.2em;
    font-weight: bold;
}
/* ADD ↑ 20160715 KSC(画像変更) */

/***********************/
/* ヘッダ部 */
/***********************/
.header[data-role="header"] > div{
    margin:3px 10px 0px 10px;
}
/***********************/
/* コンテンツ部 */
/***********************/
.content[role="main"]{
/*
    margin-top: 45px;
    margin-bottom: 51px;
*/
    overflow:hidden;
}
/***********************/
/* フッタ部 */
/***********************/
.footer[data-role="footer"] > div{
    padding: 5px 0 5px 10px;
}

.footer[data-role="footer"] .ui-block-a{
    width: 40%;
}
.footer[data-role="footer"] .ui-block-b
,.footer[data-role="footer"] .ui-block-c
,.footer[data-role="footer"] .ui-block-d{
    width: 20%;
}
.footer[data-role="footer"] .to-top
,.footer[data-role="footer"] .to-menu
,.footer[data-role="footer"] .to-return{
    width:20% !important;
/* MOD ↓ 20160715 KSC(画像変更) */
/*    border-left: thin solid #F9F9F9;*/
    background-image:url("../images/footer_line.png");
    background-repeat: repeat-y;
/* MOD ↑ 20160715 KSC(画像変更) */
    cursor: pointer;
}
.footer[data-role="footer"] .title{
    font-size: 0.8em;
}
.footer[data-role="footer"] .to-top .title
,.footer[data-role="footer"] .to-menu .title
,.footer[data-role="footer"] .to-return .title{
	text-align:center;
    margin:auto;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size:11px;
}
/* DEL ↓ 20160715 KSC(画像変更) */
/*
.footer[data-role="footer"] .to-logout{
    margin: 0px;
    padding: 3px;
    width: 78px;
    background-color: #EC9B98;
}
*/
/* DEL ↑ 20160715 KSC(画像変更) */
/***********************/
/* 画像関連 */
/***********************/
/* DEL ↓ 20160715 KSC(画像変更) */
/* .cow_login{                                           */
/*     background-image: url("../images/login_cow.png"); */
/*     width: 49px;                                      */
/*     height:38px;                                      */
/*     margin :auto;                                     */
/*     background-repeat: no-repeat;                     */
/*     background-position: center;                      */
/*     background-size: contain;                         */
/* }                                                     */
/* DEL ↑ 20160715 KSC(画像変更) */
.cow_top{
	/* MOD ↓ 20160715 KSC(画像変更) */
    /* background-image: url("../images/top_cow.png"); */
    background-image: url("../images/cow_red.png");
    /* MOD ↑ 20160715 KSC(画像変更) */
    width: 55px;
    height: 43px;
    margin: auto;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}

.cow_red{
    background-image: url("../images/cow_red.png");
    width: 72px;
    height:55px;
    margin :auto;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}

.cow_blue{
    background-image: url("../images/cow_blue.png");
    width: 72px;
    height: 55px;
    margin: auto;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.list_cow_gray{
    background-image: url("../images/cow_gray.png");
    width: 49px;
    height: 38px;
    margin: auto;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.list_cow_red{
	/* MOD ↓ 20160715 KSC(画像変更) */
    /* background-image: url("../images/list_cow_red.png"); */
    background-image: url("../images/cow_red.png");
    /* MOD ↑ 20160715 KSC(画像変更) */
    width: 49px;
    height: 38px;
    margin :auto;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
/* ADD ↓ 20160715 KSC(画像変更) */
.title_logo{
    max-width: 408px;
    max-height: 234px;
    margin :auto;
}
.title_logo img{
    /* title_logo.png */
    width: 100%;
    height: auto;
}
/* ADD ↑ 20160715 KSC(画像変更) */
/* DEL ↓ 20160715 KSC(画像変更) */
/* .title_red{                                           */
/*     background-image: url("../images/title_red.png"); */
/*     width: 231px;                                     */
/*     height:72px;                                      */
/*     margin :auto;                                     */
/* }                                                     */
/* DEL ↑ 20160715 KSC(画像変更) */
.user{
    background-image: url("../images/user.png");
    width: 22px;
    height:27px;
    margin :auto;
}
/* DEL ↓ 20160715 KSC(画像変更) */
/*.ui-icon-hatujyo:after{                                     */
/*    background-image: url("../images/menu_hatujyo.png");    */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-jyusei:after{                                      */
/*    background-image: url("../images/menu_jyusei.png");     */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-ninkan:after{                                      */
/*    background-image: url("../images/menu_ninkan.png");     */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-horumon:after{                                     */
/*    background-image: url("../images/menu_horumon.png");    */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-kannyu:after{                                      */
/*    background-image: url("../images/menu_kannyu.png");     */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-bunben:after{                                      */
/*    background-image: url("../images/menu_bunben.png");     */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-ushiadd:after{                                     */
/*    background-image: url("../images/menu_ushiadd.png");    */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-syssearch:after{                                   */
/*    background-image: url("../images/menu_search.png");     */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-settei:after{                                      */
/*    background-image: url("../images/menu_settei.png");     */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/*.ui-icon-keiyaku:after{                                     */
/*    background-image: url("../images/menu_keiyaku.png");    */
/*    background-repeat: no-repeat;                           */
/*    background-color: transparent;                          */
/*    width: 70px;                                            */
/*    height:60px;                                            */
/*    margin-left: -35px;                                     */
/*}                                                           */
/* DEL ↑ 20160715 KSC(画像変更) */
.hatujyo-title{
    background-image: url("../images/header_hatujyo.png");
    width: 63px;
    height:63px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}

.jyusei-title{
    background-image: url("../images/header_jyusei.png");
    width: 63px;
    height:63px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.kotaitoroku-title{
    background-image: url("../images/header_kotai.png");
    width: 64px;
    height:64px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.ninkantoroku-title{
    background-image: url("../images/header_ninkan.png");
    width: 64px;
    height:64px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.setting-title{
    background-image: url("../images/header_keikoku.png");
    width: 57px;
    height:57px;
}
.bunben-title{
    background-image: url("../images/header_bunben.png");
    width: 63px;
    height: 63px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.horumon-title{
    background-image: url("../images/header_horumon.png");
    width: 63px;
    height:63px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.idou-title{
    background-image: url("../images/header_ido.png");
    width: 63px;
    height: 63px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
.kannyu-title{
    background-image: url("../images/header_kannyu.png");
    width: 63px;
    height:63px;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
}
/* ADD ↓ 20201127 MURAMOTO */
.sippei-title{
    background-image: url("../images/header_sippei.png");
    width: 63px;
    height: 63px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* ADD ↑ 20201127 MURAMOTO */

.footer_home{
    background-image: url("../images/footer_home.png");
    background-repeat: no-repeat;
    width: 30px;
    height:24px;
    margin :auto;
}
.footer_menu{
    background-image: url("../images/footer_menu.png");
    background-repeat: no-repeat;
    width: 29px;
    height:24px;
    margin :auto;
}

.footer_return{
    background-image: url("../images/footer_return.png");
    background-repeat: no-repeat;
    width: 20px;
    height:24px;
    margin :auto;
}
/* MOD ↓ 20160715 KSC(画像変更) */
/* .search-icon{                                      */
/*     background-image: url("../images/search.png"); */
/*     width: 20px;                                   */
/*     height:33px;                                   */
/*     margin :auto;                                  */
/* }                                                  */
.title-cow-search{
    /* title_cow_search.png */
    margin :auto;
    max-width: 437px;
    max-height: 35px;
}
.title-cow-search img{
    /* title_cow_search.png */
    height: 35px;
}
.title-gun-search{
    /* title_gun_search.png */
    margin :auto;
    max-width: 437px;
    max-height: 35px;
}
.title-gun-search img{
    /* title_gun_search.png */
    height: 35px;
}
/* MOD ↑ 20160715 KSC(画像変更) */
.calendar-icon{
    background-image: url("../images/calendar.png");
    /* MOD ↓ 20160715 KSC(画像変更) */
    /* width: 14px; */
    /* height:14px; */
    width: 29px;
    height: 30px;
    /* MOD ↑ 20160715 KSC(画像変更) */
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
/*    padding: 0 0.5em;*/
}
.clock-icon{
    background-image: url("../images/clock.png");
    width: 26px;
    height:27px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    /* ADD ↓ 20160715 KSC(画像変更) */
    background-size: contain;
    /* ADD ↑ 20160715 KSC(画像変更) */
/*    padding: 0 0.5em;*/
}

/* ADD ↓ 20160715 KSC(画像変更) */
.btn-login{
    background-image: url("../images/btn_login.png");
    width: 150px;
    height:54px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuHatujyo{
    background-image: url("../images/btn_menuHatujyo.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuKannyu{
    background-image: url("../images/btn_menuKannyu.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuJyusei{
    background-image: url("../images/btn_menuJyusei.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuBunben{
    background-image: url("../images/btn_menuBunben.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuNinkan{
    background-image: url("../images/btn_menuNinkan.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuUshiadd{
    background-image: url("../images/btn_menuUshiadd.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuHorumon{
    background-image: url("../images/btn_menuHorumon.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuSearch{
    background-image: url("../images/btn_menuSearch.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuKeiyaku{
    background-image: url("../images/btn_menuKeiyaku.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-menuSetting{
    background-image: url("../images/btn_menuSetting.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 20171027 ADD STA FUJITA */
.btn-menuKihonSetting{
    background-image: url("../images/btn_menuKihonSetting.png");
    width: 120px;
    height: 119px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 20171027 ADD END FUJITA */
.btn_footerToLogout{
    background-image: url("../images/btn_footerToLogout.png");
    width: 77px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    cursor: pointer;
}

.btn_search{
    background-image: url("../images/btn_search.png");
    width: 80px;
    height: 80px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn_footerReturn{
    background-image: url("../images/btn_footerReturn.png");
    width: 45px;
    height: 44px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn_footerMenu{
    background-image: url("../images/btn_footerMenu.png");
    width: 45px;
    height: 44px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn_register{
    background-image: url("../images/btn_register.png");
    width: 110px;
    height: 72px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.breeding-info-toggle{
    /* breeding_info_toggle.png */
    margin :auto;
    max-width: 555px;
    max-height: 105px;
}
.breeding-info-toggle img{
    /* breeding_info_toggle.png */
    width: 100%;
    height: auto;
}
.before-info-toggle{
    /* before_info_toggle.png */
    margin :auto;
    max-width: 555px;
    max-height: 105px;
}
.before-info-toggle img{
    /* before_info_toggle.png */
    width: 100%;
    height: auto;
}
.head-count-hr{
    /* head_count_hr.png */
    margin :auto;
    max-width: 579px;
    max-height: 173px;
}
.head-count-hr img{
    /* head_count_hr.png */
    width: 100%;
    height: auto;
}
.setting-hr{
    /* setting_hr.png */
    margin :auto;
    max-width: 579px;
    /* max-height: 173px; */
    max-height: 173px;
}
.setting-hr img{
    /* setting_hr.png */
    width: 100%;
    /* height: auto; */
    height: auto;
}
.sanshi1{
    background-image: url("../images/sanshi1.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.sanshi2{
    background-image: url("../images/sanshi2.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.sanshi3{
    background-image: url("../images/sanshi3.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
/* ADD ↑ 20160715 KSC(画像変更) */
/* ADD ↓ 20201130 MURAMOTO */
.sippei_nyubouen{
    background-image: url("../images/sippei_nyubouen.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.sippei_byosho{
    background-image: url("../images/sippei_byosho.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.sippei_chiryo{
    background-image: url("../images/sippei_chiryo.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.sippei_syojyo{
    background-image: url("../images/sippei_syojyo.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.sippei_sagyo{
    background-image: url("../images/sippei_sagyo.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.sippei_kensin{
    background-image: url("../images/sippei_kensin.png");
    width: 200px;
    height: 26px;
    margin :auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
/* ADD ↑ 20201130 MURAMOTO */
