/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color:#fdfdff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}




body {
	/* background-color: #12d4ff; */
	/* background-image: url('/contests/8/images/zipx2lm.png'); */
}

summary {
	display: block;
	text-decoration: underline;
	color: #1a0dab;
	cursor: pointer;
}

small {
	font-size: 80%;
}

p small {
	margin-left: 8px;
}

p small:before {
	content: '・';
	margin-right: 4px;
	color: #888;
}

#lead {
	text-align: center;
	margin-left: 20px;
}

#lead a img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#headline {
    max-width: 100%;
    height: auto;
}

#contest {
	padding: 20px 37px;
}

#contest .user {
	padding: 0px 3px;
}

#contest h2.contest_heading {
	clear: both;
	margin: 30px 0px 0px;
}

#contest .user dl {
	margin: 25px 0 0 20px;
}

#contest .user dl dt {
	background-color: #4488ea;
	font-size: 110%;
	padding: 8px 12px;
	color: #ffffff;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#contest .user dl dd {
	display: block;
	background-color: #ffffff;
	border: #ccc 1px solid;
	margin: 0px 0px 20px;
	padding: 17px 15px;
}

#contest .user dl dt+dd {
	display: block;
	background-color: #ffffff;
	border-top: none;
	padding: 17px 15px;
}

.contest_heading {
	width: 100%;
	font-weight: bold;
	padding: 0px 8px;
	background-color: #04d4ff;
	background-repeat: repeat-x !important;
	background-position: 0px -2px;
	border-radius: 7px;
}

p.annotation {
	margin: 8px 0px 0px 16px;
}

.strong {
	color: #800;
	font-weight: bold;
}

.new-notification {
	margin-left: 4px;
	color: #c44;

}

.sponsor_name {
    border: 4px solid #ffdd22;
}

.staff_comment {
	border: 1px dashed #aaa;
	background-color: rgba(224, 224, 224, 0.7);
	padding: 16px;
	margin-top: 16px;
	border-radius: 8px;
}


.staff_name {
	display: block;
	background-color: rgba(192, 192, 192, 0.7);
	padding: 2px 12px;
	margin-bottom: 12px;
	border-radius: 4px;
	color: #666;
}

.judge_comment {
	border: 1px dashed #aaa;
	background-color: rgba(208, 224, 240, 0.7);
	padding: 16px;
	margin-top: 16px;
	border-radius: 8px;
}


.judge_name {
	display: block;
	background-color: rgba(176, 192, 224, 0.7);
	padding: 2px 12px;
	margin-bottom: 12px;
	border-radius: 4px;
	color: #666;
}

.creator_comment {
	border: 2px solid #aaa;
	background-color: rgba(224, 240, 255, 0.7);
	padding: 16px;
	margin-top: 16px;
	border-radius: 8px;
	font-weight: bold;
}

.creator_comment_label {
	color: #888;
	font-weight: normal;
}

.creator_name {
	display: block;
	background-color: rgba(224, 192, 160, 0.7);
	padding: 2px 12px;
	margin-bottom: 12px;
	border-radius: 4px;
	color: #888;
	font-weight: bold;
}

.gold_prize_section .creator_comment {
	background-color: rgba(255, 245, 192, 0.7);
	border: 2px solid rgba(224, 213, 160, 0.7);
}

.gold_prize_section .creator_name {
	background-color: rgba(224, 213, 160, 0.7);
}

.silver_prize_section .creator_comment {
	background-color: rgba(214, 231, 249, 0.7);
	border: 2px solid rgba(190, 207, 225, 0.7);
}

.silver_prize_section .creator_name {
	background-color: rgba(190, 207, 225, 0.7);
}

.bronze_prize_section .creator_comment {
	background-color: rgba(255, 209, 192, 0.7);
	border: 2px solid rgba(233, 173, 151, 0.7);
}

.bronze_prize_section .creator_name {
	background-color: rgba(233, 173, 151, 0.7);
}

.iron_prize_section .creator_comment {
	background-color: rgba(201, 249, 230, 0.7);
	border: 2px solid rgba(154, 225, 197, 0.7);
}

.iron_prize_section .creator_name {
	background-color: rgba(154, 225, 197, 0.7);
}

.stone_prize_section .creator_comment {
	background-color: rgba(201, 249, 230, 0.7);
	border: 2px solid rgba(154, 225, 197, 0.7);
}

.stone_prize_section .creator_name {
	background-color: rgba(154, 225, 197, 0.7);
}

.finalist_prize_section .creator_comment {
	background-color: rgba(255, 209, 192, 0.7);
	border: 2px solid rgba(233, 173, 151, 0.7);
}

.finalist_prize_section .creator_name {
	background-color: rgba(233, 173, 151, 0.7);
}

.vrvt_prize_section .creator_comment {
	background-color: rgba(255, 245, 192, 0.7);
	border: 2px solid rgba(224, 213, 160, 0.7);
}

.vrvt_prize_section .creator_name {
	background-color: rgba(224, 213, 160, 0.7);
}

.ksg_prize_section .creator_comment {
	background-color: rgba(255, 224, 192, 0.7);
	border: 2px solid rgba(224, 192, 160, 0.7);
}

.ksg_prize_section .creator_name {
	background-color: rgba(224, 192, 160, 0.7);
}

.gold_prize_section {
	background-image: url('/contests/10/img/zips/goldzip.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}

.silver_prize_section {
	background-image: url('/contests/10/img/zips/silverzip.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}

.bronze_prize_section {
	background-image: url('/contests/10/img/zips/bronzezip.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}

.iron_prize_section {
	background-image: url('/contests/10/img/zips/ironzip.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}

.stone_prize_section {
	background-image: url('/contests/10/img/zips/stone.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}

.finalist_prize_section {
	background-image: url('/contests/10/img/zips/finalist.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}

.vrvt_prize_section {
	background-image: url('/contests/10/img/zips/goldzip.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}

.ksg_prize_section {
	background-image: url('/contests/10/img/zips/ksgzip.png');
	background-repeat: no-repeat;
	background-position: 80% 32px;
}


.screen_shots {
	font-size: 24px;
	margin: 8px;
	padding: 8px;
	background-color: #ffffcc;
	border-radius: 16px;
}

.screen_shots details {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}

.screen_shots img {
    margin: 8px 0;
    max-width: 75%;
}

.contests_youtube_coop {
    margin-top: 12px;
}

.youtube_coop_description {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
}

.non-arrival-comment {
    color: #ccc;
    font-weight: normal;
}
.largeTool {
    display: inline-block;
    margin: 4px;
}
.largeTool>a>img {
    zoom: 50%;
}

.contest_heading {
    position: relative;
    font-size: 42px;
    line-height: normal;
    font-family: "GenEiGothicfont","plicyindexfont", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    padding: 0px 10px;
    box-sizing: border-box;
}
.contest_heading:before {
    content: attr(data-text);
    /* background: linear-gradient(106deg, #e3e5ff, #ffffff 30%, #d9fbff); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #f1f7ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
    padding: 0px 10px;
}

.contest_heading:after {
    content: attr(data-text);
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #0f2454;
    box-sizing: border-box;
    text-shadow: 3px 4px 1px #333333;
}

li>p {
    margin: 8px 0;
}

ol.marked-list>li {
    list-style-type: circle;
    margin-left: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
}

#contest_top_image {
    width: 80%;
    margin: auto;
}

.cup img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    body {
        background: none !important;
    }

    #contest_top_image {
        width: 100%;
    }

    #contest {
	padding: 20px 12px;
    }
}

@font-face {font-family:GenEiGothicfont;src: url("/gdfonts/5.ttf)") format("embedded-opentype"),url("/gdfonts/5.ttf") format("truetype"),url("/gdfonts/5.ttf") format("opentype");}