@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Questrial|Ubuntu+Mono|Paytone+One|Amatic+SC|Jura|Changa+One|Comfortaa|Actor|Jockey+One|Dorsa|Shanti|Spinnaker|Allerta|Geo|Orbitron|Six+Caps|Raleway:100);

#rightContents {
    float: right;
    width: 300px;
}

#rightContents h1{
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 1;
    padding: .5em 1em;
    border-bottom: 2px solid #8bc501;
    margin: 0;
    background: #333;
}

#loginarea {
    width: 300px;
    margin: 0 auto;
}

/* ログイン前 */
#toplogin {
    display: block;
    width: 278px;
    padding: 15px 10px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    margin: 0 auto;
    margin-bottom: 15px;
}

#toplogin form {
    text-align: center;
}

#toplogin h2 {
    text-align: left;
    padding: 5px;
    text-shadow: 0 0 1px #ccc;
}

#toplogin input[type=text], #toplogin input[type=password] {
    width: 94%;
    padding: 3%;
    font-size: 14px;
}

#toplogin input[type=password] {
    margin-bottom: 1em;
}

#toplogin input[type=submit] {
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: .5em 0 .4em;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 1em;
    background: #97ad38;
}

#toplogin input[type=submit]:hover {
    color: #666;
    background: #d8f178;
}


/* ログイン後 */
#rightContents .profile {
    display: block;
    width: 278px;
    text-align: center;
    padding: 15px 10px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    margin: 0 auto;
    margin-bottom: 15px;
}

#rightContents .profile h2 {
    text-align: left;
    padding: 5px;
}

#rightContents .profile p.body {
    width: 94%;
    color: #636363;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 3%;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #d8f275;
    overflow: hidden;
}

#rightContents .profile p.kaijou {
    font-size: 14px;
    margin: 15px auto;
}

#rightContents img {
    margin-bottom: 15px;
}

#link {
    display: block;
    width: 282px;
    padding: 15px 8px 0;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    margin: -1px auto 15px;
    background: #fff;
}

#link iframe {
    width: 100%;
    margin-bottom: 15px;
}

#market {
    height: 334px;
    position:relative;
}
#market .title_m{
    width: 300px;
    height:60px;
    z-index:1;
    position: absolute;
}
#market .inner {
    padding-top: 17px;
    height: 290px;
    overflow: hidden;
}

#sabisu {
    margin:0 auto;
}







#newent {
    margin:0 auto;
}
#newent a{
    width:308px;
    height:118px;
    margin:0 auto;
    background: url(/userfiles/images/side_ent.jpg) no-repeat; 
    display: block; 
    text-indent: -10000px;
}