@charset "UTF-8";

html.ua-desktop #menu .menu_home,
html.ua-desktop #menu1 .menu_home {
  display: none;
}

/* PCのみに適用したいスタイル記述 */
@media not screen and (max-width: 999px) {

html:not(.ua-desktop) #menu .menu_home,
html:not(.ua-desktop) #menu1 .menu_home {
  display: none;
}

/* これより上部に記述する事 */
}

/* タブレットのみに適用したいスタイル記述 */
/* 職員はPCのみなので、全てのセレクタに html:not(.ua-desktop) を付加する事 */
@media screen and (min-width: 601px) and (max-width: 999px) {

/* タブレット・スマホ共通 */
html:not(.ua-desktop) #breadcrumb {
    display: none;
}
html:not(.ua-desktop) div#header {
    height: auto;
}

html:not(.ua-desktop) div#header  #layout {
    width: 100%;
}

html:not(.ua-desktop) div#header  #layout #logo {
    width: 170px;
}

html:not(.ua-desktop) div#header  #layout #submenu {
    float: right;
    width: auto;
}

html:not(.ua-desktop) div#header  #layout #submenu .subnavi {
    display: none;
}
html:not(.ua-desktop) div#footer {
    width: 100%;
}

/* タブレット・スマホ共通 */


html:not(.ua-desktop) .menu_home {
    display: none;
}

html:not(.ua-desktop) .menu_button {
    display: none;
}

html:not(.ua-desktop) #menu,
html:not(.ua-desktop) #menu1 {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    background: url("");
    background-color: #084396;
    border: 0px solid #ffffff;
}

html:not(.ua-desktop) #menu1 .main_menu {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

html:not(.ua-desktop) #menu .menu_home,
html:not(.ua-desktop) #menu1 .menu_home {
  display: none;
}

html:not(.ua-desktop) #menu #main_menu_list,
html:not(.ua-desktop) #menu1 #main_menu_list {
    width: auto;
    height: auto;
    z-index: 100;
}
html:not(.ua-desktop) #menu #main_menu_list .main_menu,
html:not(.ua-desktop) #menu1 #main_menu_list .main_menu {
    line-height: 50px;
    cursor: default;
    float: left;
    display: inline;
    list-style: none;
    height: 50px;
    vertical-align: middle;
    background: url("../image/mdImages/menu_line.png")  no-repeat center right;
    background-color: #084396;
    font-size: 14px;
    font-weight: bold;
}

html:not(.ua-desktop) #menu #main_menu_list .main_menu .main_menu_label,
html:not(.ua-desktop) #menu1 #main_menu_list .main_menu .main_menu_label {
    margin-right: 1px;
    padding: 0px 10px;
    color: #ffffff;
}
html:not(.ua-desktop) #menu #main_menu_list .main_menu .main_menu_label .supplement,
html:not(.ua-desktop) #menu1 #main_menu_list .main_menu .main_menu_label .supplement {
    display: none;
}

/* 一応作成したが、tyuではサブメニューは無いので、適用されない */
html:not(.ua-desktop) #menu .sub_menu_list .sub_menu {
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 100%;
    list-style: none;
    z-index: 100;
    padding-left: 7px;
    background-color: #ffffff;

}

html:not(.ua-desktop) #menu .sub_menu_list {
    font-size: 12px;
    text-align: left;
    display: block;
    width: 200px;
    position: absolute;
    left: 10;
    z-index: 1000000;
}

html:not(.ua-desktop) #menu .sub_menu_list .sub_menu_label {
    width: 100%;
    height: 100%;
    color: #333;
    background: url("../image/mdImages/ico_arrow_right.gif")  no-repeat center left;
    background-size: 10px 10px;
    padding-top: 5px;
    padding-bottom: 5px;

}

html:not(.ua-desktop) #menu .sub_menu_list .sub_menu_label span {
    margin-left: 15px;
}


/* これより上部に記述する事 */
}

/* スマートフォンのみに適用したいスタイル記述 */
/* 職員はPCのみなので、全てのセレクタに html:not(.ua-desktop) を付加する事 */
@media only screen and (max-width: 600px) {

/* タブレット・スマホ共通 */
html:not(.ua-desktop) #breadcrumb {
    display: none;
}
html:not(.ua-desktop) div#header {
    height: auto;
}

html:not(.ua-desktop) div#header  #layout {
    width: 100%;
}

html:not(.ua-desktop) div#header  #layout #logo {
    width: 170px;
}

html:not(.ua-desktop) div#header  #layout #submenu {
    float: right;
    width: auto;
    margin-right: 45px;
}

html:not(.ua-desktop) div#header  #layout #submenu .subnavi {
    display: none;
}
html:not(.ua-desktop) div#footer {
    width: 100%;
}
/* タブレット・スマホ共通 */

html:not(.ua-desktop) #menu,
html:not(.ua-desktop) #menu1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
}

html:not(.ua-desktop) #menu1 .main_menu {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

html:not(.ua-desktop) .menu_home {
    position: absolute;
    height: 45px;
    cursor: pointer;
    z-index: 210;
}

html:not(.ua-desktop) .menu_home.hide_menu {
    display: none;
}

html:not(.ua-desktop) #menu .menu_home span,
html:not(.ua-desktop) #menu1 .menu_home span {
    margin-top: 10px;
    background: url("../image/mdImages/ico_home.gif") no-repeat left center;
    background-size: 16px 14px;
    display: inline-block;
    margin-left: 10px;
    padding-left: 20px;
    color: #FFF;
    font-weight: bold;
}

html:not(.ua-desktop) .menu_button {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    background: url("../image/mdImages/btn_menu_close.png") no-repeat left center;
    background-size: 45px;
    text-align: right;
    cursor: pointer;
    z-index: 210;
}
html:not(.ua-desktop) .menu_button.close_menu {
    background: url("../image/mdImages/btn_menu_open.png") no-repeat left center;
    background-size: 45px;
    z-index: 210;
}


html:not(.ua-desktop) #uv_menu.hide_menu {
    display: none;
}

html:not(.ua-desktop) #uv_menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 45px 1px;
    background: url("");
    background-color: rgb(8, 67, 150);
    z-index: 200;
}

html:not(.ua-desktop) #uv_menu #main_menu_list {
    width: auto;
    height: auto;
    z-index: 100;
}

html:not(.ua-desktop) #menu ul li.home,
html:not(.ua-desktop) #menu1 ul li.home  {
    display: none;
}

html:not(.ua-desktop) #menu ul li.main_menu,
html:not(.ua-desktop) #menu1 ul li.main_menu {
    border: medium none;
    margin-bottom: 1px;
    margin-right: 0.3%;
    width: 49.6%;
    height: 45px;
    float: left;
    background-color: #CC9C00;
    background-image: url("");
    font-size: 14px;
    font-weight: bold;
    list-style: outside none none;
}

html:not(.ua-desktop) #menu ul li .menu_item,
html:not(.ua-desktop) #menu1 ul li .menu_item {
    text-align: left;
    width: 100%;
    display: table;
    height: 45px;
    line-height: 14px;
}

html:not(.ua-desktop) #menu ul li .menu_item > div,
html:not(.ua-desktop) #menu1 ul li .menu_item > div {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0px 10px;
}

html:not(.ua-desktop) .icon {
    padding-left: 35px;
    background-size: auto 18px;
    background-repeat: no-repeat;

}

/* 以下メニューにアイコンを出すためのCSSだが、テーブルへのせってうが出来ないので有効ではない */
html:not(.ua-desktop) #main_menu_list .class {
    background-image: url("../image/mdImages/ico_class.gif");
}

html:not(.ua-desktop) #main_menu_list .faq {
    background-image: url("../image/mdImages/ico_faq.gif");
}

html:not(.ua-desktop) #main_menu_list .link {
    background-image: url("../image/mdImages/ico_link.gif");
}

html:not(.ua-desktop) #main_menu_list .profile {
    background-image: url("../image/mdImages/ico_profile.gif");
}

html:not(.ua-desktop) #main_menu_list .star {
    background-image: url("../image/mdImages/ico_star.gif");
}

html:not(.ua-desktop) #main_menu_list .student {
    background-image: url("../image/mdImages/ico_student.gif");
}

html:not(.ua-desktop) #main_menu_list .survey {
    background-image: url("../image/mdImages/ico_survey.gif");
}

/* これより上部に記述する事 */
}


