.cp_ipselect {
    overflow: hidden;
    width: 60%;
    width: 600px;
    margin: 0.5em auto;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl01 {
    position: relative;
    border: 0px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}

.cp_ipselect.cp_sl01 select {
    padding: 8px 8px 8px 8px;
    color: #666666;
}

.title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    font-family: "ＭＳ Ｐゴシック", Meiryo, sans-serif;
    background: #C71585;
    /*背景色*/
    padding: 1.0em;
    /*文字まわり（上下左右）の余白*/
    width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.p {
    color: #FFFFFF;
}

#login {
    margin: 20px auto;
    width: 600px;
}

body {
    margin: 5px;
    padding: 5px;
    text-align: center;
}

body {
    background: #2c3338;
    color: #606468;
    font: 87.5%/1.5em sans-serif;
    margin: 2vh;
}

#file {
    position: absolute;
    opacity: 0;
    width: 100px;
}

.fileUploadBtn {
    display: inline-block;
    padding: 0.8rem 0.8rem;
    border-radius: 3px;
    background: #369;
    color: #fff;
    cursor: pointer;
    width: 93%;
}

.fileUploadBtn:hover,
.fileUploadBtn:focus {
    filter: brightness(1.2);
}

input[type="file"] {
    width: 100%;
    width: 200px;
}

.fileList {
    display: inline-block;
    padding: 0.8rem 0.8rem;
    border-radius: 3px;
    background: #369;
    color: #fff;
    cursor: pointer;
    width: 93%;
		margin-top:2px;
}

.fileList:hover,
.fileList:focus {
	  border-color: #dc143c #dc143c #dc143c #dc143c;
    filter: brightness(1.4);
		border-width: 2% 1% 2% 1%;
}

.download {
    background: #006666;
    border: 0;
    height: 50px;
    font-size: 16px;
    border-radius: 3px;
    color: #006666;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 20px;
}

.download:hover {
    background: #008b8b;
}

.zipfiles {
    background: #800e56;
    border: 0;
    height: 50px;
    font-size: 16px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 298px;
}

.zipfiles:hover {
    background: #c71585;
}

input[type="submit"] {
    background: #006666;
    border: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 298px;
}

input[type="submit"]:hover {
    background: #008b8b;
}

.upload {
    background: #ff8c00;
    border: 0;
    height: 50px;
    font-size: 16px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 600px;
		text-align:center;
}

.upload:hover {
    background: #ffa500;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    margin-right: 0.6em;
    margin-left: 1.0em;
}

.button-M {
    background-image: linear-gradient(#0dccea, #0d70ea);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 1.0em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 140px;
}

.button-S {
    background-image: linear-gradient(#006400, #b5cd60);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 1.0em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 92px;
}

.button-S:hover {
    color: #ff7d00;
}

.button-S {
    background-image: linear-gradient(#0dccea, #0d70ea);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 1.0em;
    margin: 1px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 92px;
}

.button-S:hover {
    color: #ff7d00;
}

form {
    margin: auto;
    padding: 10px 20px 20px 20px;
    width: 620px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

form span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
}

form input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16;
    font-size: 18px;
    width: 505px;
    height: 50px;
}

form input[type="password"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16;
    font-size: 18px;
    width: 505px;
    height: 50px;
}

.auto-style1 {
    text-align: center;
}

/*Preloader css3*/
.spinner_body{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    background: #fff;
    height: 100vh;

}
.spinner{
    opacity:1;
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top:3px solid #2a2a2a;
    border-radius: 100%;
		position: absolute;
    right: 50%;
    top: 45%;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

.web_convert{
		width: 97%;
}
