@charset "utf-8";

/*フォント*/

@font-face {
    font-family: 'elder';
    src: url('../font/elder.eot?#iefix') format('embedded-opentype'),
    url('../font/elder.ttf') format('truetype'),
    url('../font/elder.woff') format('woff');
}

@font-face {
    font-family: 'chain';
    src: url('../font/chain.eot?#iefix') format('embedded-opentype'),
    url('../font/chain.ttf') format('truetype'),
    url('../font/chain.woff') format('woff');
}

@font-face {
    font-family: 'frontline';
    src: url('../font/frontline.eot?#iefix') format('embedded-opentype'),
    url('../font/frontline.ttf') format('truetype'),
    url('../font/frontline.woff') format('woff');
}

/*全体設定*/

a:link, a:visited, a:hover {
    color: #f88000;
}

* {
    text-decoration: none;
}

body {
    background-image: url('../images/bg.png');
    background-repeat: repeat;
    background-attachment: scroll;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/*margin被り避け*/

#wrapper {
    margin: 80px 0 0 0;
}

article {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin: 0 auto;
    max-width: 640px;
    font-size: 14px;
}

footer {
    text-align: center;
}

h1 {
    font-family: 'elder';
}

/*共通*/

.title {
    color: #ffffff;
    font-size: 200%;
    font-family: 'chain';
    text-shadow: 2px 2px 2px #808080;
    text-align: center;
    line-height: 40px;
    width: 258px;
    height: 40px;
    margin: 0 auto;
    background-color: #ffb460;
    border: 1px dashed #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 10px 3px #ffb460;
}

.cont {
    font-size: 14px;
    line-height: 21px;
    margin-left: 50px;
}

/*トップの中身*/

#add {
    font-family: 'chain';
    margin: 1.5em 0;
}

.ad:before {
    float: left;
}

.ad {
    font-size: 28px;
    letter-spacing: 2px;
}

.ad:after {
    clear: left;
}

/*Minecraftの中身*/

.spoiler {
    height: 200px;
    overflow-x: scroll;
    border: solid 1px #6f6f6f;
}

#mc .exp {
    font-weight: bold;
}

#mc .disc {
    margin-left: 25px;
}

#mc .button {
    cursor: pointer;
}

#mc a:link, #mc a:visited, #mc .button {
    color: #000000;
    transition: color 0.2s ease-out, text-shadow 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out, text-shadow 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, text-shadow 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, text-shadow 0.2s ease-out;
    -o-transition: color 0.2s ease-out, text-shadow 0.2s ease-out;
}

#updates li {
    list-style: none;
}

#mc a:hover, #mc .button:hover {
    color: #808080;
    text-shadow: 0px 0px 10px #808080, 0px 0px 10px #808080, 0px 0px 10px #808080;
}

/*その他*/
.line-through {
    text-decoration: line-through;
}

/*オレンジ*/

.orange {
    color: #f88000;
}

.red {
    color: #ff0000;
}


