/* ======================================== サイト全体に適用*/
@charset "UTF-8";

/* 全ての要素の間隔・余白を０へ */
 * {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	color: #333;
	text-align: center;
	background-color: #FDFDFD;
	background-image: url(img/back01.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment:scroll;
}


/* 文字サイズ */
#main{}
#menuL{
	font-size: 92%;
}

 /* 文章の行間を指定 */
p,#contents li,dl,dd {
	line-height: 160%;
}

p{
	margin: 0px 0em 1.5em 3px;
}

/* ========================================  #page ページ外枠 */
#page {
	margin: 0px auto;
	text-align: left;
}

/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 78%;
	margin: 0px 0px 20px;
}
/* ========================================  レスポンシブ対応 */

@media screen and (min-width:767px) {
	#page {
		width: 954px;
	}
	#main {
		width: 78%;
		margin: 0px 0px 20px;
	}
}
@media screen and (max-width:767px) {
	#page {
		width: 100%;
	}
	#main {
		width: 94%;
		margin: 0px 20px 10px ;
	}
	h1 {
		font-size: 120%;
	}
}
@media print {
	#page {
		width: 100%;
	}
	#main {
		width: 100%;
		margin: 0px 0px 20px;
	}
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 30px 0px 20px;
	margin: 0px;
}

#contents ul,ol,dl{
	margin: 0em 1em 1em 2em; 
}

/* ========================================  .contentswrap 間隔・余白調整用 */
.contentswrap{
	margin: 0px;
}

/* ========================================  #header 画面上部 */
#header {
	height: 75px;
	margin: 0px auto;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#sitename {
	margin: 30px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

/* ========================================  #menu 上部メニュー */
#menu_pc {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

ul.menu_f02{
	height: 48px;
	margin: 0px;
	border-bottom: 4px solid #333333;
	background-color: #0B7A8E;
}

ul.menu_f02 li{
	float: left;
	border-right: 1px solid #9AA7B6;
	display: block;
}

ul.menu_f02 li a{
	height: 16px;
	width: 118px;
	padding: 6px 0px 0px;
	border-bottom: 4px solid #333333;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #0B7A8E;
}

ul.menu_f02 li a.nowthis{
	border-bottom: 4px solid #FF6699!important;
}

ul.menu_f02 li a:hover , ul.menu_f02 li a.nowthis{
	padding: 6px 0px 0px;
	border-bottom: 4px solid #D3FBFE;
	color: #FFFFFF;
	background-color: #1DAFD3;
}

ul.menu_f03{
	height: 22px;
	margin: 0px;
	border-bottom: 4px solid #333333;
	background-color: #0B7A8E;
}

ul.menu_f03 li{
	float: left;
	border-right: 1px solid #9AA7B6;
	display: block;
}

ul.menu_f03 li a{
	height: 16px;
	width: 237px;
	padding: 6px 0px 0px;
	border-bottom: 4px solid #333333;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #0B7A8E;
}

ul.menu_f03 li a.nowthis{
	border-bottom: 4px solid #FF6699!important;
}

ul.menu_f03 li a:hover , ul.menu_f03 li a.nowthis{
	padding: 6px 0px 0px;
	border-bottom: 4px solid #D3FBFE;
	color: #FFFFFF;
	background-color: #1DAFD3;
}

ul.menu_f04{
	height: 22px;
	margin: 0px;
	border-bottom: 4px solid #333333;
	background-color: #0B7A8E;
}

ul.menu_f04 li{
	float: left;
	border-right: 1px solid #9AA7B6;
	display: block;
}

ul.menu_f04 li a{
	height: 16px;
	width: 475px;
	padding: 6px 0px 0px;
	border-bottom: 4px solid #333333;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #0B7A8E;
}

ul.menu_f04 li a.nowthis{
	border-bottom: 4px solid #FF6699!important;
}

ul.menu_f04 li a:hover , ul.menu_f04 li a.nowthis{
	padding: 6px 0px 0px;
	border-bottom: 4px solid #D3FBFE;
	color: #FFFFFF;
	background-color: #1DAFD3;
}



#main a {
	text-decoration:none;
}
#main a:link{color:#0033ff;}
#main a:visited{color:#0033ff;}
#main a:hover{color:#ff0000; text-decoration:underline;}

#main h1 {
	padding: 0px;
	margin: 0px;
	color: #0B7A8E;
}


#main h2 {
	clear: both;
	padding: 3px 0px 3px 5px;
	margin: 2em 0px 1em;
	border-left: 10px solid #F4CC0B;
	font-size: 120%;
	background-color: #F6F6F6;
}


#main h3 {
	margin: 0px 0px 0.5em 3px;
	font-size: 100%;
	color: #336699;
}

/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	width: 20%;
	margin: 0px 0px 20px;
	background-color: #F6F6F6;
}
#menuL ul {
	margin: 0em 1em 1em 2em; 
}
#menuL p{
	margin-right: 1em;
	margin-left: 1em;
}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	margin: 0px;
	border-top: 1px solid #999999;
	text-align: center;
}

/* ========================================  #footer 画面下部 */
#footer {
	padding: 10px 0px;
	border-top: 5px solid #CCCCCC;
	color: #FFFFFF;
	text-align: center;
	background-color: #0B7A8E;
}

/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 3px 0px;
	margin: 0px 0px 5px;
	font-size: 14px;
	text-align: right;
}

#templatelink a{
	color: #336699;
	text-decoration: none;
}

/* ========================================  そのほか個別設定 */
.update_window{
	overflow: scroll;
	width: 65%;
	height: 150px;
	border-style:solid;
	border-width:1px;
	margin: 5px;
	padding: 5px;
  -webkit-overflow-scrolling: touch;
}
.title{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
	border-left: 30px solid #F4CC0B;
}

.label{
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 10px;
	border-left: 10px solid #F4CC0B;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0B7A8E;
}

.subh {
	padding: 5px 0px 0px 3px;
	margin: 0px;
	border-top: 1px dashed #999999;
	font-weight: bold;
	color: #4A8854;
}

.photo {
	margin: 0px 0px 20px;
}

.toInfo {
	margin: 0px 0px 1em;
	text-align: right;
	list-style-type: none;
}

.box {
	float: left;
	height: 150px;
	width: 200px;
	margin: 0px 10px 15px 0px;
	font-size: 92%;
	background-color: #EBF0F3;
}

.box p{
	margin: 10px !important;
}

#blink-red {
      color: red;
      animation: blink 1s step-start infinite;
       display: inline;
       font: inherit;
    }
    @keyframes blink {
      50% { opacity: 0; }
}
/* ========================================  推薦図書 */
.books_label {
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 10px;
	border-left: 10px solid #F4CC0B;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0B7A8E;
}

.books_label a {
	text-decoration:none;
}
.books_label a:link{color:#ffffff;}
.books_label a:visited{color:#ffffff;}
.books_label a:hover{color:#ffff00;}

.category_label {
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 10px;
	border-left: 10px solid #F4CC0B;
	font-weight: bold;
	color:  #FFFFFF;
	background-color: #4169e1;
}

.category_label a {
	text-decoration:none;
}
.category_label a:link{color:#ffffff;}
.category_label a:visited{color:#ffffff;}
.category_label a:hover{color:#ffff00;}

.category_ul {
  list-style: none;
  padding: 0 !important;
  margin: 6px !important;
}

.category_li {
  list-style: none;
 margin: 0px 1px 3px 0px;
  background-color: #EBF0F3;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  font-size: 10pt;
}

.category_link {
	text-decoration:none;
}

.books_box {
	float: left;
	height: 20px;
	width: 184px;
	margin: 0px 2px 5px 0px;
	text-align: center;
	vertical-align: center;
	font-size: 92%;
	background-color: #EBF0F3;
	 box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* =============================== 文献 */
.ref{
	line-height: 140%;
	text-indent:-30px;
}

.ref2 {
  text-indent: 0;           /* 1行目の字下げなし */
  padding-left: 20px;       /* 全体を少し右へ */
}

.ref2::before {
  content: "\30FB";
  margin-left: -20px;       /* 左に出す */
}
/* ===============================履歴table */
.rireki_table {
	width: 100%;
	border-collapse: collapse;
}

.rireki_table tr {
	background-color: #eee;
}

.rireki_table td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	background-color: #eee;
}

.rireki_table td.kikan {
	width: 20%;
}

.rireki_table td.job{
}

.rireki_table td.content{
}
/* ===============================リンクtable */
.link_table{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	border-spacing: 2px 5px;
	border: 0px #ffffff solid;
/*	border-collapse: collapse;
*/
}

.link_table tr{
	width: 25%;
	background-color: #eee;
}

.link_table td{
	width: 50%;
	padding: 4px;
	text-align: left;
	line-height: 20px;
	vertical-align: top;
	background-color: #eee;
}

/* ===============================授業科目一覧table */
.jugyo_table{
	width: 730px;
	table-layout: fixed;
	word-break: break-all;
	border-spacing: 1px 5px;
	border: 0px #000000 solid;
}

.jugyo_table tr{
	width: 25%;
	background-color: #eee;
}

.jugyo_table td.midashi{
	width: 20%;
	padding: 4px;
	text-align: center;
	line-height: 20px;
	vertical-align: top;
	background-color: #ffff66;
}
.jugyo_table td.kamoku{
	padding: 4px;
	text-align: center;
	line-height: 20px;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px #000000 dotted;
}
.jugyo_table td{
	padding: 4px;
	text-align: left;
	line-height: 20px;
	vertical-align: top;
	background-color: #eee;
}

/* ===============================時間割table */
.jikan_table{
	width: 700px;
	table-layout: fixed;
	word-break: break-all;
	border-spacing: 2px 5px;
	border: 0px #000000 solid;
}

.jikan_table td.youbi{
	width: 16%;
	padding: 4px;
	text-align: center;
	line-height: 20px;
	vertical-align: top;
	background-color: #ffff66;
}
.jikan_table td.midashi{
	width: 4%;
	height:10px;
	padding: 4px;
	text-align: center;
	line-height: 20px;
	vertical-align: top;
	background-color: #ffff66;
}

.jikan_table td.jigen{
	width: 4%;
	height:50px;
	padding: 4px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	background-color: #99cccc;
}
.jikan_table td.kamoku{
	padding: 4px;
	text-align: center;
	vertical-align:middle;
	line-height: 20px;
	background-color: #eee;
	border: 1px #000000 dotted;
}

/* ===============================社会的活動table */
.social_table{
	width: 100%;
	border-spacing: 2px 5px;
	border: 0px #ffffff solid;
}
.social_table tr{
	background-color: #eee;
}
/* ===============================著書の目次 */
p.book_c2{
  font-size: 10pt;
}
/* ===============================授業評価選択回答の表 */

TD.td_answer {	/* 回答の選択項目 */
	text-align:left;
	padding-left: 20px;
	max-width: 250px;
	min-width: 80px;
	font-size: 10pt;
}
TD.td_value {	/* 回答の実数とパーセント */
	text-align:right;
	white-space: nowrap;
}

/* ===============================amazonリンク */

.amazon_box {
    font-size: 60%;
    padding:  0.2em;
    margin: 0.5em;
    background: #f0f7ff;
    border: dashed 1px #5b8bd0;/*点線*/
    border-radius: 6px;
}

/* ===============================リンクを隠す */
#link_hidden a { 	text-decoration: none; }
#link_hidden a:visited { 	color: black; text-decoration: none; }
#link_hidden a:link { 	color: black; text-decoration: none; }
#link_hidden a:hover { 	color: black; text-decoration: none; }
#link_hidden a:active { 	color: black; text-decoration: none; }
