@charset "UTF-8";

/* ---------------------
NISHIIZU_RECRUIT_DOCTOR
main.css
--------------------- */

/*--------------------------------------
    RESET
--------------------------------------*/
html,body,div { 
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/*--------------------------------------
    FONT
--------------------------------------*/
body { 
	line-height: 175%;
	font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'Lucida Grande', sans-serif;
	font-style:normal;
	font-size: 81%;
	text-align: justify;
	text-justify: inter-ideograph;
	color:#4D4D4D;
	/*font-size: small;
	font: x-small;*/
}

/*--------------------------------------
    LINK
--------------------------------------*/
a {	        color: #808080;}/*GRAY*/
a:visited { }
a      {  text-decoration: none;}
a:link {  text-decoration: none;}
a:active {text-decoration: none;}
a:hover { text-decoration: underline;}

/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*--------------------------------------
    LAYOUT
--------------------------------------*/
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #FEF9FB;
}
#headerInner {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
	height: 190px;
}
#glovalNav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 57px;
}
footer {
	margin: 28px 0 0 0;
	padding: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #000000;
	clear: both;
}
footer #footerInner {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
	height: 40px;
}

/*--------------------------------------
    HEADER
--------------------------------------*/
#pageHeader h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 68px;
	width: 573px;
	height: 45px;
}
#glovalNav ul {
	margin: 0;
	padding:0;
}
#glovalNav li {
	float: left;
	list-style: none;
}
#fontchanger {
	position: absolute;
	top: 70px;
	right: 0;
	line-height: 1;
	vertical-align: middle;
}
#fontchanger dt {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 93%;
}
#fontchanger dd {
	margin: -7px 0 0 7px;
	padding: 0;
	float: left;
}

/*--------------------------------------
    MAIN
--------------------------------------*/
#mainSection {
	margin: 10px 0 0 0;
	padding:0;
	width: 100%;
}
#topicPath {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
	height: 1em;
}
#topicPath ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 1em;
}
#topicPath li {
	float: left;
	font-size: 75%;
	list-style: none;
}
#mainSection #pageTitle {
	margin: 10px 0 15px;
	padding: 0;
	width: 100%;
	height: 110px;
	background: url(../img/all/all_title_bg.gif) repeat-x 0 0;
}
#mainSection #pageTitle h2 {
	margin: 0 auto;
	padding: 28px 0 0 0;
	width: 960px;
	line-height: 1;
	}
	#mainSection #pageTitle h2 img {
		margin-right: 1em;
		float: left;
	}
	#mainSection #pageTitle h2 .titlePara {
		margin-top: 16px;
		margin-left: 2em;
		display: block;
		font-size: 68%;
		font-weight: normal;
		line-height: 1;
	}
#mainSection #mainSectionInner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#mainSection #textArea {
	margin: 30px 0 0 0;
	padding: 0 115px;
}
#mainSection #textArea p {
	line-height: 220%;
	font-family: "ＭＳ Ｐ明朝", "MS P Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", "Heisei Mincho", serif;
	font-size: 110%;
	}
	#mainSection #textArea p span {
		font-weight: bold;
		color: #174F9E;
	}

.center { text-align: center; }
.bottomMargin0 { margin-bottom: 0 !important; }
.bottomMargin10 { margin-bottom: 10px !important; }

/*--------------------------------------
    FOOTER
--------------------------------------*/
footer #footerNav ul {
	margin: 0;
	padding:0;
	line-height: 1;
}
footer #footerNav li {
	margin: 14px 0 0 0;
	padding: 0 1em 0;
	float: left;
	list-style: none;
	font-size: 75%;
	border-right: 1px solid #000000;
	}
	footer #footerNav li a {
		color: #000000;
	}
footer #footerNav li:first-child {
	border-left: 1px solid #000000;
}
footer p {
	margin: 0;
	padding: 0;
}
footer small {
	position: absolute;
	top: 15px;
	right: 0;
	line-height: 1;
	font-size: 62%;
	color: #000000;
}

/*--------------------------------------
    TOP
--------------------------------------*/
#top #pageHeader {
	background: #FEF9FB url(../img/top/top_header_bg.gif) repeat-x 0 100%;
}
#top #headerInner {
	height: 220px;
}
#top #glovalNav {
	bottom: 30px;
}

#top #mainSection {
	margin: 0;
	padding: 0;
	height: 539px;
	background: url(../img/top/top_main_bg.gif) repeat-x 0 0;;
}
#top #mainSection #mainSectionInner {
	width: 966px;
}
#top #mainSection ul {
	margin: 0;
	padding: 0;
	height: 538px;
	position: relative;
}
#top #mainSection li {
	position: absolute;
	list-style: none;
}
#top #mainSection li p {
	margin: 0;
	position: absolute;
	z-index: 10;
}
#top #mainSection #greetingBtn {
	top: 16px;
	left: 1px;
	width: 582px;
	height: 392px;
	}
	#greetingBtn p {
		left: 380px;
		bottom: 13px;
	}
#top #mainSection #humanBtn {
	top: 16px;
	left: 591px;
	width: 184px;
	height: 231px;
	}
	#humanBtn p {
		left: 12px;
		bottom: 12px;
	}
#top #mainSection #roleBtn {
	top: 16px;
	left: 782px;
	width: 184px;
	height: 231px;
	}
	#roleBtn p {
		left: 12px;
		bottom: 12px;
	}
#top #mainSection #pdfBtn {
	top: 257px;
	left: 591px;
	width: 375px;
	height: 150px;
	}
	#pdfBtn p {
		right: 15px;
		bottom: 14px; 
	}
#top #mainSection #scholarshipBtn {
	left: 1px;
	bottom: 26px;
	width: 478px;
	height: 95px;
	}
	#scholarshipBtn p {
		right: 10px;
		bottom: 11px;
	}
#top #mainSection #structureBtn {
	right: 1px;
	bottom: 26px;
	width: 478px;
	height: 95px;
	}
	#structureBtn p {
		right: 10px;
		bottom: 11px;
	}
#top #bottomNav {
	margin: 32px auto 0;
	width: 966px;
	background: url(../img/top/top_hospital_bg_middle.gif) repeat-y 0 0;
}
#top #bottomNav #bottomNavBottom {
	padding-bottom: 25px;
	background: url(../img/top/top_hospital_bg_bottom.gif) no-repeat 0 100%;
}
#top #bottomNav h2 {
	margin: 0;
	padding: 0;
}
#bottomNav ul {
	margin: 25px auto 0;
	padding: 0;
	width: 896px;
	height: 150px;
}
#bottomNav li {
	margin: 0 0 0 24px;
	width: 206px;
	height: 150px;
	float: left;
	list-style: none;
	}
	#bottomNav li:first-child {
		margin: 0;
	}
#bottomNav li p {
	margin: 0;
	padding:0;
	position: absolute;
	left: 35px;
	bottom: 22px;
	width: 162px;
	height: 27px;
}

/*--------------------------------------
    GREETING
--------------------------------------*/
#greeting #mainSectionInner #rijiImg {
	width: 484px;
	height: 652px;
}
#greeting #textArea {
	margin: 0 0 0 498px;
	padding: 0;
	position: absolute;
	top: 400px;
	width: 520px;
	background: url(../img/greeting/greeting_bg_logo.gif) no-repeat 90% 10%;
}
#greeting #textArea h3 {
	margin: 0 0 25px 0;
}

/*--------------------------------------
    HUMAN
--------------------------------------*/
#human #mainSection #textArea p{
	margin-bottom: 40px;
}

/*--------------------------------------
    ROLE
--------------------------------------*/
#role #mainSectionInner {
	width: 960px;
	height: 894px;
	position: relative;
	background:url(../img/role/role_mainImg.jpg) no-repeat 50% 0;
}
#role #mainSectionInner ul {
	margin: 0;
	padding: 0;
}
#role #mainSectionInner li {
	list-style: none;
}
#role #mainSectionInner #roleBtn li {
	position: absolute;
}
#role #mainSectionInner #roleBtn01 {
	top: 55px;
	left: 130px;
}
#role #mainSectionInner #roleBtn02 {
	top: 55px;
	left: 510px;
}
#role #mainSectionInner #roleBox {
	margin: 0 auto 0;
	padding: 140px 0 0 3px;
	width: 815px;
	position: relative;
	z-index: 10;
}
#role #mainSectionInner #roleBox #role01 {
	width: 815px;
	height: 523px;
	cursor: pointer
}
#role #mainSectionInner #roleBox #role02 {
	width: 815px;
	height: 577px;
	cursor: pointer
}

/*--------------------------------------
    SCHOLARSHIP
--------------------------------------*/
#scholarship #scholarshipInfo {
	margin-top: 5px;
	width: 540px;
	height: 505px;
	position: relative;
	float: right;
}
#scholarship #scholarshipInfo p {
	font-family: "ＭＳ Ｐ明朝", "MS P Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", "Heisei Mincho", serif;
	font-size: 114%;
	line-height: 180%;
}
#scholarship #shioriBtn {
	margin: 45px 0 0 -6px;
}
#scholarship #scholarshipInquiry {
	position: absolute;
	bottom: 0;
}
#scholarship #scholarPoster {
	margin-left: -10px;
}

/*--------------------------------------
    STRUCTURE
--------------------------------------*/
#structure #structureLead {
	margin-left: 21px;
}
#structure #mainSectionInner {
	padding: 0 20px 0 0;
	width: 991px;
	font-family: "ＭＳ Ｐ明朝", "MS P Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", "Heisei Mincho", serif;
}
#structure #mainSectionInner p {
	font-size: 114%;
	line-height: 180%;
}
#structure .structureBox {
	background: url(../img/structure/structure_column_middle.gif) repeat-y 0 0;
}
#structure .structureBox h3 {
	margin: 20px 0 5px 0;
}
#structure .structureInner {
	padding: 0 60px 30px 81px;
	background: url(../img/structure/structure_column_bottom.gif) no-repeat 0 100%;
}
#structure .structureInner p {
	margin: 0 0 1em 0;
	font-size: 129% !important;
	line-height: 185% !important;
}
#structure .structureInner p em {
	font-style: normal;
	font-weight: bold;
}
#structure .structureInner h4 {
	margin: 30px 0 20px 0;
}
#structure .structureInner ul {
	margin: 0 -46px 10px 0;
	padding: 0;
	width: 896px;
	list-style: none;
}
#structure .structureInner li {
	margin: 0 46px 0 0;
	padding: 0;
	float: left;
}
.structure01 { color: #F5A100; }
.structure02 { color: #F092AF; }
.structure03 { color: #8EC323; }
.rightFloat {
	margin: 5px 0 0 50px;
	float: right;
}

/*--------------------------------------
    HOSPITAL
--------------------------------------*/
#hospital #mainSectionInner {
	width: 970px;
}
#hospital .hospitalTop {
	margin-bottom: 15px;
	padding: 10px 0 0 0;
	background: url(../img/hospital/hospital_bg_top.gif) no-repeat 0 0;
}
#hospital .hospitalMiddle {
	background: url(../img/hospital/hospital_bg_middle.gif) repeat-y 0 0;
}
#hospital .hospitalBottom {
	padding-bottom: 10px;
	background: url(../img/hospital/hospital_bg_bottom.gif) no-repeat 0 bottom;
}
#hospital .hospitalImg {
	margin: 15px 25px;
	width: 361px;
	height: 266px;
	float: left;
}
#hospital .hospitalTop dl {
	margin: 0 25px 0 411px;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}
#hospital .hospitalTop dt {
	margin: 15px 0 15px 0;
	padding: 15px 0 15px 25px;
	border-bottom: 1px solid #CCCCCC;
	}
	#takekawa { border-top: 2px solid #21AC42; }
	#atagawa { border-top: 2px solid #EC7AAC; }
	#nishiizu { border-top: 2px solid #54C3F1; }
	#ishinomaki { border-top: 2px solid #3076BB; }
#hospital .hospitalTop dd {
	margin: 0 0 18px 0;
	padding: 0 0 0 25px;
	font-family: "ＭＳ Ｐ明朝", "MS P Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", "Heisei Mincho", serif;
	font-size: 118%;
	line-height: 220%;
}
#hospital .hospitalTop dd a {
	margin-left: -4px;
}