
a{text-decoration: none}

body {
	margin: 10px 5%;
	padding: 0px;
	line-height: 1.6;
	font-family: sans-serif;
}

td {
	line-height: 1.5;
	font-family: sans-serif;
}


hr{
 height: 1px;
 background-color: #888888;
 border: none;
}

.left   { text-align: left;       }
.right  { text-align: right;      }
.center { text-align: center;     }
.top    { vertical-align: top;    }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

textarea,select,input[type='text']{
	border-top: 1px solid #662211;
	border-left: 1px solid #662211;
	border-bottom: 1px solid #662211;
	border-right: 1px solid #662211;
	border-radius: 5px;
	line-height: 1.5;
	background: #ffddcc;
	color: #222222;
	font-family: monospace;
	margin: 0.2em 0;
}

input[type='submit']{
	border-top: 1px solid #662211;
	border-left: 1px solid #662211;
	border-bottom: 1px solid #662211;
	border-right: 1px solid #662211;
	border-radius: 5px;
	line-height: 1.5;
	background: #ffddcc;
	color: #222222;
	font-family: monospace;
	margin: 0.2em 0;
}

label,input[type='checkbox']{
	cursor: pointer;
}

label,input[type='radio']{
	cursor: pointer;
}

.title_top{
	font-size:200%;
	font-weight:bold;
	color:#661122;
	line-height:180%;
	margin: 0 0 0 1%;
}

.title_top_150{
	font-size:200%;
	font-weight:bold;
	color:#661122;
	line-height:180%;
	margin: 0 0 0 1%;
}

.fixed_top{
	margin-bottom: 5px;
	position: sticky;
	top: 0;
}

.title_index{
	font-size:150%;
	font-weight:bold;
	color:#661122;
	line-height: 200%;
	margin: 0 0 0 1%;
}

.title_index612{
	font-size:150%;
	font-weight:bold;
	color:#661122;
	line-height: 200%;
	margin: 0 0 0 1%;
}

.title_index_h120{
	font-size:150%;
	font-weight:bold;
	color:#661122;
	line-height: 120%;
	margin: 0 0 0 1%;
}

.title_index612_h120{
	font-size:150%;
	font-weight:bold;
	color:#661122;
	line-height: 120%;
	margin: 0 0 0 1%;
}

.title_index_ceo_h120{
	font-size:150%;
	font-weight:bold;
	color:deeppink;
	line-height: 120%;
	margin: 0 0 0 1%;
}

.title_index_obk_h120{
	font-size:150%;
	font-weight:bold;
	color:#aa4400;
	line-height: 120%;
	margin: 0 0 0 1%;
}

.title_index_ya-yo_h120{
	font-size:150%;
	font-weight:bold;
	color:darkblue;
	line-height: 120%;
	margin: 0 0 0 1%;
}

.title_index621_120{
	font-size:120%;
	font-weight:bold;
	color:#662211;
}

.title_index_b{
	background:linear-gradient(to right, #ffddcc, #ffeee6 20%, #ffffff);
}

.title_index612_b{
	background:linear-gradient(to right, #ffccdd, #ffe6ee 20%, #ffffff);
}

.title_index_ceo_b{
	background:linear-gradient(to right, pink, #ffffff);
}

.title_index_obk_b{
	background:linear-gradient(to right, saddlebrown, #ffffff);
}

.title_index_ya-yo_b{
	background:linear-gradient(to right, #ffccdddd, #ffffff);
}

.bigans{line-height: 120%;}
.bigans_h200{
	font-size: 200%;
	line-height: 120%;
}

.h200{  line-height: 200%; }
.h100{  line-height: 100%; }
.ht200{ font-size:   200%; }
.ht150{ font-size:   150%; }
.ht120{ font-size:   120%; }
.ht150h200{ font-size: 150%; line-height: 200%; }

.v_middle{
	vertical-align: middle;
}

.dmoji{
	height: 1em;
	vertical-align: -0.1em;
}

.hricon button{
    background: #ffddcc;
    border: 1px solid #662211;
    color: #000000;
    border-radius: 5px;
}

.medal{
	vertical-align: text-bottom;
	height: 1.1em;
	margin: 0 0 0 -0.1em;
}

.unum{
	float: left;
	height: 2em;
	border: 3px;
	margin: 0 0.3em 0.3em 0;
}

.margin_q{
	margin-right: 1rem;
}

.votecom{
	margin-top: 0.2rem;
	margin-bottom: -0.3rem;
}

.wtk{
  display: inline-block;
  transform: scale(0.666,1.0);
  transform-origin: top left;
  width: 150%;
}

.keyword{
	padding:5px;
	line-height: 2.5;
	background-color:#ffff88;
}

.keyword_ans{	color:#661122; }
.ceo_ans{	color:deeppink }
.obk_ans{	color:saddlebrown }
.ya-yo_ans{	color:darkblue }

/* ya --------------------- yo */

ya-yo{
    display:inline-block;
    position: relative;
}
.ya-yo input{
    opacity: 0;
    position: absolute;
    left: 0;
}
.ya-yo label{
    padding: 2px 2px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #eeeeee;
    display: inline-block;
    cursor: pointer;
}

.ya-yo_graph{
    padding: 1px 5px;
}

.ya-yo input:checked + label{
    background: #ffddcc;
    border: 1px solid #662211;
    color: #000000;
}

.ya-yo input:focus + label{
    box-shadow: 0 0 4px #ffddcc;
}

.ya-yo button:disabled {
  background:#999999;
  color:#cccccc; 
  font-family:monospace;
  font-weight:bold;
  border-top:2px double #cccccc;
  border-left:2px double #cccccc;
  border-bottom:2px double #666666;
  border-right:2px double #666666;
}

.ya-yo button:not(:disabled) {
  background:#994422;
  color:#ffddcc; 
  font-family:monospace;
  font-weight:bold;
  border-top:2px double #cc6633;
  border-left:2px double #cc6633;
  border-bottom:2px double #660000;
  border-right:2px double #660000;
}

/* q ---------------------*/
.qne{
  display: none;
}
.qne .qne_img{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.qne_img_in{
	font-size:150%;
	font-weight:bold;
  width: 180px;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffc0;
}

.qne .qne_img p.close{
	font-size:150%;
	font-weight:bold;
  position: absolute;
  right: 0px;
  top: -10px;
}

/* uF ---------------------*/
.use{
  display: none;
}
.use{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  z-index: 2;
}
.use_img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.use_img_in{
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  background-color: #ffffc0;
}


/* q ---------------------*/
.qnw{
  display: none;
}
.qnw .qnw_img{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.qnw_img_in{
	font-size:150%;
	font-weight:bold;
  width: 180px;
  height: 200px;
  box-sizing: border-box;
  cursor: pointer;
  padding:10px;
  background-color: #ffffc0;
}

.qnw .qnw_img p.close{
	font-size:150%;
	font-weight:bold;
  position: absolute;
  right: 0px;
  top: -10px;
}

/* lb ---------------------*/
.lightboxOverlay {
  position: absolute;
  top: 0;
  z-index: 58;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.lightbox {
  position: absolute;
  width: 100%;
  z-index: 5858;
}

.lb-outerContainer {
  margin: 0 auto;
}
