@charset "EUC-JP";

/* 
=== JIKEI UNIVERSITY / Daisan  ======================

	カテゴリー振り分けページ

====================================================== */
/*	Date : 2019.01	*/


#category_container { 
	celar: both; 
	width: 950px; 
	margin: 0 auto; 
	padding: 0 0 30px; 
	*zoom: 1; 
}
#category_container:after {
  content: ".";
  display: block;
  clear: both; 
  visibility: hidden; 
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
} 

#select_area { 
	width:950px;
	display:block;
	margin:20px 0 0;
} 
#select_area ul{
	display:block;
	height:350px;
}
#select_area li.patient{
	display:block;
	float:left;
	margin:0 34px 0 0px;
	background:url("../image/category_btn01.jpg") #FFF no-repeat;
	width:458px;
	height:350px;
} 
#select_area li.worker{
	display:block;
	float:left;
	margin:0 0 0 0;
	background:url("../image/category_btn02.jpg") no-repeat;
	width:458px;
	height:350px;
} 

#select_area ul li:hover{
    opacity: 0.7;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
} 

h2.category{ 
  color: #FFF; 
  letter-spacing:0.15em;
  line-height:150%;
  text-align:center;
  padding-top:135px;
  font-weight:normal;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 }





