|
|
|
@ -84,7 +84,7 @@ input:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
|
|
|
|
.bg-pc {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: url("../assets/bg_pc.png") no-repeat center transparent;
|
|
|
|
|
background: url("../img/bg_pc.png") no-repeat center transparent;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
@ -139,7 +139,7 @@ select {
|
|
|
|
|
appearance:none;
|
|
|
|
|
-moz-appearance:none;
|
|
|
|
|
-webkit-appearance:none;
|
|
|
|
|
background: url("../assets/down.png") no-repeat scroll right center transparent;
|
|
|
|
|
background: url("../img/down.png") no-repeat scroll right center transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-placeholder {
|
|
|
|
|