@charset "UTF-8";
/* CSS Document */

input::-ms-clear {
   display: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #D0E8EB;
}

html,
body,

#login_wrapper {
	position:absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #D0E8EB;
}

#main-box {
	width: 1000px;
	height: 580px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -290px;
	margin-left: -500px;
	background-color: #FFFBF5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../../images/login_medicine_bg.svg);
	background-repeat: no-repeat;
	background-position: right 135px top 30px;
	background-size: 350px 410px;
}

.shadow {
  position: relative;
}
.shadow:before,
.shadow:after {
  content: "";
  position: absolute;
}
.shadow:before {
	width: 200px;
	height: 100%;
	top: 1px;
	left: 100%;
	background-image: linear-gradient(to right, rgba(160, 205, 210, .7), rgba(160, 205, 210, 0));
	transform: skew(0, 45deg);
	transform-origin: 0 0 0;
}
.shadow:after {
  width: 100%;
  height: 200px;
  top: 100%;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(160, 205, 210, .7), rgba(160, 205, 210, 0));
  transform: skew(45deg, 0);
  transform-origin: 0 0 0;
}

#top-line {
	width: 100%;
	float: left;
	height: 10px;
	background-color: #058EA7;
}

/*---------------------------------------------------------------
	left-area
----------------------------------------------------------------*/

#left-area {
	float: left;
	clear: both;
	width: 350px;
	margin-left: 50px;
}

#left-area .logo {
	float: left;
	width: 100%;
	margin-top: 65px;
}

#left-area .ver {
	float: left;
	clear: left;
	width: 100%;
	text-align: right;
	color: #666666;
	margin-top: 25px;
	font-size: 15px;
	line-height: 15px;
}


#left-area .input-wrap {
	float: left;
	width: 350px;
	height: 40px;
	margin-bottom: 20px;
	clear: left;
}


#left-area .input-wrap img {
	float: left;
}

#left-area input {
	width: 310px;
	height: 40px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	vertical-align: middle;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 10px;
	color: #000000;
}

#left-area input.sample::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
#left-area input.sample:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
#left-area input.sample::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}


/*--radio checkbox---------------------*/

#left-area input[type=radio], #left-area input[type=checkbox] {
  display: none;
}

#left-area .radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 42px;
	background-color: #F6EFE4;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	font-size: 12px;
}
#left-area .radio:hover, .checkbox:hover {
  background-color: #f8d9dc;
}
#left-area.radio:hover:after, .checkbox:hover:after {
  border-color: #d75160;
}
#left-area .radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -11px;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 3px;
  content: '';
}

#left-area .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d75160;
  content: '';
  opacity: 0;
}

#left-area input[type=radio]:checked + .radio:before {
  opacity: 1;
}

#left-area .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #d75160;
  border-bottom: 3px solid #d75160;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#left-area input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*--/radio checkbox---------------------*/


#left-area .button a {
	width: 100%;
	background-color: #058ea7;
	box-shadow: 0 3px 0 rgba(23,112,135,1.00);
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 15px 0;
	-webkit-box-shadow: 0 2px 0 rgba(23,112,135,1.00);
}

#left-area .button a:hover {
	background-color: #1AB1CC;
}

#left-area .button a:active {
	ackground-color: #1AB1CC;
	box-shadow: 0 1px 0 rgba(23,112,135,1.00);
	margin: 11px auto 9px;
}

#left-area .forget {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #058EA7;
	float: left;
	clear: left;
	margin-top: 10px;
}

#left-area .forget a {
	color: #058EA7;
}

#left-area .forget a:hover {
	color: #d75160;
}


/*---------------------------------------------------------------
	right-area
----------------------------------------------------------------*/

#right-area {
	width: 500px;
	float: right;
	margin-right: 50px;
}

#right-area #plate {
	width: 100%;
	background-color: rgba(255,255,255,0.85);
	float: left;
	margin-top: 70px;
	height: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 15px;
	color: #058EA7;
	font-weight: bold;
	font-size: 15px;
}


#right-area #plate .subject {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 28px;
	background-image: url(../../images/login_info.svg);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: left 1px;
}

#right-area #plate .text-box {
	width: 100%;
	height: 400px;
	float: left;
	clear: left;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px solid #EEEEEE;
}

#plate .text-box dl {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

#plate .text-box dt {
	float: left;
	color: #058EA7;
	font-size: 12px;
	line-height: 160%;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.06em;
}

#plate .text-box dd {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	padding-left: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
}

#plate .text-box a {
	color: #0088DD;
}
#plate .text-box a:hover  {
	color: #d75160;
}
