

/*** for PC Browser ***/
@media (min-width:401px)
{
#reskilling_headertop
{
  min-height:64px;
  width:1060px;
  margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
 
#reskilling_headertop .logo
{
font-size:medium;
left:0px;
position: relative;
top:6px;
vertical-align: top;
}

.header_tools {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

#reskilling_headertop UL
{
  margin:0px;
  padding:0px;
  display: inline-flex;
}

#reskilling_headertop LI
{
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 5px;
    border-left: 1px solid #ECECEC;
}

#reskilling_headertop UL  A
{ 
    overflow:hidden;
    display:block;
    text-decoration: none;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
    padding: 20px 3px 0;
    text-align: center;
    font-size: 14px !important;
}

#reskilling_headertop #support_menu li a#trans {
    background: url(../../../Images/water2024/trans.png) no-repeat top center;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
    text-align: center;
    padding: 20px 3px 0;
}

#reskilling_headertop #support_menu li ul#trans_select {
    z-index: 10;
    background: #ffffff;
    padding: 0px;
    border: 3px solid #ECECEC;
    display: none;
    width: 200px;
    box-sizing: border-box;
    position: absolute;
}

.trans_menuon {
    display: inline-block !important;
}

#reskilling_headertop #support_menu li ul#trans_select li {
    width: 100%;
    border: none;
    box-sizing: border-box;
}

#reskilling_headertop #support_menu li ul#trans_select li a {
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    min-height: 25px;
    min-width: auto;
    height: auto;
    width: auto;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px !important;
}

#reskilling_headertop #support_menu li ul#trans_select li a:hover {
    background: rgba(0,0,0,0.1);
}

#reskilling_headertop #support_menu LI#irohenkou {
}


#reskilling_headertop #support_menu LI#irohenkou A {
    background: url(../../../Images/water2024/color.png) no-repeat top center;
}

#reskilling_headertop #support_menu LI#hurigana {
}

#reskilling_headertop #support_menu LI#hurigana A {
    background: url(../../../Images/water2024/furigana.png) no-repeat top center;
}



#reskilling_headertop UL#header_guide LI#en
{
}

#reskilling_headertop UL#header_guide LI#en A
{
}

#reskilling_headertop UL#header_guide LI#ch
{
}

#reskilling_headertop UL#header_guide LI#ch A
{
}

#reskilling_headertop UL#header_guide LI#po 
{
}

#reskilling_headertop UL#header_guide LI#po A
{
}

#reskilling_headertop UL#header_guide LI#es 
{
}

#reskilling_headertop UL#header_guide LI#es A
{
}

#reskilling_headertop #support_menu LI#bigger
{
}

#reskilling_headertop #support_menu LI#bigger A
{
    background: url(../../../Images/water2024/font_size.png) no-repeat top center;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
}

#reskilling_headertop #support_menu LI#bigger_manual
{
    display: none;
}

#reskilling_headertop #support_menu LI#bigger_manual A
{
}

#reskilling_headertop #support_menu LI#typical
{
}

#reskilling_headertop #support_menu LI#typical A
{
    background: url(../../../Images/water2024/font_def.png) no-repeat top center;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
}

#reskilling_headertop div#reskilling_header_link
{
}

#reskilling_headertop UL#reskilling_header_name LI#reskilling_name A {
}


/*  */
.box_bg
{
    display: inline-flex;
    height: 36px;
    width: 215px;
    margin: 10px 0 0;
    background: #9098C0;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid transparent;
    box-sizing: border-box;
}

.box_bg .liSearchText
{
    width: 165px;
    border: 0;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 30px;
}

.box_bg .liSearchText .TextBox
{
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.box_bg .SearchBtn
{
    margin-left: 5px;
}

.box_bg .SearchBtn .SubmitBtn
{
    border: none;
    display: block;
    width: 30px;
    height: 100%;
    margin: 0;
    font-size: 0;
    background: url(../../../images/reskilling/search.png) no-repeat left 50% top 50%;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#reskilling_headertop
{
    min-height: 50px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #ffffff;
    padding: 3px 0;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 1px 3px #ececec;
    border-bottom: 5px solid #FFF001;
}


 
#reskilling_headertop .logo
{
    display: inline-block;
    font-size: medium;
    left: 0px;
    position: relative;
    top: 0;
    width: 260px;
}

#reskilling_headertop .logo img
{
    width: auto;
    height: 40px;
    margin: 0 auto;
}

#tool_menu_btn
{
    font-size: 0;
    display: inline-block;
    width: 50px;
    min-height: 50px;
    box-sizing: border-box;
    padding: 0;
    border: 0px solid transparent;
    border-radius: 5px 5px;
    background-color: #363F72;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
}

#tool_menu_btn:not(.tool_on):after
{
    content: "MENU";
    display: block;
    font-size: 10px;
    background: url(../../../images/reskilling/sp_menu.png) no-repeat center center #363F72;
    background-size: 100%;
    padding: 33px 5px 2px;
}

.tool_on:after
{
    content: "CLOSE";
    display: block;
    font-size: 10px;
    background: url(../../../images/reskilling/sp_close.png) no-repeat center center #363F72;
    background-size: 100%;
    padding: 33px 5px 2px;
}

.header_tools {
    display: none;
}

#LeftPane {
    display: none;
}

.tool_menu_on
{
    display: inline-block !important;
    float: none;
    margin: 10px 0 0;
    z-index: 100;
}

#reskilling_headertop UL
{
  margin:0px;
  padding:0px;
  display: inline-block;
}

#reskilling_headertop LI
{
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 5px;
    border-left: 1px solid #ECECEC;
}

#reskilling_headertop UL  A
{ 
    overflow:hidden;
    display:block;
    text-decoration: none;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
    padding: 20px 3px 0;
    text-align: center;
    font-size: 14px !important;
}

#reskilling_headertop #support_menu li a#trans {
    background: url(../../../Images/water2024/trans.png) no-repeat top center;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
    text-align: center;
    padding: 20px 3px 0;
}

#reskilling_headertop #support_menu li a.trans_open {
    background-color: #CBF4FA !important;
}

#reskilling_headertop #support_menu li ul#trans_select {
    z-index: 10;
    background: #ffffff;
    padding: 0px;
    border: 3px solid #ECECEC;
    display: none;
    width: 200px;
    box-sizing: border-box;
    position: absolute;
}

.trans_menuon {
    display: inline-block !important;
}

#reskilling_headertop #support_menu li ul#trans_select li {
    width: 100%;
    border: none;
    box-sizing: border-box;
}

#reskilling_headertop #support_menu li ul#trans_select li a {
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    min-height: 25px;
    min-width: auto;
    height: auto;
    width: auto;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px !important;
}

#reskilling_headertop #support_menu li ul#trans_select li a:hover {
    background: rgba(0,0,0,0.1);
}

#reskilling_headertop #support_menu LI#irohenkou {
    display: none;
}


#reskilling_headertop #support_menu LI#irohenkou A {
    background: url(../../../Images/water2024/color.png) no-repeat top center;
}

#reskilling_headertop #support_menu LI#hurigana {
    border-right: 1px solid #ECECEC;
    display: none;
}

#reskilling_headertop #support_menu LI#hurigana A {
    background: url(../../../Images/water2024/furigana.png) no-repeat top center;
}



#reskilling_headertop UL#header_guide LI#en
{
}

#reskilling_headertop UL#header_guide LI#en A
{
}

#reskilling_headertop UL#header_guide LI#ch
{
}

#reskilling_headertop UL#header_guide LI#ch A
{
}

#reskilling_headertop UL#header_guide LI#po 
{
}

#reskilling_headertop UL#header_guide LI#po A
{
}

#reskilling_headertop UL#header_guide LI#es 
{
}

#reskilling_headertop UL#header_guide LI#es A
{
}

#reskilling_headertop #support_menu LI:first-child
{
    border-left: 1px solid #ECECEC;
}

#reskilling_headertop #support_menu LI
{
}

#reskilling_headertop #support_menu LI#bigger A
{
    background: url(../../../Images/water2024/font_size.png) no-repeat top center;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
}

#reskilling_headertop #support_menu LI#bigger_manual
{
    display: none;
}

#reskilling_headertop #support_menu LI#bigger_manual A
{
}

#reskilling_headertop #support_menu LI#typical
{
}

#reskilling_headertop #support_menu LI#typical A
{
    background: url(../../../Images/water2024/font_def.png) no-repeat top center;
    min-height: 25px;
    min-width: 80px;
    height: auto;
    width: auto;
}

#reskilling_headertop div#reskilling_header_link
{
}

#reskilling_headertop UL#reskilling_header_name LI#reskilling_name A {
}

/*  */
.box_bg
{
    display: inline-flex;
    height: 36px;
    width: 215px;
    margin: 5px 0 0;
    background: #9098C0;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid transparent;
    box-sizing: border-box;
}

.box_bg .liSearchText
{
    width: 165px;
    border: 0;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 30px;
}

.box_bg .liSearchText .TextBox
{
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.box_bg .SearchBtn
{
    margin-left: 5px;
}

.box_bg .SearchBtn .SubmitBtn
{
    border: none;
    display: block;
    width: 30px;
    height: 100%;
    margin: 0;
    font-size: 0;
    background: url(../../../images/reskilling/search.png) no-repeat left 50% top 50%;
}

.tool_off
{
    display: none !important;
}
}
