html { height: 100% }
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanshebrew.css); */
/* @import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,400,700'); */
body {
	margin: 0;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: normal; /* 0.9em; */
		background: #F7F7F7 url(images/pattern.png) fixed; 
}

/*
body {
	font: normal 0.9em 'Gotham Book', Gotham-Book, arial, sans-serif ;
	background: #F7F7F7 url(images/pattern.png) fixed; 
}
*/

.container {width: 978px; margin: 0 auto;}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, 
.project, .project2, .project3, .project4, .project0, .logo, grid4block {
    float: left;
    display: inline;
    margin-left: 30px;
}
.grid1 { width: 54px }
.grid2 { width: 138px }
.grid3 { width: 222px }
.grid3block {width: 220px; border: 1px solid #000;}
.grid3block_red {width: 220px; border: 1px solid #a10000;}
.grid4 { width: 306px }
.grid4block {width: 304px; border: 1px solid #000;}
.grid5 { width: 390px }
.grid6 { width: 474px }
.grid6block {width: 472px; border: 1px solid #000;}
.grid7 { width: 558px }
.grid8 { width: 642px }
.grid9 { width: 726px }
.grid9block {width: 724px; border: 1px solid #000;}
.grid10 { width: 810px }
.grid11 { width: 894px }
.first {margin-left: 0; clear: left;}
.project {height: 138px; margin-top: 15px; margin-bottom: 15px;}
.project2 {height: 306px; margin-top: 15px; margin-bottom: 15px;}
.project3 {height: 474px; margin-top: 15px; margin-bottom: 15px;}
.project4 {height: 742px; margin-top: 15px; margin-bottom: 15px;}
.project0 {margin-top: 15px; margin-bottom: 15px;}
.panel {height: 138px; margin-top: 15px; margin-bottom: 15px; background-color: #a10000;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#content {
    width: 993px;
    background-color: #F7F7F7;
    margin: 0;
    padding: 0;
}

p {
padding-bottom: 5px;
font:normal 'Noto Sans Japanese', 'Gotham Book', Gotham-Book, sans-serif;
}

/* TITLE  */
h1.title {
	margin: 10px 0 ;
/* 	font-family: Noto Sans Hebrew; */
	font-family: 'Noto Sans Japanese', sans-serif;
}
h2 {margin-top: 5px;
	margin-bottom: 5px;
/* 	font-family: Noto Sans Hebrew; */
	font-family: 'Noto Sans Japanese', sans-serif;
}

/* Grid Title */
h5 {
	font-family: 'Noto Sans Japanese', 'Fira Sans', sans-serif, 'Gotham Book', Gotham-Book, sans-serif;
    line-height: 15px;
    font-weight: 100;
    font-size: 90%;
    color: #FFF;
    background-color: #000;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-left: 3px;
}
.redtitle {
    color: #FFF;
    background-color: #a10000;
}
.foster {
    color: #C79900;
    background-color: #39275B;
}

.kandai {
    color: #ffffff;
    background-color:#0000ff;
}

.graduate {
    background-color: #777777;
}

.adv {
	font-family: 'Noto Sans Japanese', sans-serif;
	color:white;
    font-size: 300%;
    font-weight: 100;
    padding-top: 5px;
    padding-left: 15px;
}
    

.float {
    float: left;
    margin-right: 1em;
}

.profile{
	margin-top: 10px;
	padding-bottom: 10px;
}

strong.name { font-size: x-large }

.red { color: #a10000 }

.black {
    color: #F7F7F7;
    background-color: #000;
}

#slider {
    width: 100%;
    height: 100%;
    z-index: 1;
}
#slider2 {
    width: 978px;
    height: 306px;
    z-index: 1;
}

dl.back dt {
    float: left;
    width: 8em;
    padding: 0 0 0 2px;
}
dl.back dd {
    margin-left: 8em;
    margin-bottom: .2em;
    padding: 0 0 5px 20px;
}
dl.history dt {
    line-height: 20px;
    padding-left: 5px;
    float: left;
    width: 200px;
    clear: both;
}
dl.history dd {
    padding-left: 5px;
    line-height: 20px;
    margin-left: 200px;
    border-left: 1px solid #999;
}

dl.top-page dt {
    width: 100%;
    clear: both;
    margin-bottom: 3px;
    margin-top: -3px;
    color:#a10000;}

dl.top-page dd {
/*     font-weight: bold; */
    font-weight: 200;
    font-size: 150%;
}



.new_events dt {
    font-size: 80%;
    color: #a10000;
}
.new_events dd {
    line-height: 150%;
    list-style-type: none;
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    color: #000;
    padding-left: 20px;
    padding-bottom: 5px;
    background-position: 0 4px;
}

ul.item li {
    line-height: 150%;
    list-style-type: none;
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    background-position: 4px 4px;
    margin: 5px 0px 5px 0px;
}

ul.item_red li {
    line-height: 150%;
    list-style-type: none;
    background-image: url(images/plus_red.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    background-position: 4px 4px;
    margin: 5px 0px 5px 0px;
}
.yotei {
    overflow: auto;
    width: 222px;
    height: 250px;
}
strong.sep {
    color: #F14E23;
    font-weight: 700;
}

code {
	font-size: medium;
    font-family: monospace;
    color: #0000CD;
}

div.comment { position: relative }
div.comment :hover {
    background-color: #a10000;
    -webkit-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    opacity: 0.4;
}

div.comment p.linkarea a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background\*: #fff\9;
    filter: alpha(opacity=0);
}

#nav_red {
	font-family: 'Noto Sans Japanese', sans-serif; sans-serif;
    font-weight: 100;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#nav_red ul {
    background: #cfcfcf;
    height: 40px;
    list-style: none;
}
#nav_red li {
    float: left;
    padding: 0;
}
#nav_red li a {
    background: #cfcfcf;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    line-height: 40px;
    padding: 0 25px;
}
#nav_red li a:hover {
    text-decoration: none;
    background: #000;
    color: #FFF;
    -webkit-transition: background-color 0.4s, color 0.4s;
}
#nav_red li ul {
    position: absolute;
    background: #222;
    display: none;
    height: auto;
    width: 210px;
    z-index: 2;
}
#nav_red li:hover ul { display: block }
#nav_red li li:hover { font-weight: 800 }
#nav_red li li {
    display: block;
    float: none;
    width: 210px;
}
#nav_red li ul a {
    text-align: left;
    display: block;
    height: 40px;
    padding: 0 10px 0 25px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    text-align: center;
    display: block;
    padding: 30px 0;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
table.graduates {
    width: 100%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing: 0;
    margin: 10px;
}
table.graduates tr th,
table.graduates tr td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 7px;
}
table.graduates tr th { background: #b4b4b4 }
table.table2 {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing: 0;
    margin: 10px;
}
table.table2 tr th,
table.table2 tr td {
    font-size: 80%;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 7px;
}
table.table2 tr th { background: #e8e8e8 }
*,
div.comment p.linkarea {
    margin: 0;
    padding: 0;
}
.clear, .floatclear { clear: both }

a[target="_blank"] {
  padding-right:12px;
  background: url(http://so-ichi.com/images/external-link-red-dark05.png) no-repeat center right;
  text-decoration:none;
}

.centering{
 text-align: center	
}



.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  
 .timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #6fc173;
  position: absolute;
  left: 106px;
  top: 23px;
  border-radius: 100%;
  }
}

#graph4 {
    width : 500px;
    height: 300px;
    margin: 1em auto;
    }

table.type10 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type10 thead th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #04162e;
}
table.type10 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
}
table.type10 .even {
	background: #f3f6f7;
}
