html {
	width: 100%;
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #2A90FC;
	position: relative;
	background-image: url(../img/bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


.bgimage {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	z-index: 0;
	opacity: 0;
}
.bgimage:before{
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	z-index: -1;
      -webkit-transition: all 3s;
      -moz-transition: all 3s;
      -ms-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s;
      opacity: 1;
}
.bgimage .jim_logo {
	width: 195px;
	height: 50px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
}
.bgimage .jim_logo a {
	width: 195px;
	height: 50px;
	display: block;
	background-image: url(../img/jim_logo.png);
	background-position: 0px 0px;
}
.bgimage .jim_logo a:hover {
	background-image: url(../img/jim_logo.png);
	background-position: 0px 50px;
}
.logo  {
	width: 400px;
	height: 60px;
	position: absolute;
	top: 100px;
	right: 30px;
}
.login {
	width: 400px;
	position: absolute;
	top: 200px;
	right: 30px;
	text-align: center;
}
.login p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.login .err   {
	position: absolute;
	left: auto;
	color: #FF0000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	width: 400px;
	text-shadow: 1px 1px #FFFFFF;
	padding-top: 0px;
	top: -30px;
	right: auto;
}

.login p a {
	color: #FFFFFF;
	text-decoration: underline;
}


.login_btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 200px;
	height: 40px;
	font-size: 20px;
}





.line_art {
	width: 100%;
	left: 0px;
	position: absolute;
	bottom: 0px;
	display: block;
}
.login .login_tbl  {
	width: 400px;
}
.login_tbl tr td {
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
}
tr td .input_ln {
	width: 300px;
}
.bgimage .login .reg {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}



@media screen and (orientation:portrait){

	
	.logo  {
	width: 400px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	position: static;
	
}

.login {
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	position: static;
	z-index: 9999;
	display: block;
}
.login p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.login p a {
	color: #FFFFFF;
	text-decoration: underline;
}


.login_btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 200px;
	height: 40px;
	font-size: 20px;
}

	
	.line_art {
	display: none;
	}
	.line_art2 {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	display: inherit;
	height: 70%;
	width: 100%;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	}

.login p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.login .err  {
	margin-top: 5px;
	margin-bottom: 5px;
	left: auto;
	color: #FF0000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	width: 400px;
	text-shadow: 1px 1px #FFFFFF;
	display: block;
	position: absolute;
	right: auto;
	top: 135px;
}

.login .login_tbl  {
	width: 400px;
}
.login_tbl tr td {
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
}
tr td .input_ln {
	width: 300px;
}	
}

.line_art2 {
	display: none;
}
.bgimage .info {
	width: 150px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	position: absolute;
	z-index: 9999;
}

.bgimage .info a {
	width: 150px;
	height: 50px;
	display: block;
	background-image: url(../img/info_btn.png);
	background-position: 0px 0px;
}
.bgimage .info a:hover {
	background-position: 0px 50px;
}
