*{ /*
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
*/ }
input, textarea{
-moz-user-select: auto;
-khtml-user-select: auto;
-webkit-user-select: auto;
}
div{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

input[type=text], input[type=password], input[type=file], input[type=radio], select, textarea{
	margin-bottom:0px;
}
form{
	margin:0px;
}

.table tbody tr.disabled td,
.table tbody tr.disabled th {
	background-color:#EEE;
}

.table tbody tr:hover.disabled td,
.table tbody tr:hover.disabled th {
	background-color:#E5E5E5;
}

.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

#overrided {
	background-color:rgba(255, 255, 0, 0.25);
}

input[type="radio"] {
	margin: -5px 2px 0px 0px;
	*margin-top: 0;
	/* IE7 */

	line-height: normal;
	cursor: pointer;
}

.newsdate{
	display: inline;
	margin-left:10px;
	color:#777;
	font-size:14px;
}

.explanation_mobile{
	color:#666;
	font-size:normal;
	font-weight:normal;
	margin-left:5px;
	margin-top:3px;
}
.explanation{
	color:#666;
	font-size:smaller;
	font-weight:normal;
}

#menu div {
  position: relative;
}

.arrow_box {
  display: none;
  position: absolute;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #333;
  color: #fff;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

span:hover + p.arrow_box {
  display: block;
}

#intro_message{
  line-height:150%;
}

div#question img{
  display:block;
  clear:both;
}

body .container{
  width:1024px;
}