@charset "utf-8";
/*
 * Style Name: 関西医療大学
 * Description: レイアウト(就職情報下層ページ部分)
 * Last Up Date: 2007/11/27
 * Author: 
 */

/* パンくず
 ---------------------------------*/
div.content-path {
	background: url('/daigaku/job_career/images/content-path_bg.jpg') top left no-repeat;
}

div.content-path li.current {
	color: #aeab42;
}

/* コンテンツ右
 ---------------------------------*/

h3 {
	margin-bottom:20px;
}

p {
	margin-bottom:15px;
	font-size: 0.9em;
	line-height: 1.8;
}

/* コンテンツ右
 ---------------------------------*/
p.w500 {
	width: 500px;
	}
 
p.w350 {
	width: 350px;
	}
	 
.section {
	width: 500px;
}

.noindent {
	width: 500px;
	}

.section p {
	margin: 0 0 1em 25px;
	font-size: 0.9em;
	line-height: 1.8;
}

.noindent p {
	margin-left: 0;
	}

.section p.paragraphEnd {
	margin-bottom: 50px;
}

.section p.lead {
	width: 500px;
	margin: 10px 0 0 0;
	font-size: 0.9em;
	line-height: 1.8;
}

.section p.data {
	text-align: right;
}

/* 見出し
 ---------------------------------*/
.section h3{
	margin: 5px 0 15px 0;
	padding: 3px 0 0 25px;
	background: url('/daigaku/job_career/images/subt_bg.gif') top left no-repeat;
	color: #333;
	font-size: 1.0em;
	line-height:26px;
}

.section p.title {
	margin-bottom: .2em;
	font-weight: bold;
	}

/* ページ内リンク
 ---------------------------------*/
/*
横並び
*/
div.contpath-h {
	width: 500px;
	margin: 10px 0 20px 0;
	padding-bottom:20px;
}

div.contpath-h ul {
	list-style-type: none;
	font-size: 0.9em;
}

div.contpath-h ul li {
	float: left;
	margin: 0 40px 0 0;
	padding: 0 5px 5px 0;
	background: url('/daigaku/job_career/images/contpath_mark.gif') right 7px no-repeat;
	width:65px;
}

/*
縦並び
*/
div.contpath-v {
	width: 500px;
	margin: 10px 0 35px 0;
}

div.contpath-v ul {
	list-style-type: none;
	font-size: 0.9em;
}

div.contpath-v ul li {
	clear: both;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 10px 0 0;
	background: url('/daigaku/job_career/images/contpath_mark.gif') right 7px no-repeat;
}

/* コンテンツ左
 ---------------------------------*/

div.menu {

	border-bottom: 1px solid #DAD8A9;
	background-image: url('/daigaku/job_career/images/menubg.gif');
	
}

div.menu li {

	background-image: url('/daigaku/job_career/images/index_table_mark.gif');
	
}

div.menu li.here {

	background-image: url('/daigaku/job_career/images/index_table_mark.gif');	
	
}

div.menu li.here a {
	color: #aeab42;
	text-decoration:none;
}

table.info_table {
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 500px;
}

table.no-comment {
	margin-bottom: 30px;
}

table.info_table caption {
	margin-bottom:.5em;
	padding:5px 0 5px 10px;
	border-left:4px solid #2859A4;
	width:90%;
	font-weight:bold;
	text-align:left;
	font-size:1em;
}

table.info_table thead {
	margin: 0;
	padding: 0;
}

table.info_table thead th,
table.info_table tbody th,
table.info_table tfoot th {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E6E6E6;
	font-weight: normal;
	text-align: center;
}

table.info_table tbody td,
table.info_table tfoot td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

table.info_table thead th.light-gray,
table.info_table tbody th.light-gray,
table.info_table tfoot th.light-gray,
table.info_table tbody td.light-gray,
table.info_table tfoot td.light-gray {
	background-color: #F2F2F2;
	text-align: left;
}

.center-center {
	text-align: center !important;
	vertical-align: middle !important;
}

table.info_table tbody td.list01,
table.info_table tfoot td.list01 {
	text-align: left;
}

/* 表組
 ---------------------------------*/
table.life_table {
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.indent_table {
	margin: 0 0 0 25px !important;
}

table.life_table caption {
	margin-bottom:.5em;
	padding:5px 0 5px 10px;
	border-left:4px solid #2859A4;
	width:90%;
	font-weight:bold;
	text-align:left;
	font-size:1em;
}

table.life_table thead {
	margin: 0;
	padding: 0;
}

table.life_table thead th,
table.life_table tbody th,
table.life_table tfoot th {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E6E6E6;
	font-weight: normal;
	text-align: center;
}

table.life_table tbody td,
table.life_table tfoot td {
	padding: 5px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

table.life_table thead th.light-gray,
table.life_table tbody th.light-gray,
table.life_table tfoot th.light-gray,
table.life_table tbody td.light-gray,
table.life_table tfoot td.light-gray {
	background-color: #F2F2F2;
	text-align: left;
}

.center-center {
	text-align: center !important;
	vertical-align: middle !important;
}

table.life_table tbody td.list01,
table.life_table tfoot td.list01 {
	text-align: left;
}

.marginb{
	margin:0 0 30px 0 !important;
	}

