@charset "UTF-8";
* {
  box-sizing: border-box;
}
div,
p,
span,
ol,
ul,
li,
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.42857143;
    font-size: 14px;
    font-family: 'Helvetica', Arial,'Yu Gothic', Meiryo, 'ＭＳ ゴシック', sans-serif;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
}
p {
    font-size: 100%;
    font-weight: normal;
    word-wrap: break-word;
    margin: 0 0 10px;
}
ol,
ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover,
a:active {
    color: #00A1FF !important;
    text-decoration: underline;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
}
.widget_allparts {
    max-width: 298px;
    margin: 10px 18px 20px 2px;
    background: #ffffff;
    border: 1px solid #999999;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #999999;
    -moz-box-shadow: 0 3px 7px #666666;
    box-shadow: 0 3px 7px #666666;
    -webkit-box-shadow: 0 3px 7px #666666;
    position: relative;
    display: block;
}
.widget_allparts .creators_wallpaper {
    max-height: 212.85714px;
    margin: 0 0 10px;
    vertical-align: baseline;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    text-align:center;
}
.widget_allparts .creators_wallpaper img {
    max-width: 298px;
}
.widget_allparts .creators_wallpaper:hover {
    opacity: 0.8;
}
.widget_allparts .creators_wallpaper:hover img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.widget_allparts .name_and_content_kind {
    max-height: 36px;
    padding: 0 10px;
    font-weight: bold;
    line-height: 150%;
}
.widget_allparts .name_and_content_kind a {
    color: #333333;
}
.widget_allparts .name_and_content_kind a:hover {
    color: #26b8eb;
}
.widget_allparts .project_oneline_explanation {
    padding: 0 10px 10px;
    max-height: 70px;
}
.widget_allparts .project_content {
    max-height: 80px;
    border-top: 1px solid #ebebeb;
    background-color:#00A1FF;
    margin:auto 0;
    color:white;
    padding:5px;
    border-radius: 0px 0px 6px 6px;
    font-weight: bold;
    font-size: 102%;
}
.project_content > a.title-a:hover {
    max-height: 80px;
    background-color:#00A1FF;
    margin:auto 0;
    color:grey !important;
    padding:5px;
    border-radius: 0px 0px 6px 6px;
    font-weight: 900;
    font-size: 102%;
    text-decoration: none;
}
div.project_content:hover{
    color:grey !important;
    font-weight: 900;
    font-size: 102%;
    text-decoration: none;
}

.modal-content {
    position:fixed!important;
    display:none;
    z-index:2;
    width:50%;
    margin:0;
    padding:10px 20px;
    /*border:2px solid #aaa;
    background:#fff;
    background-color:transparent!important;*/
}

@media only screen and (max-width: 320px) {
    .widget_allparts a,p{
        font-size:0.8em !important;
    }
}
