@charset "UTF-8";
@media screen and (min-width: 481px){
black{
	color:black;
}
.gray{
	color:gray;
}
.darkorange{
	color:darkorange;
}
.white{
	color:white;
}
.aqua{
	color:aqua;
}
.blue{
	color:blue;
}
.fuchsia{
	color:fuchsia;
}
.green{
	color:green;
}
.lime{
	color:lime;
}
.maroon{
	color:maroon;
}
.navy{
	color:navy;
}
.olive{
	color:olive;
}
.purple{
	color:purple;
}
.red{
	color:red;
}
.teal{
	color:teal;
}
.yellow{
	color:yellow;
}

/* 譁・ｭ励・螟ｧ縺阪＆ */
.xx-large{
	font-size:xx-large;
}
.x-large{
	font-size:x-large;
}
.large{
	font-size:large;
}
.medium{
	font-size:medium;
}
.small{
	font-size:small;
}
.larger{
	font-size:larger;
}
.x-small{
	font-size:x-small;
}
/* ========BASIC======== */
html{
    overflow-y:scroll;
}

body{
    margin:0;
    padding:0;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","繝｡繧､繝ｪ繧ｪ", Meiryo,"・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け",verdana,sans-serif;
    color : #000000;
}
#toc_container{
	border-width:2px;border-style:solid;border-color:black;
}
br{
    letter-spacing:normal;
}

a{
    color : blue;
    text-decoration:none;
}
a:hover{
    color : red;
    text-decoration:underline;
}

img{
    border:0;
    vertical-align:bottom;
}
/*-------------------------------------*/
/* 見出し装飾 */
/*-------------------------------------*/


.s1{
	padding-bottom: 4px;
	border-bottom : 1px solid #cccccc;
	font-weight: bold;
    font-size : 20px;
  }

.s2{
	padding-bottom: 4px;
	border-bottom : 3px solid olive;
	font-weight: bold;
    font-size : 20px;
  }

.s3{
	padding-bottom: 4px;
	border-bottom : 5px solid olive;
	font-size : 20px;
	font-weight: bold;
    background-color : #eeeeee;
  }
.s4{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size : 20px;
	font-weight: bold;
}
.s5{
	border-bottom : 2px dotted #6e7955;border-left : 10px solid purple;padding : 5px 7px;
    font-size : 20px;
  }
.s6{
	  
background : none 0% 0% / auto auto repeat scroll padding-box border-box #f6f6f6;  
    border-left : 10px double purple;padding-right : 0.9em;padding-left : 0.9em;
    font-size : 20px;
  
    padding-top : 0.3em;
    padding-bottom : 0.3em;
  } 
.s7{
	padding: 6px 8px;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #666666;
	color : #ffffff;
	font-size : 20px;
	font-weight: bold;
}
.s8{
	padding:5px 0 5px 15px;
background : none 0% 0% / auto auto repeat scroll padding-box border-box olive;
border-bottom : 1px solid blue;
border-top : 1px solid blue;
font-weight: bold;
    color : white;
  }
h1{
    margin:0;
    font-size : 25px;
  
    color : navy;
  }

h2{
    clear:both;
    padding:0 10px;
    color:#000;
    font-size:24px;
    font-weight:normal;
    line-height:1.4;
    text-align:center;
}

h3{
    clear:both;
    margin:50px 0 0 0;
    font-size:18px;
    font-weight:normal;
    color:#917700;
    line-height:1.8;
    border-bottom:1px dotted #917700;
}
h2 + h3{
    margin-top:20px;
}
h3:first-child{
    margin-top:0;
}

h3 + h4{
    margin-top:10px;
}
h4{
    margin:30px 0 0 0;
    color:#333;
    font-weight:bold;
    font-size:16px;
    line-height:2.0;
    border:0;
}

h5{
    line-height:2.0;
    font-size:14px;
    color:#000;
    font-weight:normal;
}

h6{
    font-size:14px;
    font-weight:normal;
    color:#917700;
    line-height:2.0;
}

p{
    margin:0.5em 0 1em 0;
    line-height:1.8;
}

ul,ol,dl{
    margin:10px 0;
    padding:0;
}

li{
    padding:0;
    margin:0 0 0 30px;
}

dt{
    margin:0;
    padding:0;
}

dd{
    margin:0 0 1em 0;
    padding:10px;
    background:#f1f1f1;
}

table{
    width:600px;
    margin:10px 0;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th{
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td{
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

/* ========TEMPLATE LAYOUT======== */
#container{
    width:100%;
    margin:0 auto;
    background:#fff;
}

#header{
    position:relative;
    width:940px;
    margin:0 auto;
}

#menu{
    position:absolute;
    right:0;
    top:35px;
}

#contents{
    clear:both;
    overflow:hidden;
    width:940px;
    padding:10px 0;
    margin:0 auto;
}

#conL{
    float:left;
    width:300px;
}

#conR{
    float:right;
    width : 60%;
}

#footMenu{
    clear:both;
    width:940px;
    margin:30px auto 0 auto;
}

#footer{
    clear:both;
    width:940px;
    margin:0 auto;
}

/* ========HEADER CUSTOMIZE======== */
#header h1{
    margin:0;
    padding:30px 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a{
    color:#770000;
}

#header h1 a:hover{
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

#menu li{
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 30px;
}

#menu li a{
    display:block;
    font-weight:bold;
    color:#333;
    outline:none;
    text-decoration:none;
}

#menu li a:hover{
    color:#333;
    border-bottom:3px solid #917700;
    text-decoration:none;
}

/* ========HEADIMAGE CUSTOMIZE======== */
.slider{
    width: 70vw;
    height: calc(20vw * 1);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
 
.slider__content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
 
.slider__content:nth-child(1){
    animation: sliderAnime 6s ease-in-out infinite;
    z-index: 6;
}
 
.slider__content:nth-child(2){
    animation: sliderAnime2 6s ease-in-out 1s infinite;
    z-index: -1;
}
 
.slider__content:nth-child(3){
    animation: sliderAnime2 6s ease-in-out 3s infinite;
    z-index: -1;
}
 
@keyframes sliderAnime{
    0%{
        z-index: 5;
        transform: translateX(0);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        z-index: -1;
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(100%);
    }
    83.2%{
        z-index: 5;
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(0);
    }
}
 
@keyframes sliderAnime2{
    0%{
        z-index: 5;
        transform: translateX(100%);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        z-index: -1;
        transform: translateX(-100%);
    }
    83.2%{
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(100%);
    }
}
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}
.filterPrev{
    position:absolute;
    left:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.filterNext{
    position:absolute;
    right:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.controlNav{
    position:absolute;
    float:left;
    left:50%;
    bottom:0;
}

.controlNav span{
    position:relative;
    left:-50%;
    float:left;
    margin:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:10px;
    height:10px;
    overflow:hidden;
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    background:#eee;
    text-indent:-9999px;
    vertical-align:middle;
}

.controlNav span:hover{
    background:#ccc;
    cursor:pointer;
}

.controlNav span.current{
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    background:#85d1c6;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi{
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi{
    height:1em;
    overflow:visible;
}

.topNaviColumn{
    display:inline;
    width:298px;
    float:left;
    margin-left:20px;
}

.topNaviImg{
    margin:0;
    padding:0;
}

.topNaviDetail{
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a{
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon{
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:0 0 2em 0;
}

.topNavi h2{
    padding:10px 0;
    color:#fff;
    font-size:14px;
    background:#61bca1;
}

.topNavi p{
    margin:10px;
}

.topNaviPhoto img{
    margin:10px 8px 0 8px;
}

/* INFORMATION CUSTOMIZE */
.information{
    margin-bottom:20px;
}

.information dl{
    margin:0;
}
.information dt{
    float:left;
    padding-top:5px;
}

.information dd{
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    border-bottom:1px solid #ddd;
    background:none;
}

/* SUBMENU CUSTOMIZE */
.submenu h3{
    position:relative;
    text-align:center;
    margin:0;
    padding:15px 0;
    line-height:1.0;
    color:#fff;
    border:none;
    background:#e19f9c;
}
.submenu h3::after{
    content:'笆ｼ';
    position:absolute;
    bottom:-13px;
    left:50%;
    float:left;
    color:#e19f9c;
}

.submenu h4{
    padding:10px;
    font-weight:normal;
font-size:14px;
    background:#f1f1f1;
}
.submenu ul{
    margin:0 10px;
    padding:0;
}
.submenu li{
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    border-bottom:1px dotted #ddd;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}
.submenu li a{
    display:block;
    padding:10px 0;
    text-decoration:none;
}

.submenu p{
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL{
    margin:20px 0;
}

.bnrL ul{
    margin:0 -15px 0 0;
    padding:0;
    overflow:hidden;
}

.bnrL li{
    float:left;
    margin:0 15px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR{
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul{
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li{
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* BOX CUSTOMIZE */
.box{
    overflow:hidden;
    margin:10px 0;
    padding:10px;
    border:10px solid #eee;
}

.box h4{
    margin-top:0;
}

.box img{
    float:left;
}

.box p{
    margin-left:210px;
}

.first{
    margin-top:0;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul{
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li{
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a{
    color:#000;
    text-decoration:none;
}

#footMenu li a:hover{
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright{
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}
#dropmenu{
	width:100%;
  clear : left;
}
#dropmenu li{
	list-style: none;
	float: left;
  font-size : small;
  color : blue;
  margin-bottom : 5px;
  margin-top : 5px;
}
ul#dropmenu li a{
	background-image : url(image/1.gif);background-repeat : no-repeat;background-attachment : scroll;background-position : 0px 0px;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	height: 17px;
	margin-left: 17px;
	line-height:17px;
	padding-left: 22px;
	color : blue;
	text-decoration: none;
  font-size : x-small;
}
ul#dropmenu li a:hover{
	color : orange;
	background-image : url(image/1.gif);background-repeat : no-repeat;background-attachment : scroll;background-position : 2px 0px;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}

/* guardian like
----------------------------------*/
.guardian{
        list-style: none;
        overflow: hidden;
        color: white;
        font: 13px ;
        margin: 0;
        
}
.guardian li{
        float: left;
        line-height: 26px;
}
.guardian li a{
        color: rgb(230,230,230);
        padding: 0 5px 0 5px;
        text-decoration: none;
        background: rgb(230,230,230);
        display: block;
        float: left;
        border-right: 1px solid #bebebe
;
}
.guardian li:first-child a,
.guardian li:nth-child(2) a,
.guardian li:nth-child(3) a{
        padding: 0 10px 0 15px;
        color: #000;
        background: rgb(230,230,230);
        border: 0;
        }
.guardian li:first-child a{
	padding-left: 10px;
}
.guardian li:nth-child(4) a{
	padding-left: 15px;
}
.guardian li:first-child a::after,
.guardian li:nth-child(2) a::after,
.guardian li:nth-child(3) a::after{
        position: relative;
        display: block;
        margin-top: -13px;
        margin-left: auto;
        margin-right: -15px;
        height: 13px;
        width: 10px;
        content: " ";
        -webkit-transform: skew(-30deg);
        background: rgb(230,230,230);
        border-right: 1px solid rgb(230,230,230);
}
.guardian li:first-child a::before,
.guardian li:nth-child(2) a::before,
.guardian li:nth-child(3) a::before{
        float: right;
        display: block;
        margin-bottom: -13px;
        margin-left: auto;
        margin-right: -15px;
        height: 13px;
        width: 10px;
        content: " ";
        -webkit-transform: skew(30deg);
        background: rgb(230,230,230);
        border-right: 1px solid rgb(230,230,230);
}
.guardian li:last-child a{
	border: 0;
}
.guardian li a:hover{
        color: rgb(0,0,255);
        background: rgb(230,230,230);
}
.guardian li:first-child a:hover,
.guardian li:first-child a:hover::before,
.guardian li:first-child a:hover::after,
.guardian li:nth-child(2) a,
.guardian li:nth-child(2) a::before,
.guardian li:nth-child(2) a::after,
.guardian li:nth-child(3) a:hover,
.guardian li:nth-child(3) a:hover::before,
.guardian li:nth-child(3) a:hover::after{
	background: rgb(200,200,200);
}














}
@charset "UTF-8";
/* ========PAGRTOP CUSTOMIZE========= */
@media screen and  (max-width:480px){
black{
	color:black;
}
.gray{
	color:gray;
}
.darkorange{
	color:darkorange;
}
.white{
	color:white;
}
.aqua{
	color:aqua;
}
.blue{
	color:blue;
}
.fuchsia{
	color:fuchsia;
}
.green{
	color:green;
}
.lime{
	color:lime;
}
.maroon{
	color:maroon;
}
.navy{
	color:navy;
}
.olive{
	color:olive;
}
.purple{
	color:purple;
}
.red{
	color:red;
}
.teal{
	color:teal;
}
.yellow{
	color:yellow;
}

/* 譁・ｭ励・螟ｧ縺阪＆ */
.xx-large{
	font-size:xx-large;
}
.x-large{
	font-size:x-large;
}
.large{
	font-size:large;
}
.medium{
	font-size:medium;
}
.small{
	font-size:small;
}
.larger{
	font-size:larger;
}
.x-small{
	font-size:x-small;
}
img{
	max-width: 100%;
height: auto;
width /***/:auto;縲
}
#pageTop{
    position:fixed;
    right:20px;
    bottom:20px;
}

#pageTop a{
    display:block;
    padding:30px 30px 30px 42px;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    background:#61bca1 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#pageTop a:hover{
    background:#70d3b6 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
}





/* ========BASIC======== */
html{
    overflow-y:scroll;
}

body{
    margin:0;
    padding : 0px 10px;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","繝｡繧､繝ｪ繧ｪ", Meiryo,"・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け",verdana,sans-serif;
    font-size : 115%;
    color:#000;
}
#toc_container{
	border-width:2px;border-style:solid;border-color:black;
  font-size : medium;

}
br{
    letter-spacing:normal;
}

a{
    color : blue;
    text-decoration:none;
}
a:hover{
    color : red;
    text-decoration:underline;
}

/*-------------------------------------*/
/* 見出し装飾 */
/*-------------------------------------*/


.s1{
	padding-bottom: 4px;
	border-bottom : 1px solid #cccccc;
	font-weight: bold;
    font-size : 20px;
  }

.s2{
	padding-bottom: 4px;
	border-bottom : 3px solid olive;
	font-weight: bold;
    font-size : 20px;
  }

.s3{
	padding-bottom: 4px;
	border-bottom : 5px solid olive;
	font-size : 20px;
	font-weight: bold;
    background-color : #eeeeee;
  }
.s4{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size : 20px;
	font-weight: bold;
}
.s5{
	border-bottom : 2px dotted #6e7955;border-left : 10px solid purple;padding : 5px 7px;
    font-size : 20px;
  }
.s6{
	  
background : none 0% 0% / auto auto repeat scroll padding-box border-box #f6f6f6;  
    border-left : 10px double purple;padding-right : 0.9em;padding-left : 0.9em;
    font-size : 20px;
  
    padding-top : 0.3em;
    padding-bottom : 0.3em;
  } 
.s7{
	padding: 6px 8px;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #666666;
	color : #ffffff;
	font-size : 20px;
	font-weight: bold;
}
.s8{
	padding:5px 0 5px 15px;
background : none 0% 0% / auto auto repeat scroll padding-box border-box olive;
border-bottom : 1px solid blue;
border-top : 1px solid blue;
font-weight: bold;
    color : white;
  }

h1{
    margin:0;
    font-size : 20px;
  
    color : navy;
  }

h2{
    clear:both;
    padding:0 10px;
    color:#000;
    font-size:24px;
    font-weight:normal;
    line-height:1.4;
    text-align:center;
}

h3{
    clear:both;
    margin:50px 0 0 0;
    font-size:18px;
    font-weight:normal;
    color:#917700;
    line-height:1.8;
    border-bottom:1px dotted #917700;
}
h2 + h3{
    margin-top:20px;
}
h3:first-child{
    margin-top:0;
}

h3 + h4{
    margin-top:10px;
}
h4{
    margin:30px 0 0 0;
    color:#333;
    font-weight:bold;
    font-size:16px;
    line-height:2.0;
    border:0;
}

h5{
    line-height:2.0;
    font-size:14px;
    color:#000;
    font-weight:normal;
}

h6{
    font-size:14px;
    font-weight:normal;
    color:#917700;
    line-height:2.0;
}

p{
    margin:0.5em 0 1em 0;
    line-height:1.8;
}

ul,ol,dl{
    margin:10px 0;
    padding:0;
}

li{
    padding:0;
    margin:0 0 0 30px;
}

dt{
    margin:0;
    padding:0;
}

dd{
    margin:0 0 1em 0;
    padding:10px;
    background:#f1f1f1;
}

table{
    width:600px;
    margin:10px 0;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th{
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td{
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

/* ========TEMPLATE LAYOUT======== */
#container{
    width:100%;
    margin:0 auto;
    background:#fff;
}

#header{
     width:100%;
    margin:0 auto;
}

#menu{
    width:100%;
}

#contents{
 width:100%;
}

#conL{
 width:100%;    
}

#conR{
    float:left;
	width:100%;
}

#footMenu{
	width:100%;
}

#footer{
	width:100%;
}
#menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

#menu li{
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 30px;
}

#menu li a{
    display:block;
    font-weight:bold;
    color:#333;
    outline:none;
    text-decoration:none;
}

#menu li a:hover{
    color:#333;
    border-bottom:3px solid #917700;
    text-decoration:none;
}

/* ========HEADER CUSTOMIZE======== */
#header h1{
    margin:0;
    padding:30px 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a{
    color:#770000;
}

#header h1 a:hover{
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

#menu li{
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 30px;
}

#menu li a{
    display:block;
    font-weight:bold;
    color:#333;
    outline:none;
    text-decoration:none;
}

#menu li a:hover{
    color:#333;
    border-bottom:3px solid #917700;
    text-decoration:none;
}

/* ========HEADIMAGE CUSTOMIZE======== */
.slider{
    width: 70vw;
    height: calc(20vw * 1);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
 
.slider__content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
 
.slider__content:nth-child(1){
    animation: sliderAnime 6s ease-in-out infinite;
    z-index: 6;
}
 
.slider__content:nth-child(2){
    animation: sliderAnime2 6s ease-in-out 1s infinite;
    z-index: -1;
}
 
.slider__content:nth-child(3){
    animation: sliderAnime2 6s ease-in-out 3s infinite;
    z-index: -1;
}
 
@keyframes sliderAnime{
    0%{
        z-index: 5;
        transform: translateX(0);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        z-index: -1;
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(100%);
    }
    83.2%{
        z-index: 5;
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(0);
    }
}
 
@keyframes sliderAnime2{
    0%{
        z-index: 5;
        transform: translateX(100%);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        z-index: -1;
        transform: translateX(-100%);
    }
    83.2%{
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(100%);
    }
}
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}
.filterPrev{
    position:absolute;
    left:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.filterNext{
    position:absolute;
    right:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.controlNav{
    position:absolute;
    float:left;
    left:50%;
    bottom:0;
}

.controlNav span{
    position:relative;
    left:-50%;
    float:left;
    margin:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:10px;
    height:10px;
    overflow:hidden;
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    background:#eee;
    text-indent:-9999px;
    vertical-align:middle;
}

.controlNav span:hover{
    background:#ccc;
    cursor:pointer;
}

.controlNav span.current{
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    background:#85d1c6;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi{
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi{
    height:1em;
    overflow:visible;
}

.topNaviColumn{
    display:inline;
    width:298px;
    float:left;
    margin-left:20px;
}

.topNaviImg{
    margin:0;
    padding:0;
}

.topNaviDetail{
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a{
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon{
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:0 0 2em 0;
}

.topNavi h2{
    padding:10px 0;
    color:#fff;
    font-size:14px;
    background:#61bca1;
}

.topNavi p{
    margin:10px;
}

.topNaviPhoto img{
    margin:10px 8px 0 8px;
}

/* INFORMATION CUSTOMIZE */
.information{
    margin-bottom:20px;
}

.information dl{
    margin:0;
}
.information dt{
    float:left;
    padding-top:5px;
}

.information dd{
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    border-bottom:1px solid #ddd;
    background:none;
}

/* SUBMENU CUSTOMIZE */
.submenu h3{
    position:relative;
    text-align:center;
    margin:0;
    padding:15px 0;
    line-height:1.0;
    color:#fff;
    border:none;
    background:#e19f9c;
}
.submenu h3::after{
    content:'笆ｼ';
    position:absolute;
    bottom:-13px;
    left:50%;
    float:left;
    color:#e19f9c;
}

.submenu h4{
    padding:10px;
    font-weight:normal;
font-size:14px;
    background:#f1f1f1;
}
.submenu ul{
    margin:0 10px;
    padding:0;
}
.submenu li{
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    border-bottom:1px dotted #ddd;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}
.submenu li a{
    display:block;
    padding:10px 0;
    text-decoration:none;
}

.submenu p{
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL{
    margin:20px 0;
}

.bnrL ul{
    margin:0 -15px 0 0;
    padding:0;
    overflow:hidden;
}

.bnrL li{
    float:left;
    margin:0 15px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR{
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul{
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li{
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* BOX CUSTOMIZE */
.box{
    overflow:hidden;
    margin:10px 0;
    padding:10px;
    border:10px solid #eee;
}

.box h4{
    margin-top:0;
}

.box img{
    float:left;
}

.box p{
    margin-left:210px;
}

.first{
    margin-top:0;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul{
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li{
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a{
    color:#000;
    text-decoration:none;
}

#footMenu li a:hover{
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright{
    font-style:small;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}


/* guardian like
----------------------------------*/
.guardian{
        list-style: none;
        overflow: hidden;
        color: white;
        font: 13px ;
        margin: 0;
        
}
.guardian li{
        float: left;
        line-height: 26px;
}
.guardian li a{
        color: rgb(230,230,230);
        padding: 0 5px 0 5px;
        text-decoration: none;
        background: rgb(230,230,230);
        display: block;
        float: left;
        border-right: 1px solid #bebebe
;
}
.guardian li:first-child a,
.guardian li:nth-child(2) a,
.guardian li:nth-child(3) a{
        padding: 0 10px 0 15px;
        color: #000;
        background: rgb(230,230,230);
        border: 0;
        }
.guardian li:first-child a{
	padding-left: 10px;
}
.guardian li:nth-child(4) a{
	padding-left: 15px;
}
.guardian li:first-child a::after,
.guardian li:nth-child(2) a::after,
.guardian li:nth-child(3) a::after{
        position: relative;
        display: block;
        margin-top: -13px;
        margin-left: auto;
        margin-right: -15px;
        height: 13px;
        width: 10px;
        content: " ";
        -webkit-transform: skew(-30deg);
        background: rgb(230,230,230);
        border-right: 1px solid rgb(230,230,230);
}
.guardian li:first-child a::before,
.guardian li:nth-child(2) a::before,
.guardian li:nth-child(3) a::before{
        float: right;
        display: block;
        margin-bottom: -13px;
        margin-left: auto;
        margin-right: -15px;
        height: 13px;
        width: 10px;
        content: " ";
        -webkit-transform: skew(30deg);
        background: rgb(230,230,230);
        border-right: 1px solid rgb(230,230,230);
}
.guardian li:last-child a{
	border: 0;
}
.guardian li a:hover{
        color: rgb(0,0,255);
        background: rgb(230,230,230);
}
.guardian li:first-child a:hover,
.guardian li:first-child a:hover::before,
.guardian li:first-child a:hover::after,
.guardian li:nth-child(2) a,
.guardian li:nth-child(2) a::before,
.guardian li:nth-child(2) a::after,
.guardian li:nth-child(3) a:hover,
.guardian li:nth-child(3) a:hover::before,
.guardian li:nth-child(3) a:hover::after{
	background: rgb(200,200,200);
}






}



