@charset "utf-8";
@media screen and (min-width:769px) {
    #wrapper {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }
    .container {
        width: 100%;
        height: auto;
        min-height: 1000px;
        padding-top: 50px;
        margin: 0 auto 500px;
    }
    /* header
			----------------------------------------*/
    header {
        width: 100%;
        height: 60px;
        background-color: #f2f2f2;
        margin: 0px auto;
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
        border-bottom: 2px solid #e7e7e7;
        z-index: 9999;
    }
    header h1 {
        width: 100%;
        height: auto;
        color: #777;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        padding: 12px 0 10px;
    }
    .mainContents {
        float: left;
        width: 888px;
        height: auto;
        min-height: 800px;
    }
    #preArea {
        position: relative;
    }
    #preArea p {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        line-height: 1.2;
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        padding: 5px 10px;
    }
    #preArea pre {
        width: 100%;
        height: auto;
        color: #333333;
        font-size: 12px;
        line-height: 1.2;
        background-color: #f2f2f2;
        border: 1px solid #eeeeee;
        padding: 40px 25px 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        white-space: pre-wrap;
        overflow: auto;
    }
    #preArea button.copy {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 2;
    }
    /* sidenavi
			----------------------------------------*/
    #sidenavi {
        width: 290px;
        margin-left: 22px;
        float: right;
    }
    #sidenavi h2 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #sidenavi .resetBtnArea {
        margin-bottom: 40px;
    }
    #sidenavi #allReset {
        display: block;
        width: 288px;
        height: 64px;
        font-size: 26px;
        line-height: 22px;
        padding-top: 24px;
        color: #fff !important;
        text-align: center;
        font-weight: bold;
        background: #ff6600;
        border-radius: 4px;
        box-shadow: 0 2px 0 #c24e00;
        margin-bottom: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    #sidenavi #resetBtn {
        display: block;
        width: 286px;
        padding: 15px 0 12px;
        position: relative;
        font-size: 200%;
        line-height: 26px;
        text-align: center;
        color: #333333;
        font-weight: bold;
        background: #f5f5f5;
        border-top: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
        border-radius: 4px;
        box-shadow: 0 2px 0 #cccccc;
        cursor: pointer;
    }
    #sidenavi .sidenaviBox {
        font-size: 18px;
        text-align: center;
        border: 1px solid #eeeeee;
        padding: 20px 5px 18px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    #sidenavi .sidenaviBox:hover {
        background-color: #eeeeee;
    }
    #sidenavi .generationBtnArea {
        margin-top: 30px;
    }
    #sidenavi .generationBtnArea #generationBtn {
        display: block;
        width: 100%;
        padding: 25px 0 22px;
        position: relative;
        font-size: 200%;
        line-height: 26px;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        background: #82ad2b;
        border-radius: 4px;
        box-shadow: 0 3px 0 0 rgba(103, 138, 34, 1);
        cursor: pointer;
    }
    #preArea {
        display: none;
    }
    /* footer
			----------------------------------------*/
    footer {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 0px 0px 5px 5px;
        border-top: 2px solid #e7e7e7;
    }
    .copyright {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        margin-top: 10px;
    }
    .clearfix::after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }
}

@media screen and (max-width:768px) {}