﻿@charset "utf-8";


.bgWrap{
  background: url(../img/about/bg_01.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
  background-size:cover;
}

.leadSec01{
  position: relative;
  height: 454px;
}
.leadSec01 .titSec01{
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  padding: 36px 0 32px;
}
.leadSec01 .titSec01 > img {
    padding-left: 35px;
}
.leadSec01 .leadTxt01{
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -522px;
}

.conSec01{
  width: 960px;
  margin: -29px auto 40px;
  position: relative;
  height: 288px;
}
.conSec01 img{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec01 .box01{
  position: absolute;
  top:0;
  left: 0;
}
.conSec01 .box02 span,
.conSec01 .box03 span{
  display: block;
}
.conSec01 .box02 span img,
.conSec01 .box03 span img{
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  margin-bottom: -3px;
}
.conSec01 .box02 span img,
.conSec01 .box03 span img{
  padding-left: 212px;
}
.conSec01 .box02{
  position: absolute;
  top:0;
  left: 275px;
  padding-top: 13px;
}
.conSec01 .box03{
  position: absolute;
  top:0;
  left: 625px;
  padding-top: 13px;
}

.conSec02{
  width: 960px;
  margin: 0 auto 40px;
  position: relative;
  height: 324px;
}
.conSec02 img{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec02 .box01 span,
.conSec02 .box02 span{
  display: block;
}
.conSec02 .box01 span img,
.conSec02 .box02 span img{
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  margin-bottom: -2px;
}
.conSec02 .box01 span img{
  margin-left: -4px;
}
.conSec02 .box02 span img{
  margin-left: -5px;
}
.conSec02 .box01{
  position: absolute;
  top:0;
  left: 0;
  padding-top: 17px;
}
.conSec02 .box02{
  position: absolute;
  top:0;
  left: 345px;
  padding-top: 17px;
  z-index: 999;
}
.conSec02 .box03{
  position: absolute;
  top:0;
  left: 650px;
}

.conSec03{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
  height: 278px;
}
.conSec03 .box01 img,
.conSec03 .box02,
.conSec03 .box03{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec03 .box01{
  position: absolute;
  top:0;
  left: 0;
}
.conSec03 .box02{
  position: absolute;
  top:0;
  left: 280px;
  margin-top: 17px;
  width: 285px;
}
.conSec03 .box02 ul li{
  float: left;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  background: url(../img/about/img_chara_bg.png) 0 0;
}
.conSec03 .box02 ul li a {
  display: block;
  position: relative;
}
.conSec03 .box02 ul li.active a:before,
.conSec03 .box02 ul li.active a:after {
  position: absolute;
  width: 22px;
  height: 22px;
}
.conSec03 .box02 ul li.active a:before {
  content: url(../img/about/img_chara_active_01.png);
  top: 0;
  left: -1px;
}
.conSec03 .box02 ul li.active a:after {
  content: url(../img/about/img_chara_active_02.png);
  right: -2px;
  bottom: -1px;
}
.conSec03 .box02 ul{
  border-top: #fff solid 1px;
  border-left: #fff solid 1px;
}

.conSec03 .box03{
  position: absolute;
  top:0;
  left: 575px;
  border: #fff solid 1px;
  margin-top: 17px;
  background: url(../img/about/img_chara_bg.png) 0 0;
  height: 283px;
}
.conSec03 .box03 ul {
  width: 382px;
  height: 283px;
  position: relative;
}
.conSec03 .box03 ul li {
  position: absolute;
  width: 382px;
  height: 283px;
  left: 0;
  top: 0;
  display: none;
}
.conSec03 .box03 ul li:first-child {
  display: block;
}

.pageTop a:hover{
  -webkit-opacity: 0.8;
  opacity: 0.8;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.conSec03 .box02 ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.conSec03 .box02 ul {
	*zoom: 1;
}