@charset "UTF-8";

/*.titleimg{
	width:100%;
	height:360px;
}*/

.founding{
	background-image: url(/chronicle/site/images/bg_y1949.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.y1949{
	background-image: url(/chronicle/site/images/bg_y1949.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.y1959{
	background-image: url(/chronicle/site/images/bg_y1959.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.y1969{
	background-image: url(/chronicle/site/images/bg_y1969.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.y1979{
	background-image: url(/chronicle/site/images/bg_y1979.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.y1989{
	background-image: url(/chronicle/site/images/bg_y1989.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.y1999{
	background-image: url(/chronicle/site/images/bg_y1999.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.y2009{
	background-image: url(/chronicle/site/images/bg_y2009.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*.titleimg p.title{
	width:1000px;
	text-align:right;
	margin:0 auto;
	padding-top:270px;
}*/


.section-history-block {
  display: none;
}

.section-history-block.section-founding {
  display: block;
}


.section-history-block .block{
  /*padding-bottom:40px;*/
  margin: 0 16px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  
}


.block-history .chronicle{
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
  font-size: 16px;
  letter-spacing: normal;
  /*margin-bottom:60px;*/
  margin-bottom:0.4em;
  margin-left: 0.8em;
  margin-right: 0.8em;
}
.block-history .chronicle dt{
	/*width:15%;
	padding:1%;*/
  float: left;
  /*margin-right: 2em;*/
  width: 80px;
  /*margin-right: 10px;*/
  clear: left;
  margin-bottom: 0.5em;
}
.block-history .chronicle dd{
	/*width:81%;
	padding:1%;*/
  /*float: left;*/
  margin-left: 80px;
  margin-bottom: 0.5em;
}

#container .block-history p.news{
	margin-left: 2.4em;
	margin-bottom:20px;
	line-height:1.8em;
	background-image: url(/chronicle/site/images/ic_newspaper.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	display:block;
}

.block-history p.news a{
	background-color:#FFF;
	padding:6px;
	color:#000;
	margin-right:6px;
}

.block-history .interview{
	width:700px;
  margin-left: 1.8em;
  margin-bottom:20px;
	color:#000;
}
#container .block-history .interview p{
	margin-left:10px;
}
#container .block-history .interview p.tit_inter span{
	background: url(/chronicle/site/images/ic_inte.png) no-repeat center left;
	padding-left:30px;
	height:24px;
	display:block;
}
#container .block-history .interview p.tit_inter{
	background:#CC0000 url(../images/ic_movie.png) no-repeat center right;
	padding:6px 20px 6px 6px;
	color:#FFF;
	margin-left:0px;
}
.block-history .interview a{
	color:#000;
}
.block-history .interview .box_inter{
	padding:0px;
	background-color:#FFF;
	min-height:150px;
	float:left;
	width:540px;
}
.block-history .interview .img_inter{
	float:left;
	width:150px;
	margin-right:10px;
}
.block-history .interview .img_inter img{
	width:100%;
	height:auto;
}
.clr{clear:both;}
.block-president {
  position: relative;
  background-color:#003366;
  padding:12px;
  /*width: 140px;*/
  -webkit-flex: 0 0 128px;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
}

.section-history-block .block:first-child .block-president{
  margin-top: 24px;
}

.block-history h2.about{
  background-color:transparent;
  color:#FFF;
  margin:0;
  font-size: 24px;
  letter-spacing: 0.05em;
  /*font-style: bold;*/
  font-weight:bold;
  line-height: 1.4;
  padding:12px 0;
  width:auto;
  text-align:left;
  margin-bottom:24px;
}
.block-history h2.about .fontS{
  font-size: 16px;
}

.block-president dt{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.block-president dd{
  font-size: 13px;
  line-height: 1.5;
}
.block-president .popup h2{
  color:#333;
}

@media (max-width: 750px) {
.block-history .interview{
	width:98%;
  margin-left: auto;
  margin-right: auto;
}

#container .block-history .interview p{
	margin-left:10px;
}
.block-history .interview .box_inter{
	padding:0px;
	background-color:#FFF;
	min-height:150px;
	float:left;
	width:60%;
}
.block-history .interview .img_inter{
	float:left;
	margin-right:2%;
	width:38%;
}

#container .block-history p.news{
  margin-left: auto;
  margin-right: auto;
}

.block-history p.news a{
	display:block;
	margin-right:0px;
}

}


/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/chronicle/site/css/font/flexslider-icon.eot');
  src: url('/chronicle/site/css//chronicle/site/css/font/flexslider-icon.eot') format('embedded-opentype'), url('/chronicle/site/css/font/flexslider-icon.woff') format('woff'), url('/chronicle/site/css/font/flexslider-icon.ttf') format('truetype'), url('/chronicle/site/css/font/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slider{
	/*margin-top:-4px;*/
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides img.img-txt {
  display: none;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 44px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  display:none;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #CC0000;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

#nav .slider-nav li a.current {
  /*color: blue;*/
  color:#FFCC33;
}




/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================
*/

@media screen and (min-width:751px) {

.flexslider .slides > li {
  height: 480px;
  position: relative;
}

.flexslider .slides img {
  height: auto;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flexslider .slides img.img-txt {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto auto 0;
  width: auto;
  height: auto;
  display: inline;
}

}

@media screen and (max-width:750px) {

  /*.block-president {
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
*/
/*.flexslider {
	display:none;
}
.slider{
	height:500px;
	background:#FFF url(../images/sp/topimage.jpg) no-repeat center top;
}*/

}

@media screen and (max-width:560px) {

  .section-history-block .block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-history-block .block:first-child .block-president{
    display: none;
  }


  .block-president {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 16px;
  }

}
