* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans TC', "微軟正黑體", Helvetica, Arial;
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    margin: 0 auto;
}

ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 900px;
    margin: 0 auto;
    /*
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111; */
}


/*主項目 滑動*/

ul li label {
    background: #fff;
    /* fallback colour */
    border-top: 1px solid #fff;
    border-bottom: 1px solid #DCDCDD;
    color: #717071;
    letter-spacing: 0.09em;
    /*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);*/
}

ul li input[type='checkbox'] {
    display: none;
}

ul li label {
    display: block;
    padding: 12px;
    width: 900px;
}

ul li i {
    font-size: 18px;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
}


/*
ul li span {
	display:inline;
	float:right;
	background:#48515c;
	border:1px solid #3c434c;
	border-bottom:1px solid #707781;
	padding:4px 6px;
	font-size:10px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 0 0 10px #111;
	-webkit-box-shadow: inset 0 0 10px #111;
	box-shadow: inner 0 0 10px #111;
	position:relative;
}
*/


/*主項目 滑動*/

ul li label:hover {
    background: #EEEFEF;
    /* fallback colour */
    /* 點擊後漸層色
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#566f82), to(#3e505e));
	background: -webkit-linear-gradient(top, #566f82, #3e505e);
	background: -moz-linear-gradient(top, #566f82, #3e505e);
	background: -ms-linear-gradient(top, #566f82, #3e505e);
	background: -o-linear-gradient(top, #566f82, #3e505e);*/
}

ul li label:hover span {
    background: #3e505e;
}


/*主項目 點擊*/

ul li input[type='checkbox']:checked ~ label {
    background: #DCDCDD;
    /* fallback colour */
    border-top: 1px solid #EEEFEF;
    border-bottom: 1px solid #C9C9CA;
    /* 點擊後漸層色
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#44c6eb), to(#2799db));
	background: -webkit-linear-gradient(top, #44c6eb, #2799db);
	background: -moz-linear-gradient(top, #44c6eb, #2799db);
	background: -ms-linear-gradient(top, #44c6eb, #2799db);
	background: -o-linear-gradient(top, #44c6eb, #2799db);*/
}

ul li input[type='checkbox']:checked ~ label span {
    background: #2173a1;
    /* fallback colour */
    border-top: 1px solid #1b5f85;
    border-bottom: 1px solid #4cb1e4;
    -moz-box-shadow: inset 0 0 5px #111;
    -webkit-box-shadow: inset 0 0 5px #111;
    box-shadow: inner 0 0 5px #111;
}

ul li input[type='checkbox']:checked ~ .options {
    height: auto;
    display: block;
    min-height: 40px;
    max-height: 400px;
}


/* 子項目Bgcolor*/

ul ul {
    background: #fff;
    margin: 0;
    padding: 0;
    /* 
	-moz-box-shadow: inset 0 2px 2px #b3b3b3;
	-webkit-box-shadow: inset 0 2px 2px #b3b3b3;
	box-shadow: inner 0 2px 2px #b3b3b3;*/
}


/* 子項目textcolor*/

ul ul li a {
    display: block;
    padding: 6px 12px;
    color: #C89F62;
    text-decoration: none;
}


/* 
ul ul li a:hover {
	color:#44c6eb;
}*/

ul ul li a span {
    color: #999;
    background: none;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul ul li {
    border-bottom: 1px solid #ccc;
}

ul ul li:first-child {
    padding-top: 3px;
}

ul ul li:last-child {
    padding: 6px 15px;
    color:#3E3A39;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
    border: 0;
}

.options {
    height: 0;
    display: block;
    overflow: hidden;
}

.center {
    margin: 0 auto;
    width: 1200px;
}


.li-mc {
    list-style-position: inside;
    font-family: 'Noto Sans TC', "微軟正黑體", Helvetica, Arial;
    font-weight: lighter;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
    /*　Firefox到此即可對齊　*/
    text-justify: auto;
    color: #3E3A39;
    padding: 5px 0px 0px 20px;
}


.li-mti {
    list-style-image: url(../img/s4/list03.png);
    list-style-position: inside;
    font-family: 'Noto Sans TC', "微軟正黑體", Helvetica, Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: justify;
    /*　Firefox到此即可對齊　*/
    text-justify: auto;
    color:#947A4A;
        border-bottom: 1px solid #C9C9CA;
    height:35px;
}
