﻿@charset "UTF-8";
/* BOIS-EDI Header */

/* MAIN MENU HEADER */
#header {height: 60px; width: 100%; display: table;}
#header.fix {position: fixed; z-index: 1200;}

#header > div.bois_logo {display: table-cell; width: 156px; vertical-align: middle; text-align: center; background-color: #fff;}
#header > div.bois_logo > img {width: 140px; height: 55px; vertical-align:middle;}

#header > div.page_ttl {display: table-cell; background-color: #1fca23; -webkit-box-shadow: inset 0px 0px 5px 0px rgba(96,112,97,0.6); -moz-box-shadow: inset 0px 0px 5px 0px rgba(96,112,97,0.6); box-shadow: inset 0px 0px 5px 0px rgba(96,112,97,0.6);}
#header > div.page_ttl > div.ttl_wrap {display: table; width:100%; height: 60px;}
#header > div.page_ttl > div.ttl_wrap > div.edi {display: table-cell; width: 220px; vertical-align: middle; text-align: center;}
#header > div.page_ttl > div.ttl_wrap > div.edi > img { width: 190px; height: auto;}
#header > div.page_ttl > div.ttl_wrap > div.user {display: table-cell; text-align: right;}

table.user_info {margin-top: 6px; height: 42px; margin-right: 20px;}
table.user_info td {vertical-align: top; text-align: left; line-height: 1.4; font-weight: 700;}
table.user_info td.user_icn {width:44px; height: auto; vertical-align: middle; }
table.user_info td.user_icn img {width: 84%; height: auto; margin-top: 6px;}
table.user_info td.setting_icn {width:50px; height: auto; vertical-align: middle; padding-left: 15px; }
table.user_info td.setting_icn img {width: 84%; height: auto; margin-top: 2px;}


/* HEADER NORMAL PAGES */
/* メインメニューに戻るボタン */
#header > div.page_ttl > div.ttl_wrap > div.home {display: table-cell; width: 200px; vertical-align: middle; text-align: center;}
/* チケット5434追加 */
#header > div.page_ttl > div.ttl_wrap > div.homeAdd {display: table-cell; width: 300px; vertical-align: middle; text-align: center;}

.btn_to_home { font-size: 12pt; display: inline-block; border: 1px solid #32b16c; background-image: url("../img/to_home_arrow.svg"); background-repeat: no-repeat; background-position: center left; background-color: #f2f2f2; color: #00813d; border-radius: 4px; padding: 8px 8px 8px 18px; cursor: pointer; text-decoration: none; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s; }
