@charset "UTF-8";
body {
	-webkit-font-smoothing: subpixel-antialiased;
}
.hidden {
	display: none;
}
#editor {
	width: 100%;
	min-height: 200px;
	height: 260px;
	max-height: 400px;
}
#editor2 {
	width: 100%;
	min-height: 100px;
	height: 125px;
	max-height: 300px;
}
/*
textarea.ace_text-input {
	cursor: url(../../images/none.cur), none !important;
}
textarea.ace_text-input:focus {
	cursor: url(../../images/none.cur), none !important;
}
*/
#stdin {
	font-family: -apple-system, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
	color: white !important;
	background-color: black !important;
	min-height: 100px;
	max-height: 300px;
	height: 125px;
	overflow: auto;
	resize: none;
	width: 100%;
	-webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
#editor .ace_content {
	font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
	/*cursor: url(../../images/none.cur), none !important;*/
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}
#stdin {
	font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
	/*cursor: url(../../images/none.cur), none !important;*/
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-overflow-scrolling: touch;
	transform: translate3d(0, 0, 0);
	padding: 5px 10px;
}
#output {
	font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
	color: white !important;
	background-color: black !important;
	min-height: 100px;
	max-height: 300px;
	height: 150px;
	overflow: auto;
	resize: none;
}
#lang, #run {
	display: inline-block;
}
#run {
	float: right;
}
h2 {
	font-size: 16px;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	}
	
	h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
	}
.copyright {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.copyright2 {
	margin: 30px auto 8px;
	max-width: 500px;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	color: #444;
}
#desc {
	font-size: 16px;
	padding: 10px;
}
#desc2 {
	font-size: 13px;
	padding: 10px;
}
#lang {
	margin-bottom: 8px;
}
#run {
	margin: 4px 0;
}
h2 {
	margin-top: 10px;
}
#share_url {
    max-width: 75%;
    min-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
#copy {
	margin-left: 8px;
	margin-right: 8px;
}
#info {
	font-weight: bold;
	font-size: 13px;
	display: none;
}
#q_list_wrap {
	margin: 10px 0 0;
	display: none;
}
ul#q_list {
	margin: 0;
    width: 100%;
    display: flow-root;
}
#q_list_show {
	margin-bottom: 0px;
}
ul#q_list li {
    width: 300px;
    float: left;
}
pre {
	padding: 1em;
	border: 1px solid #000;
	width: auto;
	_width: 90%;
	overflow: auto;
	_overflow: scroll;
	color: #000;
	background-color: #f6f6f6;
	font-family: 'MS Gothic', monospace;
}
#answer1 {
	font-size: 30px;
	color: green;
	font-weight: bold;
}
#answer2 {
	font-size: 30px;
	color: red;
	font-weight: bold;
}
#answer i {
	line-height: 0;
}
#answer {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 0;
	margin: 0 0 30px;
}
.container {
	padding-right: 30px;
	padding-left: 30px;
}
#clear_button {
	font-size: 13px;
	margin-right: 7px;
	vertical-align: top;
    margin-top: 3px;
}
#lang_wrap {
	float: right;
	margin-left: 8px;
}
#click {
	color: red;
	font-weight: bold;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}