/* 各要素 */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background: linear-gradient(#F6F6F6, #F6F6F6, #D1CFE4);
	font-weight: 600;
	margin:0;
    padding:0;
}
header {
    background-color: #F6F6F6;
}
ul {
    padding:0;
    margin:0;
}
li {
    display: inline-block;
    padding: 0.1em 0;
	font-size: 1.1em;
}

img.youtube, img.youtube-thumb {
    width: 100%;
}
.hidden {
    display: none;
}

time.monster-post-time {
    position: absolute;/*←絶対位置*/
    padding-right:1em;
    right: 0; /*下に固定*/
    bottom: 0; /*下に固定*/
}

.round {
    border-radius: 10px;
}
.round-top {
    border-radius: 10px 10px 0 0;
}
.border-lyellow {
    border: 3px solid #fbf8d7;
}
.border-lpink {
    border-right: 3px solid  #e58751;
    border-bottom: 3px solid  #e58751;
}

.thumb {
    padding: 0;
    margin: 0;
}
.thumb img {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-top: 2px #936C21 solid;
    border-right: 2px #936C21 solid;
    background-color: #936C21;
    width: 100%;
}
.thum-name {
    font-size: 1.6em;
    height: 3em;
    line-height: 1.2em;
}
.thum-p {
    height: 6em;
}
p {
    word-break: break-all;
	font-size: 1.09em;
	letter-spacing: 0.13em;
}
div.stats {
    background-color: #a77f5c;
}
div.question-stats {
    background-color: #deb96b;
    font-size: 0.8em;
	font-weight: 100;
}
/*table.form th {*/
/*    background-color: #603429;*/
/*}*/
/*table.form td {*/
/*    background-color: #d9a67b;*/
/*}*/
small {
	font-weight: 100;
}
small a {
	text-decoration: underline;
}
.party-like{
    color:#e0bc87;
    font-size: 1.5em; 
}
.party-like-count{
    color:#e0bc87;
    font-size: 1em;
}
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
div.error {
    margin-bottom: 1em;
    padding: 1em;
    color: #900;
    background: #FFEBE8;
    border: 2px solid #900;
    text-shadow: none;
}
div.success {
    margin-bottom: 1em;
    padding: 1em;
    color: #155724;
    background: #d4edda;
    border: 2px solid #155724;
    text-shadow: none;
}
.top-bordered {
    border-top: 10px dotted #fbf8d7;
}
.dots {
    border-width: 0 0 8px;
    border-style: solid;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
    width: 80%;
}

/* 文字の大きさ・装飾 */ 
a,
a:active,
a:hover,
a:visited {
    color: #35343A;
    text-decoration: none;
}
.text-dblue {
    color: #051551;
}
.text-gray {
    color: #d5d4d9;
}
.text-gold {
    color: #D5AD6D; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-copper {
    color: #e4b388;
}

.text-ヒーロー {
    color: #66039A; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(#66039A,#CE77F9);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-レジェンド {
    color: #66039A; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(#D45300,#FFC13F);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-ヒーロー {
    color: #66039A; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(#66039A,#CE77F9);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-レア {
    color: #66039A; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(#035014,#69C82E);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-一般 {
    color: #66039A; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(#58666E,#D5D5D5);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-normal {
	font-size: 0.8em;
    color: #000;
    font-weight: 100;
}
.text-lyellow {
    color: #fffebf;
}
.text-yellow {
    color: #ffff00;
}
.text-dbrown {
    color: #492e18;
}
.underline {
    text-decoration: underline;
}
.sl-big {
	font-size: 1.3em;
}
.big {
	font-size: 2em;
}
.ex-big {
	font-size: 2.8em;
}
.sl-small {
	font-size: .9em;
}
.small {
	font-size: .8em;
}
.ex-small {
	font-size: .6em;
}
.glowing {
	text-shadow: 0 0 5px #fff, 0 0 5px #fff;
	text-decoration: none;
}
.blackrim {
	text-shadow: 1px 1px 1px #3e3e3e, -1px 1px 1px #3e3e3e, 1px -1px 1px #3e3e3e, -1px -1px 1px #3e3e3e;
}
.question {
    background-color: #dbb969;
}

/* 背景色 */ 
.bg-tag {
    /*border: 2px #93371e solid;*/
    background: linear-gradient(#6877CA,#A5A9D6);
}
.bg-dbrown {
    background-color: #FFF;
}
.bg-post {
    background: linear-gradient(#877EFB,#7865FC,#AA6FFD);
}
.bg-dbrown {
    background-color: #362311;
}
.bg-brown {
    background-color: #51341B;
}
.bg-lbrown {
    background-color: #A07A29;
}
.bg-lsand {
    background-color: #fffebf;
}
.bg-sand {
    background-color: #E1C378;
}
.bg-dorange {
    background-color: #fc9700;
}
.bg-orange {
    background-color: #deb96b;
}
.bg-lyellow {
    background-color: #fbf8d7;
}
.bg-yellow {
    background-color: #dbb969;
}
.bg-bluegradation {
    background: linear-gradient(#4E5DB8, #5D7FE3);
}
.bg-dbluegradation {
    background: linear-gradient(#4B4ED9, #895FE7);
}
.bg-lbluegradation {
    background: linear-gradient(#e9e6f7, #ADB3FD);
}
.bg-skyblue {
    border: 1px #365780 solid;
    background: linear-gradient(#95B7FE, #DDD5FA);
}
.bg-copper {
    /*background-color: #f4ce9d;*/
    background: linear-gradient(#fbe0b3, #d9a67b);
}
.bg-dblue {
    background-color: #394F9B;
}
.bg-vdblack {
    background-color: #272741;
}
.bg-mblue {
    background: linear-gradient(#9091BA, #5F6099);
    /*background-color: #6565A1;*/
}
.bg-lblue {
    background-color: #B7BCFE;
}
.bg-deleted {
    /*background-color: #c0c0c0;*/
}
div.stats-deleted {
    /*background-color: #808080;*/
}
.bg-legend {
    border: 1px #93371e solid;
    background: linear-gradient(#D45300,#FFC13F);
}
.bg-hero {
    border: 1px #380A53 solid;
    background: linear-gradient(#66039A,#CE77F9);
}
.bg-rare {
    border: 1px #053514 solid;
    background: linear-gradient(#035014,#69C82E);
}
.bg-common {
    border: 1px #383E45 solid;
    background: linear-gradient(#58666E,#D5D5D5);
}
.bg-spell {
    border: 1px #2D2D61 solid;
    background: linear-gradient(#347AE6,#DEE4FD);
}
.bg-unreleased {
    border: 1px #2B2A2F solid;
    background: linear-gradient(#5D5D5F,#D5D5D5);
}
.bg-gold {
    background:linear-gradient(to right, #BF953F, #B38728, #FBF5B7, #AA771C);
}
.border-lgold {
    border-right: 3px solid  #856D40;
    border-bottom: 3px solid  #856D40;
}

.bg-gold > div.stats {
    /*background:linear-gradient(to right, #ab8638, #a17924, #e1dca4, #996b19);*/
    background:linear-gradient(to right, #987732, #906c20, #cac693, #896016);
	text-shadow: 1px 1px 1px #4c350c, -1px 1px 1px #4c350c, 1px -1px 1px #4c350c, -1px -1px 1px #4c350c;
}

/* トップの背景 */ 
.cover {
    /*background: #f3faff;*/
    /*background: linear-gradient(#FFF, #f3faff);*/
}


/* タイトル */ 
/*h1 {*/
/*	font-size: 1.3em;*/
/*}*/
/*h1 span, h2 span {*/
/*	font-size: 2em;*/
/*}*/
/*h4.name {*/
/*    position: absolute;*/
/*    color: #fbf8d7;*/
/*    text-shadow: 0 0 10px #fff, 0 0 15px #fff;*/
/*    text-decoration: none;*/
/*}*/
/*.indextitle {*/
/*    font-size: 1.7em;*/
/*}*/

.party-title{
    background-color:#deb96b;
    border-radius: 10px;
}
.party-row{
    background-color:#362311;
    border-radius:10px;
}

/* フォーム */ 
.form {
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*border-bottom: 4px #e58751 solid;*/
    /*background: linear-gradient(#fad5a9, #d9a67b);*/
}
.form hr, hr.narrow {
    height: 1px;
    background-color: #FFF;
    border: none;
    color: #FFF;
}
textarea {
    width: 100%;
    font-size: 1.4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
}
input {
    width: 100%;
    font-size: 1.1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    width: 100%;
}
input[type="checkbox"] {
    width: auto;
}
.btn-primary {
    background-color: #5b300d;
    border-color: #5b300d;
    color: #FFF;
}
.btn-secondary, a.btn-secondary {
    color: #646464;
    background-color: #eedcb5;
    text-shadow: none;
    border-style: none;
}
.btn-primary-group {
    color: #FFF;
    background-color: #997217;
    text-shadow: none;
    border-style: none;
}
.goodbad {
    font-size: 1.2em;
}

/* ページング */ 
.pagination {
   justify-content: center;
}
.page-item.active .page-link {
    background-color: #097099;
    border-color: #097099;
    color: #FFF;
}
.page-link {
    color: #097099;
}
.pagination > li > a, .btn-secondary, a.btn-secondary {
    background-color: #d6f2fc;
}
.page-item.disabled .page-link {
    color: #097099;
    pointer-events: none;
    cursor: auto;
    background-color: #d6f2fc;
    border-color: #d6f2fc;
}
.page-link {
    margin: 0;
    padding:1em;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-top-left {
    border-top-left-radius: 1rem;
}
.rounded-top-right {
    border-top-right-radius: 1rem;
}
.rounded-bottom-left {
    border-bottom-left-radius: 1rem;
}
.rounded-bottom-right {
    border-bottom-right-radius: 1rem;
}

/* 上へ戻るボタン */ 
#topBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  padding: 10px;
}
#topBtn:hover {
    opacity: 0.5;
}

/* 星関連 */ 
.thumbstar {
    margin: -2.4em 0 0;
}
.stars-container {
  font-size: 1.3em;
  position: relative;
  display: inline-block;
  color: transparent;
}
.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  color: #FFF;
  /*text-shadow: px 1px 1px #f7de79, -1px 1px 1px #f7de79, 1px -1px 1px #f7de79, -1px -1px 1px #f7de79;*/
  text-shadow:1px 1px 0 #7e2b0d,-1px 1px 0 #7e2b0d,1px -1px 0 #7e2b0d,-1px -1px 0 #7e2b0d;
}
.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  background: -webkit-linear-gradient(#f9490e,#FFF);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  overflow: hidden;
}
.stars-deleted:before {
  color: #FFF;
}
.stars-deleted:after {
  color: #c0c0c0;
}
.latest-star:after {
  color: #d316f5;    
}
.stars-0:after {width:0%;}
.stars-0-1:after {width:2%;}
.stars-0-2:after {width:4%;}
.stars-0-3:after {width:6%;}
.stars-0-4:after {width:8%;}
.stars-0-5:after {width:10%;}
.stars-0-6:after {width:12%;}
.stars-0-7:after {width:14%;}
.stars-0-8:after {width:16%;}
.stars-0-9:after {width:18%;}
.stars-1:after {width:20%;}
.stars-1-1:after {width:22%;}
.stars-1-2:after {width:24%;}
.stars-1-3:after {width:26%;}
.stars-1-4:after {width:28%;}
.stars-1-5:after {width:30%;}
.stars-1-6:after {width:32%;}
.stars-1-7:after {width:34%;}
.stars-1-8:after {width:36%;}
.stars-1-9:after {width:38%;}
.stars-2:after {width:40%;}
.stars-2-1:after {width:42%;}
.stars-2-2:after {width:44%;}
.stars-2-3:after {width:46%;}
.stars-2-4:after {width:48%;}
.stars-2-5:after {width:50%;}
.stars-2-6:after {width:52%;}
.stars-2-7:after {width:54%;}
.stars-2-8:after {width:56%;}
.stars-2-9:after {width:58%;}
.stars-3:after {width:60%;}
.stars-3-1:after {width:62%;}
.stars-3-2:after {width:64%;}
.stars-3-3:after {width:66%;}
.stars-3-4:after {width:68%;}
.stars-3-5:after {width:70%;}
.stars-3-6:after {width:72%;}
.stars-3-7:after {width:74%;}
.stars-3-8:after {width:76%;}
.stars-3-9:after {width:78%;}
.stars-4:after {width:80%;}
.stars-4-1:after {width:82%;}
.stars-4-2:after {width:84%;}
.stars-4-3:after {width:86%;}
.stars-4-4:after {width:88%;}
.stars-4-5:after {width:90%;}
.stars-4-6:after {width:92%;}
.stars-4-7:after {width:94%;}
.stars-4-8:after {width:96%;}
.stars-4-9:after {width:98%;}
.stars-5:after {width:100%;}