@charset "utf-8";

@media (max-width: 736px) {
    .spoff {
        display: none;
    }
    
    .w140 {
        width: 100%;
        padding-left: 5px;
        text-align: left;
    }
    
    input[type="text"], input[type="date"], input#occurrence, textarea {
        font-size: 16px;
    }
    
    .hum {
        width: 60px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .hum img {
        width: 100%;
    }
    
    .navarea2 li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #c3c3c3;
        background-color: #5e6e7b;
        margin: 0;
        font-size: 16px;
    }
    
    .navarea2 a {
        color: #fff;
        display: block;
    }
    
    .spList {
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        padding: 5px;
        margin: 5px 0;
    }
    
    .spList li {
        display: block;
        color: #626262;
        font-size: 11px;
    }
    
    .spList li:first-child, .spList li:nth-child(2) {
        display: inline-block;
    }
    
    .spList li:nth-child(3) {
        font-size: 13px;
        font-weight: bold;
    }
    
    .spList2 {
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        padding: 5px;
        margin: 5px 0;
    }
    
    .spList2 li {
        display: block;
        color: #626262;
        font-size: 11px;
    }
    
    .block {
        display: block;
    }
    
    span.dreamcube, span.asteer, span.iplambdahybrid, span.ipmobileα, td.ipmobile, span.ipp, td.ipp2, span.iplambda {
        padding: 5px;
    }
    
    span.dreamcube {
        background-color: #e8ffe9;
    }

    span.asteer {
        background-color: #ffe5e5;
    }

    span.iplambdahybrid {
        background-color: #fae6fd;
    }

    span.ipmobileα, td.ipmobile {
        background-color: #e9f2ff;
    }

    span.ipp, td.ipp2 {
        background-color: #fff5e9;
    }

    span.iplambda {
        background-color: #f8fbe0;
    }
    
    .list1, .list3 {
        margin: 5px;
    }
    
    .ticketarea {
        margin: 0 5px;
        padding: 0;
    }
    
    .commentdisplay {
        margin: 20px 5px 0;
    }
    
    .responsearea {
        margin: 20px 5px 0;
    }
    
    .sortbutton {
        width: 49%;
        margin-right: 1%;
    }
    
    select {
        font-size: 16px;
    }
    
    .sortbutton2 {
        margin-top: 10px;
        border: 1px solid #c7c7c7;
        border-radius: 5px;
        padding: 3px;
        background-color: #1e2f5a;
        color: #fff;
        width: 48%;
        text-align: center;
        margin-right: 1%;
        margin-bottom: 5px;
    }
	
    .sentence3, .sentence4 {
        width: 100%;
    }
    
    .delta {
        position: absolute;
        top: 0;
        right: 2%;
    }
    
    .rep1 {
        width: 100%;
    }

    .rep2 {
        height: 200px;
    }
    
    li.limit {
        color: #8e8e8e;
    }
    
    li.limit2 {
        color: #da3030;
    }
    
    li.limit3 {
        color: #d48c09;
    }
    
    .graph_list li {
        margin-top: 5px;
    }
    
    .dropsort {
        position: relative;
        width: 50%;
        border: 1px solid #c7c7c7;
        border-radius: 5px;
        cursor: pointer;
    }
    #dropsort {
        text-align: center;
    }
    .sort li {
        display:block;
        width:100%;
        text-align: left;
        padding-left:10px;
    }
    .sort li a{
        display:block;
        width:100%;
        height:100%;
    }
    
    .sort li:hover{
        background-color:#cfdae6;
    }
    .subtitle {
        background-color: #eaf2f5;
        padding: 10px 30px;
        font-size: 18px;
    }
    .subtitle h2{
        line-height:18px;
        font-size: 3.75vmin;
   -webkit-text-size-adjust:none;
    }
}

@media (min-width: 736px) {
    .pcoff {
        display: none;
    }
}