@charset "utf-8";
#header {
    background: url(../img/bg_header.png) repeat-x;
    height: 56px;
    text-align: center
}

#header .inner {
    background: url(../img/header.jpg) no-repeat 50% 0;
    display: block;
    height: 56px
}

#flashNavigation {
    background: #dacbab;
    min-width: 980px
}

#flashNavigation .inner {
    width: 980px;
    display: block;
    margin: 0 auto
}

.friends p {
    font-size: 12px;
    color: #461900
}

.leftBar {
    width: 236px;
    float: left;
    padding: 19px 0 0 10px
}

.leftBar .naviBar li {
    text-indent: -9999px;
    width: 236px;
    height:
}

.leftBar .naviBar li a {
    display: block;
    width: 100%;
    height: 48px
}

.leftBar .naviBar .first {
    background: url(../img/navBartop.jpg);
    height: 8px;
    *margin-bottom: -2px
}

.leftBar .naviBar .navi01 a {
    background: url(../img/navBar1.jpg)
}

.leftBar .naviBar .navi02 a {
    background: url(../img/navBar2.jpg)
}

.leftBar .naviBar .navi03 a {
    background: url(../img/navBar3.jpg)
}

.leftBar .naviBar .navi04 a {
    background: url(../img/navBar4.jpg)
}

.leftBar .naviBar .navi05 a {
    background: url(../img/navBar5.jpg)
}

.leftBar .naviBar .navi06 a {
    background: url(../img/navBar6.jpg)
}

.leftBar .naviBar .navi07 a {
    background: url(../img/navBar7.jpg)
}

.leftBar .naviBar .navi08 a {
    background: url(../img/navBar8.jpg)
}

.leftBar .naviBar .navi01 a:hover {
    background: url(../img/navBar1_on.jpg)
}

.leftBar .naviBar .navi02 a:hover {
    background: url(../img/navBar2_on.jpg)
}

.leftBar .naviBar .navi03 a:hover {
    background: url(../img/navBar3_on.jpg)
}

.leftBar .naviBar .navi04 a:hover {
    background: url(../img/navBar4_on.jpg)
}

.leftBar .naviBar .navi05 a:hover {
    background: url(../img/navBar5_on.jpg)
}

.leftBar .naviBar .navi06 a:hover {
    background: url(../img/navBar6_on.jpg)
}

.leftBar .naviBar .navi07 a:hover {
    background: url(../img/navBar7_on.jpg)
}

.leftBar .naviBar .navi08 a:hover {
    background: url(../img/navBar8_on.jpg)
}

.leftBar .naviBar .last {
    background: url(../img/navBarbot.jpg) no-repeat;
    height: 23px
}

.contRight {
    width: 635px;
    float: right;
    padding: 9px 5px 0 0
}

.title_cmn {
    padding-bottom: 16px
}

.friends .contRight .txt_info {
    padding: 0 10px 5px 15px
}

.friends .contRight .photo {
    padding-left: 15px
}

.friends .contRight .lst_photo {
    background: url(../img/bg_lst01.png) no-repeat;
    width: 602px;
    height: 389px;
    position: relative;
    margin: -40px 0 30px 15px
}

.friends .contRight .lst_photo .lst01 {
    padding: 45px 0 0 15px
}

.friends .contRight .lst_photo li {
    background: url(../img/bg_lst_photo.png) no-repeat;
    width: 174px;
    height: 160px;
    margin: 4px 3px;
    float: left;
    position: relative;
    padding: 0 6px
}

.friends .contRight .lst_photo li:hover {
    background: url(../img/bg_lst_photo_on.png) no-repeat
}

.friends .contRight .lst_photo li .img {
    width: 126px;
    margin: 0 auto;
    text-align: center;
    padding: 12px 0 3px 0
}

.friends .contRight .lst_photo li .desc {
    text-align: center;
    color: #d95b00;
    line-height: 15px;
    font-weight: bold;
    cursor: pointer
}

.friends .contRight .lst_photo li .detail {
    background: url(../img/icon_detail.png) no-repeat;
    display: block;
    position: absolute;
    width: 42px;
    height: 21px;
    right: 16px;
    bottom: 13px
}

.friends .contRight .lst_photo .item1 .img,
.friends .contRight .lst_photo .item2 .img,
.friends .contRight .lst_photo .item3 .img {
    padding: 24px 0 10px 0
}

.friends .contRight .lst02 li {
    background: url(../img/bg_lst02.jpg) no-repeat;
    width: 202px;
    height: 177px;
    float: left;
    margin: 4px
}

.friends .contRight .lst02 li:hover {
    background: url(../img/bg_lst02_on.jpg) no-repeat
}

.friends .contRight .lst02 li .img {
    text-align: center;
    padding: 10px 0
}

.friends .contRight .lst02 li .btn_detail {
    background: url(../img/btn_detail.png) no-repeat;
    width: 110px;
    height: 38px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px
}

#footer {
    background: url(../img/bg_footer.jpg) repeat-x 0 100%;
    min-width: 980px;
    position: relative;
    z-index: 100
}

#footer .naviBot {
    background: url(../img/bg_menu_footer.png) no-repeat 50% 0;
    height: 98px
}

.slider {
    position: relative;
    width: 865px;
    height: 485px;
    overflow: hidden;
    top: 50px;
    left: 13px
}

.slides {
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000)
}

.slide {
    height: 100%;
    float: left;
    clear: none
}

.slide figure {
    display: block;
    position: relative;
    text-align: center
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    width: 30px;
    height: 48px;
    text-indent: -9999px
}

.slider-arrow--right {
    bottom: 50%;
    right: 30px;
    background: url(../img/icon_next.png) no-repeat
}

.slider-arrow--left {
    bottom: 50%;
    left: 30px;
    background: url(../img/icon_prev.png) no-repeat
}

.slider-nav {
    position: absolute;
    bottom: 148px
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.slider-nav__item:hover {
    background: #bababa
}

.slider-nav__item--current,
.slider-nav__item--current:hover {
    background: #24397c
}

.slide .cap {
    position: absolute;
    top: 400px;
    width: 820px;
    margin: 0 20px;
    z-index: 100;
    line-height:1.4;
}

.slide .text {
    position: absolute;
    font-weight: bold;
    font-size: 1.3em;
    top: 360px;
    z-index: 100;
    margin: 0 20px
}

.company .slideImg {
    background: url(../img/bg_slide.png) no-repeat;
    width: 890px;
    height: 565px;
    margin-bottom: 20px
}

.target {
    background: #9c6b40!important;
    overflow-x: hidden
}

#wraper {
    overflow: hidden
}

.head2 {
    background: url(../img/bg_header2.png) repeat-x!important;
    height: 69px!important;
    min-width: 970px
}

.head2 .inner {
    background: url(../img/header2.png) no-repeat 50% 0!important;
    height: 69px!important
}

#flashNavigation2 {
    margin-top: 0
}

#flashNavigation2 .inner {
    background: 0
}

#flashNavigation2 ul li {
    float: left
}

#flashNavigation2 ul li a {
    display: block;
    height: 166px;
    text-indent: -9999px
}

#flashNavigation2 ul .navi01 a {
    background: url(/lib/img/friend/navi01.png) no-repeat;
    width: 137px;
    margin: 0 0 0 11px;
    background-position: center -51px
}

#flashNavigation2 ul .navi02 a {
    background: url(/lib/img/friend/navi02.png) no-repeat;
    width: 166px;
    margin: 0 0 0 4px;
    background-position: center -41px
}

#flashNavigation2 ul .navi03 a {
    background: url(/lib/img/friend/navi03.png) no-repeat;
    width: 148px;
    margin: 0 0 0 4px;
    background-position: center -51px
}

#flashNavigation2 ul .navi04 a {
    background: url(/lib/img/friend/navi04.png) no-repeat;
    width: 166px;
    margin: 0 0 0 4px;
    background-position: center -41px
}

#flashNavigation2 ul .navi05 a {
    background: url(/lib/img/friend/navi05.png) no-repeat;
    width: 138px;
    margin: 0 0 0 4px;
    background-position: center -51px
}

#flashNavigation2 ul .navi06 a {
    width: 166px;
    margin: 0 0 0 4px;
    background-image: url(/lib/img/friend/navi06.png);
    background-repeat: no-repeat;
    background-position: center -41px
}

#flashNavigation2 ul .navi01 a:hover {
    background: url(/lib/img/friend/navi01_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation2 ul .navi02 a:hover {
    background: url(/lib/img/friend/navi02_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation2 ul .navi03 a:hover {
    background: url(/lib/img/friend/navi03_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation2 ul .navi04 a:hover {
    background: url(/lib/img/friend/navi04_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation2 ul .navi05 a:hover {
    background: url(/lib/img/friend/navi05_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation2 ul .navi06 a:hover {
    background: url(/lib/img/friend/navi06_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation3 {
    height: 307px;
    margin-top: 0
}

#flashNavigation3 .inner {
    background: 0
}

#flashNavigation3 ul li {
    float: left
}

#flashNavigation3 ul li a {
    display: block;
    height: 166px;
    text-indent: -9999px
}

#flashNavigation3 ul .navi01 a {
    background: url(/lib/img/friend/navi01.png) no-repeat;
    width: 137px;
    margin: 0 0 0 11px;
    background-position: center -51px
}

#flashNavigation3 ul .navi02 a {
    background: url(/lib/img/friend/navi02.png) no-repeat;
    width: 148px;
    margin: 0 0 0 4px;
    background-position: center -41px
}

#flashNavigation3 ul .navi03 a {
    background: url(/lib/img/friend/navi03.png) no-repeat;
    width: 166px;
    margin: 0 0 0 4px;
    background-position: center -51px
}

#flashNavigation3 ul .navi04 a {
    background: url(/lib/img/friend/navi04.png) no-repeat;
    width: 166px;
    margin: 0 0 0 4px;
    background-position: center -41px
}

#flashNavigation3 ul .navi05 a {
    background: url(/lib/img/friend/navi05.png) no-repeat;
    width: 138px;
    margin: 0 0 0 4px;
    background-position: center -51px
}

#flashNavigation3 ul .navi06 a {
    width: 166px;
    margin: 0 0 0 4px;
    background-image: url(/lib/img/friend/navi06.png);
    background-repeat: no-repeat;
    background-position: center -41px
}

#flashNavigation3 ul .navi01 a:hover {
    background: url(/lib/img/friend/navi01_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation3 ul .navi02 a:hover {
    background: url(/lib/img/friend/navi02_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation3 ul .navi03 a:hover {
    background: url(/lib/img/friend/navi03_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation3 ul .navi04 a:hover {
    background: url(/lib/img/friend/navi04_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation3 ul .navi05 a:hover {
    background: url(/lib/img/friend/navi05_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation3 ul .navi06 a:hover {
    background: url(/lib/img/friend/navi06_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation3B {
    height: 226px;
    width: 100%;
    margin: 0 auto
}

#flashNavigation3B .inner {
    width: 980px;
    display: block;
    margin: 0 auto
}

#flashNavigation3B ul li {
    float: left
}

#flashNavigation3B ul li a {
    display: block;
    height: 166px;
    text-indent: -9999px
}

#flashNavigation3B ul .navi01 a {
    background: url(/lib/img/friend/navi01.png) no-repeat;
    width: 137px;
    margin: 0 0 0 11px;
    background-position: center -51px
}

#flashNavigation3B ul .navi02 a {
    background: url(/lib/img/friend/navi02.png) no-repeat;
    width: 166px;
    margin: 0 0 0 4px;
    background-position: center -41px
}

#flashNavigation3B ul .navi03 a {
    background: url(/lib/img/friend/navi03.png) no-repeat;
    width: 148px;
    margin: 0 0 0 4px;
    background-position: center -51px
}

#flashNavigation3B ul .navi04 a {
    background: url(/lib/img/friend/navi04.png) no-repeat;
    width: 166px;
    margin: 0 0 0 4px;
    background-position: center -41px
}

#flashNavigation3B ul .navi05 a {
    background: url(/lib/img/friend/navi05.png) no-repeat;
    width: 138px;
    margin: 0 0 0 4px;
    background-position: center -51px
}

#flashNavigation3B ul .navi06 a {
    width: 166px;
    margin: 0 0 0 4px;
    background-image: url(/lib/img/friend/navi06.png);
    background-repeat: no-repeat;
    background-position: center -41px
}

#flashNavigation3B ul .navi01 a:hover {
    background: url(/lib/img/friend/navi01_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation3B ul .navi02 a:hover {
    background: url(/lib/img/friend/navi02_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation3B ul .navi03 a:hover {
    background: url(/lib/img/friend/navi03_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation3B ul .navi04 a:hover {
    background: url(/lib/img/friend/navi04_on.png) no-repeat;
    background-position: center -41px
}

#flashNavigation3B ul .navi05 a:hover {
    background: url(/lib/img/friend/navi05_on.png) no-repeat;
    background-position: center -51px
}

#flashNavigation3B ul .navi06 a:hover {
    background: url(/lib/img/friend/navi06_on.png) no-repeat;
    background-position: center -41px
}

.target .area01 {
    background: url(/lib/img/friend/bg_area1.png) no-repeat 50% 0;
    height: 1124px;
    min-width: 970px
}

.target .area01 .inner,
.target .area02 .inner {
    width: 978px;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.target .area02 {
    background: url(/lib/img/friend/bg_area2.png) no-repeat 50% 0;
    height: 798px;
    min-width: 970px
}

.target .area01 .txtSlide1 {
    position: absolute;
    top: 464px;
    left: 146px
}

.target .area01 .txtSlide2 {
    position: absolute;
    top: 628px;
    right: 10px
}

.target .area01 .txtSlide3 {
    position: absolute;
    top: 800px;
    left: 90px
}

.target .area02 .txtSlide4 {
    position: absolute;
    top: 78px;
    right: 30px
}

.target .area02 .txtSlide5 {
    position: absolute;
    top: 242px;
    left: 78px
}

.target .area02 .txtSlide6 {
    position: absolute;
    top: 355px;
    right: 60px
}

.target .area02 .txtSlide7 {
    position: absolute;
    top: 480px;
    left: 288px
}

.target .area3 .txt {
    width: 407px;
    color: #004ea2;
    padding-top: 43px;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

.target .area3 .txt p {
    margin-bottom: 0;
    text-align: left
}

.target .area3 .txt .sign {
    text-align: right;
    padding-top: 7px
}

.target .area3 .txt .sign i {
    font-size: 13px
}

.target .area3 {
    background: url(/lib/img/friend/bg_area3.png) no-repeat 50% 100%;
    height: 380px;
    padding-bottom: 35px;
    min-width: 970px;
    position: relative;
    z-index: 10;
    margin: 0 auto
}

.target .area3 .btnTopc {
    background: url(/lib/img/friend/btnTohome.png) no-repeat;
    width: 235px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: 88px;
    bottom: 120px
}

.target .area3 .btnTopc:hover {
    opacity: .9
}

.overlay {
    background: url(/lib/img/friend/bg_overlay.png) repeat;
    position: fixed;
    z-index: 800
}

.lst_photo li .popup {
    position: relative;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 266px;
    border-radius: 10px;
    padding: 20px 17px 10px
}

.lst_photo li .popup .photo {
    text-align: center
}

.lst_photo li .popup .title_pop {
    color: #d95b00;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    padding: 7px 0;
    text-align: center;
    display: block;
    margin-bottom: 0
}

.lst_photo li .popup p {
    color: #461900;
    font-size: 12px
}

.lst_photo li .popup .close {
    position: absolute;
    width: 44px;
    height: 44px;
    background: url(/lib/img/friend/btn_close.png) no-repeat;
    display: block;
    right: -22px;
    top: -22px
}

.lst_photo .item3 .popup {
    top: -250px;
    left: -385px
}

.lst_photo .item4 .popup {
    top: -450px;
    left: -10px
}

.lst_photo .item5 .popup {
    top: -450px;
    left: -195px
}

*[class^="txtSlide"] {
    -webkit-transition: top 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), bottom 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 1s ease, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), bottom 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 1s ease, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: top 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), bottom 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 1s ease, -ms-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.target .area01 .txtSlide1.init {
    left: 500px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.target .area01 .txtSlide2.init {
    right: 500px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.target .area01 .txtSlide3.init {
    left: 500px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.target .area02 .txtSlide4.init {
    right: 500px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.target .area02 .txtSlide5.init {
    left: 500px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.target .area02 .txtSlide6.init {
    right: 500px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.target .area02 .txtSlide7.init {
    left: 500px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.area03{
	background: url(/lib/img/friend/principles-1.jpg) no-repeat 50% 0;
    width:600px;
    height:370px;
    margin:0 auto;
}

.area04{
    background: url(/lib/img/friend/principles-2.jpg) no-repeat 50% 0;
    width:600px;
    height:370px;
    margin:10px auto;
}
#animation1,#animation2 {
    padding-top: 80px;
    text-align: center;
    line-height: 1.8;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px 2px #461900, -1px 2px 4px #461900;
    visibility: hidden;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}