/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

@media screen and (min-width: 900px){
  main {
    width: 900px;
  }
}
@media screen and (max-width: 900px){
  main {
    width: 100%;
  }
}
@media screen and (min-width: 620px){
  img#logo {
    max-width: 600px;
  }
}
@media screen and (max-width: 620px){
  img#logo {
    width: 100%;
  }
}
main {
  margin: 25px auto;
}
div#loginscreen{
  border: solid 1px rgb(128,128,128);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5)
}
div#title {
  border-bottom: solid 1px #dfdfdf;
  background-color: #f7f7f7;
}
div#subtitle {
  background-color: #006097;
  color: #eee;
  padding: 10px 0 10px 20px;
}
div#subtitle div {
/*  height: 40px;*/
  display: table-cell;
  vertical-align: middle;
}
div#subtitle div span#ja {
  font-size: 18px;
  font-weight: bold;
}
div#subtitle div span#en {
  font-size: 14px;
  display: inline-block;
}
/*ロゴ*/
div#logo {
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  padding:10px;
}
img#logo {
/*  width: auto;*/
    vertical-align: middle;
}

/*現在の利用者数*/
div#status {
  text-align: right;
  margin: 3px 5px 5px 0;
  vertical-align: middle;
}
img#status {
  height: 35px;
  vertical-align: middle;
}
span#status {
  height: 45px;
  font-size: 10pt;
  margin-right: 5px;
}

div#twocolumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div#logincolumn {
    width: 400px;
    margin: 0 10px;
/*    border: 1px black solid;*/
}
div#announcecolumn {
    width: 400px;
    margin: 0 10px;
/*    border: 1px black solid;*/
}
div#columntitle {
  margin-top: 30px;
/*  color: #006097;*/
  font-size: 18px;
  font-weight: bold;
  border-bottom: #006097 3px solid;
}
div#shibboleth {
  padding: 20px 0 10px 0;
}
div.hidden_box {
  padding: 10px 0 10px 0;
}

/*shibbolethログインボタン*/
div#loginbutton_GU {
  display: flex;
  justify-content: center;
  align-items:center;
  width:95%;
  margin: 10px auto 30px auto;
  border-radius: 10px;
/*  background-color: #006097;/*blue*/
/*  background-color: #009F41;/*green*/
/*  background-color: #45277F;/*purple*/
  background: linear-gradient(to left, #fff, #fff 85%, #009F41 85%);
}
div#loginbutton_GU:hover {
  background: linear-gradient(to left, #f7f7f7, #f7f7f7 85%, #008537 85%);
}
div#loginbutton_GU a {
  display: inline-block;
  padding: 12pt 18%;
  height: auto;
  width: 100%;
  text-decoration: none;
  color: #000;
  text-align:left;
  border: 2px #009F41 solid;
  border-radius: 10px;
  background-image: url('./gunma.png');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 1% 50%;
}

/*shibbolethログインボタン*/
div#loginbutton_UU {
  display: flex;
  justify-content: center;
  align-items:center;
  width:95%;
  margin: 10px auto 10px auto;
  border-radius: 10px;
}
div#loginbutton_UU:hover {
  background: linear-gradient(to left, #f7f7f7, #f7f7f7 85%, #f7f7f7 85%);
}
div#loginbutton_UU a {
  display: inline-block;
  padding: 12pt 18%;
  height: auto;
  width: 100%;
  text-decoration: none;
  color: #000;
  text-align:left;
  border: 2px rgba(42, 42, 42, 0.7) solid;
  border-radius: 10px;
  background-image: url('./utsunomiya.jpg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 5% 50%;
}

div#loginbutton span#ja,
div#loginbutton span#en {
  padding: 10px;
}

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

label.head {
  margin-top: 5px;
  margin-left: 5px;
}
/*
label.head:before {
  content:"▼";
  text-decoration:none;
}
*/
/*ボタン装飾*/
.hidden_box > label {
    cursor :pointer;
    color: #006097;
    text-decoration: underline;
}

/*ボタンホバー時*/
.hidden_box > label:hover {
    background: #efefef;
}
.hidden_box button:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box > input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}

/*クリックで中身表示*/
.hidden_box > input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/* エラーメッセージ */
div.warning {
    text-align: center;
    color: red;
    margin: 10px 0 10px 0;
}

/*ログインフォーム*/
div#loginform {
  text-align: center;
}
div#loginform input {
  align: center;
  width:95%;
  height: 48px;
  font-size: 16pt;
  margin: 10px;
}
div#loginform button {
  width:95%;
  height: 48px;
  margin-top: 20px;
}

/*お知らせ*/
div#announcescreen {
/*
  border: solid 1px rgb(128,128,128);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5)
  */
}
div#announcescreen div#title {
  height:20px;
  padding: 10px 0 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #006097;
  color: #eee;
}
div#announcescreen dl {
  line-height: 1.5em;
}
div#announcescreen div#content {
  padding: 0 10px;
}

/*教職員用Moodle */
div#mtg {
  margin: 3px 0;
  text-align: right;
}
