@charset "utf-8";

/*---------- hospitalization ----------*/
.red {
	color: #FF0000;
}
.small {
	font-size: 30%;
}

.big {
	font-size: 100%;
}

.title {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content>h1:first-child {
  background: url(../../../images/visual_intro.jpg) 0 0 no-repeat;
}

#content h2 {
	background-image: url(../../images/head_introduction.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content h3 {
  border-left: 5px solid #E78C6D;
}

#content h4 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 0 5px 15px;
	background-image: url(../images/bg_h4recruit.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#content p {
	margin-left: 20px;
}

#content .imageblock ul {
	width: 500px;
	margin-left: 25px;
}


#content #wrap span {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

#wrap .image {
	margin: 0 61px 30px;
}

#wrap figure legend {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #00A0D3;
}

#wrap figure img {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

#wrap .image img {
	margin: 0 auto;
	background-color: #fff
}
#content .generallist {
	margin-left: 10px;
	overflow: hidden;
}
#content .generallist li {
	/*float: left;*/
	margin-left: 10px;
	margin-bottom: 0px;
}
#content .generallist li.koen-list {
	float: none;
}

#director #wrap #wplink li {
  float: left;
  margin: 0 15px 15px 0;
  background: #554137;
  padding: 0 0 2px;
  border-radius: 5px;
}

#director #wrap #wplink li:hover {
  padding: 2px 0 0;
}

#director #wrap #wplink a {
  display: table-cell;
  vertical-align: middle;
  width: 293px;
  height: 30px;
  border: 1px solid #846455;
  background: #997563 url(../images/icon01.png) 6px 5px no-repeat;
  padding-left: 28px;
  text-shadow: 0 0 1px #666;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.2s;
}

#director #wrap #wplink a:hover {
  background: #B3978A url(../images/icon01.png) 6px 5px no-repeat;
}



/*100th　*/



table.type07 { 
    border-collapse: collapse; 
    text-align: left; 
    line-height: 1.5; 
    border: 1px solid #ccc; 
} 
table.type07 thead { 
    border-right: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    background: #00A0D3; 
} 
table.type07 thead th { 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: top; 
    color: #fff; 
} 
table.type07 tbody th { 
    width: 150px; 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: top; 
    border-bottom: 1px solid #ccc; 
    background: #efefef; 
} 
table.type07 td { 
    padding: 10px; 
    vertical-align: top; 
    border-bottom: 1px solid #ccc; 
} 
