@charset "utf-8";
/* CSS Document */

/*
Theme Name: style
Author: ard sosiyo
Description:ページの構成や共通要素を定義します。また、個々のページの構成や要素も含みます。
*/

body {
    /*background-color: #ececec;*/
}
/* Flame */
#container {
    margin: auto;
    text-align: left;
    padding: 10px;
    width: 749px;
    background-color: #fff;
    padding-bottom: 20px;

        border: solid;
    border-color: gainsboro;
    border-width: 0.5px;
}
#header {
    border-bottom: #990066 2px solid;
    background-color: #FFFFFF;
    height: 69px;
}
#help {
    text-align: right;
    width: 729px;
    padding-right: 10px;
    }

#button_area {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}
/* parts */
/* title */
h1 {
    height: 22px;
    width: 691px;
    padding-left: 5px;
    margin: 10px 0 10px 0;
    border-left: 15px solid #308ed0;
    background: #00aeff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}


h1.h1_text {
    text-align: left;
    padding-left: 15px;
    padding-top: 3px;
    height: 23px;
    width: 708px;
    margin: 10px 0 0px 0px;
    color: #fff;
    font-size: 14px;

}

h2 {
    position: relative;
    height: 27px;
    color: #4169e1;
    padding: 3px 0 0 30px;
    margin: 10px 0 10px 0;
}

:not(#apfMenu):not(#accessControl):not(#mailAdressControl):not(#loginControl):not(#confirmControl)>h2::before,
:not(#apfMenu):not(#accessControl):not(#mailAdressControl):not(#loginControl):not(#confirmControl)>h2::after {
    position: absolute;
    content: '';
    border-radius: 100%
}


:not(#apfMenu):not(#accessControl):not(#mailAdressControl):not(#loginControl):not(#confirmControl)>h2::before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgb(109, 190, 255);
}

:not(#apfMenu):not(#accessControl):not(#mailAdressControl):not(#loginControl):not(#confirmControl)>h2::after {
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: rgba(210, 210, 210, .5);
}

:not(#apfMenu):not(#accessControl):not(#mailAdressControl):not(#loginControl):not(#confirmControl)>h2 {
  border-bottom: 2px solid #00aeff;
}

h2.second_line {
    background: url(../image/h2.png) no-repeat;
    width: auto;
    height: 27px;
    color: #906;
    padding: 3px 0 0 30px;
    margin: 10px 0px 3px 0px;
}

h2.h2_text {
    background: url(../image/h2.png) no-repeat;
    height: 27px;
    width: 723px;
    color: #906;
    text-align: left;
    padding: 3px 0 0 30px;
    margin: 10px 0 0px 0;
}
h3 {
    position:relative;
    height: 27px;
    width: 723px;
    padding: 3px 0 3px 20px;
    color: #4169e1;
    margin: 6px 0 10px 0;
}

h3::before {
  position: absolute;
  left: 8px;
  top: 8px;
  content: '';
  /* border-topとborder-bottomの太さを同一にすると、三角形の頂点が真ん中になる */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* border-leftの大きさを大きくすると、三角形は横に大きくなる */
  border-left: 5px solid #6dbeff;
  border-right: 0px solid transparent;
}

h3.h3_size20 {
    background: url(../image/h3.png) no-repeat;
    width: 723px;
    padding: 0px 0 3px 20px;
    font-size: 20px;
    color: #906;
    margin: 7px 0 10px 0;
}
h2.h2_apf {
    background: url(../image/h2_apf.png) no-repeat;
    height: 27px;
    width: 723px;
    color: #333;
    margin-bottom: 0px;
    padding:0;
}

.line {
    border-left: #666 4px solid;
    padding-left: 15px;
    font-size: 11px;
}
.memo {
  font-size: 12px;
}
.input_label {
    text-align: center;
    font-weight: bold;
    background-color: #ccc;
    color: #333;
}
.button190x64 {
    width: 190px;
    height: 64px;

}
.button160x47 {
    width: 160px;
    height: 47px;

}
.button140x47 {
    width: 140px;
    height: 47px;

}

.button320x47 {
    width: 320px;
    height: 47px;

}

.button136x28 {
    width: 136px;
    height: 28px;
    margin: 5px;

}

span.text {
    display: block;
    padding: 5px;
}

.errors {
  color: #F00;
  font-weight: bold;
  display:block;
  height: 20px;
  font-size: 12px;
  text-align: left;
  float: left;
}

.errorMsg {
  color: #F00;
  background-color: #FF0;
  font-weight: bold;
  display:block;
  height: 20px;
  font-size: 12px;
  text-align: left;
  float: left;
}
.errMsg {
  color: red;
  font-size: 12px;
  font-weight: bold;
}
.hissu {
    color: #F00;
    display:block;
    height: 20px;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    float: right;
    margin-top: -20px;
}
.hissu2 {
    color: #F00;
    font-size: 10px;
}
.keishiki {
    font-size: 10px;
}
.btn_logoff {
    background-color: #ccc;
    border-style: none;
    color: #333;
    text-decoration: underline;
    padding: 0;
    text-align: right;
    width: 50px;
}
.btn_chgpswd {
    background-color: #ccc;
    border-style: none;
    color: #333;
    text-decoration: underline;
    padding: 0;
    text-align: right;
    width: 100px;
}
.btn_mainmenu {
    background-color: #ccc;
    border-style: none;
    color: #333;
    text-decoration: underline;
    padding: 0;
    text-align: right;
    width: 100px;
}
.btn_normal {
    background-color: #fff;
    border-style: none;
    color: #333;
    text-decoration: underline;
    text-align: right;
}

.btn_guiddispoff {
  background-color: #fff;
  border-style: none;
  color: #333;
  text-decoration: underline;
}
.btn_guiddispon {
  background-color: #fff;
  border-style: none;
  color: #333;
  text-decoration: underline;
}
.table_border_gray {
    border: #333 1px solid;

}
.table_border_gray th {
    font-weight: bold;
    text-align: center;
    background-color: #ccc;
    border: #333 1px solid;
}
.table_border_gray td {
    border: #333 1px solid;
    vertical-align: top;
}
.border_apf {
    border: #C0C0C0 2px solid;
    border-top: none;
    padding: 5px;
    background: #F2F2F2;
}
.border_gray {
    border: #906 2px solid;
    border-top: none;
    padding: 5px;
    background: #F2F2F2;
}
.border_gray2 {
    border: #906 2px solid;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #F2F2F2;
}

.border_AE {
    border: #906 2px solid;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #906;
}
.border_white {
    border: #906 2px solid;
    border-top: none;
    padding: 5px;
    background: #FFFFFF;
}
.border_white2 {
    border: #906 2px solid;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #E6E6FA;
}
.border_gray_bottom {
    border-bottom: #906 2px solid;
}
.border_gray_top {
    border-top: #906 2px solid;
}
.background_gray {
    background-color: #F2F2F2;
}
/* accLoginWindow */
#login_block {
    margin: auto;
    /*IE対策 中央寄せ*/
    text-align: center;
    padding: 175px 0 125px 0;
}
#loginWindow {
    height: 80px;
    width: 330px;
    font-size: 20px;
}
#remark_block {
    border: #666 solid 1px;
    text-align: left;
    padding: 15px 0 30px 30px;
}
/* accLoginWindow2 */
#account_block {
    width:713px;
    margin-bottom: 50px;
    margin-left: 0;
}
/* mnuMainMenu */


    #login_schange {
    text-align: right;
}
/*タブ表示*/
#tabmenu{
    padding: 0px;
    margin: 0px;
    color: #333;
    position: relative;
    background: #ececec;
    height: 250px;
}
/* タブ部分背景 */
#tabmenu div#tab{
    position: absolute;
    top:0px;
    left:0px;
    background: #ececec;
    width: 723px;
    margin: 10px;
}
#tabmenu div#tab a{
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 160px;
    display: block;
    text-decoration:none;
    color:#333;
    background:#fff;
    border-bottom: none;
    margin-right: 15px;
}
#tabmenu div#tab a:hover{
    background:#ccc;
    color:#fff;
}
div#tab_contents{
    overflow: hidden;
    clear:both;
}
div#tab_contents ul{
    width:3000px;
    padding:0px;
    margin:0px;
}
div#tab_contents ul li{
    float: left;
    list-style-type:none;
    margin: 10px;
    padding:60px  20px  20px 0px;
    background:#fff;
}

p.news {
    border-bottom: #ccc 2px solid;
    padding: 5px 0 10px 10px;
}

.tab_contents {
    padding: 10px;
    width: 700px;
    background: #fff;

}
.border-gray-right {
    border-right: 2px #ccc solid;
}


/* calVehiclesInfoEntry */

#flow_entry {
    padding: 5px;
    border: #ccc 1px solid;
    height: 30px;
    width: 500px;
}
ul#flow {
    font-size: 12px;

}

    ul#flow li{
        float: left;
        padding: 5px 20px;
        border: #999 1px solid;
    }
        ul#flow li.now {
            background-color: #fc0;
        }

        ul#flow li.yajirushi {
            border: none;
            margin: 0 15px;
        }

#flow_entry2 {
    padding: 5px;
    border: #ccc 1px solid;
    height: 20px;

}
ul#flow2 {
    font-size: 10px;

}

    ul#flow2 li{
        float: left;
        padding: 0 5px;

    }

    ul#flow2 li a{
        color: #00F;

    }

        ul#flow2 li.yajirushi {
            border: none;
            margin: 0 5px;
        }

/* ----- フォーカス ---- */
.focus {
  border: 2px solid #00aeff;
}

.font_color {
  color: #666 !important;
}

.overflow_hidden {
  overflow: hidden;
}
.mnuBtn {
  width: 286px;
  height: 90px;
  border: 0px solid;
  cursor: pointer;
  text-indent: -9999px;
  background-position: right;
}

.excelRegist{
  color:#00F ;
  background-color: #ccF;
  border: 1px solid #00F;
}

.excelError{
  color:#f30;
  background-color: #Fe0;
  border: 1px solid #f63;
}


.ui-widget-header {
    border: 1px solid #0097ff !important;
    background: #0086ad !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("../image/jquery-ui/ui-icons_228ef1_256x240.png") !important;
}

.ui-state-default .ui-icon {
      background-image: url("../image/jquery-ui/ui-icons_228ef1_256x240.png") !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover{
  border: 1px solid #0097ff !important;
  background: #ced6fd !important;
  font-weight: bold !important;
  color: #0086ad !important;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc !important;
  background: #f6f6f6 !important;
  font-weight: bold !important;
  color: #1c94c4 !important;
}