@charset "utf-8";

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset{
  font-weight: normal;
  margin:0;
  padding:0;
}

body {
  background: #f9f9f8;
  color: #333;
  font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, Arial,Helvetica,Verdana, sans-serif;
  font-size: 100%;
  height:100%;
  margin: 0;
}

h1,h2,h3,h4,h5 {
   font-weight: normal;
}

a {
  color: #337ac2;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: cornflowerblue;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tc {
 text-align: center;
}

ul {
 margin-top: 0px;
}

ul li,ol {
  list-style-type: none;
}

.both {
 clear:both;
}

.cen {
  text-align: center;
}

table {
   border-collapse:collapse;
   border-spacing:0;
   width: 100%;
}

img{
   border:0;
}

.disc li {
  list-style-type: disc;
}

.li-circle li {
  list-style-type: circle !important;
  margin-left: 2.5em;
}

.li-nostyl li {
  list-style-type: none !important;
  text-indent: -1em;
}

.inner-list-mgn {
  margin-left: 2.5em;
}

.font-s { font-size: 90%;}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.ind {
  text-indent: 1em;
}

.pad {
  text-indent: -1em;
  padding-left: 1em;
}

.both {
  clear: both;
}

/* css3

テキストシャドウ {
   text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
   -moz-box-shadow: 1px 1px 3px #000;
   -webkit-box-shadow: 1px 1px 3px #000;
   box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
   -moz-box-shadow: inset 1px 1px 3px #000;
   -webkit-box-shadow: inset 1px 1px 3px #000;
   box-shadow: inset 1px 1px 3px #000;
}

角丸 {
   border-radius: 8px; 
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px; 
}

透過 {
  filter:alpha(opacity=80);
  opacity:0.8;
}

*/

#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  height: 100%;
}

.rcound {
    border-radius: 2px; 
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px; 
 }

.frame {
  border: solid 2px #0288d1;
}

.parag {
  margin: 1em 0;
}

/*ヘッダー
---------------------------------------------------------------*/
#headerwrap {
  height: 378px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.logo {
  height: 87px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.mainimg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff8ff+0,dcefff+100 */
  background: #0081c9; /* Old browsers */ /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#755798), color-stop(100%,#b9ddea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0081c9 0%,#b9ddea 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #0081c9 0%,#b9ddea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c9', endColorstr='#b9ddea',GradientType=0 ); /* IE6-9 */ 
  background: -webkit-linear-gradient(top, #0081c9, #b9ddea); 
  background: linear-gradient(to bottom, #0081c9, #b9ddea); /* IE 10 */
  width: 100%;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*トップ
---------------------------------------------------------------*/
#contentswrap {
  padding-top: 17px;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  height: 100%;
}

.mainbox {
  background: #fff;
  float: right;
  width: 697px;
  padding: 10px;
  word-break: break-all;
}

.contents {
  overflow: hidden;
}

/* 見出し */
.heading1 {
  background: #e1efeb;
  color: #0288d1;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 3px 5px 3px 10px;
  border-bottom: 6px solid #02d1b3;
  margin-bottom: 20px;
  
  border-radius: 2px 2px 0 0; 
   -webkit-border-radius: 2px 2px 0 0; 
   -moz-border-radius: 2px 2px 0 0;
}

.heading2{
    position:relative;
    padding-left:30px;
    font-weight: bold;
    font-size: 130%;
    line-height: 38px;
  margin-bottom: 0.5em;
}
 
.heading2:before{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:12px; 
    width:12px; 
    display:block; 
    position:absolute; 
    top:14px; 
    left:7px; 
    background-color:#02D1B3;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity:0.50;
    z-index: 1;
}
 
.heading2:after{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:15px; 
    width:15px; 
    display:block; 
    position:absolute; 
    top:7px; 
    left:2px; 
    background-color:#0288D1;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
  }

.heading3 {
  background: #02d1b3;
  color: #fff;
  padding: 5px;
  font-size: 90%;
}

.heading4 {
  font-weight: bold;
  font-size: 105%;
  margin-left: 1em;
}


/* コンテンツ
---------------------------------------------------------------*/
/* Informartion */
.news-box {

}

.news-box ul li {
  padding: 8px 5px;
  border-bottom: 1px dashed #02b1b3;
}

.news-box ul li span {
  padding-right: 0.5em;
  font-weight: bold;
}

/* メインコンテンツ  */
.contents-box {
  padding-left: 0.5em;
  padding-right: 1.5em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.tab1 {
  border: 1px solid #C9CACA;
}

.tab1 th {
  background: #EFEFEF;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #C9CACA;
  border-right: 1px solid #C9CACA;
  text-align: left;
  width: 20%;
}

.tab1 td {
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #C9CACA;
}

/* 本文レイアウト */
.contents-box p {
  margin-left: 1em;
  margin-bottom: 1em;
}

.contents-box .uh3a {
  margin-left: 1em;
  margin-bottom: 1em;
}

#message .contents-box p {
  margin-bottom: 0;
}

.contents-box ul {
  margin-bottom: 1em;
}

.deci li {
  list-style-type: decimal;
  margin-left: 2.5em;
}

.disc li {
  list-style-type: disc;
  margin-left: 2.5em;
}

.inrlitbl {
  margin-left: 30px;
}

.inrlitbl td {
  padding: 2px 10px;
}

.inrlitbl td {
  padding: 2px 10px;
}

.col-exm {
  background: #FEF9FB;
  border: 1px solid #DEBECC;
  margin-left: 30px !important;
  padding: 5px 10px;
}

.clct-undr {
  background: #F6F6F6;
  border: 1px solid #DDDDDD;
  margin: 2em 1em 1em;
  padding: 1em 0;
  text-align: center;
}

.clct-undr a {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, 1px 1px 2px
    rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 1em;
  padding: 0.7em 2em;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.clct-undr.clct-eng a {
  padding: 0.7em 1.1em;
}

.clct-entry {
  background: #E95464;
  border: 1px solid #E95464;
}

.clct-entry:HOVER {
  background: #FF6675;
}

.clct-non {
  background: #008DB7;
  border: 1px solid #008DB7;
}

.clct-non:HOVER {
  background: #00AFE5;
}


/*ひだり
---------------------------------------------------------------*/
/* ナビゲーション */
.nav {
  width: 226px;
  float: left;
}

.menulist {
  margin-bottom: 10px;
  background: #fff;
}

.menulist li {
  border-bottom: solid 2px #0288d1;
}

.menulist li a {
  color: #333;
  display: block;
  padding: 0.5em 0.7em;
}

.menulist li:last-of-type {
  border: 0;
}

.menulist li a:hover,
#home .home, #summary .summary, #message .message,
#collectsubject .collectsubject, #publicator .publicator,
#pre-registration .pre-registration, #timetable .timetable,
#interview .interview, #abstract .abstract {
  color: #fff;
  background: #0288d1;
}

/* サブメニュー */
#collectsubject .submenu {
  display: block !important;
}

.submenu li {
  border-bottom: none;
}

.submenu li a {
  color: #333;
  display: block;
  font-size: 88%;
  padding: 0.5em 0.7em;
  padding-left: 2em;
}

.submenu li a:hover,
.collectsubject-mem .collectsubject-mem, .collectsubject-nomen .collectsubject-nomen {
  color: #fff;
  background: #54A3CE;
}

/* お問い合わせ */
.contact {
  font-size: 83%;
  background: #fff;
  padding: 3px;
}

.contact .parag {
  margin: 0.5em 0;
}




/*フッター
---------------------------------------------------------------*/
.footer {
  background: #0288d1;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 7px 0 7px 0;
  font-weight: bold;
  margin-top: 30px;
}


