@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
}

* {
	max-height: 999999px;
} /* Chrome font bug */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

* html .clearfix {
	display: block;
}

/* End hide from IE-mac */
article,aside,dialog,canvas,figure,figcaption,footer,header,hgroup,menu,nav,section,summary {
	display: block;
	padding: 0;
	margin: 0;
}

img {
	line-height:0;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

a {
	color: #4F4F4F;
}

a:hover {
	color: #00C389;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/******************************
// wrap style
******************************/
#container {
	width: 100%;
	margin:0 auto;
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif, Verdana, Helvetica, Helvetica Neue, Arial;
	color: #4F4F4F;
}

header {
	width: 100%;
}

header #header {
	width: 1200px;
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
}

#contents {
	width: 1200px;
	margin:0 auto;
}

footer {
	width: 100%;
	margin-top: 40px;
}
footer #footer {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	line-height: 0;
}

/******************************
// header
******************************/
#header .fLeft {
	width: 120px;
	float: left;
}

#header .fRight {
	width: 1080px;
	float: right;
}

#header .logo {
	width: 59px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat;
	height: 56px;
}

#header .logo a {
	width: 100%;
	height: 100%;
}

#header .logo a:hover {
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

nav {
	width: 100%;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	margin: 0;
	padding: 0;
	width: 16.4%;
	height:55px;
	float: left;
	background:#6C6;
	list-style: none;
	border-left: 1px solid #C7C7C7;
}

nav ul li a {
	text-decoration: none;
	color: #000;
}

nav ul li a:hover {
	padding-bottom: 5px;
	color: #00C389;
  height: 100%;
  background: rgba(255,255,255,0.5);  /* 背景画像の透過用css */
}

/* GN Each setting -----------------------*/
/* top */
nav ul li.top {
	background: url(../images/gn_01.png) no-repeat top center;
	position: relative;
}

nav ul li.top a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div .menuText {
  position: absolute;
  top: 36px;
  width: 100%;
}
nav ul li a {
  text-align: center;
}

/* prevention */
nav ul li.prevention {
	background: url(../images/gn_02.png) no-repeat top center;
	position: relative;
}

nav ul li.prevention a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* original */
nav ul li.original {
	background: url(../images/gn_03.png) no-repeat top center;
	position: relative;
}

nav ul li.original a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* info */
nav ul li.info {
	background: url(../images/gn_04.png) no-repeat top center;
	position: relative;
}

nav ul li.info a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* maintenance */
nav ul li.maintenance {
	background: url(../images/gn_05.png) no-repeat top center;
	position: relative;
}

nav ul li.maintenance a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

navi ul li a div {
  width: 100%;
}

navi ul li {
  text-align: center;
}

/* logout */
nav ul li.logout {
	background: url(../images/gn_06.png) no-repeat top center;
	position: relative;
	border-right: 1px solid #C7C7C7;
}

nav ul li.logout a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

nav ul li a .gnLogout {
	position: absolute;
	top: 36px;
	left: 34%;
}

nav ul li a:hover .gnLogout {
	padding-bottom: 5px;
	color: #999;
  height: 100%;
}

/******************************
// main contents
******************************/
.password {
/*
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ" , Meiryo, serif;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-family: Lucida Bright,Georgia,serif;
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
*/
  font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 20px;
}

/*
 ログイン
*/
.main-logo {
  text-align: center;
  margin-top: 30px;
}
.main-logo img {
  max-width: 30%;
  height: auto;
}
#contents .loginWrapper {
  margin: 80px 0 0 0;
  width: 100%x;
}
#contents .login {
  margin: 0 auto;
  text-align: center;
  width: 500px;
}
#contents .login .title {
  font-size: 18px;
}
#contents .login .body {
  background: #E9F7F3;
  border-radius: 10px;            /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;       /* Firefox用 */
  padding: 20px;
}
#contents .login .userId {
  margin-bottom: 20px;
}
#contents .login .password {
  margin-bottom: 20px;
}
#contents .login input[type="text"], input[type="password"] {
  width: 50%;
  height: 24px;
  border-radius: 4px;            /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;       /* Firefox用 */
  font: inherit;
  padding: 6px 12px;
  border: 1px solid #ccd0d2;
}

.login-user {
  text-align: center;
  background-color: #F7E8EB;
}
.login-user div {
  margin-top: 15px;
}

.result-message {
  color: #FF9A75;
  font-size: 14px;
  margin-bottom: 20px;
}

.validate_error {
  color: #FF9A75;
  text-align: left;
}

/*
 * チェックボックス
 */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
  margin: 20px;
}
input[type="checkbox"] + label::before {
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  content: "\2713";
  color: transparent;
  padding: 0;
  border-radius: 5px;
  border: 2px solid #dddddd;
  background: #f0f0f0;
  margin: -2px 5px 0 0;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"] + label:hover {
  color: #808080;
}
input[type="checkbox"] + label:hover::before {
  background-color: #fff;
}
input[type="checkbox"]:checked + label {
  color: #36bbe7;
}
input[type="checkbox"]:checked + label::before {
  font-size: 25px;
  background: #fff !important;
  border-color: #36bbe7 !important;
  color: #36bbe7 !important;
}




/*
 アクティビティ実施結果
*/

/*
 * ツールチップ
 */
.tooltipwrapper {
  /* 角丸 */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #FF9A75;

  display: table;
  text-align: center;
  height: 2rem;

  visibility: hidden;
}
.tooltip-area {
  display: table-cell;
  text-align: left;
  color: #FFFFFF;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.tooltips {
  display: none;
}

/*
 Push通知の基本スタイル
*/
#contents .notificationWrapper {
  margin: 80px 0 0 0;
  width: 100%x;
}
#contents .notification {
  margin: 0 auto;
  text-align: center;
  width: 800px;
}

#contents .notification .title {
  font-size: 24px;
  margin-bottom: 40px;
}
#contents .notification .nodata {
  font-size: 18px;
  margin-top: 20px;
  color: #FF9A75;
}
#contents .notification .dateCol {
  width: 100px;
}
#contents .notification .leftAlign {
  text-align: left;
}

/*
 * アプリ利用ユーザ一覧
 */
#contents .doctorusersWrapper {
  margin: 80px 0 0 0;
  width: 100%x;
}
#contents .doctorusers {
  margin: 0 auto;
  text-align: center;
}
#contents .doctorusers .title {
  font-size: 24px;
  margin-bottom: 40px;
}
#contents .doctorusers .nodata {
  font-size: 18px;
  margin-top: 20px;
  color: #FF9A75;
}
#contents .doctorusers .dateCol {
  width: 100px;
}
#contents .doctorusers .leftAlign {
  text-align: left;
}
#contents .doctorusers a {
  margin-bottom: 40px;
}
#contents .doctorusers input[type="text"], textarea {
        width: 98%;
}
#contents .doctorusers textarea {
        height: 300px;
}

/*
 検査結果一覧
*/
#contents .inspectionWrapper {
  margin: 80px 0 0 0;
  width: 100%;
}
#contents .inspection {
  margin: 0 auto;
  text-align: center;
/*
  width: 800px;
*/
}

#contents .inspection .title {
  font-size: 24px;
  margin-bottom: 40px;
}
#contents .inspection .nodata {
  font-size: 18px;
  margin-top: 20px;
  color: #FF9A75;
}
#contents .inspection .dateCol {
  width: 100px;
}
#contents .inspection .dateCol {
  width: 100px;
}
#contents .inspection .leftAlign {
  text-align: left;
}

/*
 ページネーション
*/
.paginationWrapper {
  text-align: right;
}
.pagination li {
  display: inline-block;
  padding-left: 10px;
}

#contents .notification a {
  margin-bottom: 40px;
}
/*
#contents .notification table {
	margin: 40px 0 0 0;
}
*/
#contents .notification input[type="text"], textarea {
	width: 98%;
}
#contents .patientList input[type="checkbox"] {
	margin-right: 3px;
}
#contents .patientList input[type="submit"] {
	margin: 10px;
	width: 100px;
}
#contents .notification textarea {
	height: 300px;
}
#contents .memo {
	color: #F77A5E;
	font-size: 12px;
}
#contents .patientList {
	text-align: left;
	font-size: 20px;
	vertical-align: middle;
}
#contents .patientList div {
	margin: 10px
}

#contents .executeButton {
  display: inline-block;
  width: 200px;
  padding: 0.5em 1em;
  text-decoration: none;
/*
  background-color: rgba(66, 210, 235, 1);
*/
  background-color: #42D2EB;
  color: #FFFFFF;
  border-radius: 3px;
}

#contents .cationEexecuteButton {
  display: inline-block;
  width: 200px;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: #F77A5E;
  color: #FFFFFF;
  border-radius: 3px;
}

#contents .miniExecuteButton {
  display: inline-block;
  width: 50px;
  padding: 0.5em;
  text-decoration: none;
  background-color: #42D2EB;
  color: #FFFFFF;
  border-radius: 3px;
}

#contents .executeButton:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.listbox {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  display: block;
}

#contents .search {
	margin: 30px 0 0 0;
	width: 100%x;
}

#contents .search .searchBox {
	margin: 0 auto;
}

#contents .search .searchBox input.txt {
	width: 500px;
	padding:10px;
	font-size: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 10px;
	border:0;
	border:solid 1px #C7C7C7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
}

#contents .search .searchBox input:focus.txt {
	border:solid 1px #B2DED1;
}

#contents .search .searchBox input.btn {
	float: right;
	background: #C7C7C7;
	padding: 11px;
	color: #FFF;
	font-size: 1.1em;
	font-weight:bold;
	border: solid 1px #ccc;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #eee;
	-moz-box-shadow: 1px 1px 1px 1px #eee;
	-webkit-box-shadow: 1px 1px 1px 1px #eee;
}

#contents .search .searchBox input.btn2 {
	background: #42D2EB;
	padding: 11px;
	color: #FFF;
	font-size: 1.1em;
	font-weight:bold;
	border: solid 1px #ccc;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #eee;
	-moz-box-shadow: 1px 1px 1px 1px #eee;
	-webkit-box-shadow: 1px 1px 1px 1px #eee;
}

#contents .search .searchBox input:focus.btn {
	border:solid 1px #B2DED1;
	background: #B2DED1;
	box-shadow: 0 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 0 #fff;
}

/* list */
#contents .list-wrap {
	width: 100%;
}

#contents .list-wrap .paging {
	text-align: right;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1.1em;
}

#contents .list-wrap .paging a {
	text-decoration: none;
}

#contents .list-wrap .paging a:hover {
	text-decoration: underline;
}

/* table fix */
#contents .table {
	width: 1200px;
  height: 600px;
	border-collapse: collapse;
  overflow: scroll;
	overflow-x:auto;
	overflow-y:auto;
	margin: 10px 0;
}

#contents table {
	width: 100%;
  height: auto;
	border-top: solid 1px #C7C7C7;
	border-left: solid 1px #C7C7C7;
	border-collapse: collapse;
}

#contents table tr th {
	text-align: center;
	font-weight: 500;
	white-space: nowrap;
	background: #DAF2EC;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #C7C7C7;
	padding: 8px 5px;
}

#contents table .end-column {
	text-align: center;
	font-weight: 500;
	white-space: nowrap;
	background: #DAF2EC;
	border-right: solid 1px #C7C7C7;
	border-bottom: solid 1px #C7C7C7;
	padding: 8px 5px;
}

#contents table tr th.fixList {
	background: #00C389;
	color: #fff;
}

#contents table tr td {
	padding: 8px 5px;
	text-align: center;
	border-right: solid 1px #C7C7C7;
	border-bottom: solid 1px #C7C7C7;
}

#contents .drIdColumn {
  width: 100px;
}

/******************************
// footer
******************************/
#footer .copyright {
	text-align: center;
	color: #666;
	padding-bottom: 8px;
}

/* module ----------------------------------------------*/
.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.center {
	text-align: center;
}
