@charset "utf-8";
/* CSS Document */


div.year_menu ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  list-style: none;
  width: 960px;
  margin: 10px auto;
  padding: 0;
}

div.year_menu ul li{
	  display: table-cell;
  vertical-align: middle;
padding:5px;
  border-right: 1px solid #666;
  font-size:1.4em;
  font-weight:bold;	
}

div.year_menu ul li a{
text-decoration:none;
color:#666;
}

div.year_menu ul li:last-child {
  border-right: 0;
}




div.syear_menu_s ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  list-style: none;
  width:550px;
  margin: 10px auto;
  padding: 0;
}

div.syear_menu_s ul li{
	  display: table-cell;
  vertical-align: middle;
padding:5px;
  border-right: 1px solid #666;
  font-size:0.8em;
  width:50px;	
}

div.syear_menu_s ul li a{
text-decoration:none;
color:#666;
}

div.syear_menu_s ul li:last-child {
  border-right: 0;
}


div.his ul {
  position: relative;
  overflow: hidden;
  list-style: none;
  width: 960px;
  margin: 30px auto;
  padding: 0;
}

div.his ul:after {
  content:"";
  z-index: 1;
  position: absolute;
  left: 50%;
  top:0;
  width: 4px;
  margin-left: -2px;
  min-height: 100%;
  background-color: #eee;
    
}

div.his ul li {
  z-index: 2;
  position: relative;
  width: 420px;
  padding: 20px;
  float: left;
  margin-bottom: 30px;
  background-color: #eee;

}

div.his ul li.left {
  float: left;
  clear: left;
  padding-top:60px;
    background-image:url(images/p0148_lg.jpg);
}

div.his ul li.right {
  float: right;
  clear: right;
padding-top:60px;
  background-image:url(images/p0148_l.jpg);
  background-color: #FDE8D0;
}

div.his ul li.highlight {
  float: none;
  clear: both;
  width: auto;
  border: 5px solid #fff;
  background-color: #666;
    background-image:url(images/t_history.png);
}

.t_h{
padding:5px;
background:#999;
    background-image:url(images/t_h_back.png);
}

.t_h p{
font-size:0.8em;
color:#222;
}

/* arrow */

div.his ul li:before {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  right: -6px;
  left: -6px;
  width: 12px;
  height: 12px;

  transform: rotate(45deg);
}

div.his ul li.left:before {
  left: auto;
    background-color: #eee;
}

div.his ul li.right:before {

    background-color: #ECD4C2;
}

div.his ul li.right + li.left:before,
div.his ul li.left + li.right:before {
  top: 36px;
}

div.his ul li.highlight:before {
  left: 50%;
  margin-left: -6px;
  right: auto;
  top: -6px;
}

/* dot */

div.his ul li:after {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  right: -27px;
  left: -27px;
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #ccc;
  transition: .2s;
}

div.his ul li:hover:after {
  background-color: #999;
  top: 12px;
  right: -29px;
  left: -29px;
  width: 12px;
  height: 12px;
}

div.his ul li.left:after {
  left: auto;
}

div.his ul li.right + div.his ul li.left:after,
div.his ul li.left + div.his ul li.right:after {
  top: 36px;
}

div.his ul li.right + div.his ul li.left:hover:after,
div.his ul li.left + div.his ul li.right:hover:after {
  top: 34px;
}

div.his ul li.right:after {
  right: auto;
}

div.his ul li.highlight:after {
  left: 50%;
  margin-left: -7px;
  right: auto;
  top: -24px;
}

div.his ul li.highlight:hover:after {
  margin-left: -9px;
  top: -26px;
}





#back-top{
    position: fixed;
	z-index: 3;
  top: 97%;
  left: 50%;
  margin-top: -50px;
  margin-left: -30px;

}
#back-top a {
    width: 50px;
    display: block;
}
#back-top {
    width: 50px;
    height: 50px;
    display: block;


}


#back-paper{
    position: fixed;
	z-index: 3;
  top: 80%;
  left: 26%;
  margin-top: -50px;
  margin-left: -30px;

}
#back-paper a {
    width: auto;
	color:#fff;
    
}
#back-paper {
	font-size:0.8em;
	background-color:#666;
    width: auto;
    height: auto;
	padding:10px;
    display: block;
	    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;


}





.right_back{
clear:both;font-size:0.8em;font-weight:bold;color:#7C5B0C;padding:5px;margin:0 0 5px 0;border-bottom:1px solid #7C5B0C;background-color:rgba(255,238,206,0.3);
}

.left_back{
clear:both;font-size:0.8em;font-weight:bold;color:#666;padding:5px;margin:0 0 5px 0;border-bottom:1px dotted #666;background-color:rgba(239,239,239,0.3);
}

.con{
margin:10px 0 10px 5px;
}
.caption{
font-size:0.75em;margin:5px auto 10px 0;clear:both;text-align:center;
}
.centeringimg{
text-align:center;display: block;margin:0 auto;
}

.leftimg{
float:left;
margin:5px;
}

.rightimg{
float:right;
margin:5px;
}
.nengo{
padding:5px;color:#fff;margin:0;text-align:center;font-size:2.8em;
}

.next{
padding:5px;color:#fff;margin:0;text-align:center;font-size:1.4em;
}

    div.anchorlink {
  padding-top: 150px;
  margin-top: -150px;

    }
	
	
	
	
	
@media screen and (max-width: 1024px){    




    div.anchorlink {
  padding-top: 220px;
  margin-top: -220px;

    }

    }
		