@charset "utf-8";

#line-notify-entry-modal-window {
	width: 70%;
	max-width: 600px;
	margin: 0;
	padding: 10px 30px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 1000;
	box-sizing : unset;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#line-notify-entry-modal-overlay {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}

#line-notify-entry-button {
	color: #FFF;
	font-weight: bold;
	background-color: #00B900;
	border: 0px;
	cursor: pointer;
    display : inline-block;
	padding: 10px 20px;
}

#line-notify-entry-button:hover {
	background-color: #128F0C;
}

#line-notify-entry-complete-button {
	color: #333;
	font-weight: bold;
	background-color: #e6e6e6;
	border: 1px solid #adadad;
	cursor: pointer;

	padding: 10px 20px;
}

#line-notify-entry-complete-button:hover {
	background-color: #d4d4d4;
	border: 1px solid #8c8c8c;
}

#line-notify-entry-modal-close {
	width: 20px;
	height: 20px;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	position: absolute;
	top: 3px;
	right: 3px;
	line-height: 1.0;
	border: 1px solid #000;
	cursor: pointer;
}

#line-notify-entry-modal-close span{
	width: 27px;
	height: 1px;
	background: #151515;
	display: block;
	position: absolute;
	top: 9px;
}

#line-notify-entry-modal-close span._1{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -4px;
}

#line-notify-entry-modal-close span._2{
	right: -4px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#line-notify-entry-modal-close:hover {
	background-color: #e6e6e6;
	border: 1px solid #adadad;
}

#line-notify-entry-workplace {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #000;
}

#line-notify-entry-terms-of-service {
	text-align: left;
	border: 1px solid #ccc;
	margin: 5px 0px;
	padding: 10px 5px;
	overflow: auto;
	max-height: 150px;
	-webkit-overflow-scrolling: touch;
}

#line-notify-entry-terms-of-service .right_dl > dt {
    font-weight: bold;
}

#line-notify-entry-terms-of-service .right_dl > dd {
    margin-bottom: 20px;
    font-weight: normal;
}

#line-notify-entry-modal-window .private_box {
  border: 2px solid red;
  padding: 10px;
  width: 90%;
  margin: 20px auto 0;
}

#line-notify-entry-modal-window .private_box .notice {
  font-size: 14px;
}

#line-notify-entry-modal-window .private_box .notice .emphasize_private_mode_error {
	color: red;
}

#line-notify-entry-modal-window .title {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

#line-notify-entry-modal-window .result {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
#line-notify-entry-modal-window .error {
	color:red;
	font-weight: bold;
	padding: 5px 0;
	font-size: 1.6rem;
}
#line-notify-entry-modal-window .description {
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#line-notify-entry-modal-window .buttons {
	padding: 20px 0 10px 0;
	text-align: center;
}

#line-notify-entry-modal-window .attention {
	padding: 5px 0;
	text-align: center;
}
