@charset "utf-8";

/*////////////////////////////////////////////////////////////////////////////////////////

	[nuhw_syllabus_cd-h28.css] Ver.201600318
	
	(C) WITH UP CO. LTD.
	
	contents:
		A. default
		
		B. NUHW Syllabus CD H28 1（今回のコンテンツ用css）
			B-01 body
			B-02 #container
			B-03	h1
			B-04 パンくず（#breadcrumbs）
			B-05 #index
			B-06 フッター画像
			B-07 #content
			B-08 h2
			B-09 p
			B-10 list（ol・ul・dl）
			B-11 table
			B-12 a
			B-13 #curriculum・#list 共通
			B-14 #curriculum（学年を選ぶリスト）
			B-15 #list（学科を選ぶリスト）
			B-16 #pmenu（各学科ページのページ内リンク）
				※B-03～B-04 #header
				※B-05～B-06 #footer
				※B-07～     #content
				
		C. NUHW Syllabus CD H28 2（今回のコンテンツ用css 各学科ページ専用部分）
			C-01 .pt（理学）
			C-02 .ot（作業）
			C-03 .st（言語）
			C-04 .at（義肢）
			C-05 .mt（臨床）
			C-06 .or（視機）
			C-07 .hn（健栄）
			C-08 .hs（健ス）
			C-09 .nr（看護）
			C-10 .sw（社会）
			C-11 .hi（情報）

////////////////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	A. default

------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.43;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;	
	font-size: 14px;
	color: #000;
}

th,
td {
	line-height: 1.43;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000;
}

th {
	font-weight: bold;
}

textarea {
	font-size: 14px;
}

hr {
	display: none;
}

a img {
	border: none;
}


/*----- list -----*/
ul.nostyle,
ol.nostyle {
	list-style: none;
}


/*----- cf -----*/

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}


/*----- class -----*/
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nodisplay {
	display: none;
}


/*------------------------------------------------------------------------------

	B. NUHW Syllabus CD H28 1（今回のコンテンツ用css）

------------------------------------------------------------------------------*/

/*----- B-01 body -----*/
body {
	padding: 14px 14px;
	background-color: #E5E5E5;
	text-align: center;
	color: #111;
}


/*----- B-02 #container -----*/
#container {
	min-width: 600px;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 28px;
	background-color: #FFF;
	border: 1px solid #666;
	text-align: left;
}

* html #container {
	width: 800px;
	height: auto;
} /*IE 6*/


/*----- B-03 h1 -----*/
h1 {
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 242.86%;	/* 34px */
}

h1 span {
	display: block;
	margin-bottom: 0.2em;
}

h1 #era {
	font-size: 64.71%;	/* 22px */
}

h1 #ad {
	margin-bottom: 0.5em;
	font-size: 52.94%;	/* 18px */
}


/*----- B-04 パンくず（#breadcrumbs） ----------*/
#breadcrumbs {
	list-style: none;
	margin: 0 0 0.5em;
	text-align: right;
	font-size: 85.71%;	/* 12px */
}

#breadcrumbs li {
	display: inline;
	padding-left: 21px;
	background-image: url(../images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}

#breadcrumbs li.first {
	padding-left: 0;
	background: none;
}

#breadcrumbs li a:visited {
	color: #666;
}

#breadcrumbs li a:hover {
	color: #A9DC34;
}


/*----- B-05 #index ----------*/
#index {
	list-style: none;
	margin: 2em 0 1em;
	text-align: right;
	font-size: 85.71%;	/* 12px */
}

#index li {
	display: inline;
	margin-left: 1em;
}

#index li.first {
	margin-left: 0;
}

#index li a:visited {
	color: #666;
}

#index li a:hover {
	color: #A9DC34;
}



/*----- B-06 フッター画像 ----------*/
#footer p img {
	font-size: 18px;
}


/*----- B-07 #content ----------*/
#content {
	padding: 0 28px;
}


/*----- B-08 h2 ----------*/
h2 {
	padding-left: 28px;
	background-image: url(../images/head-default.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 157.14%; /* h1 #era と同じに */
}

* html h2 {
	background-position: left 1px;	/*IE6*/
}

*:first-child+html h2 {
	background-position: left 1px;	/*IE7*/
}


/*----- B-09 p ----------*/
p { margin: 0 0 0 28px;}

p.note {
	margin: 1em 0 1em 28px;
	padding-left: 19px;
	background-image: url(../images/mark_error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #F00;
}


/*----- B-10 list（ol・ul・dl） ----------*/
ol {
	margin:0 0 0 48px;
}

ul {
	margin:0 0 0 48px;
}

li {
	margin: 1em 0;
}

dl {
	margin: 0 0 0 28px;
}

dt {
	font-weight: bold;
}

dt,
dd {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 12px;
}

dd ul {
	margin-left: 18px;
}

td ul {
	margin: 0 0 0 24px;	/* ul->margin-left ÷ 2 */
}

td li {
	margin: 0;
}


/*----- B-11 table ----------*/
table {
	/* width: 100%; NG */
	margin: 0.5em 28px;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0.5em 0.75em;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
}

thead th {
	text-align: center;
}

thead th,
thead td {
	background-color: #86B11F;
	border-color: #666;
	color: #FFF;
}

tbody th			 { text-align: center;}

tbody th.name	 {
	padding: 0;
	text-align: left;
	font-size: 0;
}

tbody th.name a {
	display: block;
	padding: 0.5em 0.75em;	/* = th -> padding */
	width: 100%;
	height: 100%;
	font-size: 14px;
	box-sizing: border-box;
}

tbody th.name a,
tbody th.name a:link {
	text-decoration: underline;
}

tbody th.name br {
	display: none;
}

tbody tr.subject_group th {
	background-color: #D0EC8E;
	text-align: left;
}

tbody tr.subject_group th span a {
	display: block;
	font-size: 85.71%;	/* 12px */
	font-weight: normal;
	color: #000;
	text-align: right;
}

tbody tr.subject_group th span a:visited {
	color: #000;
}

tbody tr.subject_group th span a:hover {
	color: #FFF !important;
}

tbody th span.class_info {
	display: block;
	padding: 0 10.5px 7px;	/* = th -> padding, NG em */
	/* font-size: 85.71%;	/* 12px */
	font-size: 12px;	/* NG % */
	font-weight: normal;
}

tbody th span.attention {
	font-weight: normal;
}

tbody td {
	text-align: center;
}

tbody td.code,
tbody td.school_year,
tbody td.lecture_age,
tbody td.time,
tbody td.compulsory,
tbody td.choose,
tbody td.free {
	white-space: nowrap;
}

tbody td.code span {
	display: block;
	text-align: left;
}

tbody td.recital {
	text-align: left;
}

tbody td p {
	margin: 7px 0;
}

tbody td ol {
	margin-left: 32px;
}

tbody tr.subtotal td,
tbody tr.total td {
	text-align: left;
}

tbody tr.total td {
	font-weight: bold;
	white-space: nowrap;	/* 学科最後の備考のみ、<br>記述の可能性があるので */
}

tbody tr.over th,
tbody tr.over td {
	background-color: #FFE1E1;
}


/*----- B-12 a ----------*/
a,
a:link,
a:active {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #A9DC34;
	text-decoration: underline;
}


/*----- B-13 #curriculum・#list 共通 -----*/
#curriculum,
#list dd ul {
	list-style: none;
}

#curriculum li,
#curriculum li a,
#list dd ul li,
#list dd ul li a {
	background-repeat: no-repeat;
	background-position: left center;
}

#curriculum li,
#list dd ul li {
	background-image: url(../images/menu-o.gif);
}

#curriculum li a,
#list dd ul li a {
	padding-left: 17px;
	background-image: url(../images/menu.gif);
}

#curriculum li a:hover,
#list dd ul li a:hover {
	background: none;
}


/*----- B-14 #curriculum（学年を選ぶリスト） -----*/
#curriculum {
	margin-top: 28px;
	font-size: 171.43%;	/* 24px */
}

#curriculum li {
	background-image: url(../images/menu_top-o.gif);
}

#curriculum li a {
	padding-left: 23px;
	background-image: url(../images/menu_top.gif);
}

#curriculum li a:hover {
	background: none;
}


/*----- B-15 #list（学科を選ぶリスト） -----*/
#list dt {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 142.86%;	/* 20px */
}

#list dt#medical {
	background-image: url(../images/depa_g-medical.gif);
}

#list dt#health {
	background-image: url(../images/depa_g-health.gif);
}

#list dt#welfare {
	background-image: url(../images/depa_g-welfare.gif);
}

#list dt#management {
	background-image: url(../images/depa_g-management.gif);
}


/*----- B-16 #pmenu（各学科ページのページ内リンク） -----*/
#pmenu {
	margin: 26px 65px 2em;
	padding: 11px;
	border-width: 1px;
	border-color: #86B11F;
	border-style: dashed;
	border-radius: 5px;
	font-size: 85.71%;	/* 12px */
}

/* cfと同じ */

/* For modern browsers */
#pmenu div:before,
#pmenu div:after {
	content:"";
	display:table;
}

#pmenu div:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
#pmenu div {
	zoom: 1;
}

#pmenu div { 
	overflow: hidden;
}

#pmenu div p {
	float: left;
	width: 32%;
	margin: 0.5em 0 0 0;
	padding-left: 0.5em;
	overflow: visible;
}

/*\*/
#pmenu div p {
	width: 31%;
}
/**//*Mac IE以外*/

#pmenu div.first p {
	margin: 0;
}

#pmenu div p.first {
	padding: 0;
}

#pmenu div p a {
	display: block;
	padding: 0.25em 0;
}

#pmenu div p a:visited {
	color: #666;
}

#pmenu div p a:hover {
	color: #A9DC34;
}


/*------------------------------------------------------------------------------

	C. NUHW Syllabus CD H28 2（今回のコンテンツ用css 各学科ページ専用部分）

------------------------------------------------------------------------------*/

/*----- C-01 .pt（理学） ----------*/
.pt h2 {
	background-image: url(../images/head-pt.gif);
}

.pt table {
	border-color: #333;
}

.pt th,
.pt td {
	border-color: #666;
} /*表の線色変更*/

.pt thead th,
.pt thead td {
	background-color: #492F6A;
	border-color: #888;
}

.pt tbody tr.subject_group th {
	background-color: #B49BD2;
}

.pt #pmenu {
	border-color: #492F6A;
}

.pt tbody tr.subtotal td,
.pt tbody tr.total td {
	color: #492F6A;
}

#container.pt th.name a:visited {
	color: #774BAB;
}  /* 標準色は黒と同化するので薄めに */

#container.pt a:hover,
#container.pt th.name a:hover {
	color: #B49BD2;
}

/*----- C-02 .ot（作業） ----------*/
.ot h2 {
	background-image: url(../images/head-ot.gif);
}

.ot thead th,
.ot thead td {
	background-color: #2E4983;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.ot tbody tr.subject_group th {
	background-color: #A5B8E0;
}

.ot #pmenu {
	border-color: #2E4983;
}

.ot tbody tr.subtotal td,
.ot tbody tr.total td {
	color: #2E4983;
}

#container.ot th.name a:visited {
	color: #2E4983;
}

#container.ot a:hover,
#container.ot th.name a:hover {
	color: #A5B8E0;
}


/*----- C-03 .st（言語） ----------*/
.st h2 {
	background-image: url(../images/head-st.gif);
}

.st thead th,
.st thead td {
	background-color: #0080B7;
}

.st tbody tr.subject_group th {
	background-color: #CCF0FF;
}

.st #pmenu {
	border-color: #0080B7;
}

.st tbody tr.subtotal td,
.st tbody tr.total td {
	color: #0080B7;
}

#container.st th.name a:visited {
	color: #0080B7;
}

#container.st a:hover,
#container.st th.name a:hover {
	color: #88DBFF;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-04 .at（義肢） ----------*/
.at h2 {
	background-image: url(../images/head-at.gif);
}

.at thead th,
.at thead td {
	background-color: #1B6963;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.at tbody tr.subject_group th {
	background-color: #9CE7E1;
}

.at #pmenu {
	border-color: #1B6963;
}

.at tbody tr.subtotal td,
.at tbody tr.total td {
	color: #1B6963;
}

#container.at th.name a:visited {
	color: #1B6963;
}

#container.at a:hover,
#container.at th.name a:hover {
	color: #73DDD6;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-05 .mt（臨床） ----------*/
.mt h2 {
	background-image: url(../images/head-mt.gif);
}

.mt thead th,
.mt thead td {
	background-color: #004A9F;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.mt tbody tr.subject_group th {
	background-color: #8FB4FE;
}

.mt #pmenu {
	border-color: #004A9F;
}

.mt tbody tr.subtotal td,
.mt tbody tr.total td {
	color: #004A9F;
}

#container.mt th.name a:visited {
	color: #004A9F;
}

#container.mt a:hover,
#container.mt th.name a:hover {
	color: #8FB4FE;
}


/*----- C-06 .or（視機） ----------*/
.or h2 {
	background-image: url(../images/head-or.gif);
}

.or thead th,
.or thead td {
	background-color: #002D95;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.or tbody tr.subject_group th {
	background-color: #A2B5FF;
}

.or #pmenu {
	border-color: #002D95;
}

.or tbody tr.subtotal td,
.or tbody tr.total td {
	color: #002D95;
}

#container.or th.name a:visited {
	color: #002D95;
}

#container.or a:hover,
#container.or th.name a:hover {
	color: #A2B5FF;
}


/*----- C-07 .hn（健栄） ----------*/
.hn h2 {
	background-image: url(../images/head-hn.gif);
}

.hn thead th,
.hn thead td {
	background-color: #E07101;
}

.hn tbody tr.subject_group th {
	background-color: #FFDBB7;
}

.hn #pmenu {
	border-color: #E07101;
}

.hn tbody tr.subtotal td,
.hn tbody tr.total td {
	color: #E07101;
}

#container.hn th.name a:visited {
	color: #E07101;
}

#container.hn a:hover,
#container.hn th.name a:hover {
	color: #FFA64D;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-08 .hs（健ス） ----------*/
.hs h2 {
	background-image: url(../images/head-hs.gif);
}

.hs table {
	border-color: #333;
}	/*線色指定*/

.hs th,
.hs td {
	border-color: #666;
} /*表の線色変更*/

.hs thead th,
.hs thead td {
	background-color: #CA2C1A;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.hs tbody tr.subject_group th {
	background-color: #F2A49B;
}

.hs #pmenu {
	border-color: #CA2C1A;
}

.hs tbody tr.subtotal td,
.hs tbody tr.total td {
	color: #CA2C1A;
}

#container.hs th.name a:visited {
	color: #CA2C1A;
}

#container.hs a:hover,
#container.hs th.name a:hover {
	color: #EE877B;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-09 .nr（看護） ----------*/
.nr h2 {
	background-image: url(../images/head-nr.gif);
}

.nr thead th,
.nr thead td {
	background-color: #D9175B;
}

.nr tbody tr.subject_group th {
	background-color: #F8B8CE;
}

.nr #pmenu {
	border-color: #D9175B;
}

.nr tbody tr.subtotal td,
.nr tbody tr.total td {
	color: #D9175B;
}

#container.nr th.name a:visited {
	color: #D9175B;
}

#container.nr a:hover,
#container.nr th.name a:hover {
	color: #F075A0;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-10 .sw（社会） ----------*/
.sw h2 {
	background-image: url(../images/head-sw.gif);
}

.sw thead th,
.sw thead td {
	background-color: #2C8125;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.sw tbody tr.subject_group th {
	background-color: #80D878;
}

.sw #pmenu {
	border-color: #2C8125;
}

.sw tbody tr.subtotal td,
.sw tbody tr.total td {
	color: #2C8125;
}

#container.sw th.name a:visited {
	color: #2C8125;
}

#container.sw a:hover,
#container.sw th.name a:hover {
	color: #60CE57;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-11 .hi（情報） ----------*/
.hi h2 {
	background-image: url(../images/head-hi.gif);
}

.hi thead th,
.hi thead td {
	background-color: #CE3160;
}

.hi tbody tr.subject_group th {
	background-color: #EEB7D3;
}

.hi #pmenu {
	border-color: #CE3160;
}

.hi tbody tr.subtotal td,
.hi tbody tr.total td {
	color: #CE3160;
}

#container.hi th.name a:visited {
	color: #CE3160;
}

#container.hi a:hover,
#container.hi th.name a:hover {
	color: #E07EAF;
}  /* 標準色は薄すぎるので濃いめに */
