
.contentscontainer{
    background-color: #fff;
    margin-top: 20px;
}

#headmin{
    font-size: 0.7em
}


#tags{
    padding-top: 30px;
    margin-left: 20px;
    font-weight: bold;
}

#tags ul{
    margin-bottom: 30px;
    list-style: none;
}

#tags li{
    display: inline;
    background-color: #8b6fbc;
    margin-right: 5px;
    color: #fff;
    padding:10px;
    font-weight: bold;
    font-size: 14px;
}

#tags p{
    margin-bottom: 20px;
    font-size: 14px;}


#problem{
    width: 645px;
    height: 245px;
    background-image: url(../img/e-MPS_illust1.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 20px;
    margin-top:-30px;
}

#problemtext{
    padding-top:49px;
}

#problem p{
    font-size: 14px;
}

#problem h2.subheadline{
    font-weight: bold;
    padding-left: 11px;
    line-height: 1em;
    padding-top: 5px;
    font-size: 14px;
}

#problem h2.subheadline::before{
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#problem dl{
    margin-top: 15px;
    line-height: 1.75;
}

#problem dd span{
    background-image: url(../img/checkbox.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 19px;
    height: 18.5px;
    display: inline-block;
}

#resolution{
    width:660px;
    font-size: 14px;
    margin-left: 20px;
    margin-top: -25px;
    padding-bottom: 80px;
}

#resolution h2.subheadline{
    font-weight: bold;
    padding-left: 11px;
    padding-top: 5px;
    margin:20px 0px;
    font-size: 14px;
}

#resolution h2.subheadline::before{
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#resolution .point{
    padding: 3px 3px 3px 0px;
}

#resolution img{
    margin-top: -5px;
}

#resolution p{
    margin-top: 23px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
}

#resolution p.further{
    font-weight: bold;
    line-height: 1.6;
    padding: 20px;
    border: solid 3px #cebbef;
    margin-bottom: 15px;
}

#resolution fieldset,
#resolution form{
    display: inline;
    margin: 0;
    padding: 0;
    height:0;
}

#resolution button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 14px;
        text-decoration: underline;
}

#resolution button:link{
    color: #000;
    text-decoration: underline;
}

#resolution button:hover{
    color: #000;
    text-decoration:none;
}

#resolution button:visited{
    color: #000;
    text-decoration: underline;
}



.solutionlinks{
    margin-top: 40px;
}

#resolution .solutionlinks p.linkcopy{
    font-weight: bold;
    margin: 12px 0 10px;
    text-align: center;
}

.solutionlinks a.linkbtn{
    font-weight: bold;
    padding: 13px 10px;
    border: solid 1px #dddddd;
    color: #000;
    background-image: -webkit-linear-gradient(#fff 0%, #eff1ef 100%);
    background-image: linear-gradient(#fff 0%, #eff1ef 100%);
    text-align:center;
    font-size: 18px;
    text-decoration: none;
    margin-left: 150px;
    display: block;
    width:320px;
    line-height: 1.3;
    text-indent: -1em;
}

.solutionlinks a.linkbtn:hover{
    background-image: -webkit-linear-gradient(#fff 0%, #eeeeff 100%);
    background-image: linear-gradient(#fff 0%, #eeeeff 100%);
}

.linkbtn span{
    margin: 0 10px;
}

.linkbtn span img{
    padding-top: 10px;
}

.linkbtn span img.windowicon{
    padding-top: 12px;
}

