@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style: none;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* ===================
clearfix 
===================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* ===================
画像余白クリア
===================*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

/* ===================
リンク
===================*/
a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #000;
}

a:hover img {
  opacity: 0.3;
}

/* ===================
共通変数 
===================*/
/*フォントサイズ大 16px*/
/*フォントサイズ中 14px*/
/*フォントサイズ小 12px*/
/*font-color 黒*/
/*font-color グレー*/
/*border-color グレー*/
/*カラー濃青*/
/*カラー緑*/
/* ===================
共通スタイル 
===================*/
html {
  font-size: 62.5%;
  /*10px*/
  height: 100%;
}

body {
  /*コンテンツ幅*/
  width: 960px;
  margin: 0 auto;
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 1.4em;
  color: black;
}

#wrap {
  min-height: 100%;
  position: relative;
}

header h1 {
  display: inline-block;
}
header h1 img {
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: rgba(102, 102, 102, 0.5) 0px 0px 8px 0px;
}
header h1 img:hover {
  opacity: 0.3;
}

#content {
  margin-top: 30px;
  padding-bottom: 160px;
}

div#footer {
  /*コンテンツ幅*/
  width: 960px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
div#footer p#to_top {
  text-align: right;
  margin: 5px 1.4rem;
}
div#footer p#to_top a {
  display: inline-block;
  font-size: 1.4rem;
  /*ａ擬似クラス文字色*/
}
div#footer p#to_top a:link {
  color: #bb0d0d;
}
div#footer p#to_top a:visited {
  color: #bb0d0d;
}
div#footer p#to_top a:hover {
  color: #bb0d0d;
}
div#footer p#to_top a:active {
  color: #bb0d0d;
}
div#footer footer {
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: -webkit-linear-gradient(white 0%, #fafafa 100%);
  /*For Old WebKit*/
  background: linear-gradient(#ffffff 0%, #fafafa 100%);
  /*For Modern Browser*/
  box-shadow: rgba(102, 102, 102, 0.5) 0px 0px 8px 0px;
  text-align: center;
  font-size: 1.2rem;
}
div#footer footer address {
  display: inline-block;
  margin: 10px auto 5px;
  padding-left: 77px;
  background: url(../images/common/uci_logo.jpg) 0 0 no-repeat;
  text-align: left;
}
div#footer footer address span {
  font-size: 1.4rem;
  font-weight: bold;
}
div#footer footer p {
  display: inline-block;
  border-top: 1px solid #c6c5c4;
  padding: 5px 1.4rem;
}

#content.index nav {
  text-align: center;
}
#content.index nav li {
  display: inline-block;
  margin: 20px 15px;
}

#content {
  margin-top: 30px;
  padding-bottom: 160px;
}
#content nav#side {
  width: 190px;
  display: inline-block;
  float: left;
  border-radius: 5px;
  box-shadow: rgba(102, 102, 102, 0.5) 0px 0px 8px 0px;
}
#content nav#side p {
  margin: 15px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
#content nav#side p a {
  display: inline-block;
  padding: 0 3.2rem 0 1.6rem;
  line-height: 1.5;
  border-radius: 1.6rem;
  background-color: #1b238b;
  /*ａ擬似クラス文字色*/
}
#content nav#side p a:link {
  color: white;
}
#content nav#side p a:visited {
  color: white;
}
#content nav#side p a:hover {
  color: white;
}
#content nav#side p a:active {
  color: white;
}
#content nav#side p a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#content nav#side p span.icon_right, #content nav#side p span.icon_bottom {
  height: 1.6rem;
  width: 1.6rem;
  display: inline-block;
  position: relative;
  top: 3px;
  background: #fff;
  border-radius: 1.6rem;
}
#content nav#side p span.icon_right:before, #content nav#side p span.icon_bottom:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 5px transparent solid;
  border-left: 8px #1b238b solid;
  position: absolute;
  top: 3px;
  left: 5px;
}
#content nav#side p span.icon_bottom:before {
  border: 5px transparent solid;
  border-top: 8px #1b238b solid;
  top: 5px;
  left: 3px;
}
#content nav#side p#btn_uni a {
  background-color: #1d892a;
}
#content nav#side p#btn_uni span.icon_right:before, #content nav#side p#btn_uni span.icon_bottom:before {
  border: 5px transparent solid;
  border-left: 8px #1d892a solid;
}
#content nav#side p#btn_uni span.icon_bottom:before {
  border: 5px transparent solid;
  border-top: 8px #1d892a solid;
  top: 5px;
  left: 3px;
}
#content nav#side ul {
  width: 100%;
}
#content nav#side ul li {
  padding: 0 1.4rem 0 2.8rem;
  border-bottom: 1px dashed #c6c5c4;
  line-height: 2;
  background: url("../images/common/list_icon.png") 5px 6px no-repeat;
}
#content nav#side ul li:first-child {
  border-top: 1px dashed #c6c5c4;
}
#content nav#side ul li:hover {
  cursor: pointer;
  background-color: #E9ECFB;
}
#content section {
  float: right;
  width: 740px;
}
#content section#list button {
  position: relative;
  padding: 0 1.4rem 0 3.5rem;
  margin-bottom: 10px;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #e9e9e9;
  border: 3px double #c6c5c4;
  cursor: pointer;
}
#content section#list button:hover {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#content section#list button span:before {
  content: '';
  height: 0;
  width: 0;
  display: inline-block;
  border: 8px transparent solid;
  border-left: 12px solid #000;
  position: absolute;
  top: 5px;
  left: 14px;
}
#content section#list button span:after {
  content: '';
  height: 0;
  width: 0;
  display: inline-block;
  border: 6px transparent solid;
  border-left: 9px solid #e9e9e9;
  position: absolute;
  top: 7px;
  left: 15px;
}
#content section#list button.current {
  background-color: #fff;
}
#content section#list button.current span:before {
  border: 8px transparent solid;
  border-top: 12px solid #000;
  top: 8px;
  left: 14px;
}
#content section#list button.current span:after {
  border: 6px transparent solid;
  border-top: 9px solid #fff;
  top: 9px;
  left: 16px;
}
#content section#list h2 {
  color: #1b238b;
  margin-bottom: 5px;
}
#content section#list h2 span#total {
  font-size: 1.6rem;
}
#content section#list table {
  width: 100%;
}
#content section#list table td {
  padding: 3px;
}
#content section#list table td:first-child {
  width: 15rem;
  padding-left: 0.7rem;
}
#content section#list table td a {
  display: inline-block;
  width: 100%;
  /*ａ擬似クラス文字色*/
}
#content section#list table td a:link {
  color: blue;
}
#content section#list table td a:visited {
  color: blue;
}
#content section#list table td a:hover {
  color: blue;
}
#content section#list table td a:active {
  color: blue;
}
#content section#list table tr:nth-child(odd) {
  background-color: #e9ecfb;
}
#content section#detail h2 {
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #c6c5c4;
  background: -webkit-linear-gradient(white 0%, #e3e3e3 100%);
  /*For Old WebKit*/
  background: linear-gradient(#ffffff 0%, #e3e3e3 100%);
  /*For Modern Browser*/
}
#content section#detail h2 span {
  padding-left: 0.8rem;
  display: inline-block;
  border-left: 5px solid #1b238b;
  font-size: 1.6rem;
  font-weight: normal;
  color: #1b238b;
}
#content section#detail table {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #000;
}
#content section#detail table tr {
  border-top: 1px solid #000;
}
#content section#detail table th {
  width: 1.4rem;
  border-left: 1px solid #000;
  padding: 5px 0.7rem;
  text-align: left;
}
#content section#detail table td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px 0.7rem;
}
#content section#detail table th + th {
  width: 12.6rem;
}
#content section#detail p#back {
  margin-top: 15px;
  color: blue;
}
#content section#detail p#back:hover {
  text-decoration: underline;
  cursor: pointer;
}
#content section#detail div#grouping_list {
  display: inline-block;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #000;
}
#content section#detail div#grouping_list p {
  font-weight: bold;
}
#content section#detail div#grouping_list ul {
  padding-left: 2.8rem;
}
