/*----------------------------------------------------------
reset
----------------------------------------------------------*/
body {
	font-family:"ＭＳ Ｐゴシック";
/*
	font-family :
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"MS PGothic",
		Sans-Serif;	
*/
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 75%;
	line-height: 1.6;
    word-break: break-all;
	word-wrap: break-word ;
}


h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

blockquote, p, pre, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	table-layout: fixed;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #0366cb;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration:underline;
}

img {
	border: 0;
	vertical-align:bottom;
}



/*---*/

body {
	background-color:#D8D8D8;
}

#content {
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

.content-padding {
	padding-left:5px;
	padding-right:5px;
}

#content-header {
	height:50px;
}

.content-line {
	height:4px;
	background-color:#B0E2FF;
}

.list li {
	float:left;
	margin-left: 3px;
	margin-right: 3px;
}

.list li a {
	margin-right: 3px;
	color: #666666;
}

.content-header-loc {
	float:right;
}


.clearfix:after {
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}

#btnlogin {
	font-size: 100%;
	width: 120px;
	height: 35px;
	background-color:#00BFFF;
	color: #FFFFFF;
	border: none;
}

.btn {
	border-radius: 10px;			/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;		/* Firefox用 */
}

#copyright {
    clear: both;
    padding: 6px 0px;
    background: #999999;
    color: #FFFFFF;
    text-align: right;
    font-size: 85%;
}

.form-control:focus, .form-control:focus + .fa {
  border-color: #10CE88;
  color: #10CE88;
}

.input-password.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.input-password.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

.input-username.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.input-username.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

@-moz-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@-webkit-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}

.input-email.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.input-email.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

.input-securitykey.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.input-securitykey.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}
