@charset "UTF-8";

body {
  /*background-color: #f8f8f8;*/
  background-color:#7DC6F0;
  color:#5B5B5B;
}

#body-wrapper {
	background:#52B1EB;
	padding-bottom:50px;
}

body.ja {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

a {
	color:#5B5B5B;
	text-decoration:underline;
}

a, a:visited {
}

a:hover {
	color:#426DE1;
	text-decoration:underline;
}

#copyright {
  text-align: center;
  width: 100%;
  font-size: 10pt;
  height: 30px;
  margin-top: 20px;
}

.content {
  padding-top: 100px;
}

.content h1 {
  color: #679529;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: solid 2px #679529;
  padding-bottom: 5px;
}

#certificate-login,
#cacert,
#saml-login,
#openid-login,
#openid-wildcard {
	/*ローカルテスト用にコメントアウト*/
  display: none;/**/
}
/* portal.html
----------------------------------------------------------*/

#portalContent {
	overflow: hidden;
	position: relative;
	text-align:center;
}

#portalContent ul {
	margin:0px;
	padding:35px 0px 0px 0px;
	list-style: none;
	float: left;
	position: relative;
	left: 50%;/**/
}

#portalContent li {
  /*width: 200px;
  height: 225px;*/
	float: left;
	position: relative;
	left: -50%;/**/
	max-width: 300px
}

#portalContent a {
  cursor: pointer;
}

#portalContent div {
}

#portalContent img {
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 1.0;
}

#portalContent img:hover {
  opacity: 0.7;
}

#portalContent .panel-thumbnail {
  margin: 0 10px;
}

#portalContent .panel-title {
  margin: 3px auto 1em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width :280px
}

/* ssoparam.html
----------------------------------------------------------*/

#ssoparam-content .group {
  border: 1px solid #dfd9c3;
  padding: .5em 1em;
  margin-bottom: .5em;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}

#ssoparam-content .auth-method {
  color: #777;
  font-weight: bold;
}

#ssoparam-content .control-label {
  font-weight: normal;
}

#ssoparam-content .checkbox {
  margin-bottom: 15px;
}


/* nossl.html
----------------------------------------------------------*/

#import-builtin-cacert,
#import-private-cacert {
  display: none;
}

#nossl-buttons {
  margin-top: 1em;
  width: 100%;
  text-align: right;
}

#nossl-buttons > .btn-default {
  color: #333;
}

/* Header navigation
----------------------------------------------------------*/

.navbar-header-logo {
	margin-top:10px;
	margin-bottom:10px;
}

.navbar-default {
	background-color:#2B2B2B;
	background-image:url(/img/header_bgColor.png);
	background-repeat:repeat-x;
	background-position:top left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2B2B2B), color-stop(0.00, #494949));
	background: -webkit-linear-gradient(#494949, #2B2B2B);
	background: -moz-linear-gradient(#494949, #2B2B2B);
	background: -o-linear-gradient(#494949, #2B2B2B);
	background: -ms-linear-gradient(#494949, #2B2B2B);
	background: linear-gradient(#494949, #2B2B2B);
	border-bottom:5px solid	#1476E2;
}

a.nav-header-style {
	margin:10px 0px 5px 10px;
	background-color:#5F5F5F;
	background-image:url(/img/btnheader_bgColor_off.png);
	background-repeat:repeat-x;
	background-position:top left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5F5F5F), color-stop(0.00, #838383));
	background: -webkit-linear-gradient(#838383, #5F5F5F);
	background: -moz-linear-gradient(#838383, #5F5F5F);
	background: -o-linear-gradient(#838383, #5F5F5F);
	background: -ms-linear-gradient(#838383, #5F5F5F);
	background: linear-gradient(#838383, #5F5F5F);
	border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	font-size:12px;
	text-decoration:none;
}

/* bootstrap.css overwrite */
.navbar-nav > li > a.nav-header-style {
	padding:5px 20px 5px 20px;
}

a.nav-header-style:hover,
a.nav-header-style:focus {
	background-color:#8A8A8A;
	background-image:url(/img/btnheader_bgColor_over.png);
	background-repeat:repeat-x;
	background-position:top left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8A8A8A), color-stop(0.00, #AFAFAF));
	background: -webkit-linear-gradient(#AFAFAF, #8A8A8A);
	background: -moz-linear-gradient(#AFAFAF, #8A8A8A);
	background: -o-linear-gradient(#AFAFAF, #8A8A8A);
	background: -ms-linear-gradient(#AFAFAF, #8A8A8A);
	background: linear-gradient(#AFAFAF, #8A8A8A);
}

/* bootstrap.css overwrite */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right:5px;
  margin-left:5px;/**/
}


/* Contents
----------------------------------------------------------*/

.container {
	padding-right:0px;
	padding-left:0px;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}

/* bootstrap.css overwrite */
.container .jumbotron {
	margin:0px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}

.contents-base-style {
	padding-bottom:40px;
	background-color:#FFF;
	box-shadow:rgba(79, 79, 79, 0.498039) 0px 0px 3px 2px;
	-webkit-box-shadow:rgba(79, 79, 79, 0.498039) 0px 0px 3px 2px;
	-moz-box-shadow:rgba(79, 79, 79, 0.498039) 0px 0px 3px 2px;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}

.container h1 {
	padding:15px;
	border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	background-color:#EAEAEA;
	border-bottom:1px solid #DFDFDF;
	color:#666666;
	font-size:28px;
}

.container h1 span#username {
	font-size:30px;
}

.contents-jumbotron-style {
	margin:0px 50px 0px 50px;
	padding:0px;
}
.contents-jumbotron-style p {
	margin-top:10px;
	margin-bottom:20px;
}

/* area form
----------------------------------------------------------*/

.content-form {
	margin:0px 50px 0px 50px;
	padding:0px;
}

.form-bottom-btn {
	margin:40px 0px 0px 0px;
	padding:0px;
}

/* bootstrap.css overwrite */
.form-control {
	border:1px solid #DDDDDD;
	background-color:#F5F5F5;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}

.control-label-attestation,
.control-label-id,
.control-label-pass,
.control-label-passNew,
.control-label-passRe,
.control-label-cord {
	margin-left:2px;
	padding:5px 0px 0px 33px;
	font-size:18px;
	font-weight:normal;
	background-position:top left;
	background-repeat:no-repeat;
}
/* .control-label-attestation {
	background-image:url(/img/Icon_attestation.png);
} */
.control-label-id {
	background-image:url(/img/Icon_id.png);
}
.control-label-pass {
	background-image:url(/img/Icon_pass.png);
}
.control-label-passNew {
	background-image:url(/img/Icon_passNew.png);
}
.control-label-passRe {
	background-image:url(/img/Icon_passNew.png);
}
.control-label-cord {
	background-image:url(/img/Icon_cord.png);
}
.checkbox {
	font-size:16px;
}

.pass-reset-link {
	font-size:16px;
}

/* button
----------------------------------------------------------*/

.btn-primary {
	width:100%;
	background-color:#1476E2;
	background-image:url(/img/btn_bgColor_off.png);
	background-repeat:repeat-x;
	background-position:top left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1476E2), color-stop(0.00, #52B1EB));
	background: -webkit-linear-gradient(#52B1EB, #1476E2);
	background: -moz-linear-gradient(#52B1EB, #1476E2);
	background: -o-linear-gradient(#52B1EB, #1476E2);
	background: -ms-linear-gradient(#52B1EB, #1476E2);
	background: linear-gradient(#52B1EB, #1476E2);
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.btn-primary:hover {
	background-color:#4797EF;
	background-image:url(/img/btn_bgColor_over.png);
	background-repeat:repeat-x;
	background-position:top left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4797EF), color-stop(0.00, #80C6F0));
	background: -webkit-linear-gradient(#80C6F0, #4797EF);
	background: -moz-linear-gradient(#80C6F0, #4797EF);
	background: -o-linear-gradient(#80C6F0, #4797EF);
	background: -ms-linear-gradient(#80C6F0, #4797EF);
	background: linear-gradient(#80C6F0, #4797EF);
}

.btn-primary:focus {
	background-color: #4797EF;
	background-position: 0 0;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #4797EF;
}

/* Footer
----------------------------------------------------------*/
#copyright {
  text-align: center;
  width: 100%;
  font-size: 12px;
}

/*  errMsg
----------------------------------------------------------*/
.errMsg {
	color: #FF3300;
	font-size: 16px;
}

/*  Password policy tooltip
----------------------------------------------------------*/
.ui-tooltip {
	max-width: 400px;
	padding: 16px 18px;
	border-color: #aed0ea;
	line-height: 1.7;
	border-radius: 8px;
	background: #fff;
	color: #333;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	white-space: pre-line;
}
