@charset "UTF-8";

body {
  background:#fafafa;
  margin:0;
  color: #222;
}


.copyURL:hover {
  cursor: pointer;
}

#imgsection {
  text-align:center;
  position:relative;
}
#mainimg {
  display:inline-block;
}
#btnstr {
  position:absolute; bottom:0;
  right: 0%; transform:translateX(0%);
  margin-bottom:0;
}


form, a, button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

button:last-child, a:last-child {
  margin-right: 0;
}

a {
  word-break: break-all;
}


.link a {
  color: #c67a7a;
}

.link a:visited {
  color: #666;
}


.anchor, .inc {
  display: block;
  height: 0;
  margin-top: -20px;
  padding-top: 20px;
}



.number {
  padding: 0 5px;
  border-left: 5px solid #f6d4d3;
  color: #999;
  text-align: center;
  font-weight: bold;

}

.wrapper {
  max-width:1000px;
  width:100%;
  margin:0 auto;
  padding:10px 0;
  background:#fff;
  border:1px solid #eee;
  box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;

}

.container {
  background:#fff;
  max-width:900px;
  width: 90%;
  padding: 0 5px;
  margin:0 auto;
  text-align:left;
}
.wrapper2 {
  max-width:1200px;
  width:100%;
  margin:0 auto;
  padding:0;
  background:#fff;
  border:1px solid #eee;
  box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}

.container2 {
  background:#fff;
  max-width:1100px;
  width: 90%;
  padding: 0 5px;
  margin:0 auto;
  text-align:left;

}

.copyright {
  font-size:12px;
  color:#666;
  text-align: center;
}

h1 {
  color: #c67a7a;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;

}

h2 {
  border: 1px solid #ccc;
  border-left-width: 15px;
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  padding: 5px 0 5px 10px;
  background-color: #fafafa;
  color: #777;
  font-weight: bold;
  font-size: 16px;
}

.hr4 {
  border-bottom: 4px solid #ccc;
  margin-top: 5px;
  margin-bottom: 10px;
}

.hr1 {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}


	
.frame {
  border: 1px solid #ccc;
  padding:  5px 5px 2px 5px;
  color: #666;
  border-radius: 5px;
  background-color: #fff;
  border-width: 2px;
  border-color: #ddd;
}

.box {
  padding:10px 20px 10px 20px;
  font-size: 16px;
}

.blink {
 -webkit-animation: blink 1s ease-in-out infinite alternate;
 animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.progress {
  display: flex;
  align-items: center;
}



.title {
  color: #888;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.subtitle {
  color: #666;
  font-size: 14px;

}


.header {
  font-weight: bold;
  color: #777;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
.header2 {
  color: #777;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
.header3 {
  color: #777;
  font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.Qmark {
  display: inline-block;
  color: #c67a7a;
  font-weight: bold;
}
.Amark {
  display: inline-block;
  color: #5555dd;
  font-weight: bold;
}

.Bansw {
  background-color: #dd8888;
  color: #fff;
  padding: 0px 5px 0px 5px;
}

.Cmaster {
  background-color: #84b8b8;
  color: #fff;
  padding: 0px 5px 0px 5px;
}

.question {
  color: #222;
}
.answer {
  color: #444;
}

.note {
  display: inline-block;
  color: #999;
  font-size: 12px;
}

input[type="text"] {
  height: 30px;
  font-size: 14px;
  border: #aaa 2px solid;
  border-radius: 5px;
  outline: none;
}

input[type="text"]::placeholder {
  font-size: 14px;
  color: #aaaaaa;
}

textarea {
  padding: 8px;
  font-size: 14px;
  border: #aaa 2px solid;
  border-radius: 5px;
  outline: none;
}

textarea::placeholder {
  font-size: 14px;
  color: #444;
}


.txtmarg5{
  margin-top: 5px;
  margin-bottom: 5px;
}


td p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mrg_small {
  margin-top: 5px;
  margin-bottom: 5px;
}

.del_list {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  color: #666;
}

.menu {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;

}


.errmsg, .msgR14S {
  color: #c67a7a;
  font-size: 14px;
  font-weight: bold;
}

.msgR16S {
  color: #c67a7a;
  font-size: 15px;
  font-weight: bold;
}

.errR16S {
  color: #ff5555;
  font-size: 15px;
  font-weight: bold;
}

.msgGR16S {
  color: #84b884;
  font-size: 15px;
  font-weight: bold;
}

.description {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.msgGY14 {
  color: #888;
  font-size: 14px;
}

.msgGY16 {
  color: #888;
  font-size: 16px;
}

.msgGY18 {
  color: #888;
  font-size: 18px;
}


.msg18 {
  color: #333;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.info2 {
  color: #333;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}


.msgGY12 {
  color: #888;
  font-size: 12px;
}


.msgR14 {
  color: #c67a7a;
  font-size: 14px;
}
.msgR16 {
  color: #c67a7a;
  font-size: 16px;
}

.msg1 {
  color: #888;
  font-size: 14px;
}


.msg2 {
  color: #888;
  font-size: 12px;
}



.msg3 {
  color: #888;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.talking {
  color: #666;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.timer {
  color: #84b884;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.msg4 {
  color: #888;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.msg5 {
  color: #c67a7a;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cpybtn {
  position: relative;
  z-index: 10;
}

.nocopy {
 user-select: none;
 -webkit-user-select: none;
 -webkit-user-drag: none;
}





.list_ul {
  list-style:  none;
  font-size: 20px;
}

.list_li {
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;

  border-left: 5px solid #f6d4d3;
}

