﻿/*--------------------------------------------------------
                          全体設定
---------------------------------------------------------*/
body{
  font : 13px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "平成ゴシック", arial, helvetica, clean, sans-serif;
  color : #333333;
  width : 100%;
}

table{
  font-size : inherit;
  font      : 100%;
}


/*--------------------------------------------------------
               テキストリンク
---------------------------------------------------------*/
a:link   { text-decoration:none;      color: #008CCD; }
a:visited{ text-decoration:none;      color: #008CCD; }
a:active { text-decoration:none;      color: #008CCD; }
a:hover  { text-decoration:underline; color: #008CCD; }

a.link01{
	background:url(../images/link01.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
span.link01{
	background:url(../images/link01.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
a.link01:hover{
	background:url(../images/link01-on.gif) no-repeat left 1px;
	padding:0 0 0 17px;
}
a.link02{
	background:url(../images/link02.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
span.link02{
	background:url(../images/link02.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
a.link02:hover{
	background:url(../images/link02-on.gif) no-repeat left 1px;
	padding:0 0 0 17px;
}
a.link03{
	background:url(../images/link03.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
span.link03{
	background:url(../images/link03.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
a.link03:hover{
	background:url(../images/link03-on.gif) no-repeat left 1px;
	padding:0 0 0 17px;
}
a.link04{
	background:url(../images/link04.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
span.link04{
	background:url(../images/link04.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
a.link04:hover{
	background:url(../images/link04-on.gif) no-repeat left 1px;
	padding:0 0 0 17px;
}
a.link05{
	background:url(../images/link05.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
span.link05{
	background:url(../images/link05.gif) no-repeat left 1px;
	padding:0 0 0 17px;	
}
a.link05:hover{
	background:url(../images/link05-on.gif) no-repeat left 1px;
	padding:0 0 0 17px;
}


/*--------------------------------------------------------
                         パーツ
---------------------------------------------------------*/
strong{
  font-weight: bold;
}
.clear{
  clear : both;
}
.none{
  display : none;
}
.hidden{
  visibility : hidden;
}
.nowrap{
  white-space: nowrap;
}
/* 強調箇所 */
.important{
  color:red;
  font-weight:bold;
}
/* 必須項目 */
.must{
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #ff3939;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin-left: 5px;
  padding: 0 3px;
  white-space: nowrap;
}
/* 注記 */
.note1{
  color: red;
  font-size : 93%;
}
.note2{
  font-size : 93%;
  margin: 10px 0;
}
/* 英語表記 */
.eng{
  font-size: 12px;
}


/*--------------------------------------------------------
                         ヘッダー
---------------------------------------------------------*/
#header{
  width : 100%;
  height : 5px;
  background-color : #010052;
  margin-bottom: 10px;
}


/*--------------------------------------------------------
                         コンテンツ
---------------------------------------------------------*/
#container{
  position : relative;
  width: 98%;
  margin: 0 1%;
  padding: 0;
}
  /*大学ロゴ*/
  #container h1{
    margin: 0;
    padding: 0;
  }
  #container h1 img{
    width: 100%;
    max-width : 454px;
    max-height : 35px;
  }
  /*コンテンツタイトル*/
  #container #title{
    border: solid 2px #cdcdcd;
    padding: 2px;
    margin: 10px 0;
  }
    #container #title h2{
      border: solid 1px #cdcdcd;
      padding: 10px;
      font-size: 18px;
      text-align: center;
    }

/*--------------------------
  タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px){
  #container{
    width: 98%;
    margin: 0 1%;
    padding: 0;
  }
}
/*--------------------------
  スマホ
--------------------------*/
@media screen and (max-width: 640px){
  #container{
    width: 98%;
    margin: 0 1%;
    padding: 0;
  }
}

/*--------------------------------------------------------
                      フッター
---------------------------------------------------------*/
#footer{
  color : #ffffff;
  text-align : center;
  background-color : #010052;
  margin-top : 20px;
  padding : 20px 0;
}


/*--------------------------------------------------------
                    エラーメッセージ
---------------------------------------------------------*/
.err{
  color: #fff;
  background-color: #ff3939;
  padding: 5px 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


/*--------------------------------------------------------
                  全画面マスク
---------------------------------------------------------*/
/*ローディング用*/
#lock{
  z-index : 10000;
  position : fixed;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  background-color : #000;
  text-align : center;
  opacity : 0.5;
}
#lock div{
  position : fixed;
  top : 50%;
  left : 50%;
  color : #FFF;
  opacity : 1;
  line-height : 2em;
}