@charset "UTF-8";
body {
	-webkit-font-smoothing: subpixel-antialiased;
}
.hidden {
	display: none;
}
/*
textarea.ace_text-input {
	cursor: url(../images/none.cur), none !important;
}
textarea.ace_text-input:focus {
	cursor: url(../images/none.cur), none !important;
}
*/
#editor {
	width: 100%;
	min-height: 200px;
	height: 260px;
	max-height: 400px;
}
#editor2 {
	width: 100%;
	min-height: 100px;
	height: 125px;
	max-height: 300px;
}
#editor .ace_content {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
	/*cursor: url(../images/none.cur), none !important;*/
	-webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}
#editor2 .ace_content {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
	/*cursor: url(../images/none.cur), none !important;*/
	-webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}
#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: 12px;
	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;
}
.container {
	padding-right: 30px;
	padding-left: 30px;
}
#clear_button {
	font-size: 13px;
	margin-right: 7px;
	vertical-align: top;
    margin-top: 3px;
}
pre#terms {
	font-family: -apple-system, 'Helvetica Neue', "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;	
	font-size: 10.5px;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
#wrap_terms {
	font-size: 12px;
	max-width: 768px;
	margin: 0 auto;
}
#wrap_terms td {
	font-size: 11px;
}
#wrap_terms p {
	font-size: 14px;
}
#wrap_terms strong {
	font-size: 18px;
	margin-left: 30px;
}
#wrap_terms a {
	text-decoration: underline;
}

#wrap_terms table img { border:0; margin:.5em; }
#wrap_terms table {
    margin:1em 0 1em 1px; padding:0;
    border:1px solid #e5eff8;
    border-spacing:0;
    border-collapse:collapse;
}
#wrap_terms caption {
    color: #9ba9b4;
    font-size:.94em;
    letter-spacing:.1em;
    margin:1em 0 0 0; padding:0;
    caption-side:top;
    text-align:center;
}
#wrap_terms tr:nth-child(odd) td, #wrap_terms tr:nth-child(odd) th {
    background:#F0F5FC
}
#wrap_terms tr:nth-child(odd) .column1    {
    background:#f4f9fe;
}
#wrap_terms .column1    {
    background:#f9fcfe;
}
#wrap_terms td {
	font-size: 12px !important;
    border-bottom:1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:left;
}
#wrap_terms th {
	font-size: 15px !important;
    font-weight: bold;
    color: #87a1f7;
    text-align:left;
    border-bottom: 1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.3em 2em;
}
#wrap_terms thead th {
	min-width: 120px;
	background:#BCD1E6 !important;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#2A5B81;
	line-height: 1.5;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}    
#wrap_terms tfoot th {
    text-align:center;
    background:#f4f9fe;
}    
#wrap_terms tfoot th strong {
    font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    margin:.5em .5em .5em 0;
    color:#66a3d3;
}        
#wrap_terms tfoot th em {
    color:#f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}