/* @import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); */
html {
 	font-size: 62.5%;
}
body {
  font-family:"Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; /* カスタマイズ */ 
  color:#000000;
  font-weight:300;
  padding-top:80px;	/* カスタマイズ */ 
  padding-bottom: 0px;	/* カスタマイズ */ 
  font-size: 1.5rem; /* カスタマイズ */  
  /*以下常にページ下部にフッターを置くために指定*/  /* カスタマイズ */
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.container {/*常にページ下部にフッターを置くために指定*/  /* カスタマイズ */
  flex: 1 !important;
}

h1, h2, h3, h4, h5, h6 {
  color:#222;
  margin:0 0 20px;
}

ul, ol, table, pre, dl {
  margin:0 0 20px;
}

h1, h2, h3 {
  line-height:1.1;
}

h1 {
  font-size:28px;
}

h2 {
  color:#393939;
}

h3, h4, h5, h6 {
  color:#494949;
}

a {
  color:#1f1f1f; /* カスタマイズ */
  font-weight:400;
  text-decoration:underline; /* カスタマイズ */ 
}

a:hover { /* カスタマイズ */
  color: #66cc00;
  font-weight:400;
}

a:focus { /* カスタマイズ */
  color: #1f1f1f;
}

a small {
  font-size:11px;
  color:#777;
  margin-top:-0.6em;
  display:block;
}

.wrapper {
  width:860px;
  margin:0 auto;
}

blockquote {
  border-left:1px solid #e5e5e5;
  margin:0;
  padding:0 0 0 20px;
  font-style:italic;
}

code, pre {
  font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  color:#333;
  font-size:12px;
}

pre {
  padding:8px 15px;
  background: #f8f8f8;
  border-radius:5px;
  border:1px solid #e5e5e5;
  overflow-x: auto;
}

table {
  width:100%;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #e5e5e5;
}

dt {
  color:#444;
  font-weight:700;
}

th {
  color:#444;
}

img {
  max-width:100%;
}

header {
  width:100%;
  position:static;
}

header ul {
  list-style:none;
  height:40px;

  padding:0;

  background: #eee;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
  background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);

  border-radius:5px;
  border:1px solid #d2d2d2;
  box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
  width:270px;
}

header li {
  width:89px;
  float:left;
  border-right:1px solid #d2d2d2;
  height:40px;
}

header ul a {
  line-height:1;
  font-size:11px;
  color:#999;
  display:block;
  text-align:center;
  padding-top:6px;
  height:40px;
}

strong {
  color:#222;
  font-weight:700;
}

header ul li + li {
  width:88px;
  border-left:1px solid #fff;
}

header ul li + li + li {
  border-right:none;
  width:89px;
}

header ul a strong {
  font-size:14px;
  display:block;
  color:#222;
}

section {
  width:500px;
  float:right;
  padding-bottom:50px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#e5e5e5;
  height:1px;
  margin:0 0 20px;
}

footer {
  width:100%;
  /* position: fixed;	カスタマイズ*/
  bottom: 0;
  height: 35px; /* カスタマイズ */
}

@media print, screen and (max-width: 960px) {

  div.wrapper {
    width:auto;
    margin:0;
  }

  header, section {
    float:none;
    position:static;
    width:auto;
  }
  
  footer{
	width: 100%;
  }

  header {
    padding-right:320px;
  }

  section {
    border:1px solid #e5e5e5;
    border-width:1px 0;
    padding:20px 0;
    margin:0 0 20px;
  }

  header a small {
    display:inline;
  }

  header ul {
    position:absolute;
    right:50px;
    top:52px;
  }
}

@media print, screen and (max-width: 720px) {
  body {
  	padding-top: 80px; /* カスタマイズ　*/
    word-wrap:break-word;
  }

  header {
    padding:0;
    width:100%;
    position:static;
  }

  header ul, header p.view {
    position:static;
  }

  pre, code {
    word-wrap:normal;
  }
}

@media print, screen and (max-width: 480px) {
  body {
  	padding-top: 70px;
  }

  header ul {
    display:none;
  }
}

@media print {
  body {
    padding:0.4in;
    font-size:12pt;
    color:#444;
  }
}


/**	k01 */
.k01-table1 {
	background:#006728; /* カスタマイズ */
	font-size: 1.7rem;
	color:#FFF; /* カスタマイズ */
}
.search-top {
	width: 100%;
	background:#006728; /* カスタマイズ */
	padding: 8px;
	font-size: 1.7rem;
	color:#FFF; /* カスタマイズ */
}
.search-bottom
{
	text-align: left;
	padding-top: 20px;
	line-height: 25px;
}
.search-button{
	margin-top: 10px;
	text-align:center;
}
.senmon-top {
	margin-top: 30px;
	width: 100%;
	background:#006728; /* カスタマイズ */
	padding: 8px;
	font-size: 1.7rem;
	color:#FFF; /* カスタマイズ */
}
.senmon-bottom {
	padding: 8px;
}
.senmon-link {
	text-align:right;
}
.k01-gakubu {
	font-size: 1.7rem;
	font-weight: bold; /* カスタマイズ */
}

/** k02 */
.k02-top {
	background:#006728; /* カスタマイズ */
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
	padding: 8px;
	color:#FFF; /* カスタマイズ */
}
.k02-notFound {
	font-size: 16px;
	font-weight: bold;
}
.k02-number {
	width: 40px;
	text-align:right;
}
.k02-name {
	width: 20%;
}
.k02-title{
   padding-left: 50px;
	
}
.k02-keyword {
	width: 400px !important;
   padding-left: 20px;
	
}

.info th { /* カスタマイズ */
	background-color: #f5f5f5 !important;
	color: #000;
}

.info { /* カスタマイズ */
	background-color: #006728 !important;
	color: #FFF;
}

/**	k03 */
.k03-title1-font1,	/*	教員カナ氏名 フォント */
.k04-title1-font1	/*	教員カナ氏名 フォント */
{
	font-size: 1.3rem; /* カスタマイズ */
}
.k03-title1-font3
{
	font-size: 1.4rem; /* カスタマイズ */
}
.k03-title1-font2,	/*	教員漢字氏名 フォント */
.k04-title1-font2	/*	教員漢字氏名 フォント */
{
	color: #006728; /* カスタマイズ */
	font-size: 150%;
	font-weight: bold;
}

.name-header {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	min-height: 50px !important;
}
.name-header:after {
	display: block;
	clear: both;
	content: "";
}
.list-group {
	width: 100%;
}

.Breadcrumbs {
	margin-bottom: 10px;
}
.s-photo {
	width: 150px;
}

#photo {
	max-height: 110px;
	right: 3%;
	margin: 0px;
	-webkit-filter: blur(0);
}
@media screen and (max-width: 768px)  {
.s-photo {
	display: none;
	}
}

.date {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	text-align: right;
	font-size: 1.2rem; /* カスタマイズ */
	color: #555555;
}

.name {
	margin: 0 10px;
	line-height: 1.6em;
}

.keyword-hit {
  background-color: #ffc107
}

.kyoin-info {
	margin: 0 10px;
	line-height: 1.2em;
}

.fixed.name-header {
	position: fixed;
	width: 100%;
	top: 60px; /* カスタマイズ */
	z-index: 10000;
	background: white;
	left: auto;
	display: flex;
	align-items: flex-end;
}
.fixed .title {
	height: 50px;
	padding: 10px 0 0;
}
.fixed .date {
	display: none;
}
.fixed .name {
	margin: 0 auto;
	width: 90%;
}
.fixed .kyoin-info {
	display: none;
}
.fixed .s-photo {
	display: none;
}

.gyoseki-menu {
	border: 1px solid #ddd;
}
.gyoseki-menu:after {
	display: block;
	clear: both;
	content: "";
}
.fixed.gyoseki-menu {
	position: fixed;
	width: 100%;
	top: 110px; /* カスタマイズ */
	z-index: 10000;
	background: white;
	left: auto;
}

.k03-subgroup {
	font-size: 16px;
	background-color: #0000EE;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

.gyoseki-field {
	margin-bottom: 30px;
}

.gyoseki-table {
	margin-bottom: 0px;
}

.boxA  {
	width: 130px;
	float:left;
}
.boxB  {
	float:left;
}

.boxC  {
	padding-left: 130px;
}
@media screen and (max-width: 480px){
	.body{
		padding-bottom: 0px;
	}
	.boxA  {
		width: 60px;
		float:left;
	}
	.boxC  {
		padding-left: 60px;
	}
}
.clear {
	clear:both;
}
.k03-number {
	width: 30px;
}

.k03-YM {
	width: 80px;
}
.k03-YMD {
	width: 100px;
}
.k03-periodYM {
	width: 180px;
}
.k03-periodYMD {
	width: 200px;
}
.k03-gyoseki-title {
	font-weight: normal;
	margin-right:7px;
}
.k03-gyoseki-title-without-link {
	font-weight: normal;
}
@media screen and (max-width: 480px){
	.k03-periodYMD {
		width: 120px;
	}
} 
.k03-m22-nktitm {
	width: 80px;
}

.scrollable-menu {
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}

a.disabled {
	display: inline-block;
	pointer-events:none;
	cursor:default;
	text-decoration:none;
	color:#000000;
}

/**	k04 */
.k04-item {
	width: 200px;
}
.gyoseki-back {
	text-align: center;
}
.k03-preview-font{
	color: red;
}

/** head ***/
.navbar-default { /* カスタマイズ　*/
  background-image:none;
  background-color:#fff !important;
  border-bottom: solid 1px #dddddd;
}
.navbar-link { /* カスタマイズ　*/
 color:#1f1f1f !important;
 display: inline-block;
}
.header-left span{ /* カスタマイズ　*/
	vertical-align: middle;
}
a.navbar-link{ /* カスタマイズ　*/
	color: #1f1f1f !important;
	font-size: 1.4rem;
}
a.navbar-link:hover{ /* カスタマイズ　*/
	color: #66cc00 !important;
}
.header{
	width: 100%;
	display: inline-block;
	min-height: 50px; /* カスタマイズ　*/
}
.header-left{
	display: inline-block;
	float: left;
	font-size: 2rem;
}
.header-right{
	display: inline-block;
	float: right;
}

/** foot ***/
.bg-primary { /* カスタマイズ　*/
  background-color: #eee !important;
    color: #999;
}
footer div { /* カスタマイズ　*/
	padding-top: 10px;
	font-size: 1.2rem;
}

@media screen and (max-width: 767px){
	.k02-name {
		width: 89%;
	}
} 
@media screen and (max-width: 575px){ /* カスタマイズ　*/
	body {
  		padding-top:110px;	/* カスタマイズ */ 
	}
} 