@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%
}
div#contents {
	background-color: #fff;
	position: relative;
	min-height: 100%;
}
div#header{
	height:50px;
	width:100%;
	background-color:#f5f5f5;
	padding:7px;

}
div#body{
	width:100%;
	margin: 10px auto 0;
	padding-bottom: 220px;
}
div#footer{
	background-color: #fff;
	width:100%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	padding: 10px 0;
}

a {
	color: #2C2C2C;
	cursor:pointer;
}
.message,
.error{
	color:#ff0000;
}
.coltitle{
  text-align : left;
  margin-top : 10px;
}
.btn-default{
	background-color: #E9E9E9;
}
.table > tbody > tr > td{
	border-top:none;
}

#loginarea{
	margin:100px auto;
	max-width:320px;
	height:400px
}
#loginarea h3{
  margin-top:5px;
}
#loginarea p{
  margin:20px 20px;
}

[class*="loginarea_"] p { margin:20px auto !important; }
.loginarea_en{ height:460px !important; }
.loginarea_en h3{ font-size:20px; }
.loginarea_ja{ height:470px !important; }
.loginarea_zh_CN,.loginarea_zh_TW{ height:430px !important; }
.loginarea_ko{ height:460px !important; }
.loginarea_vi{ height:510px !important; }
.loginarea_id{ height:470px !important; }
.loginarea_th{ height:470px !important; }

[class*="loginarea_"] .coltitle img { margin-bottom:3px !important; }
.loginarea_ja .coltitle img,
.loginarea_zh_CN .coltitle img,
.loginarea_zh_TW .coltitle img { width:21px; !important; }
.loginarea_en .coltitle img { width:14px; !important; }
.loginarea_th .coltitle img { width:20px; !important; }
.loginarea_id .coltitle img { width:18px; !important; }
.loginarea_vi .coltitle img { width:15px; !important; }

.hiddenarea{
	display:none;
}
div#body .well{
	margin:80px auto !important;
}
#logo_area{
	float:left;
	margin-left:20px;
	font-size:26px;
	color:rgb(204,65,34);
	font-family : Times New Roman  !important;
}
#trlog_area{
	float:right;
	margin-right:20px;
}
.alert{
	width:340px;
}
a  p{
	margin-bottom:0px;
	color:blue;
}
a.refreshbtn:hover{
  text-decoration: none;
  color:#000;
}
.refreshbtn{
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-decoration: none;
}

@media screen and (max-width:480px){
	.alert{
		width:100%;
	}
	#scouterlogo{
		width:80%;
	}
	#scouterlogo_area{
		float:left;
		margin-left:5px;
		font-size:21px;
	}
	#trlog_area{
		float:right;
		margin-right:5px;
	}


	h2{
		font-size:24px;
	}
	div#body .well{
		margin:0px auto !important;
	}
	div#body{
		width:100%;
		margin: 10px auto 0;
		padding-bottom: 0px;
	}
}
#reasonarea{
	padding: 20px 0px 20px 10px;
}
#reasonarea label {
	text-indent: -1.3em;
	font-weight: normal;
	padding-bottom:10px;
}
#explainarea,
#newarea{
	display:none;
}
#explain2{
	margin:30px 0px;
	font-weight:bold;
}
.termsofservice{
	height:120px;
	width:400px;
	overflow-y:scroll;
	border:1px solid #ddd;
	border-radius:4px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
}
.termsofservice ol{
	margin-left:-20px;
}
.termsofservice ol li{
	list-style-type:decimal;
}
#alertcookie{
	margin-top:30px;
  display: none;
}

#alertcookie .panel-default{
  background-color:red;
  color:#fff;
}
#alertcookie .glyphicon-exclamation-sign{
  font-size:22px;
}
