@charset "UTF-8";
/*! サイトベース */

#header{
	background:#337AB7;
	height:120px;
	text-align:left;
	position:relative;
}
.login3 #header{
	background:#01C682;
}
.login9 #header{
	background:#333333;
}

#header h1{
	float:left;
	padding:15px 20px 0;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	color:#FFFFFF;
}
#header h1 span{
	display:block;
	font-size:20px;
	font-weight:bold;
}
#header .head-right{
	min-width:400px;
	float:right;
	height:75px;
	position:relative;
	color:#FFFFFF;
}
#header .top-menu{
	float:right;
}
#header .top-menu li{
	float:left;
	margin-right:5px;
}
#header .top-menu li a{
	display:block;
	padding:5px 10px;
	background:#FFFFDD;
	text-decoration:none;
	color:#000000;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
}
#header .top-menu li a:hover,
#header .top-menu li.current a{
	background:#FF8800;
	color:#FFFFFF;
}
#header .top-menu li.logout a{
	background:#FF5B5B;
	color:#FFFFFF;
}

#header .bottom-menu{
	position:absolute;
	bottom:5px;
	right:10px;
}
#header .bottom-menu li{
	float:left;
	margin-right:20px;
}

#mein-menu{
	width:100%;
	position:absolute;
	bottom:0;
	border-top:#1e5799 1px solid;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #1e5799 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(99%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#1e5799 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 0%,#1e5799 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 0%,#1e5799 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 0%,#1e5799 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}
.login3 #mein-menu{
	width:100%;
	position:absolute;
	bottom:0;
	border-top:#019C66 1px solid;
	background: #019C66; /* Old browsers */
	background: -moz-linear-gradient(top,  #01E999 0%, #019C66 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01E999), color-stop(99%,#019C66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01E999 0%,#019C66 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01E999 0%,#019C66 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01E999 0%,#019C66 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #01E999 0%,#019C66 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01E999', endColorstr='#019C66',GradientType=0 ); /* IE6-9 */
}
.login9 #mein-menu{
	width:100%;
	position:absolute;
	bottom:0;
	border-top:#222222 1px solid;
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #222222 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(99%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#222222 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#222222 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#222222 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}


#mein-menu li{
	float:left;
}
#mein-menu li a{
	display:block;
	color:#FFFFFF;
	padding:10px 20px;
	font-size:14px;
	text-decoration:none;
}
#mein-menu li a:hover,
#mein-menu li.current a{
	background: #1883D7; /* Old browsers */
	background: -moz-linear-gradient(top,  #3492DB 0%, #0E2948 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3492DB), color-stop(99%,#0E2948)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3492DB 0%,#0E2948 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3492DB 0%,#0E2948 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3492DB 0%,#0E2948 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #3492DB 0%,#0E2948 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3492DB', endColorstr='#0E2948',GradientType=0 ); /* IE6-9 */
}
.login3 #mein-menu li a:hover,
.login3 #mein-menu li.current a{
	background: #006B46; /* Old browsers */
	background: -moz-linear-gradient(top,  #00A66C 0%, #006B46 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A66C), color-stop(99%,#006B46)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00A66C 0%,#006B46 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00A66C 0%,#006B46 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00A66C 0%,#006B46 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #00A66C 0%,#006B46 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#006B46',GradientType=0 ); /* IE6-9 */
}
.login9 #mein-menu li a:hover,
.login9 #mein-menu li.current a{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(99%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#000000 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#left-menu{
	padding:10px;
}
#left-menu li{
	margin-bottom:10px;
}
#left-menu li a{
	display:block;
	padding:10px 20px;
	background:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	color:#333333;
}
#content-left .table01 td{
	padding:10px;
}


#content{
	text-align:left;
	width:100%;
	display: table;
	height: calc(100% - 160px);
}
#content-left{
	background:#CCCCCC;
	width:240px;
	display: table-cell;
	vertical-align:top;
}
#content-right{
	display: table-cell;
	vertical-align:top;
}
#content-right h2{
	font-size:16px;
	margin-bottom:10px;
	border-left:#FF8800 10px solid;
	padding-left:10px;
}
#main-content{
	padding:20px;
}
#footer{
	background:#337AB7;
	height:40px;
}
.login3 #footer{
	background:#008456;
}
.login9 #footer{
	background:#333333;
}
#footer p{
	color:#FFFFFF;
	padding-top:10px;
}

/* Title */
.title-set01 {
	display: inline-block;
	min-height: 1%;
	display: block;
	*zoom: 1;
}
.title-set01:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .title-set01 {
	height: 1%;
}

.title-set01{
	padding:5px 0;
}
.title-set01 h3{
	float:left;
	font-size:14px;
	position:relative;
	padding-left:15px;
}
.title-set01 h3:before{
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #077D9D;
    content: "";
}
#print .title-set01 h3:before{
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #32B551;
    content: "";
}
.title-set01 h3 span{
	color:#FF0000;
	margin-left:10px;
	font-size:14px;
}
.title-set01 div{
	float:right;
	font-size:14px;
	text-align:right;
	padding-top:3px;
}
.title-set01 div span{
	color:#FF0000;
}


/* login */
#login{
	position: relative;
	background-image:url(../img/photo_bg01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
#login form{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width:400px;
	height:700px;
	margin:auto;
	background:#FFFFFF;
	box-shadow:rgba(150, 150, 150, 0.458824) 3px 3px 10px 0px;
	-webkit-box-shadow:rgba(150, 150, 150, 0.458824) 3px 3px 10px 0px;
	-moz-box-shadow:rgba(150, 150, 150, 0.458824) 3px 3px 10px 0px;

}
#login form h1{
	padding:10px 20px;
	text-align:left;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	background:#337AB7;
	color:#FFFFFF;
	border-bottom:#002D6B 1px solid;
}
#login form h1 span{
	display:block;
	font-size:20px;
	font-weight:bold;
}
#login form ul{
	background:#337AB7;
	text-align:left;
	padding:10px 20px;
	height:85px;
	overflow-y: scroll;
	border-bottom:#002D6B 1px solid;
}
#login form li{
	color:#FFFFFF;
	border-bottom:#FFFFFF 1px dotted;
	padding:5px 0;
}
#login form li span{
	margin-right:10px;
}
#login form li a{
	color:#FFFFFF;
}
#login form dl{
	padding:20px 20px 10px;
	text-align:left;
}
#login form dd{
	padding-bottom:10px;
}
#login form .login-error{
	color:#FF0000;
}
#login form .note{
	text-align:left;
	padding:20px;   
	background:#FFFFFF;
}

#login form .note2{
	text-align:center;
	padding:20px;
	color:#FF0000;
	background:#FFFFFF;
}
/* TOP */
.center-red{
	text-align:center;
	color:#FF0000;
	padding:5px;
}

/* section */
#sec-list li{
	border:#CCCCCC 1px solid;
	margin-bottom:-1px;
	margin-right:-1px;
	position:relative;
}
#sec-list li p{
	padding:10px;
}
#sec-list li form.edit{
	position:absolute;
	top:5px;
	right:70px;
}
#sec-list li form{
	position:absolute;
	top:5px;
	right:5px;
}
#sec-list li ul{
	padding-left:40px;
}

#admission_list ul{
	margin-top:5px;
}

#admission_list ul li{
	background:#DAE9FF;
	margin-top:5px;
	padding:5px 10px;
	text-align:left;
	position:relative;
}
#admission_list ul li .close{
	position:absolute;
	top:3px;
	right:0px;
	padding:2px;
	cursor:pointer;
}












