<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 教育 共通
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 共通 スタイル
===========================================*/
/*見出しのスタイル*/
body.shokai h3 {
	padding: 10px 10px 8px 30px;
	margin: 0 0 10px;
	font-size: 108%;
	background: #dee4f1;
	color: #007ea2;
	position: relative;
}
body.shokai h3:before {
	content: "";
	width: 22px;
	height: 6px;
	margin: -3px 0 0 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #007ea2;
}
/*バナーのスタイル*/
body.shokai .main-bana-Area {
  margin: 70px 0 0 0;
}
body.shokai .main-bana-Area ul {
  text-align: center;
}
body.shokai .main-bana-Area ul li {
  display: inline-block;
  margin: 0 0 0 20px;
}

/*==========================================
 教育の基本方針のスタイル
===========================================*/
#policy-top {
	padding: 0 30px;
}
#policy-top p {
	margin: 0;
}
#policy-top section {
	padding: 13px 15px 11px 235px;
	margin: 0 0 30px;
	position: relative;
	background: #dee4f1;
	border: solid 1px #007ea2;
	border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#policy-top section h3 {
	width: 214px;
	height: 74px;
	padding: 20px 0 0;
	text-align: center;
	position: absolute;
	top: -5px;
	left: -1px;
	color: #FFF;
	font-size: 100%;
	line-height: 1.5;
	background: url(/research/education/img/policy_top_bk.png) 0 0 no-repeat;
}
#policy-link {
	padding: 27px 50px 10px;
	margin: 0 0 50px;
	box-shadow: 0 0 7px #666;
    -webkit-box-shadow: 0 0 7px #666;
    -moz-box-shadow: 0 0 7px #666;
}
#policy-link h3 {
	padding: 1px 0 0 25px;
	margin: 0 0 17px;
	font-weight: normal;
	background: url(/research/education/img/policy_link_icon_01.jpg) 0 center no-repeat;
}
#policy-link h3.otype {
	background: url(/research/education/img/policy_link_icon_02.jpg) 0 center no-repeat;
}
#policy-page h4.dot {
	padding: 10px 0 15px 32px;
	font-weight: bold;
	line-height: 1.4em;
}
#policy-page h4.dot:before {
	color: #007ea2;
	margin: 0 0 0 -32px;
	content: "●";
}

#policy-link section {
	margin: 0 0 17px;
	border-bottom: solid 1px #CCC;
}
#policy-link section:last-of-type {
	border: none;
	margin: 0;
	padding: 0;
}
#policy-link ul {
	width: 100%;
	margin: 0 0 17px;
	display: table;
	table-layout: fixed;
}
#policy-link ul li {
	padding: 0 0 0 30px;
	display: table-cell;
}
#policy-link ul li a {
	display: block;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 1.4;
}
#policy-link ul li a:before {
	content: "";
	position: absolute;
	margin: -4px 0 0 0;
	top: 50%;
	left: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
#policy-link ul li a.co1:before { border-top: 7px solid #B562BF; }
#policy-link ul li a.co2:before { border-top: 7px solid #E29038; }
#policy-link ul li a.co3:before { border-top: 7px solid #5AA831; }
#policy-link ul li a.co4:before { border-top: 7px solid #35B9D5; }
#policy-link ul li a.co5:before { border-top: 7px solid #20933B; }
#policy-link ul li a.co6:before { border-top: 7px solid #E787D4; }
#policy-link ul li a.co7:before { border-top: 7px solid #E47293; }
#policy-link ul li a.co8:before { border-top: 7px solid #5F6DBE; }
#policy-link ul li a.co9:before { border-top: 7px solid #008bd0; }
#policy-link ul li a.co10:before { border-top: 7px solid #004093; }
#policy-link ul li a.co11:before { border-top: 7px solid #d98095; }
#policy-link ul li a.co12:before { border-top: 7px solid #DF405D; }

#policy-con section {
	margin: 0 0 60px;
}
#policy-con section h2 {
	padding: 15px 15px 13px;
	margin: 0 0 20px;
}
#policy-con section h3 {
	padding: 10px 15px 8px 35px;
	margin: 20px 0 20px;
	position: relative;
}
#policy-con section h3:before {
	content: "";
	margin: -3px 0 0 0;
	width: 22px;
	height: 6px;
	display: block;
	position: absolute;
	top: 50%;
	left: 1px;
	border-radius: 0 3px 3px 0;
}
#policy-con section.type1 h2 {
	background: #dee4f1;
	border-top: solid 2px #007ea2;
	color: #007ea2;
}
#policy-con section.type1 h3 {
	background: #dee4f1;
	color: #007ea2;
}
#policy-con section.type1 h3:before {
	background: #007ea2;
}
#policy-con section.type2 h2 {
	background: #F0E0F2;
	border-top: solid 2px #B562BF;
	color: #B562BF;
}
#policy-con section.type2 h3 {
	background: #F0E0F2;
	color: #B562BF;
}
#policy-con section.type2 h3:before {
	background: #B562BF;
}
#policy-con section.type3 h2 {
	background: #FFE9D2;
	border-top: solid 2px #EC7E07;
	color: #EC7E07;
}
#policy-con section.type3 h3 {
	background: #FFE9D2;
	color: #EC7E07;
}
#policy-con section.type3 h3:before {
	background: #EC7E07;
}
#policy-con section.type4 h2 {
	background: #D8EACE;
	border-top: solid 2px #499C1D;
	color: #499C1D;
}
#policy-con section.type4 h3 {
	background: #D8EACE;
	color: #499C1D;
}
#policy-con section.type4 h3:before {
	background: #499C1D;
}
#policy-con section.type5 h2 {
	background: #DBECEF;
	border-top: solid 2px #16A8C7;
	color: #16A8C7;
}
#policy-con section.type5 h3 {
	background: #DBECEF;
	color: #16A8C7;
}
#policy-con section.type5 h3:before {
	background: #16A8C7;
}
#policy-con section.type6 h2 {
	background: #E6F3E9;
	border-top: solid 2px #27A648;
	color: #27A648;
}
#policy-con section.type6 h3 {
	background: #E6F3E9;
	color: #27A648;
}
#policy-con section.type6 h3:before {
	background: #27A648;
}
#policy-con section.type7 h2 {
	background: #F5EBF3;
	border-top: solid 2px #E77CD3;
	color: #E77CD3;
}
#policy-con section.type7 h3 {
	background: #F5EBF3;
	color: #E77CD3;
}
#policy-con section.type7 h3:before {
	background: #E77CD3;
}
#policy-con section.type8 h2 {
	background: #FFEEF3;
	border-top: solid 2px #DF6186;
	color: #DF6186;
}
#policy-con section.type8 h3 {
	background: #FFEEF3;
	color: #DF6186;
}
#policy-con section.type8 h3:before {
	background: #DF6186;
}
#policy-con section.type9 h2 {
	background: #EBEEFE;
	border-top: solid 2px #5F6DBE;
	color: #5F6DBE;
}
#policy-con section.type9 h3 {
	background: #EBEEFE;
	color: #5F6DBE;
}
#policy-con section.type9 h3:before {
	background: #5F6DBE;
}
#policy-con section.type10 h2 {
	background: #ceefff;
	border-top: solid 2px #008bd0;
	color: #008bd0;
}
#policy-con section.type10 h3 {
	background: #ceefff;
	color: #008bd0;
}
#policy-con section.type10 h3:before {
	background: #008bd0;
}

#policy-con section.type11 h2 {
	background: #c7daef;
	border-top: solid 2px #004093;
	color: #004093;
}
#policy-con section.type11 h3 {
	background: #c7daef;
	color: #004093;
}
#policy-con section.type11 h3:before {
	background: #004093;
}

#policy-con section.type12 h2 {
	background: #f9dce4;
	border-top: solid 2px #d98095;
	color: #d98095;
}
#policy-con section.type12 h3 {
	background: #f9dce4;
	color: #d98095;
}
#policy-con section.type12 h3:before {
	background: #d98095;
}

#policy-con section.type13 h2 {
	background: #ffeef3;
	border-top: solid 2px #DF405D;
	color: #DF405D;
}
#policy-con section.type13 h3 {
	background: #ffeef3;
	color: #DF405D;
}
#policy-con section.type13 h3:before {
	background: #DF405D;
}

#policy-con ul.policy-list {
	margin: 5px 0 1em 40px;
}
#policy-con ul.policy-list li {
	font-weight: bold;
	line-height: 1.6;
	list-style-type: disc;
	list-style-position: outside;
}
#policy-con p.policy-list {
	margin: 5px 0 1em 40px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
}
/*==========================================
 学年暦のスタイル
===========================================*/
ul#calendar-pageLink {
	padding: 30px 0 50px;
	text-align: center;
}
ul#calendar-pageLink li {
	margin: 0 5px;
	display: inline-block;
	box-shadow: 0 0 7px #666;
    -webkit-box-shadow: 0 0 7px #666;
    -moz-box-shadow: 0 0 7px #666;
}
ul#calendar-pageLink li a {
	width: 175px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border: solid 1px #FFF;
}
ul#calendar-pageLink li a:hover {
	background: #dee4f1;
	text-decoration: none;
}
ul#calendar-pageLink li a span {
	position: relative;
}
ul#calendar-pageLink li a span:before {
	content: "";
	position: absolute;
	margin: -4px 0 0 0;
	top: 50%;
	left: -14px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #007ea2;
}
#calendar-con section {
	margin: 0 0 60px;
}
#calendar-con h2 {
	padding: 10px 15px 8px 35px;
	margin: 20px 0 20px;
	position: relative;
	background: #dee4f1;
	color: #007ea2;
	font-size: 115%;
}
#calendar-con h2:before {
	content: "";
	margin: -3px 0 0 0;
	width: 22px;
	height: 6px;
	display: block;
	position: absolute;
	top: 50%;
	left: 1px;
	background: #007ea2;
	border-radius: 0 3px 3px 0;
}
#calendar-con h3 {
	margin: 0 0 20px;
	padding: 0 0 0 1em;
	font-size: 100%;
}
#calendar-con table {
	width: 100%;
	border-top: solid 1px #007ea2;
}
#calendar-con table th {
	width: 15%;
	padding: 17px 20px;
	background: #F9F5E6;
	text-align: center;
	line-height: 1.6;
	border-bottom: solid 1px #dee4f1;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#calendar-con table td {
	width: 17%;
	padding: 17px 20px;
	line-height: 1.6;
	border-bottom: solid 1px #dee4f1;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#calendar-con table td:nth-of-type(2) {
	width: 68%;
}
#calendar-con table td:last-child {
	border-left: solid 1px #dee4f1;
}

/*==========================================
 シラバスのスタイル
===========================================*/
#syllabus-page section {
	margin: 0 0 60px;
}
#syllabus-con h2 {
	padding: 10px 15px 8px 35px;
	margin: 20px 0 20px;
	position: relative;
	background: #dee4f1;
	color: #007ea2;
	font-size: 115%;
}
#syllabus-con h2:before {
	content: "";
	margin: -3px 0 0 0;
	width: 22px;
	height: 6px;
	display: block;
	position: absolute;
	top: 50%;
	left: 1px;
	background: #007ea2;
	border-radius: 0 3px 3px 0;
}
#syllabus-con h3 {
	margin: 0 0 20px;
	padding: 0 0 0 1em;
	font-size: 100%;
}
#syllabus-con ul {
	border-top: solid 1px #007ea2;
}
#syllabus-con ul li {
	padding: 15px 25px 13px 30px;
	border-bottom: solid 1px #dee4f1;
}
#syllabus-con ul li.cate {
	padding: 15px 25px 13px 15px;
}
#syllabus-con ul li a {
	padding: 0 0 0 25px;
	background: url(/common/img/icon_pdf_01.png) 0 center no-repeat;
	line-height: 1.6;
}
#syllabus-con ul li.cate a {
	padding: 0;
	background-image: none;
}

/*==========================================
 教員紹介のスタイル
===========================================*/
#teacher-index #policy-link section {
		margin: 0 0 17px;
	}
#teacher-index h2 {
	padding: 10px 10px 8px 30px;
	margin: 0 0 10px;
	font-size: 108%;
	position: relative;
	border-bottom: solid 1px #CCC;
}
#teacher-index h2:before {
	content: "";
	width: 22px;
	height: 6px;
	margin: -3px 0 0 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 0 3px 3px 0;
}
#teacher-index h2.type1:before { background: #007ea2; }
#teacher-index h2.type1 {
	background: #dee4f1;
	color: #007ea2;
}
/*健康科学部 看護学科*/
#teacher-index h2.type2:before { background: #83118A; }
#teacher-index h2.type2 {
	background: #F4E4F6;
	color: #83118A;
}
/*健康科学部 栄養マネジメント学科*/
#teacher-index h2.type3:before { background: #EC7E07; }
#teacher-index h2.type3 {
	background: #FFE9D2;
	color: #EC7E07;
}
/*健康科学部 健康システム学科*/
#teacher-index h2.type4:before { background: #499c1d; }
#teacher-index h2.type4 {
	background: #d8eace;
	color: #499c1d;
}
/*経済情報学部 経済情報学科*/
#teacher-index h2.type5:before { background: #16a8c7; }
#teacher-index h2.type5 {
	background: #dbecef;
	color: #16a8c7;
}
/*生涯福祉学部 社会福祉学科*/
#teacher-index h2.type6:before { background: #20933b; }
#teacher-index h2.type6 {
	background: #dff0e3;
	color: #20933b;
}
/*生涯福祉学部 こども福祉学科*/
#teacher-index h2.type7:before { background: #e26ecb; }
#teacher-index h2.type7 {
	background: #f3e7f1;
	color: #e26ecb;
}
/*経済情報研究科 経済情報専攻*/
#teacher-index h2.type8:before { background: #5f6dbe; }
#teacher-index h2.type8 {
	background: #ebeefe;
	color: #5f6dbe;
}
/*短期大学部*/
#teacher-index h2.type9:before { background: #df6186; }
#teacher-index h2.type9 {
	background: #ffeef3;
	color: #df6186;
}
/*経済情報学部 経済情報学科*/
#teacher-index h2.type10:before { background: #008bd0; }
#teacher-index h2.type10 {
	background: #ceefff;
	color: #008bd0;
}

/*現代ビジネス研究科*/
#teacher-index h2.type11:before { background: #004093; }
#teacher-index h2.type11 {
	background: #c7daef;
	color: #004093;
}

/*看護学研究科*/
#teacher-index h2.type12:before { background: #d98095; }
#teacher-index h2.type12 {
	background: #f9dce4;
	color: #d98095;
}

/*教育学部 教育学科*/
#teacher-index h2.type13:before { background: #DF405D; }
#teacher-index h2.type13 {
	background: #FFE1E7;
	color: #DF405D;
}

#teacher-index section {
	margin: 0 0 50px;
}
#teacher-index .teacher-box {
	width: 100%;
	margin: 0 0 0.5em;
	display: table;
	border-bottom: solid 1px #CCC;
}
#teacher-index .line-type01,
#teacher-index .line-type02,
#teacher-index .line-type03,
#teacher-index .line-type04,
#teacher-index .line-type05,
#teacher-index .line-type06,
#teacher-index .line-type07,
#teacher-index .line-type08,
#teacher-index .line-type09 {
	margin: 2em 0 0;
	padding: 0.5em 0 0;
}
#teacher-index .line-type01 {
	border-top: solid 2px #dee4f1;
}
#teacher-index .line-type02 {
	border-top: solid 2px #F4E4F6;
}
#teacher-index .line-type03 {
	border-top: solid 2px #FFE9D2;
}
#teacher-index .line-type04 {
	border-top: solid 2px #d8eace;
}
#teacher-index .line-type05 {
	border-top: solid 2px #dbecef;
}
#teacher-index .line-type06 {
	border-top: solid 2px #dff0e3;
}
#teacher-index .line-type07 {
	border-top: solid 2px #f3e7f1;
}
#teacher-index .line-type08 {
	border-top: solid 2px #ebeefe;
}
#teacher-index .line-type09 {
	border-top: solid 2px #ffeef3;
}
#teacher-index .teacher-box .column01 {
	width: 30%;
	padding: 5px 1em 4px;
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px #CCC;
}
#teacher-index .teacher-box .column02 {
	width: 17%;
	padding: 5px 1em 4px;
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px #CCC;
}
#teacher-index .teacher-box .column03 {
	padding: 5px 1em 4px;
	display: table-cell;
	vertical-align: middle;
}
#teacher-index .teacher-box p {
	margin: 0;
}
#teacher-index .teacher-box .column01 p a {
	text-decoration: underline;
}
#teacher-index .teacher-box .column01 p a:hover {
	text-decoration: none;
}
#teacher-index .teacher-box .column01 p span {
	display: block;
}
#teacher-page h2.type1,
#teacher-page h2.type2,
#teacher-page h2.type3,
#teacher-page h2.type4,
#teacher-page h2.type5,
#teacher-page h2.type6,
#teacher-page h2.type7,
#teacher-page h2.type8,
#teacher-page h2.type9,
#teacher-page h2.type10,
#teacher-page h2.type11,
#teacher-page h2.type12,
#teacher-page h2.type13 {
	padding: 15px 15px 13px;
	margin: 0 0 20px;
}
#teacher-page h2.type1 {
	background: #dee4f1;
	border-top: solid 2px #007ea2;
	color: #007ea2;
}
#teacher-page h2.type2 {
	background: #F4E4F6;
	border-top: solid 2px #83118A;
	color: #83118A;
}
#teacher-page h2.type3 {
	background: #FFE9D2;
	border-top: solid 2px #EC7E07;
	color: #EC7E07;
}
#teacher-page h2.type4 {
	background: #d8eace;
	border-top: solid 2px #499c1d;
	color: #499c1d;
}
#teacher-page h2.type5 {
	background: #dbecef;
	border-top: solid 2px #16a8c7;
	color: #16a8c7;
}
#teacher-page h2.type6 {
	background: #dff0e3;
	border-top: solid 2px #20933b;
	color: #20933b;
}
#teacher-page h2.type7 {
	background: #f3e7f1;
	border-top: solid 2px #e26ecb;
	color: #e26ecb;
}
#teacher-page h2.type8 {
	background: #ebeefe;
	border-top: solid 2px #5f6dbe;
	color: #5f6dbe;
}
#teacher-page h2.type9 {
	background: #ffeef3;
	border-top: solid 2px #df6186;
	color: #df6186;
}
#teacher-page h2.type10 {
	background: #ceefff;
	border-top: solid 2px #008bd0;
	color: #008bd0;
}
#teacher-page h2.type11 {
	background: #c7daef;
	border-top: solid 2px #004093;
	color: #004093;
}
#teacher-page h2.type12 {
	background: #f9dce4;
	border-top: solid 2px #d98095;
	color: #d98095;
}
#teacher-page h2.type13 {
	background: #F9D4DB;
	border-top: solid 2px #DF405D;
	color: #DF405D;
}

#teacher-page #teacher-name {
	padding: 0 2em 2em;
}
#teacher-page #teacher-name p {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
}
#teacher-page #teacher-name p span {
	display: block;
	font-size: 80%;
	font-weight: normal;
}
#teacher-page #teacher-name dl dt {
	line-height: 1.6;
	float: left;
	font-weight: bold;
}
#teacher-page #teacher-name dl dd {
	line-height: 1.6;
	padding: 0 0 0 7em;
}
#teacher-page table {
	width: 100%;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#teacher-page table th {
	padding: 15px;
	background: #007ea2;
	color: #FFF;
	white-space: nowrap;
	text-align: left;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#teacher-page table td {
	padding: 15px;
	line-height: 1.6;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	word-break: break-all;
}
#teacher-page #btn-return {
	position: relative;
}
#teacher-page #btn-return #link-btn {
	position: absolute;
	top: 25px;
	right: 0;
}
#teacher-page #btn-return #link-btn a {
	padding: 12px 15px 10px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	line-height: 1.6;
	box-shadow: 0 0 7px #666;
    -webkit-box-shadow: 0 0 7px #666;
    -moz-box-shadow: 0 0 7px #666;
}
#teacher-page #btn-return #link-btn a:before {
	content: url(/common/img/icon_blank_01.png);
	position: absolute;
	margin: -10px 0 0 0;
	top: 50%;
	left: 5px;
}
/* レイアウトの指定：729以下 */
@media only screen and (max-width: 729px) {

	/*==========================================
	 共通 スタイル
	===========================================*/
	/*見出しのスタイル*/

	/*==========================================
	 教育の基本方針のスタイル
	===========================================*/
	#policy-page .sectionInner {
		padding: 0 3%;
	}
	#policy-topWrap {
		padding: 0 3% 10%;
	}
	#policy-top {
		padding: 0;
	}
	#policy-top p {
		margin: 0;
	}
	#policy-top section {
		padding: 13px 15px 11px 15px;
		margin: 120px 0 0;
	}
	#policy-top section h3 {
		margin: 0 0 0 -107px;
		top: -99px;
		left: 50%;
	}
	#policy-link {
		width: 94%;
		padding: 6% 3%;
		margin: 0 auto 50px;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#policy-link h3 {
		padding: 1px 0 0 25px;
		font-weight: normal;
		background: url(/research/education/img/policy_link_icon_01.jpg) 0 center no-repeat;
	}
	#policy-link h3.otype {
		background: url(/research/education/img/policy_link_icon_02.jpg) 0 center no-repeat;
	}
	#policy-link section {
		padding: 0 0 17px;
		margin: 0 0 17px;
		border-bottom: solid 1px #CCC;
	}
	#policy-link section:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
	#policy-link ul {
		padding: 3% 0 0 0;
		display: block;
	}
	#policy-link ul li {
		display: block;
		line-height: 1.6;
	}
	#policy-con section {
		margin: 0 0 10%;
	}
	#policy-con section h2 {
		padding: 3% 3% 2%;
		margin: 0 0 3%;
		font-size: 115%;
	}
	#policy-con section h3 {
		margin: 3% 0;
		font-size: 100%;
	}

	/*==========================================
	 学年暦のスタイル
	===========================================*/
	#calendar-top {
		padding: 0 3%;
	}
	ul#calendar-pageLink {
		padding: 3% 15px 3% 30px;
		margin: 0 0 10%;
		text-align: left;
		box-shadow: 0 0 7px #666;
	    -webkit-box-shadow: 0 0 7px #666;
	    -moz-box-shadow: 0 0 7px #666;
	}
	ul#calendar-pageLink li {
		margin: 3% 0;
		display: block;
		box-shadow: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	}
	ul#calendar-pageLink li a {
		width: 100%;
		padding: 0;
		text-align: left;
		display: block;
		border: solid 1px #FFF;
	}
	ul#calendar-pageLink li a:hover {
		background: none;
		text-decoration: underline;
	}
	ul#calendar-pageLink li a span {
		position: relative;
	}
	ul#calendar-pageLink li a span:before {
		content: "";
		position: absolute;
		margin: -4px 0 0 0;
		top: 50%;
		left: -14px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 7px solid #007ea2;
	}
	#calendar-con section section {
		padding: 0 3%;
	}

	/*==========================================
	 シラバスのスタイル
	===========================================*/
	#syllabus-top {
		padding: 0 3%;
	}
	#syllabus-con section section {
		padding: 0 3%;
	}

	/*==========================================
	 教員紹介のスタイル
	===========================================*/
	#teacher-index section {
		margin: 0 0 20px;
	}
	#teacher-index .teacher-box {
		width: 100%;
		margin: 0 0 0.5em;
		padding: 0 0 1em;
		display: table;
		border-bottom: solid 1px #CCC;
	}
	#teacher-index .teacher-box .column01 {
		width: 94%;
		padding: 0 3%;
		display: block;
		border-right: none;
	}
	#teacher-index .teacher-box .column02 {
		width: 94%;
		padding: 0 3%;
		display: block;
		border-right: none;
	}
	#teacher-index .teacher-box .column03 {
		width: 94%;
		padding: 0 3%;
		display: block;
	}
}

/*==========================================
 教育課程表のスタイル
===========================================*/

/*見出しのスタイル*/
#curriculum-con h2 {
	padding: 10px 10px 8px 30px;
	margin: 50px 0 20px;
	font-size: 108%;
	background: #dee4f1;
	color: #007ea2;
	position: relative;
}
#curriculum-con h2:nth-child(1) {
	margin: 0 0 20px;
}
#curriculum-con h2:before {
	content: "";
	width: 22px;
	height: 6px;
	margin: -3px 0 0 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #007ea2;
	border-radius: 0 3px 3px 0;
}


#curriculum-con table {
	width: 100%;
	margin: 0 0 1em;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#curriculum-con table th {
	width: 30%;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	background: #007ea2;
	color: #FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	line-height: 1.6;
}
#curriculum-con table td {
	padding: 15px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	line-height: 2;
	text-align: center;
}
#curriculum-con table td a {
	padding: 15px 15px 13px 35px;
	background: url(/common/img/icon_pdf_01.png) 5px center no-repeat;
}

/* レイアウトの指定：729以下 */
@media only screen and (max-width: 729px) {
	#curriculum-con h2 {
		margin: 30px 0 20px;
	}
	#curriculum-con section {
		padding: 0 3%;
		margin: 0 0 40px;
	}
	#curriculum-con table th {
		padding: 3%;
		width: auto;
	}
	#curriculum-con table td {
		padding: 3%;
	}
}



/*==========================================
 客員教授のスタイル
===========================================*/
.visitpro_Title {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 15px 9px;
	box-sizing: border-box;
	background-color: #007ea0;
}
.visitpro_Title p {
	margin: 0;
	font-size: 143%;
	font-weight: bold;
	color: #FFF;
}

.visitpro_box {
	width: 100%;
	margin: 0 0 50px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f8f4e5;
}
.visitpro_box .visitpro_box_L {
	position: relative;
	float: left;
	width: 200px;
	height: 338px;
}
.visitpro_box .visitpro_box_R {
	float: right;
	width: 460px;
}
.visitpro_box .visitpro_box_full {
	width: 100%;
}

.visitpro_box .visitpro_box_L h2 {
	position: absolute;
	left: -35px;
	top: 0;
	width: 228px;
	height: 60px;
	padding: 23px 0 0 40px;
	box-sizing: border-box;
	border-right: 30px solid #007ea1;
	background-color: #fff;
	box-shadow:0px 6px 9px -6px rgba(0,0,0,0.4);
	font-size: 20px;
}
.visitpro_box .visitpro_box_L img {
	position: absolute;
	left: 0;
	top: 80px;
}

.visitpro_box .visitpro_box_R p {
	padding: 10px;
	background-color: #fff;
	font-size: 14px;
}
.visitpro_box .visitpro_box_R h3 {
	width: 100%;
	height: 30px;
	padding: 9px 0 0 10px;
	box-sizing: border-box;
	background-color: #007ea1;
	font-size: 14px;
	color: #fff;
}

.visitpro_box .visitpro_box_full h3 {
	width: 100%;
	margin: 30px 0 10px;
	padding: 0 0 3px;
	border-bottom: 2px solid #007ea1;
	font-size: 16px;
	color: #007ea1;
}
.visitpro_box .visitpro_box_full p {
	margin: 0 0 20px;
}
#teacher-page .visitpro_box .visitpro_box_full table {
	border: none;
}
#teacher-page .visitpro_box .visitpro_box_full table th {
	padding: 3px 0;
	background: none;
	font-weight: normal;
	color: #333;
	white-space: normal;
	text-align: left;
	border: none;
}
#teacher-page .visitpro_box .visitpro_box_full table td {
	padding: 3px 0 0 10px;
	background: none;
	color: #333;
	white-space: normal;
	text-align: left;
	border: none;
}
/* レイアウトの指定：729以下 */
@media only screen and (max-width: 729px) {
	.visitpro_Title {
		padding: 8px 15px 7px;
	}
	.visitpro_Title p {
		font-size: 129%;
	}
	.visitpro_box {
		width: 94%;
		margin: 0 3% 30px;
		padding: 10px;
	}
	.visitpro_box .visitpro_box_L {
		float: none;
		width: 100%;
		height: auto;
	}
	.visitpro_box .visitpro_box_R {
		float: none;
		width: 100%;
	}

	.visitpro_box .visitpro_box_L h2 {
		height: 40px;
		padding: 13px 0 0 40px;
		font-size: 16px;
	}
	.visitpro_box .visitpro_box_L img {
		position: static;
		display: block;
		width: 70%;
		height: auto;
		margin: 0 auto;
		padding: 60px 0 20px;
	}
	.visitpro_box .visitpro_box_full p {
		font-size: 14px;
	}
	#teacher-page .visitpro_box .visitpro_box_full table th {
		padding: 3px 0;
	}
	#teacher-page .visitpro_box .visitpro_box_full table.ty_01 th {
		width: 115px;
	}
	#teacher-page .visitpro_box .visitpro_box_full table.ty_02 th {
		width: 60px;
	}
	#teacher-page .visitpro_box .visitpro_box_full table.ty_03 th {
		width: 125px;
	}
	#teacher-page .visitpro_box .visitpro_box_full table td {
		padding: 3px 0 0 5px;
	}
}
</pre></body></html>