﻿@charset "utf-8";
/*----- 桌機版 -----*/
.index {
	position:relative;
}
.indexTop {
	position:relative;
	/*height:503px;*/  
	height:423px;
	background:url(/images/bg/indexTopBg.jpg) no-repeat center top;
	background-size:cover;
}
a#gotocenter {
	background: #f7991f;
	z-index: -999;
	color: #fff;
	position: absolute;
	padding: 1em;
	top: 0
}
a#gotocenter:focus {
    z-index: 999;
}
.indexBot .accesskey{
	color:#fff;
}
.indexLogo {
	width: 400px;
    margin: auto;
    padding-top: 65px;/* padding-top: 65px;*/
}
.indexLogo img {
	width:100%;
}
.indexBot {
	position: relative;
    background: url(/images/bg/indexBotBg.jpg) center top no-repeat;
    height: auto;
    padding: 2.5em 3em;
    top: 0;
	background-size:cover;
	box-shadow: 0 -10px 0 #6b4e3c;
    border-radius: 1em 1em 0 0;
}
.indexMenu {
	position:relative;
}
.menuList {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.menuList li {
	display:inline-block;
	vertical-align:top;
	width:23%;
	margin:0 3px;
	position:relative;
}
.menuListTxt{
	/*position: absolute;*/
    top: 5px;
    left: 15px;
    color: #fff;
    text-align: left;
    line-height: 1.25;
    font-size: 1.75em;
    font-weight: bold;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 5px;
    margin-top:.75em
}
.menuList li:hover .menuListTxt{
	color:#FF0;
}

.menuListImg {
	line-height:0;
}
.menuListImg a {
	display:block;
}
.menuListImg a:hover {
	-moz-border-image: -moz-linear-gradient(top, #00d2ff 0%, #0181e4 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #00d2ff 0%, #0181e4 100%);
    border-image: linear-gradient(to bottom, #00d2ff 0%, #0181e4 100%);
	border-image-slice: 1;
}
.menuListImg img {
	width:100%;
}
.stopprowarp {
    display:block;
    position:absolute;
    z-index:999;
    background:#e78b00;
    color:#fff;
    margin:20px 25% 0px 25%;
    border-radius:10px;
    text-align:center;
    font-size:0.9em;
    font-size:1.2em;
    padding:10px;
}
.clearfix {
    clear:both;
}


/*----- 手機版 -----*/
@media screen and ( max-width:767px) {
.indexTop {
	height:420px;/*height:300px;*/
}
.indexLogo {
	width:300px;
    padding-top: 50px
}
.indexBot {
	position: relative;
    /*background: url(../images/bg/indexBotBg.jpg) center top repeat-y;*/
    background: url(/images/bg/indexBotBg.jpg) center top repeat-y;
    height: auto;
    padding: 2.5em 3em;
    top: 0;
    background-size:contain;
}

.indexMenu {
	position:relative;
	top:0;
	left:0;
	padding:0.5em 0;
}
.menuList li {
	width:80%;
	margin:0 0 15px 0;
}


}
@media screen and (max-width:480px){
.indexLogo {
    width: 80%;
    padding-top: 8%;
}
.indexTop {
    height: 700px;/* height: 400px;*/
    background-size: cover;
}
.stopprowarp {
    margin-left:0px;
    margin-right:0px;
    font-size:1em;
}
.indexBot{
    margin-top: -1em;
    padding: 2em .5em 0 .5em;
}
.menuList li {
    width: 45%;
	margin: 0 5px 15px 5px;
}
.menuListTxt {
    display: block;
    line-height: 1.13;
    font-size: 1.45em;
    letter-spacing: 0px;
    text-align: center;
    margin: .25em 0 .5em 0;
	height: auto;
}
}
/*----- 平板版 -----*/
@media screen and ( min-width:768px) and ( max-width:1000px) {
.indexBot {
	height: auto;
    background-size: contain;
    background-repeat: repeat-y;
}
.indexMenu {
	position:relative;
	top:0;
	left:0;
	padding:0.5em 0;
}
.menuList li {
	margin: 3px 10px 20px 10px;
    width: 45%;
}
}
