@charset "EUC-JP";

/* 
=== JIKEI UNIVERSITY / recruit_nurse  ======================

	第2階層以降の汎用スタイル指定

====================================================== */
/*	Date : 2012.01	*/


.mainColumn { 
	width: 745px; 
	float: left; 
	margin: 15px 0;

	} 
.breadcrumb { 
	margin: 0 0 12px; 
	color: #999999; 
	}
.dotline { 
	background: url(../image/dotline.gif) repeat-x left center; 
	} 
.lineH17 { 
	line-height: 1.7; 
	}
.purple{
	color: #be3b8b;
	}


/*	タイトル周り 
 ------------------------------------ */
.pgTitle { 
	background: url(../image/pgtitle-bg.jpg) no-repeat left center; 
	line-height: 35px; 
	padding: 0 20px; 
	color: #001589; 
	font-weight: bold; 
	} 
.icoTitle { 
	background: url(../image/icotitle-bg.gif) repeat-x left bottom; 
	font-weight: normal; 
	color: #3366cc; 
	padding: 0 0 5px; 
	} 
.icoTitle span { 
	background: url(../image/icotitle-icon.gif) no-repeat left center; 
	padding: 0 0 0 26px; 
	} 
.blueTextTitle { 
	font-weight: bold; 
	color: #043198; 
	}
.pinkTextTitle { 
	font-weight: bold; 
	color: #a91970; 
	}


/*	写真周り 
 ------------------------------------ */
.sinryoPhoto { 
	border: 1px solid #d3dcde; 
	width: 88px; 
	height: 105px; 
	margin-bottom: 5px; 
	} 
.sinryoPhoto img { 
	margin: 4px; 
	} 
.sinryoName { 
	font-size: 10px; 
	}


/*	Visit
 ------------------------------------ */
.visitInformation { 
	border: 1px solid #86c3fc; 
	margin: 0 0 25px; 
	color: #0a63b5; 
	} 
.visitInformation .line { 
	border-right: 1px solid #86c3fc; 
	} 
.visitInformation .note { 
	padding-left: 1em; 
	text-indent: -1em; 
	margin: 4px 2px; 
	} 
.visitInformation table { 
	width: 450px; 
	} 
.visitInformation table.blueBg th { 
	padding: 3px 0; 
	text-align: center; 
	font-weight: normal; 
	color: #FFFFFF; 
	background: #3683cb; 
	} 
.visitInformation table.blueBg td { 
	text-align: center; 
	color: #0a63b5;
	padding: 3px 0; 
	border-bottom: 1px solid #86c3fc; 
	border-right: 1px solid #86c3fc; 
	} 
.visitInformation table.blueBg td.last { 
	border-right: none; 
	} 
.visitInformation table.redBg th { 
	padding: 3px 0; 
	text-align: center; 
	font-weight: normal; 
	color: #FFFFFF; 
	background: #cc3333; 
	} 
.visitInformation table.redBg td { 
	color: #0a63b5;
	padding: 5px 4px 3px; 
	} 


/*	entryFrom
 ------------------------------------ */
table.entryForm {
 	line-height: 1.7;
	margin: 0;
	padding: 0;
	}
table.entryForm th {
	width: 170px;
	font-weight: normal;
	text-align: left; 
 	}
table.entryForm td {
	background: #FFF;
	padding-top: 7px;
  	}
table.entryForm td .inputSizeL {
	width: 400px;
	}
table.entryForm td .inputSizeM {
	width: 200px;
	}
table.entryForm td .inputSizeS {
	width: 70px;
	}
table.entryForm td .inputSizeSS {
	width: 50px;
	}
table.entryForm td .attenion {
	color: #be3b8b;
	font-size: 12px;
	}
	
table.formeSet {
 	line-height: 1.7;
	margin: 0;
	padding: 0;
	}
table.formeSet th {
	width: 130px;
	font-weight: normal;
	text-align: center;
	background: #f3f3f3;
 	}
table.formeSet td {
	background: #FFF;
	text-align: left;
  	}
	
.submit {
	padding-top: 25px;
	text-align: center;	
	}
.error {
	width: 725px;
	padding: 10px;
 	line-height: 1.7;
	background-color: #fde8f4;
	color: #F00;
	border: solid 2px;
	font-weight: bold;
	}
.comp_txt{

	margin: 50px 50px;
	padding: 50px;
	font-size: 18px;
	text-align: center;
	background-color: #FFF7FB;
	border: solid 2px #CCC;
	font-weight: bold;
	}