<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@cherset "utf-8";


#select{
  width:700px;
  margin:0 auto;
}



#select ul li{
  width:250px;
  height:400px;
  float:left;
  margin:30px;
}


#select a:hover{
  opacity:0.7;
}

#select ul li.bio{
  border:rgb(84,130, 53) 3px solid;
  background-color:rgb(197,224, 180);
  opacity:0.9;
}

#select ul li.chem{
  border:rgb(255,255,0) 3px solid;
  background-color:rgb(255,242,204);
}

#select ul li.info{
  border:rgb(157,195, 230) 3px solid;
  background-color:rgb(189,215,238);
}

#select ul li.physi{
  border:rgb(127,127, 127) 3px solid;
  background-color:rgb(217,217,217);
}

#select .pic{
  padding:30px 0 0 40px;

}


#select .region{
  padding:50px 0 0 10px;
}

#select .add{
  padding-left:40px;
}

.pagetop{
  clear:both;
}



/*----各専門ページのレイアウト---*/

#kuchikomi ul.button{
  text-align:center;
}


#kuchikomi ul.button li{
  display:inline;
  margin:0 20px;
}

#kuchikomi ul.button li:hover{
  opacity:0.7;
}</pre></body></html>