/*@charset "UTF-8";
/* CSS Document */

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333377;
	border: #996699;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(image/keyboards.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: right;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
}

td, th {
	color: #333333;
	white-space: nowrap;
	font-size: 12px;
}

a {
	color: #336600;
}

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	float: left;
	vertical-align: top;
	margin-right: 8px;
}


form {
	background-color: #CCCC99;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #003333;}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
 color: #FFFF33;
}

h1 {
	font-size: 24px;
	color: #000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3333FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3333FF;
	background-color: #BBCCFF;
	font-weight: normal;
	padding: 10px;
	border-top-width: thin;
	border-right-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #3333FF;
	border-right-color: #3333FF;
}
h2 {
	font-size: 24px;
	color: #000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3333FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3333FF;
	background-color: #BBCCFF;
	font-weight: normal;
	padding: 10px;
	border-top-width: thin;
	border-right-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #3333FF;
	border-right-color: #3333FF;
}
h3 {
	font-size: 18px;
	color: #000000;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #3333FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3333FF;
	background-color: #EBEBFF;
	padding: 5px;
	border-top-color: #3333FF;
	border-right-color: #3333FF;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #8888FF;
	border-right-color: #8888FF;
	border-bottom-color: #8888FF;
	border-left-color: #8888FF;
	font-weight: normal;
	border-left-width: thin;
	border-left-style: solid;
	padding-left: 4px;
}
.description {
	padding-left: 16px;
	text-indent: 8pt;
	padding-right: 16px;
}
h5 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #6633FF;
	border-right-color: #6633FF;
	border-bottom-color: #6633FF;
	border-left-color: #6633FF;
	font-size: 12px;
	font-weight: normal;
	padding-left: 8px;
}

.LastUpdate {
	text-align: right;
}

.sectionmenu {
	padding: 8px;
	background-color:#EBEBFF;
	border-color:#6633FF;
	border-width: thin;
}
.tablecolumntitle {
	line-height: 32px;
	color: #333333;
	background-color: #CCCCCC;
}
.number {
	width: 60px;
	background-color: #dfdfdf;
}
.date {
	width: 2em;
	background-color: #dfdfdf;
	font-size: 12px;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
}
.subject {
	background-color: #dfdfdf;
	font-size: 12px;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
}
.semester {
	background-color: #dfdfdf;
	font-size: 12px;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
}
.grade {
	background-color: #dfdfdf;
	font-size: 12px;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
}
.outline {
	background-color: #dfdfdf;
	font-size: 12px;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
}
.content {
	background-color: #dfdfdf;
	width: 400px;
}
.profile {
	position: relative;
}
div.personalinfo {
	color: #333377;
	padding: 8px;
	margin: 16px;
	float: left;
}
.image {
	position: absolute;
	left: 0px;
	top: 150px;
}
.breadcrumbs {
	text-align: right;
}
.download {
	text-align: left;
	text-indent: 32px;
}
.totop {
	text-align: right;
}
del{
	position: relative;
}

del::before{
	content: "";
	position: absolute;
	border-top: 1.5px solid red;
	width: 12px;
	top: 50%;
	border-bottom: 1.5px solid red;
}