@import url('https://fonts.googleapis.com/css?family=Dosis:200,400');
@font-face
{
font-family: Rounded-Mplus-1c-regular;
src: url('https://cdn.leafscape.be/rounded-Mplus/rounded-mplus-1c-regular_web.woff')
     format("woff");
}

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
}

html {
    position: relative;
}

html::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 48px;
    background: url(images/line.png) repeat-x;
    background-size: 384px;
}

html::before {
    top: -5px;
}

body {
    position: relative;
    font-size: 12px;
    font-family: 'TsukuARdGothic-Regular','Rounded-Mplus-1c-regular', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro', "メイリオ", sans-serif;
    color: #555;
    position: relative;
    background: #f2f2f2;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)) fixed, url(img/back.jpg) right center / cover no-repeat fixed;
    color: #fff;
    filter: drop-shadow(0px 0 4px #777);
    margin-bottom: 20px;
}


div a {
    text-decoration: none;
    color: #fff;
}

article {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    padding: 80px 0 0;
}

header {
    text-align: center;
    background: url(https://img-cdn.jg.jugem.jp/3c5/2151716/20230904_2328048.png) no-repeat center top;
    background-size: 32px;
    padding-top: 35px;
}

footer {
    text-align: center;
    margin: 30px 0;
}

footer small {
    display: block;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 3px;
}

h1 {
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

p.desc {
    min-width: 220px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

p.desc span {
    position: relative;
    display: inline-block;
    margin: 0 2em;
    padding: 0 1em;
    text-align: center;
}

p.desc span::before,
p.desc span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #fff;
}

p.desc span::before {
  right: 100%;
}

p.desc span::after {
  left: 100%;
}

main {
    margin: 50px auto;
    max-width: 300px;
}

h2 {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 4px;
    max-width: 140px;
    margin: 0 auto 10px;
    padding: 3px 10px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.8);
}

dl {
    margin: 15px 0 60px;
}

dl dt {
    float: left;
    padding-right: 15px;
}

dl dd {
    overflow: hidden;
    text-align: right;
    position: relative;
    z-index: 10;
    font-size: 10px;
}

dl dd span {
    font-size: 14px;
    margin-right: 3px;
    letter-spacing: 1px;
}

dl dd::after {
    display: block;
    content: '';
    width: 70%;
    height: 1px;
    border-top: 1px dotted rgba(255,255,255,0.6);
    position: relative;
    top: -11px;
    z-index: -1;
}

.c8::after {
    width: 73%;
}

.c7::after {
    width: 74%;
}

.c6::after {
    width: 75%;
}

.c5::after {
    width: 77%;
}

.c4::after {
    width: 78%;
}

.c2::after {
    width: 80%;
}

.source {
    position: relative;
    margin-bottom: 20px;
}

.source h6 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #ccc;
}

.source textarea { 
    font-family: 'Consolas', 'Source Code Pro', monospace;
    box-sizing: border-box;
    width: 100%;
    background: #f2f2f2;
    border: none;
    padding: 10px;
    color: #888;
    font-size: 10px;
    letter-spacing: 0.5px;
    height: 80px;
}
