/* -----------------------------------------------
catatoru css
----------------------------------------------- */
div#catatoru_menu_layer {
  width: 100%;
  height: 64px;
  background: #f6f0e3;
  position: fixed;
  left: 0;
  bottom: 0;

  box-shadow: 0px 0px 1px 1px rgba(17, 17, 17, 0.1);
}
div#catatoru_menu_layer h1 {
  float: right;
  background: url(../../images/logo.svg) no-repeat;
  background-size: 152px 24px;
  width: 152px;
  height: 24px;
  margin-top: 20px;
  margin-right: 16px;
}
div#load_dummy {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19999;
  display: none;
}
div#load_dummy p {
  padding: 5px 20px 6px 20px;
  background: #3366DD;
  color: #FFFFFF;
  position: absolute;
  font-weight: 800;
}
div#login_layer {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10999;
}
div#sub_cont h1 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 5px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 60px;
}

iframe#form_layer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10999;
}
/* -----------------------------------------------
catatoru css login
----------------------------------------------- */
img.viewer-login-logo {
    display: block;
    margin: 64px auto 32px auto;
}
div#main {
  width: 500px;
  background-color: #fefefe;
  margin: 0 auto 0 auto;
  padding: 32px 80px 48px 80px;
  border: 1px solid #e1dfdf;
  box-sizing: border-box;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif !important;
  color: #5e4141;
}
div#cont {
  width: 500px;
  margin: 0px auto 0 auto;
  padding: 0 20px 0 20px;
}
.viewer-login-h1 {
  font-size: 24px;
  font-weight: bold;
  color: #5e4141;
  text-align: center;
}
.viewer-login-h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 16px 0 24px 0;
  color: #5e4141;
  text-align: center;
  font-weight: normal;
}
div.login {
	margin: 16px auto 0 auto;
    background-color: #ff854a;
    height: 40px;
    border-color: transparent;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 0 #bc3e02;
    cursor: pointer;
}
div.login:hover {
    position: relative;
    background-color: #fb5303;
}
div.login:active {
    box-shadow: 0 1px 0 #bc3e02;
    position: relative;
    top: 1px;
}
p.login_img {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
input#user_id {
	width: 100%;
    box-sizing: border-box;
    font-size: 16px;
	outline: none;
    font-family: inherit;
}
input#user_pass {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
	outline: none;
    font-family: inherit;
}
ul.login_ul {
	list-style: none;
}
ul.login_ul_top {
}
ul.login_ul_last {
	list-style: none;
}
li.login_li {
}
li.login_li_title {
	font-weight: bold;
    color: #5e4141;
    font-size: 16px;
	line-height: 32px;
}
ul.login_ul_last li.login_li_title {
    margin-top: 8px;
}
h2 {
	margin: 0 0 10px 0;
	text-align: center;
}
p.retry {
	margin: 10px 0 0 0;
	text-align: center;
}
li.login_li input {
	border: 1px solid #dcd6d6;

	height: 40px;
	background: #fefefe;
}

/* -----------------------------------------------
catatoru css alert
----------------------------------------------- */
div#alert_popup_box {
	position: absolute;

	background: #FFFFFF;

	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  z-index: 30001;
}
div#alert_popup_top {
	height: 33px;
	color: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	font-weight: 800;
}
div.alert_disp_head {
  border: 1px solid #bf0505;
  background: #bf0505;
}
div.info_disp_head {
  border: 1px solid #0f0fa2;
  background: #0f0fa2;
}
div#alert_popup_body {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 20px;
	overflow: auto;
}
div#alert_popup_bottom {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 49px;
  text-align: center;
  background: #eeeeee;
}
p#alert_popup_top_title {
	line-height: 20px;
	font-size: 18px;
	float: left;
	padding: 8px 0 0 10px;
}
p#alert_popup_top_close {
	width: 22px;
	height: 16px;
	font-size: 12px;
	text-align: center;
	float: right;
	margin: 6px 10px 0 0;
	padding: 2px 0px 3px 0px;
	cursor: pointer;
	border-radius: 2px;

  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
	cursor: pointer;
}
p#alert_popup_top_close:hover {
  background: #ff1847;
}
p#alert_popup_top_close:active {
  background: #d81139;
}
div#sub_popup_modal_dummy {
	position: absolute;
	background: rgba(0,0,0,0.2);
  z-index: 30000;
}
span.sub_popup_btn_ok {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}
span.sub_popup_btn_ok:hover {
	background: #145acc;
}
span.sub_popup_btn_ok:active {
	background: #0c48a9;
}
span.sub_popup_btn_ng {
  margin-right: 10px;
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}
span.sub_popup_btn_ng:hover {
	background: #ff1847;
}
span.sub_popup_btn_ng:active {
	background: #d81139;
}
span.sub_popup_btn {
	width: 98px;
	height: 21px;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 6px 0;
  border-radius: 3px;
  display: inline-block;
  margin-top: 9px;
  cursor: pointer;
}
@media (max-width: 640px) {
  div#main {
    width: 80%;
    padding: 16px 24px 24px 24px;
  }
}
@media print {
  /* General rules for printing. */
  #catatoru_menu_layer {
    display: none;
  }
}
