@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lora");


/**
* 共通
*/
html, tbody, td, tr, th {
	position: relative;
	left: 0;
    right: 0;
   /* padding: 0;*/
    margin: 0;
}

body {
	 margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
      background-color: transparent;
}

tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

ul {
  list-style:none;
}

h1,
h2,
h3,
h4,
h5,
p,
em,
a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


/* タイトルヘッダー */
#pnrm-ui-header {
    position: relative;
	margin: 0 auto;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 2px solid #bdc3c7;
	width: 100%;
	height: 90px;
	background: #ffffff;
}
/* タイトル */
.pnrm-ui-header-title {
    position: relative;
	margin: 0 auto;
	padding: 0px;
	top:30px;
	vertical-align: middle;
    left:30px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left;
}

.common-ui-inline-group {
	display: inline-block;
	margin-bottom: 10px
}
.common-ui-label,.common-ui-label2 {
	display: inline-block;
	color: #0073aa;
	font-weight: bold;
}
.common-ui-label2{
	font-size: 20px;
}

.header-ts{
  	position: absolute;
	height: 100%;
	right: 5%;
}

/* ヘッダーに表示するツアー名 */
#tours-name{
	float:left;
	position: relative;
	top:30px;
	bottom:0;
    left: -10px;
    right: 0;
    margin: 0 auto;
	font-size: 15px;
}
#tours-name:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../../common/images/tours-icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ヘッダーに表示するユーザー名 */
#user-name{
	float:right;
	position: relative;
	top:30px;
	bottom:0;
    left: 0;
    right: 0;
	margin: auto;
}
#user-name:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../../common/images/user-icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#user-help{
	/*float:right;*/
	position: relative;
	top:30px;
	bottom:0;
    left: 0;
    right: 0;
	margin: auto;
}

/* ヘッダー */
#main-ui-header,
#main-ui-header2 {
	background: #ffffff;
	/*border-bottom: 2px solid #bdc3c7;
	border-right: 2px solid #bdc3c7; */
	width: 230px;
	height: 90px;
	line-height: 50px;
	display: inline-block;
}
#main-ui-header2 {
	float:left;
}

 

/* タイトル */
.main-ui-header-title,
.main-ui-header-title2 {
    position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0px;
	top:20px;
	vertical-align: middle;
   /* left:30px; */
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left;
}
/* タイトル */
.main-ui-header-title2 {
	top:0px;
	font-size: 22px;
}


/* ロゴ */
.main-ui-header-logo {
    position: relative;
    cursor: pointer;
	width: 100%;
	height: 100%;
	vertical-align:middle;
	background-size: 150px;	
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/**
* メインフォーム
*/
#main-form {
	margin: auto;
	width:90%;
	clear:both;
	min-width: 500px;
	/*max-width:500px;
	margin-left: 10%;*/
}

/**
* エラーメッセージ表示エリア
*/
.main-form-footer-message{
    position: relative;
	top:80px;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
}
.main-form-top-message{
    position: relative;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
}

.logout-form {
   position: absolute;
   top:30px;
   right:15px;
   font-size: 15px;
   width:230px;
   vertical-align: right;
   text-align: right;
}

.code-text{
  height:50px;
}