@charset "utf-8";
/* CSS Document */


@font-face {
font-family: LEGOChalet60_Regular;
src: url("LEGOChalet60_Regular.otf") format("truetype");
}

@font-face {
font-family: LEGOChalet60_Light;
src: url("LEGOChalet60_Light.otf") format("truetype");
}

@font-face {
font-family: LEGOChalet60_Bold;
src: url("LEGOChalet60_Bold.otf") format("truetype");
}

@font-face {
font-family: CWM_Light;
src: url("CWM_Light.otf") format("truetype");
}

@font-face {
font-family: FRAMDCN;
src: url("FRAMDCN.TTF") format("truetype");
}


@font-face {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: halis_bold;
    src: url("./font/Halis/Halis-Bold.otf") format("truetype");
}

@font-face {
    font-family: halis_book;
    src: url("./font/Halis/Halis-Book.otf") format("truetype");
}

@font-face {
    font-family: halis_medium;
    src: url("./font/Halis/Halis-Medium.otf") format("truetype");
}



@font-face {
    font-family: amiri;
    src: url("./font/Amiri/Amiri-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: amiri_bold;
    src: url("./font/Amiri/Amiri-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amiri_italic';
    src: url("../fonts/Amiri-Slanted.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: roboto_black;
    src: url("./font/Roboto/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: roboto_thin;
    src: url("./font/Roboto/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: roboto_light;
    src: url("./font/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: roboto;
    src: url("./font/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: roboto_medium;
    src: url("./font/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: roboto_bold;
    src: url("./font/Roboto/Roboto-Bold.ttf") format("truetype");
}

a {
    text-decoration: none;
    color: #909090;
}
a img {
    border: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

body {
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    color: #909090;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    border: none;
    margin: 0;
    background-color: #666666;
}

.input_qty_style{
    background-color: transparent;
    color: #909090;
    border: 2px solid #efefef;
    border-radius: 0;
    box-shadow: none;
    padding: 2px;
    height: 36px;
    width: 213px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 18px;
    text-align: center;
}

.input_button_style{
    background-color: transparent;
    color: #909090;
    border: 2px solid #efefef;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    padding: 4px;
    width:221px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
    text-align: center;
}


.input_button_yando_style{
    background-color: #909090;
    color: #FFFFFF;
    border: 2px solid #909090;
    border-radius: 0;
    box-shadow: none;
    padding: 9px 11px 9px 11px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
    text-align: center;
}

.input_button_yando_style:hover{
    background-color: #909090;
    color: #FFFFFF;
    border: 2px solid #000000;
}


.input_text_yando_style{
    width:90%;
    padding:16px 12px 16px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: transparent;
}
