﻿
/************************************************************************************
RESET
*************************************************************************************/

input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px/1.6 verdana, 微軟正黑體;
    outline: none;
    padding: 7px 6px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    width: 100%;
}

input[type=text]:focus, input[type=text]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

input[type=text]::placeholder {
  color: #999;
  text-shadow: 0em 0em 0em #999;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="submit"] {
    display: table;
    margin: auto;
    box-sizing: border-box;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    min-width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fc4c02;
    color:#ffffff;
    font-size:15px;
    font-weight: bold;
    box-shadow: 0 2px 0 #c83d0d;
}

input[type="submit"]:hover {
    background: #db1a00;
    box-shadow: 0 2px 0 #ab3d2a;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/*PC
-----------------------------------------------------------------*/
/*表單*/

.list-title {
    width: 100%;
    text-align: center;
}

.list-title span {
    display: table;
    margin:auto;
    background:url(../images/yellow_bk.png) no-repeat left;
    height: 71px;
    line-height: 71px;
    text-align: center;
    font-weight: bold;
    color:#333333;
    font-size: 40px;
    padding: 0 20px;
}

.list-title p {
    padding: 5px 20px 0 20px;
}

.list-all {
    background:#ffffff;
    width: 100%;
    border-radius: 20px;
    display:table;
    padding: 50px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
}

.list-small-title {
    text-align: left;
    width: 100%;
    clear: both;
    font-size: 25px;
    font-weight: bold;
    color:#84329b;
    margin:25px 0;
    display: inline-block;
}

.list-small-title:first-child {
    margin-top: 0px;
}

.list-left,.list-right {
    width:49%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.list-left {
    padding-right:25px;
}

.list-right {
    padding-left:25px;
}

.list-font {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    display: table;
}

.list-font label {
    clear: both;
    width: 100%;
    display: table-caption;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.list-font .nice-select {
    font: 15px/1.6 verdana, 微軟正黑體;
    outline: none;
    padding: 7px 6px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
}

.list-font .nice-select .list {
    border-radius: 2px;
}

.list-font .nice-select:active, .list-font .nice-select.open, .list-font .nice-select:focus {
    border: 1px solid #00a3e0;
}

.list-date-input {
    display: table-cell;
    vertical-align: middle;
}

.list-date-calendar {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
    padding-left: 10px;
}

.list-date-calendar img {
    width: 100%;
    max-width: 30px;
}

.list-one {
    width: 100%;
    clear: both;
}

.list-checkbox-title {
    clear: both;
    width: 150px;
    display: table-cell;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    vertical-align: top;
}

.list-checkbox-box {
    display: table-cell;
    vertical-align: top;
    border-left:1px solid #ffc600;
    padding: 5px 0 5px 20px;
}

.list-checkbox-box label {
    position: relative;
    cursor: pointer;
    padding-left: 27px;
    line-height: 25px;
    width: 140px;
}

.list-checkbox-box label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.list-checkbox-box input {
    display: none;
}

.list-checkbox-box li, .list-checkbox-box label {
    display: inline-block;
}

.list-checkbox-box label .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    background: url(../images/all_icon.png) 0 -121px no-repeat;
}

.list-checkbox-box label input:checked ~ .checkmark:after {
    display: block;
}

.list-checkbox-box label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    background: url(../images/all_icon.png) -44px -121px no-repeat;
}

.list-textinfor {
    clear: both;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.list-textarea {
    width:100%;
    font: 15px/1.6 verdana, 微軟正黑體;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 50px;
}

.list-textarea:focus {
    outline: none;
    border: 1px solid #00a3e0;
    box-shadow: 0px 1px 3px #efefef;
}



/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }

    .list-all {
        width: 90%;
        margin:40px auto 0 auto;
    }

}



/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
    .list-title span {
        background:none;
        padding: 0px;
        margin: auto;
        padding: 0 20px;
        line-height: 50px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list-left, .list-right {
        width: 100%;
        padding: 0;
    }

	
}

@media screen and (max-width: 760px) {

}


/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	html,
    body {width: 100%; min-height: 100%;}

    .list-title span {
        font-size: 30px;
    }


    .list-checkbox-title {
        display: table;
        width: 100%;
    }

    .list-checkbox-box {
        display: table;
    }
}

@media (max-width: 420px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
	
}