@charset "UTF-8";

    #indexCompartment #body {
        /* 
        margin-top: 15px;
        margin-bottom: 34px;
        */
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #indexCompartment #body #logoHolder{
        /* 
        height: 512px;
        position: relative;
         */
        width: 300px;
        margin: 0;
        height: 282px;
        position: relative;
    }

    #indexCompartment #body #logoHolder #logo {
        /* 
        position: absolute;
        width: 71px;
        height: 287px;
        top: 62px;
        right: 131px;
         */
        position: absolute;
        width: 245px;
        height: 71px;
        top: 17px;
        left: 20px;
        
    }
    #indexCompartment #body #logoHolder #copy {
        /* 
        position: absolute;
        width: 22px;
        height: 204px;
        top: 158px;
        right: 241px;
         */
        position: absolute;
        width: 85px;
        height: 12px;
        top: 115px;
        left: 20px;
    }

    #indexCompartment #body div.startButton {
        /* 
        padding: 0 30px;
        margin-bottom: 30px;
         */
        padding: 0 10px;
        margin-bottom: 52px;
    }

    #indexCompartment #body div.startButton div.button {
        /*
        height: 60px;
        background-image: url('../../img/start-button_on.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        */
        height: 39px;
        background-image: url('../../img/sp/start-button_l.png'), url('../../img/sp/start-button_r.png'), url('../../img/sp/start-button_c.png');
        background-position: 0 100%, 100% 100%, 0 0;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: 6px 39px, 6px 39px, 6px 39px;
        -webkit-background-size: 6px 39px, 6px 39px, 6px 39px;
        -moz-background-size: 6px 39px, 6px 39px, 6px 39px;
        -o-background-size: 6px 39px, 6px 39px, 6px 39px;
    }

    #indexCompartment #body div.startButton div.button a {
        /* 
        display: block;
        height: 60px;
        background-image: url('../../img/start-button_off.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        display: block;
        height: 39px;
        background-image: url('../../img/sp/start-button_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 85px 39px;
        -webkit-background-size: 85px 39px;
        -moz-background-size: 85px 39px;
        -o-background-size: 85px 39px;
    }
    
    #indexCompartment #body div.startButton div.button a:hover {
        /*
        background-image: none;
        background-position: 0 0;
        background-repeat: no-repeat;
        */
        background-image: url('../../img/sp/start-button_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    
    #indexCompartment #body div.startButton div.button.continue {
        /* 
        height: 60px;
        background-image: url('../../img/continue-button_on.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        height: 39px;
        background-image: url('../../img/sp/continue-button_l.png'), url('../../img/sp/continue-button_r.png'), url('../../img/sp/continue-button_c.png');
        background-position: 0 100%, 100% 100%, 0 0;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: 6px 39px, 6px 39px, 6px 39px;
        -webkit-background-size: 6px 39px, 6px 39px, 6px 39px;
        -moz-background-size: 6px 39px, 6px 39px, 6px 39px;
        -o-background-size: 6px 39px, 6px 39px, 6px 39px;
    }

    #indexCompartment #body div.startButton div.button.continue a {
        /* 
        display: block;
        height: 60px;
        background-image: url('../../img/continue-button_off.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        display: block;
        height: 39px;
        background-image: url('../../img/sp/continue-button_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 124px 39px;
        -webkit-background-size: 124px 39px;
        -moz-background-size: 124px 39px;
        -o-background-size: 124px 39px;
    }

    #indexCompartment #body div.startButton div.button.continue a:hover {
        /*
        background-image: none;
        background-position: 0 0;
        background-repeat: no-repeat;
        */
        background-image: url('../../img/sp/continue-button_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    #indexCompartment #body div.lead {
        /*
        padding: 0 30px;
        */
        padding: 0 10px;
    }

    #indexCompartment #body div.lead p {
        /*
        font-size: 14px;
        margin-bottom: 65px;
        */
        font-size: 12px;
        margin-bottom: 25px;
    }

    #indexCompartment #body div.contents {
        /* 
        padding: 0 30px;
         */
        padding: 0 20px;
    }
    #indexCompartment #body div.contents p {
        /* 
        text-align: right;
        padding-bottom: 20px;
         */
        text-align: right;
        padding-bottom: 10px;
    }

    #indexCompartment #body div.contents a {
        color: #333333;
        /* border-bottom: 1px solid #333333; */
    }
    #indexCompartment #body div.contents a:hover {
        color: #999999;
        /* border-bottom: 1px solid #999999; */
    }
    
    
    
    
    #contentsCompartment #body div.puzzleList {
        
    }

    #contentsCompartment #body div.puzzleList ul li {
        /* 
        display: block;
        height: 50px;
        background-image: url('../../img/paper_middle_on.png');
        background-position: 0 0;
        background-repeat: repeat-y;
        border-top: 1px solid #cccccc;
        /margin-top: -3px;
        */
        
        display: block;
        height: 43px;
        border-top: 1px solid #cccccc;
        /margin-top: -3px;
        background-image: url('../../img/sp/paper_middle.png');
        background-position: 0 0;
        background-repeat: repeat;
        background-size: 1px 1px;
        -webkit-background-size: 1px 1px;
        -moz-background-size: 1px 1px;
        -o-background-size: 1px 1px;
    }

    #contentsCompartment #body div.puzzleList ul li a {
        color: #333333;
    }
    #contentsCompartment #body div.puzzleList ul li a:hover span.link {
        color: #333333;
        /* border-bottom: 1px solid #333333; */
    }

    #contentsCompartment #body div.puzzleList ul li.checked a,
    #contentsCompartment #body div.puzzleList ul li.bookmark a {
        color: #999999;
    }
    #contentsCompartment #body div.puzzleList ul li.checked a:hover span.link,
    #contentsCompartment #body div.puzzleList ul li.bookmark a:hover span.link {
        color: #999999;
        /* border-bottom: 1px solid #999999; */
    }

    #contentsCompartment #body div.puzzleList ul li a {
        /* 
        position: relative;
        display: block;
        padding: 0 15px;
        height: 50px;
        background-image: url('../../img/paper_middle.png');
        background-position: 0 0;
        background-repeat: repeat-y;
         */
        position: relative;
        display: block;
        padding: 0 10px;
        height: 43px;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat-y;
    }
    #contentsCompartment #body div.puzzleList ul li a span.text {
        /* 
        display: block;
        height: 50px;
        line-height: 50px;
         */
        display: block;
        height: 43px;
        line-height: 43px;
        font-size: 14px;
    }

    #contentsCompartment #body div.puzzleList ul li a span.icon {
        /* 
        position: absolute;
        display: block;
        width: 36px;
        height: 36px;
        top: 7px;
        right: 15px;
         */
        position: absolute;
        display: block;
        width: 23px;
        height: 23px;
        top: 10px;
        right: 10px;
    }

    #contentsCompartment #body div.puzzleList ul li.checked a span.icon {
        /* 
        background-image: url('../../img/checked-icon.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        background-image: url('../../img/sp/checked-icon.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 23px 23px;
        -webkit-background-size: 23px 23px;
        -moz-background-size: 23px 23px;
        -o-background-size: 23px 23px;
    }

    #contentsCompartment #body div.puzzleList ul li.bookmark a span.icon {
        /* 
        background-image: url('../../img/bookmark-icon.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        background-image: url('../../img/sp/bookmark-icon.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 23px 23px;
        -webkit-background-size: 23px 23px;
        -moz-background-size: 23px 23px;
        -o-background-size: 23px 23px;
         
    }

    #contentsCompartment #body div.puzzleList ul li a:hover {
        background-image: none;
    }

    #contentsCompartment #body div.puzzleList ul li.first {
        /* 
        background-image: url('../../img/paper_top_on.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        border: 0;
        /margin-top: 0px;
         */
        border: 0;
        background-image: url('../../img/sp/paper_top_l.png'), url('../../img/sp/paper_top_r.png'), url('../../img/sp/paper_top_c.png');
        background-position: 0 100%, 100% 100%, 0 0;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: 10px 43px, 10px 43px, 1px 43px;
        -webkit-background-size: 10px 43px, 10px 43px, 1px 43px;
        -moz-background-size: 10px 43px, 10px 43px, 1px 43px;
        -o-background-size: 10px 43px, 10px 43px, 1px 43px;
    }

    #contentsCompartment #body div.puzzleList ul li.first a {
        /* 
        background-image: url('../../img/paper_top.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        background-image: none;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    #contentsCompartment #body div.puzzleList ul li.first a:hover {
        background-image: none;
    }

    #contentsCompartment #body div.puzzleList ul li.last {
        /* 
        background-image: url('../../img/paper_bottom_on.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
         
        background-image: url('../../img/sp/paper_bottom_l.png'), url('../../img/sp/paper_bottom_r.png'), url('../../img/sp/paper_bottom_c.png');
        background-position: 0 100%, 100% 100%, 0 0;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: 10px 43px, 10px 43px, 1px 43px;
        -webkit-background-size: 10px 43px, 10px 43px, 1px 43px;
        -moz-background-size: 10px 43px, 10px 43px, 1px 43px;
        -o-background-size: 10px 43px, 10px 43px, 1px 43px;
    }

    #contentsCompartment #body div.puzzleList ul li.last a {
        /* 
        background-image: url('../../img/paper_bottom.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        background-image: none;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    #contentsCompartment #body div.puzzleList ul li.last a:hover {
        background-image: none;
    }
    
    
        
    #detailCompartment #body div.question {
        /* 
        padding: 0 15px;
         */
        padding: 0 10px;
    }
    #detailCompartment #body div.question div.title {
        /* 
        margin-bottom: 13px;
        border-bottom: 1px solid #cccccc;
         */
         
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
    #detailCompartment #body div.question div.title p {
        /* 
        word-wrap: break-word;
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 15px;
         */
         
        word-wrap: break-word;
        font-size: 16px;
        line-height: 16px;
        font-weight: normal;
        padding-top: 3px;
        padding-bottom: 12px;
    }

    #detailCompartment #body div.question div.body {
        /* 
        padding-bottom: 15px;
         */
        padding-bottom: 10px;
    }
    #detailCompartment #body div.question div.body p {
        /* 
        word-wrap: break-word;
        line-height: 1.4em;
         */
        word-wrap: break-word;
        line-height: 1.4em;
        font-size: 12px;
    }

    #detailCompartment #body div.question div.image {
        /* 
        padding-bottom: 15px;
         */
        padding-bottom: 10px;
    }

    #detailCompartment #body div.question div.image p {
        text-align: center;
    }

    #detailCompartment #body div.socialButtons {
        /* 
        padding: 0 15px;
        height: 35px;
         */
        padding: 0 10px;
        height: 31px;
        overflow: hidden;
    }

    #detailCompartment #body div.solutionButton {
        /* 
        padding: 0 15px;
        padding-bottom: 5px;
         */
        padding: 0 10px;
        padding-bottom: 0px;
    }

    #detailCompartment #body div.solutionButton div.button {
        /* 
        height: 60px;
        background-image: url('../../img/solution-button_open_on.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        height: 39px;
        background-image: url('../../img/sp/solution-button_l.png'), url('../../img/sp/solution-button_r.png'), url('../../img/sp/solution-button_c.png');
        background-position: 0 100%, 100% 100%, 0 0;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: 6px 39px, 6px 39px, 6px 39px;
        -webkit-background-size: 6px 39px, 6px 39px, 6px 39px;
        -moz-background-size: 6px 39px, 6px 39px, 6px 39px;
        -o-background-size: 6px 39px, 6px 39px, 6px 39px;
    }

    #detailCompartment #body div.solutionButton div.button a {
        /* 
        display: block;
        height: 60px;
        background-image: url('../../img/solution-button_open_off.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        
        display: block;
        height: 39px;
        background-image: url('../../img/sp/solution-button_open_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 120px 39px;
        -webkit-background-size: 120px 39px;
        -moz-background-size: 120px 39px;
        -o-background-size: 120px 39px;
    }
    
    #detailCompartment #body div.solutionButton div.button a:hover {
        background-image: url('../../img/sp/solution-button_open_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    
    #detailCompartment #body div.solutionButton div.button.opened {
        /* 
        height: 60px;
        background-image: url('../../img/solution-button_close_on.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        height: 39px;
        background-image: url('../../img/sp/solution-button_l.png'), url('../../img/sp/solution-button_r.png'), url('../../img/sp/solution-button_c.png');
        background-position: 0 100%, 100% 100%, 0 0;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: 6px 39px, 6px 39px, 6px 39px;
        -webkit-background-size: 6px 39px, 6px 39px, 6px 39px;
        -moz-background-size: 6px 39px, 6px 39px, 6px 39px;
        -o-background-size: 6px 39px, 6px 39px, 6px 39px;
    }

    #detailCompartment #body div.solutionButton div.button.opened a {
        /* 
        display: block;
        height: 60px;
        background-image: url('../../img/solution-button_close_off.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
         
        display: block;
        height: 39px;
        background-image: url('../../img/sp/solution-button_close_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 120px 39px;
        -webkit-background-size: 120px 39px;
        -moz-background-size: 120px 39px;
        -o-background-size: 120px 39px;
    }
    
    #detailCompartment #body div.solutionButton div.button.opened a:hover {
        background-image: url('../../img/sp/solution-button_close_label.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    #detailCompartment #body div.solutionHolder {
        display: none;
    }

    #detailCompartment #body div.solution {
        /*  
        padding: 0 15px;
        padding-bottom: 10px;
        margin-top: 25px;
         */
        padding: 0 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }

    #detailCompartment #body div.solution div.body {
        /* 
        padding-bottom: 15px;
         */
        padding-bottom: 10px;
    }
    #detailCompartment #body div.solution div.body p {
        /* 
        word-wrap: break-word;
        line-height: 1.4em;
         */
        word-wrap: break-word;
        line-height: 1.4em;
        font-size: 12px;
    }

    #detailCompartment #body div.solution div.image {
        /* 
        padding-bottom: 15px;
         */
        padding-bottom: 10px;
    }

    #detailCompartment #body div.solution div.image p {
        text-align: center;
    }

    #detailCompartment #body div.solution div.bibliographyHolder {
        /* 
        margin-bottom: 28px;
         */
        margin-bottom: 5px;
    }
    #detailCompartment #body div.solution div.bibliography {
        float: right;
    }
    #detailCompartment #body div.solution div.bibliography p {
        font-size: 10px;
        line-height: 1.4em;
    }
    #detailCompartment #body div.solution div.bibliography div.label {
        float: left;
    }

    #detailCompartment #body div.solution div.bibliography div.detail {
        /* 
        float: left;
        word-wrap: break-word;
        max-width: 340px;
        margin-left: 15px;
         */
        float: left;
        word-wrap: break-word;
        max-width: 192px;
        margin-left: 10px;
    }

    #detailCompartment #body div.comment {
        /*         
        padding: 0 15px;
        background-image: url('../../img/paper_middle_cmt.png');
        background-position: 0 0%;
        background-repeat: repeat-y;
        */ 
        
        padding: 0 10px;
        background-image: url('../../img/sp/paper_middle_cmt.png');
        background-position: 0 0%;
        background-repeat: repeat;
        
        
    }
    #detailCompartment #body div.comment div.title {
        /* 
        padding-top: 28px;
        padding-bottom: 18px;
        font-weight: bold;
         */
        padding-top: 20px;
        padding-bottom: 14px;
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
    }
    #detailCompartment #body div.comment div.cmts {
        border-bottom: 1px solid #cccccc;
    }
    #detailCompartment #body div.comment div.cmt {
        /* 
        padding: 13px 0;
        border-top: 1px solid #cccccc;
        font-size: 12px;
         */
        padding: 7px 0;
        padding-bottom: 10px;
        border-top: 1px solid #cccccc;
        font-size: 10px;
        
    }

    #detailCompartment #body div.comment div.cmt a {
        color: #666666;
        /* border-bottom: 1px solid #666666; */
    }
    #detailCompartment #body div.comment div.cmt a:hover {
        color: #888888;
        /* border-bottom: 1px solid #888888; */
    }
    #detailCompartment #body div.comment div.cmt div.userInfo {
        word-wrap: break-word;
        padding-top: 1px;
        line-height: 12px;
    }
    #detailCompartment #body div.comment div.cmt div.msg {
        /* 
        word-wrap: break-word;
        padding-top: 8px;
        line-height: 20px;
         */
        word-wrap: break-word;
        padding-top: 4px;
        line-height: 14px;
    }

    #detailCompartment #body div.comment div.cmt span.date {
        color: #999999;
    }

    #detailCompartment #body div.comment div.form form table {
        width:100%;
    }

    #detailCompartment #body div.comment div.form div.error-message {
        /* 
        padding-top: 5px;
         */
        padding-top: 2px;
    }

    #detailCompartment #body div.comment div.form form table tr th {
        /* 
        padding-top:5px;
        padding-bottom:5px;
        padding-right:5px;
        width: 57px;
        font-size: 12px;
         */
        padding-top:3px;
        padding-bottom:3px;
        padding-right:3px;
        width: auto;
        font-size: 10px;
        white-space: nowrap;
    }

    #detailCompartment #body div.comment div.form form table tr.name th {
        vertical-align:middle;
    }

    #detailCompartment #body div.comment div.form form table tr.comment th {
        /* 
        vertical-align:top;
        padding-top:15px;
         */
        vertical-align:top;
        padding-top: 5px;
        font-size: 10px;
    }

    #detailCompartment #body div.comment div.form form table tr td {
        /* 
        padding-top:5px;
        padding-bottom:5px;
        width: 393px;
        font-size: 12px;
         */
        padding-top:3px;
        padding-bottom:4px;
        width: auto;
    }

    #detailCompartment #body div.comment div.form form table tr.name td div.input {
        /* 
        display:inline-block;
        width:196px;
        background-image:url('../../img/cmt-form_name_bg.png');
        background-repeat: no-repeat;
         */
        display:inline-block;
        width:auto;
        background-image:none;
    }

    #detailCompartment #body div.comment div.form form table tr.name td div.input input {
        /* 
        border:0;
        width:191px;
        height:24px;
        line-height:24px;
        padding-left:3px;
        padding-right:2px;
        background-color:transparent;
        font-size: 12px;
         */
        border:0;
        width:153px;
        height:18px;
        line-height:18px;
        padding-left:3px;
        padding-right:2px;
        background-color:#fff;
        font-size: 10px;
        -moz-box-shadow:inset 1px 1px 2px #888;
        -webkit-box-shadow:inset 1px 1px 2px #888;
        /* iphone */
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }

    #detailCompartment #body div.comment div.form form table tr.comment td div.input {
        /* 
        background-image: url('../../img/cmt-form_comment_bg.png');
        background-repeat: no-repeat;
         */
        background-image:none;
        padding-right: 5px;

    }

    #detailCompartment #body div.comment div.form form table tr.comment td div.input textarea {
        /* 
        border:0;
        width:388px;
        height:95px;
        padding:3px 3px 2px 2px;
        background-color:transparent;
        font-size: 12px;
        resize: vertical;
         */
         
        border:0;
        width:100%;
        height:70px;
        padding:3px 3px 2px 2px;
        background-color:#fff;
        font-size: 10px;
        -moz-box-shadow:inset 1px 1px 2px #888;
        -webkit-box-shadow:inset 1px 1px 2px #888;
        resize: both;
        /* iphone */
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }

    .QapTcha #TxtStatus {
        font-size: 8px !important;
    }
    
    #detailCompartment #body div.comment div.QapTcha {
        margin-top: 0;
        margin-bottom: 5px;
        width: 235px;
        zoom: 82%;
    }
    


    #detailCompartment #body div.comment div.form form table tr.button div.writeButton {
        /* 
        width: 190px;
        height: 40px;
        padding-bottom: 15px;
        background-image: url('../../img/cmt-form_write-button_on.png');
        background-position: 0 0;
        background-repeat: no-repeat;
         */
        width: 145px;
        height: 30px;
        padding-bottom: 5px;
        background-image: url('../../img/sp/cmt-form_write-button.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 145px 30px;
        -webkit-background-size: 145px 30px;
        -moz-background-size: 145px 30px;
        -o-background-size: 145px 30px;
        
    }

    #detailCompartment #body div.comment div.form form table tr.button div.writeButton a {
        /* 
        display: block;
        width: 190px;
        height: 40px;
        background-image: url('../../img/cmt-form_write-button_disabled.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: default;
         */
        display: block;
        width: 145px;
        height: 30px;
        background-image: url('../../img/sp/cmt-form_write-button_disabled.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: default;
        background-size: 145px 30px;
        -webkit-background-size: 145px 30px;
        -moz-background-size: 145px 30px;
        -o-background-size: 145px 30px;
    }

    #detailCompartment #body div.comment div.form form table tr.button div.writeButton a.enable {
        /* 
        background-image: url('../../img/write-button_off.png');
         */
        background-image: url('../../img/sp/cmt-form_write-button.png');
    }

    #detailCompartment #body div.comment div.form form table tr.button div.writeButton a.enable:hover {
        background-image: none;
        cursor: pointer;
    }

    #detailCompartment #body div.paperBox div.boxFooter.comment {
        /* 
        height: 10px;
        background-image: url('../../img/paper_bottom_cmt.png');
        background-position: 0 100%;
        background-repeat: no-repeat;
         */
        height: 10px;
        background-image: url('../../img/sp/paper_bottom_cmt_l.png'), url('../../img/sp/paper_bottom_cmt_r.png'), url('../../img/sp/paper_bottom_cmt_c.png');
        background-position: 0 100%, 100% 100%, 0 0;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: 10px 44px, 10px 44px, 1px 44px;
        -webkit-background-size: 10px 44px, 10px 44px, 1px 44px;
        -moz-background-size: 10px 44px, 10px 44px, 1px 44px;
        -o-background-size: 10px 44px, 10px 44px, 1px 44px;
    }

