@charset "UTF-8";

/********************
.common
*********************/
html,body{
   height: 100%;
}
body{
	background-color:#ffffff;
}

.wrapper{
	overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1040px;
	min-height: 100%;
}

/********************
.header
*********************/

.header{
	position: relative;
	width:100%;
	box-sizing:border-box;
	padding: 0 20px 0px 20px;
	background-color:#f0f0f0;
	border-bottom: #f47320 solid 1px;
}
.header .headerInner{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	position: relative;
}
.siteTtl{
	display: inline-block;
	color: #303030;
	font-size: 100%;
	line-height: 2.5rem;
	letter-spacing: 0.5em;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
}
.siteTtl.imgttl img{
	height: 100%;
	width: auto;
}

.headerBtnset{
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	overflow: hidden;
}
.headerBtnset li{
	float: left;
	margin-left: 1px;
	width: 60px;
}
.headerBtnset li a{
	display: block;
	width: 100%;
	padding-top:5px;
	box-sizing: border-box;
	height: 50px;
	background-color: #f47320;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.headerBtnset li a:hover{
	background-color: #ff9d5e;
}
.headerBtnset li a .hbtntext{
	display: block;
	text-align: center;
}
.headerBtnset li a img{
	width: 30px;
}




/******
.loginBox{
	position: absolute;
	top: 0.25rem;
	right: 0;
	color: #303030;
}
.loginBox li{
	
}
.loginBox .loginName{
	display: inline-block;
	padding: 0.25em 1em 0.25em 0.25em;
}
.loginBox .loginBtn{
	display: inline-block;
	margin: 0;
}
.loginBox .loginBtn > a{
	display: inline-block;
	padding: 0.25em 1em;
	background-color: #cccccc;
	text-align: center;
	border-radius: 4px;
	color: #000000;
	text-decoration: none;
}
.loginBox .loginBtn > a:hover{
	background-color: #cccccc;
}
******/

/********************
.container
*********************/

.container{
	width:100%;
	box-sizing:border-box;
	padding: 20px 20px 120px;
	/*
	background-color: #eaedef;
	background-image: url("/img/dot_fine_headb.png"),url("/img/dot_fine_headb.png");
	background-position: 0 top , 0 bottom;
	background-repeat: repeat-x , repeat-x;
	*/
}
.containerInner{
	width:1000px;
	margin: 0 auto;
}

/****containerを縦の中央合わせ****/

.container.centralContainer{
	padding: 20px 20px 20px;
	
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/********************
.sidenavi
*********************/
/************
.sidenavi{
	background-color: #ffffff;
}
.sidenaviInner{
	width: 100%;
}
.naviBox{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 0em;
	border-bottom: #54b108 solid 1px;
}
.naviBox .navimenuttl{
	border-top: #54b108 solid 1px;
    background-color: #e8d9cc;
    color: #333333;
    padding: 0.2em 0.25em 0.2em 2em;
}		
		
.naviBox ul{
	padding: 0em 0em 0.25em 0em ;
}
.naviBox ul > li{
	padding: 0.25em 0em 0em 2em ;
}
.naviBox ul > li > a{
	border-radius: 4px 0 0 4px;
    display: block;
    padding: 0em 0.5em 0em 0.25em;
	position: relative;
	text-decoration: none;
	line-height: 1.6;
}
.naviBox ul > li > a::after{
	content: '';
	  width: 6px;
	  height: 6px;
	  border: 0;
	  border-top: solid 2px #1498a6;
	  border-right: solid 2px #1498a6;
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  margin-top: -4px;
	  transform: rotate(45deg);
}
.naviBox ul > li > a:hover{
	color: #ffffff;
    background-color: #1498a6;
}
.naviBox ul > li > a:hover::after{
	  border-top: solid 2px #ffffff;
	  border-right: solid 2px #ffffff;
}
		.navimenuttl{
			position: relative;
			cursor: pointer;
		}
		.navimenuttl:hover{
			background-color: #abdd81;
		}
		.navimenuttl.active{
			background-color: #8fcb5d;
		}
		.navimenuttl.active:hover{
			background-color: #e0f5ce;
		}
		.navimenuttl + ul{
			display: none;
		}
		.navimenuttl::after{
			content: '';
			width: 6px;
			height: 6px;
			border: 0;
			border-top: solid 2px #333333;
			border-right: solid 2px #333333;
			position: absolute;
			top: 50%;
			right: 20px;
			margin-top: -6px;
			transform: rotate(135deg);
			transition-duration: 250ms;
		}
		.navimenuttl.active::after{
			margin-top: -2px;
			transform: rotate(-45deg);
			transition-duration: 250ms;
		}
**********/
/**スライドメニューの枠 **/

/************
.menu-drawer .btn {
  background: #54b108;
	border-right: #eaedef solid 2px;
	border-bottom: #eaedef solid 2px;
	border-radius: 0 0 10px 0;
  width: 60px;
  padding: 4px 0;
  cursor: pointer;
  text-align: center;
  top: 0;
  left: 0;
}
.menu-drawer .btn::before,
.menu-drawer .btn::after {
	content: " ";
	background-image: url(/img/icon_menu_open.png);
	background-position: center center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.menu-drawer .btn::before {
	background-image: url(/img/icon_menu_open.png);
}
.menu-drawer .btn::after {
	background-image: url(/img/icon_menu_close.png);
}
.menu-drawer .other {
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.menu-drawer .menu-content {
	border-right: solid 1px #cccccc;
  background-color: #eaedef;
  width: 350px;
  top: 0;
  left: 0;
	height: 100vh;
	overflow-y: auto;
}
.menu-drawer .btn,
.menu-drawer .menu-content,
.menu-drawer .other {
  position: fixed;
}
.menu-drawer .btn {
  z-index: 2001;
}
.menu-drawer .menu-content {
  z-index: 2000;
}
.menu-drawer .other {
  z-index: 1999;
}
.menu-drawer #chk {
  display: none;
}
.menu-drawer #chk ~ .btn::before {
  display: block;
}
.menu-drawer #chk ~ .btn::after {
  display: none;
}
.menu-drawer #chk ~ .other {
  display: none;
}
.menu-drawer #chk:checked ~ .btn::before {
  display: none;
}
.menu-drawer #chk:checked ~ .btn::after {
  display: block;
}
.menu-drawer #chk:checked ~ .other {
  display: block;
}
.menu-drawer #chk ~ .menu-content {
  transform: translate(-350%,0);
  transition: transform 0.3s ease-in-out;
}
.menu-drawer #chk:checked ~ .menu-content {
  transform: none;
}
***************/

/********************
.footer
*********************/

.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	box-sizing:border-box;
	padding: 0.25rem 20px;
	border-bottom: #333333 solid 1px;
	background-color:#f47320;
}

.footerInner {
	position: relative;
	z-index: 2;
    box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

.footerInner .footercopyright{
	font-size: 70%;
	color: #e3f1ff;
	text-align: center;
	letter-spacing: 0.125rem;
}

/********************
.content
*********************/
.content{
	/*float: right;*/
	box-sizing:border-box;
	/*width:calc(100% - 200px);*/
	width:100%;
}

.content .contentInner{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

.pagettlWrap{
	background-color: #404040;
	border-radius: 3px;
	
}
.pagettlWrap h1{
	padding-left: 0.8em;
	letter-spacing: 0.1rem;
	line-height: 1.8;
	color: #ffffff;
}

.descriArea{
	margin-top: 1.5rem;
	line-height: 1.3;
}


.contttlWrap{
	margin-top: 2rem;
}
.contttlWrap h2{
	line-height: 1.2em;
    font-size: 120%;
    padding: 0.5em 2em;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
	font-weight: normal;
	color: #ffffff;
    background-color: #5f86ad;
	text-align: center;
	border-radius: 4px;
}

.contsubttlWrap{
	margin-top: 2rem;
}
.contsubttlWrap h3{
	line-height: 1.2em;
    font-size: 100%;
    padding: 0.4em 2em;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    border: #5f86ad solid 1px;
    background-color: #edf2f6;
    border-radius: 60px;
    text-align: center;
    color: #404040;
}
.contsubttlWrap h3{
	line-height: 1.2em;
    font-size: 100%;
    padding: 0.4em 2em;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    border: #5f86ad solid 1px;
    background-color: #edf2f6;
    border-radius: 60px;
    text-align: center;
    color: #404040;
}
.contsubttlWrap h3.btm-notetext{
	margin-bottom: 0.25em;
}
.notetext-suryo{
	text-align: right;
}
/***インフォメーションarea***/

.infoBoxArea{
	width: 100%;
    margin-top: 0.5rem;
    background-color: #ffffff;
    border: #e0e0e0 solid 1px;
    padding: 4em 1.5em 4em 1.5em;
    box-sizing: border-box;
}

.contCenterttlWrap{
	margin-top: 0rem;
}

.contCenterttlWrap h2{
	line-height: 1.3em;
    font-size: 120%;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
    font-weight: bold;
	color: #1a8cff;
	text-align: center;
}



/**table***********/
/** テーブルの土台 **/
.tableWrap{
	width: 100%;
	margin-top: 0.5rem;
	background-color: #efefef;
}
.tableWrap .tableBasic{
	width: 100%;
    border-top: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
}
.tableBasic tr > th, 
.tableBasic tr > td {
    border-right: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    padding: 0.1em 0.25em;
    box-sizing: border-box;
    line-height: 1.2;
    word-break: break-all;
}
.tableBasic tr > th{
	background-color: #d9dadb;
}
.tableBasic tr > td {
    
}
.tableBasic tr > td > .innersetwrap{
    display: table;
	width: 100%;
}
.tableBasic tr > td > .innersetwrap > li{
	display: table-cell;
	padding-right: 0.5em;
	vertical-align: middle;
}
.tableBasic tr > td > .innersetwrap > li:last-child{
	padding-right: 0;
}
/** テーブルの土台 に ボーダー有りテーブル**/
.tableWrap.bordertable{
}
.tableWrap.bordertable .tableBasic{

}
.tableWrap.bordertable .tableBasic tr > th, 
.tableWrap.bordertable .tableBasic tr > td {
	vertical-align: middle;

}
.tableWrap.bordertable .tableBasic tr > th{
	background-color: #d9dadb;
	line-height: 1.2;
}
.tableWrap.bordertable .tableBasic tr > td {
    font-size: 100%;
}
.tableWrap.bordertable .tableBasic select,
.tableWrap.bordertable .tableBasic input,
.tableWrap.bordertable .tableBasic textarea{
    font-size: 100%;
}
/** テーブルの土台 に ボーダー無しテーブル**/
.tableWrap.borderLesstable{
	border: #e0e0e0 solid 1px;
	padding: 0.75em 1em 0.75em 1em;
	box-sizing: border-box;
}
.tableWrap.borderLesstable .tableBasic{
    border-top: none;
    border-left: none;
}
.tableWrap.borderLesstable .tableBasic tr > th, 
.tableWrap.borderLesstable .tableBasic tr > td {
    border-right: none;
    border-bottom: none;
	padding: 0.25rem 0.5rem 0.25rem 0;
	vertical-align: top;
}
.tableWrap.borderLesstable .tableBasic tr > th{
	background-color: #d9dadb;
}
.tableWrap.borderLesstable .tableBasic tr > td {
    
}
/** ボーダー無しテーブル内に必須枠**/
.tableWrap.borderLesstable .tableBasic.requiredBox{
    background-color: #d6e0ea;
	margin-top: 1em;
    margin-bottom: 1em;
}
.tableWrap.borderLesstable .tableBasic.requiredBox tr > td {
	padding: 0.5rem 1rem 0.5rem 1em;
}
.tableWrap.borderLesstable .tableBasic.requiredBox .formsetBox > dt {
    border-left: #eb0061 solid 10px;
    width: 10em;
}
.tableWrap.borderLesstable .tableBasic.requiredBox .formsetBox > dd {
	width: calc(100% - 10em);
	text-align: center;
}

.copyWrap{
	border: #e0e0e0 solid 1px;
    background-color: #fafafa;
}
.copyWrap .formsetBox {
    margin-left: 0.5em;
}
.copyWrap .formsetBox > dt {
    border-left: #00d180 solid 4px;
}


.formsetBox{
	width: 100%;
	overflow: hidden;
	line-height: 1.5;
}
.formsetBox > dt,
.formsetBox > dd{
	box-sizing:border-box;
	float: left;
}
.formsetBox > dt{
	border-left: #f47320 solid 4px;
    padding: 0.15em 0.25em 0.15em 0.25em;
	width: 12em;
	font-weight: bold;
	clear: both;
}
.formsetBox > dd{
	width: calc(100% - 12em);
}
.formsetBox > dd .formPack{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.25em;
}
.formsetBox > dd .formPack:last-child{
	margin-right: 0em;
}
.formsetBox > dd .formPack.formInnertxt{
	color: #888888;
}

.formsetBox > dd .formPack.valuetext{/*値の表示*/
	padding: 0.15em 0em 0.15em 0em;
}

.kojoInputwin .formsetBox > dt{
	width: 6.5em;
}
.kojoInputwin .formsetBox > dd{
	width: calc(100% - 6.5em);
}
.tableBasic.miniTtltable .formsetBox > dt{
	width: 7.5em;
}
.tableBasic.miniTtltable .formsetBox > dd{
	width: calc(100% - 7.5em);
}
.formsetBox.ttlnone > dt{
	border:none;
    padding:0;
	width: 0;
	font-weight: bold;
	clear: both;
}
.formsetBox.ttlnone > dd{
	width: 100%;
}
.tA-le{
    text-align: left;
}
.tA-ri{
    text-align: right;
}
.tA-cn{
    text-align: center;
}
.vA-top{
	vertical-align: top !important;
}

.tC-red{
	color:#dd0000;
}
.ninsyoColor{
	font-weight: bold;
	color: #37c437;
}

select,
input,
textarea{
	font-family: 'Arial','Helvetica Neue','Helvetica','Yu Gothic Medium','YuGothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    color: #333333;
    letter-spacing: 0em;
	border: #aaaaaa solid 1px;
	border-radius: 3px;
	line-height: 1.3;
    padding: 0.2em 0.4em;
	font-size: 16px;
}
input:disabled {
    border: #eaeaea solid 1px;color: #cccccc;
}
input[type="file"]{
	font-family: 'Arial','Helvetica Neue','Helvetica','Yu Gothic Medium','YuGothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    color: #333333;
    letter-spacing: 0em;
	border: none;
	border-radius: 0px;
	line-height: 1.3;
    padding: 0;
	cursor: pointer;
}

a.buttonBasic,
input.buttonBasic{
    display: inline-block;
    box-sizing: border-box;
    color: #ffffff;
	text-align: center;
    text-decoration: none;
    background-color: #f47320;
    padding: 1em 0.65em 1em 0.75em;
    letter-spacing: 0.1em;
    border-radius: 4px;
	line-height: 1.3;
}
a.buttonBasic:hover,
input.buttonBasic:hover{
	background-color: #ff9d5e;
}

a.buttonBasic.buttonSs,
input.buttonBasic.buttonSs{
	padding: 0.2em 0.65em 0.2em 0.75em;
    letter-spacing: 0em;
	white-space: nowrap;
}
a.buttonBasic.buttonLs,
input.buttonBasic.buttonLs{
	
}
input.buttonBasic{
	border: none;
	cursor: pointer;
}
.buttonlistWrap{
	margin: 2em auto 0;
	display: table;
	width: 100%;
}
.buttonlistWrap.btnWrap-right{
	margin: 2em 0 0 auto;
}
.buttonlistWrap.btnWrap-left{
	margin: 2em auto 0 0;
}
.buttonlistWrap li{
	display: table-cell;
	padding-right: 10px;
	width: 100%;
}
.buttonlistWrap li > a.buttonBasic,
.buttonlistWrap li > input.buttonBasic{
	width: 100%;
}
.buttonlistWrap li:last-child{
	padding-right: 0;
}
/** ボーダー無しテーブルのボタン**/
.tableWrap.borderLesstable .buttonlistWrap{
	margin: 0em auto 0;
}
.tableWrap.borderLesstable .buttonlistWrap a.buttonBasic,
.tableWrap.borderLesstable .buttonlistWrap input.buttonBasic{
    padding: 0.4em 0.65em 0.4em 0.75em;
}

/*****/

/*ボタンカラー*/
a.buttonBasic.bColor-ok,
input.buttonBasic.bColor-ok{
	background-color: #00a907;
}
a.buttonBasic.bColor-ok:hover,
input.buttonBasic.bColor-ok:hover{
	background-color: #00dd09;
}
a.buttonBasic.bColor-no,
input.buttonBasic.bColor-no{
	background-color: #e12525;
}
a.buttonBasic.bColor-no:hover,
input.buttonBasic.bColor-no:hover{
	background-color: #ff0000;
}
a.buttonBasic.bColor-cancel,
input.buttonBasic.bColor-cancel{
	background-color: #8b95a7;
}
a.buttonBasic.bColor-cancel:hover,
input.buttonBasic.bColor-cancel:hover{
	background-color: #a6b2c8;
}
a.buttonBasic.bColor-base,
input.buttonBasic.bColor-base{
	background-color: #3c5772;
}
a.buttonBasic.bColor-base:hover,
input.buttonBasic.bColor-base:hover{
	background-color: #5f8bb7;
}
a.buttonBasic.bColor-etc,
input.buttonBasic.bColor-etc{
	background-color: #f7a212;
}
a.buttonBasic.bColor-etc:hover,
input.buttonBasic.bColor-etc:hover{
	background-color: #ffc054;
}
a.buttonBasic.bColor-day1,
input.buttonBasic.bColor-day1{
	background-color: #36a1ad;
}
a.buttonBasic.bColor-day1:hover,
input.buttonBasic.bColor-day1:hover{
	background-color: #36a1ad;
}
a.buttonBasic.bColor-day2,
input.buttonBasic.bColor-day2{
	background-color: #366bad;
}
a.buttonBasic.bColor-day2:hover,
input.buttonBasic.bColor-day2:hover{
	background-color: #366bad;
}
.noteList{
	margin-top: 0.5em;
	font-size: 88%;
}
.noteList li{
	margin-bottom: 0.25em;
	line-height: 1.3em;
	text-indent: -1em;
	margin-left: 1em;
}

.textcolorRed{
	color: #dd0000!important;
}
.textcolorBlue{
	color: #007dfc!important;
}
.textcolorGreen{
	color: #00a907!important;
}
.textweightBold{
	font-weight: bold!important;
}
/****ラジオとチェック********************************************
labelにcustomCheckを入れるとカスタム
**************************************************************/

label.customCheck {
  word-break: break-all;
	padding-left: 1.5em;
	padding-right: 0.5em;
	cursor: pointer;
	position: relative;
}
label.customCheck input[type="checkbox"],
label.customCheck input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
label.customCheck input span {
  display: inline-block;
}

label.customCheck input[type="checkbox"] + span {
  vertical-align: middle;
}
label.customCheck input[type="radio"] + span {
  vertical-align: baseline;
}

/* RADIO BUTTON */
label.customCheck input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
label.customCheck input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 20px;
	z-index: 0;
	top: 0.0em;
	left: 0.0em;
	background-color: #ffffff;
	width: 1.3em;
	height: 1.3em;
	border: #aaaaaa solid 1px;
}
label.customCheck input[type="radio"]:checked + span::before {
	border: #007dfc solid 2px;
	background-color: #ffffff;
}
label.customCheck input[type="radio"]:checked + span::after {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 20px;
	z-index: 1;
	top: 6px;
    left: 6px;
    background-color: #f47320;
    width: 9px;
    height: 9px;
}

/* CHECKBOX */
label.customCheck input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.customCheck input[type="checkbox"] + span::before,
label.customCheck input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
label.customCheck input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: #ffffff;
	width: 1.3em;
	height: 1.3em;
	border: 1px #aaaaaa solid;
	border-radius: 3px;
}
label.customCheck input[type="checkbox"] + span::after {
  z-index: 1;
  margin: -0.2em 0.5em;
  width: 0.6em;
  height: 1.2em;
}
label.customCheck input[type="checkbox"]:checked + span::before {
	border: #007dfc solid 2px;
	background-color: #ffffff;
}
label.customCheck input[type="checkbox"]:checked + span::after {
  border: 4px solid #f47320;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

label.customCheck.listInnerCheck{
    padding-left: 0.75em;
}

label.customCheck input[type="radio"]:disabled + span, 
label.customCheck input[type="checkbox"]:disabled + span {
	color: #dddddd;
}
label.customCheck input[type="radio"]:disabled + span::before, 
label.customCheck input[type="checkbox"]:disabled + span::before {
	border-color: #f0f0f0;
}
/*Tabによるフォーカス*/
label.customCheck input[type="radio"]:focus + span::before,
label.customCheck input[type="checkbox"]:focus + span::before {
    border: #000000 solid 2px;
}

/****ボタンの見た目でラジオとチェック*******************************
labelにinputBtnstyle
**************************************************************/
.inputBtnstyle{
	word-break: break-all;
	padding-left: 0.5em;
	padding-right: 0.5em;
	position: relative;
}
label.inputBtnstyle input[type="radio"],
label.inputBtnstyle input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
label.inputBtnstyle span.inputButton{
	display: inline-block;
	box-sizing: border-box;
	color: #606060;
	text-align: center;
	text-decoration: none;
	background-color: #d1dfed;
	letter-spacing: 0.05em;
	border-radius: 4px;
	line-height: 1.3;
	padding: 0.2em 0.65em 0.2em 1.5em;
	cursor: pointer;
}
label.inputBtnstyle span.inputButton:hover{
	background-color: #a4cffb;
}
label.inputBtnstyle input[type="radio"] + span.inputButton::before,
label.inputBtnstyle input[type="checkbox"] + span.inputButton::before {
	border: 4px solid #cdd2d7;
	border-width: 0 3px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -0em 0em 0em 1.1em;
	width: 0.5em;
	height: 0.9em;
	position: absolute;
	top: 0em;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton{
	color: #ffffff;
	background-color: #00a907;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton:hover,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton:hover{
	background-color: #51e957;
} 
label.inputBtnstyle input[type="radio"]:checked + span.inputButton::before,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton::before {
	border: 4px solid #ffc649;
	border-width: 0 3px 4px 0;
}
/*Tabによるフォーカス*/
label.inputBtnstyle input[type="radio"]:focus  + span,
label.inputBtnstyle input[type="checkbox"]:focus + span {
	border: #000000 solid 2px;
}
/****エラー文字*******************************/

.error_msg{
	color: #dd0000;
	font-weight: bold;
}

/****アイコン*******************************/

.iconText{
	position:relative;
	line-height:2em;
	padding-left:2.4em;
	display: inline-block;
}
.iconText:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background-size: 2em auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.iconText.icon-common:before{background-image:url("/img/iconsvg_common.svg");}
.iconText.icon-estimates:before{background-image:url("/img/iconsvg_estimates.svg");}
.iconText.icon-send-order:before{background-image:url("/img/iconsvg_send-order.svg");}
.iconText.icon-place-order:before{background-image:url("/img/iconsvg_place-order.svg");}
.iconText.icon-purchase:before{background-image:url("/img/iconsvg_purchase.svg");}
.iconText.icon-inventory:before{background-image:url("/img/iconsvg_inventory.svg");}
.iconText.icon-production-plan:before{background-image:url("/img/iconsvg_production-plan.svg");}
.iconText.icon-setting:before{background-image:url("/img/iconsvg_setting.svg");}
.iconText.icon-account:before{background-image:url("/img/iconsvg_account.svg");}
.iconText.icon-information:before{background-image:url("/img/iconsvg_information.svg");}
.iconText.icon-other:before{background-image:url("/img/iconsvg_other.svg");}
.iconText.icon-monthlyconf:before{background-image:url("/img/iconsvg_monthlyconf.svg");}
.iconText.icon-newconf:before{background-image:url("/img/iconsvg_newconf.svg");}
.iconText.icon-attendance:before{background-image:url("/img/iconsvg_attendance.svg");}
.iconText.icon-personnel:before{background-image:url("/img/iconsvg_personnel.svg");}
.iconText.icon-company:before{background-image:url("/img/iconsvg_company.svg");}
.iconText.icon-idcontrol:before{background-image:url("/img/iconsvg_idcontrol.svg");}
.iconText.icon-point:before{background-image:url("/img/iconsvg_point.svg");}
.iconText.icon-authority:before{background-image:url("/img/iconsvg_authority.svg");}
.iconText.icon-output:before{background-image:url("/img/iconsvg_output.svg");}
.iconText.icon-dashboard:before{background-image:url("/img/iconsvg_dashboard.svg");}
.iconText.icon-paid:before{background-image:url("/img/iconsvg_paid.svg");}
.iconText.icon-shift:before{background-image:url("/img/iconsvg_shift.svg");}
.iconText.icon-supportplan:before{background-image:url("/img/iconsvg_supportplan.svg");}
.iconText.icon-sales:before{background-image:url("/img/iconsvg_sales.svg");}

.pagettlWrap h1 .iconText{
	line-height:1.8;
	padding-left:2.0em;
}
.pagettlWrap h1 .iconText:before{
	width:1.8em;
	height:1.8em;
	background-size: 1.4em auto;
}

/**.pager******/
.pagerArea{
    margin-top: 1em;
    text-align: center;
}
.pagerArea .pagerBox{
    text-align: center;
}
.pagerArea .pagerBox li{
    display: inline-block;
}
.pagerArea .pagerBox li .pagerBtn{
    border: #cccccc solid 1px;
    border-radius: 4px;
    display: block;
    padding: 0em 0.75em;
    line-height: 2;
    color: #004081;
    background-color: #ffffff;
    text-decoration: none;
}
.pagerArea .pagerBox li .pagerBtn:hover{
    border: #3c5772 solid 1px;
}
.pagerArea .pagerBox li .pagerBtn.currentMark{
    background-color: #3c5772;
    color: #ffffff;
    pointer-events: none;
}

/********モーダル************/
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 3001;
}
.modal__bg{
    background: rgba(30,30,30,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__bg.loading{
	background: url("/img/icon_modal_loading.gif") fixed center no-repeat rgba(30,30,30,0.9);
}
.modal__content{
    background: #f0f0f0;
    left: 50%;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
	overflow: auto;
	max-height: 90vh;
	display: none;
}

.modalInner{
    width: 700px;
    margin: 0 auto;
	padding: 0 20px;
}
a.modalCloseBtn,
input.modalCloseBtn{
	display: block;
	text-align: center;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	background-color: #3a4549;
	padding: 0.5em 0;
	border-radius: 4px;
    margin: 1em auto 0;
    width: 200px;

}
a.modalCloseBtn:hover,
input.modalCloseBtn:hover{
	background-color: #6a7f86;
}

.modal.modalLs .modal__content{
	width: 90%;
}
.modal.modalLs .modal__content .modalInner{
	width: 1000px;
}
.modal.modalSs .modal__content{
	width: 50%;
}
.modal.modalSs .modal__content .modalInner{
	width: 500px;
}

/********タブ切替************/
.tab_wrap{width:100%; margin:2em auto; border-bottom: #8b9cac solid 4px;}
.tab_wrap input.hiddenInput[type="radio"]{display:none;}
.tab_wrap .tab_area{
	background-color: #8b9cac;
	border-radius: 5px 5px 0 0;
	padding-top: 0.5em;
}
.tab_wrap .tab_area label{
	font-weight: bold;
	width:auto;
	margin:0 0em 0 0.5em;
	min-width: 4em;
	display:inline-block;
	padding:0.5em 0.5em;
	color:#f0f0f0;
	background:#a1b0be;
	text-align:center;
	cursor:pointer;
	/*transition:ease 0.2s opacity;*/
	/*border: #cccccc solid 1px;*/
	border-bottom: #8b9cac solid 2px;
	border-radius: 5px 5px 0 0;
}
.tab_wrap .tab_area label:hover{background:#49739b;}
.tab_wrap .panel_area{}
.tab_wrap .tab_panel{width:100%; padding:0em 0 1em; display:none;}

.tab_wrap #tab1:checked ~ .tab_area .tab1_label,
.tab_wrap #tab2:checked ~ .tab_area .tab2_label,
.tab_wrap #tab3:checked ~ .tab_area .tab3_label,
.tab_wrap #tab4:checked ~ .tab_area .tab4_label,
.tab_wrap #tab5:checked ~ .tab_area .tab5_label,
.tab_wrap #tab6:checked ~ .tab_area .tab6_label{
	background-color:#eaedef; color:#333333; border-bottom: #eaedef solid 6px; pointer-events: none; font-weight: bold;
}
.tab_wrap #tab1:checked ~ .panel_area #panel1,
.tab_wrap #tab2:checked ~ .panel_area #panel2,
.tab_wrap #tab3:checked ~ .panel_area #panel3,
.tab_wrap #tab4:checked ~ .panel_area #panel4,
.tab_wrap #tab5:checked ~ .panel_area #panel5,
.tab_wrap #tab6:checked ~ .panel_area #panel6{
	display:block;
}

/********************
.入力フォームリスト
*********************/
/**.入力フォームリスト/基本情報（氏名生年月日所属）**/
.basicinfoWrap{
	margin-top: 1rem;
	border-radius: 4px;
	overflow: hidden;
}
.basicinfoWrap > table{
	width: 100%;
	background-color: #004081;
	border: #004081 solid 1px;
}
.basicinfoWrap > table th,
.basicinfoWrap > table td{
	color: #ffffff;
}
.basicinfoWrap > table th{
	width: 10%;
	background-color: #ffffff;
	color:#333333; 
	font-weight: bold;
	
}
.basicinfoWrap > table td{
	width: 20.33333%;
	padding: 0.25em 0.25em 0.25em 0.5em; 
}
/**.入力フォームリスト/ページ送りボタン**/
.buttonlistWrap.pagejumpBtn{
	margin: 2rem auto 0;
	display: block;
	width: 70%;
	overflow: hidden;
}

.buttonlistWrap.pagejumpBtn li{
	margin: 0 0 0.6%;
	display: block;
	padding-right: 0.6%;
	width: 49.7%;
	float: left;
}
.buttonlistWrap.pagejumpBtn li > a,
.buttonlistWrap.pagejumpBtn li > input{
	width: 100%;
}
.buttonlistWrap.pagejumpBtn li:nth-child(2n){
	padding-right: 0;
}

.buttonlistWrap.pagejumpBtn li:last-child{
	padding-right: 0;
}
.buttonlistWrap.pagejumpBtn a,
.buttonlistWrap.pagejumpBtn input{
    display: inline-block;
    box-sizing: border-box;
    color: #333333;
    text-decoration: none;
	border: #88A2DB solid 1px;
    background-color: #ffffff;
	padding: 0.5em 0.65em 0.5em 0.5em;
    letter-spacing: 0.1em;
    border-radius: 4px;
	line-height:2em;
	text-align: center;
	font-weight: bold;
}
.buttonlistWrap.pagejumpBtn a:hover,
.buttonlistWrap.pagejumpBtn input:hover{
	background-color: #D7E5F4;
}
.buttonlistWrap.pagejumpBtn .iconText:before{
	width:3.4em;
}

.buttonlistWrap.pagejumpBtn .current{
	pointer-events: none;
	color: #ffffff;
    background-color: #88A2DB;
}

.buttonlistWrap.pagejumpBtn.transfermenu{
	width: 100%;
}

.buttonlistWrap.pagejumpBtn.transfermenu li{
	padding-right: 0.4%;
	width: 24.7%;
}
.buttonlistWrap.pagejumpBtn.transfermenu li:nth-child(2n){
	padding-right: 0.4%;
}
.buttonlistWrap.pagejumpBtn.transfermenu li:nth-child(4n){
	padding-right: 0;
}
/**.入力フォームリスト/フォームエリア**/
.tableWrap.borderLesstable.inputFormArea{
	/*padding: 2em 12.5% 2em 12.5%;*/
}

.tableWrap.borderLesstable.inputFormArea .tableBasic tr > th,
.tableWrap.borderLesstable.inputFormArea .tableBasic tr > td{
	padding: 0.25rem 0rem 0.25rem 0;
}

.inputFormArea .formsetBox{
	width: 100%;
	overflow: visible;
}
.inputFormArea .formsetBox:after{
	content: " ";
	display: block;
	clear: both;
}

.inputFormArea .formsetBox > dt,
.inputFormArea .formsetBox > dd{
	position: relative;
	/*
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	*/
}
.inputFormArea .formsetBox > dt{
	border-left: #f47320 solid 4px;
    padding: 0.15em 0.25em 0.15em 0.25em;
	width: 16em;
	font-weight: bold;
	clear: both;
}
.inputFormArea .formsetBox > dd{
	width: calc(100% - 16em);
}
.tableWrap.borderLesstable.inputFormArea .buttonlistWrap {
    margin: 2em auto 0;
}
.tableWrap.borderLesstable.inputFormArea .buttonlistWrap a.buttonBasic,
.tableWrap.borderLesstable.inputFormArea .buttonlistWrap input.buttonBasic {
    padding: 1em 0.65em 1em 0.75em;
}
/**.入力フォームリスト/ポストボックス*/
.formpostBox{
	display: inline-block;
    box-sizing: border-box;
    font-family: 'Arial','Helvetica Neue','Helvetica','Yu Gothic Medium','YuGothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    color: #333333;
    letter-spacing: 0em;
    border: #eaeaea solid 1px;
    background-color: #fafafa;
    border-radius: 3px;
    line-height: 1.3;
    padding: 0.2em 0.4em;
}
.formpostBoxTime{
	display: inline-block;
    box-sizing: border-box;
    font-family: 'Arial','Helvetica Neue','Helvetica','Yu Gothic Medium','YuGothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    color: #333333;
    letter-spacing: 0em;
    border: #aaaaaa solid 1px;
    background-color: #fafafa;
    border-radius: 3px;
    line-height: 1.3;
    padding: 0.3em 2.4em 0.22em 0.6em;
}
.formpostBoxTime.disabled{
	background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
	border: #eaeaea solid 1px;
	color: #cccccc;
}
/**.入力フォームリスト/必須マーク*/

.inputFormArea .formsetBox > dt.requiredForm,
.formsetBox > dt.requiredForm{
	position: relative;
	padding: 0.15em 3.5em 0.15em 0.25em;
}
.formsetBox > dt.requiredForm:after{
	content: "必須";
	display:inline-block;
	position: absolute;
	right: 0.5em;
	top:0em;
  padding: 0.25em 0.5em;
  border-radius: 2px;
  background-color: #eb0061;
  color: #fff;
	font-weight: normal;
	font-size: 88%;
}

.helpBalloonBtn {
	display: inline-block;
  border: 1px solid #09b67c;
	margin-left: 0.5em;
line-height: 1.3;
	width: 1.3em;
	background-color: #33cc99;
		color: #fff;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
/**.入力フォームリスト/ヘルプ吹き出し*/
.helpBalloon {
	display: none;
  width: 500px;
	margin-bottom: 0.25em;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  background-color: #33cc99;
  color: #fff;
	border: 1px solid #09b67c;
}

.helpBalloonBtn:hover + .helpBalloon {
  display: inline-block;
}
/**.入力フォームリスト/グループかして囲う*/
.multiple-formBox{
	border: #e0e0e0 solid 1px;
    border-radius: 4px;
	background-color: #fafafa;
    padding: 0.5em;
    box-sizing: border-box;
}

.formsetBox.multiple-formBox > dt:nth-child(n+3),
.formsetBox.multiple-formBox > dd:nth-child(n+4){
	margin-top: 0.5em;
}

.inputFormArea .formsetBox > dd.innerbtnbox {
    width: 100%;
	text-align: center;
}
.inputFormArea .formsetBox.multiple-formBox > dt{
	border-left: #00d180 solid 4px;
}
/**.入力フォームリスト/更新履歴*/
.changeLogWrap{
	width: 100%;
    margin-top: 0.5rem;
    background-color: #ffffff;
	border: #e0e0e0 solid 1px;
    padding: 0.75em 2em 0.75em 2em;
    box-sizing: border-box;
	overflow-y: scroll;
	height: 8rem;
}
.active + .changeLogWrap{
	height: auto;
}
.changeLogWrap > table{
	width: 100%;
}
.changeLogWrap > table tr th,
.changeLogWrap > table tr td{
	padding: 0.25em 0.5em 0.25em 0em; 
	box-sizing: border-box;
}
.changeLogWrap > table tr th{
	font-weight: bold;
	text-align: left;
	border-bottom: #cccccc solid 2px;
}
.changeLogWrap > table tr td{
	border-bottom: #cccccc dotted 1px;
}


.changeLogWrap.bikoSet > table tr:nth-child(2n+1) td{
	border-bottom: #cccccc solid 1px;
}

.acTtl{
	text-align: right;
    margin-top: -2em;
}
.acTtl > a{
	cursor: pointer;
}

.acTtl2_opclose{
	display: none;
}
.acTtl2_opclose.active{
	display: block;
}
/**/
.aAct_opclose{
	
}
.aAct_opclose.active{

}
.accordionActiv{
	position: relative;
}
.accordionActiv:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.accordionActiv.active:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}


/**設問のインデント*******************/
.inputFormArea .indentinq1 .formsetBox{
	margin-left: 1em;
	width: calc(100% - 1em);
}
.inputFormArea .indentinq1 .formsetBox > dt{
	border-left: #00d180 solid 4px;
}
.inputFormArea .indentinq2 .formsetBox{
	margin-left: 2em;
	width: calc(100% - 2em);
}
.inputFormArea .indentinq2 .formsetBox > dt{
	border-left: #00d180 solid 4px;
}
.inputFormArea .indentinq3 .formsetBox{
	margin-left: 3em;
	width: calc(100% - 3em);
}
.inputFormArea .indentinq3 .formsetBox > dt{
	border-left: #00d180 solid 4px;
}
/*************************************
リストテーブル（検索）
*************************************/
/*リストテーブル（検索）/スタイル*/
.list-table{
	
}
.list-table tr:nth-child(2n) > td{
	background-color: #f8f8f8;
}

.searchnumberArea{
	margin-top: 0.5rem;
}
.searchnumberArea .realnumber{
	font-size: 110%;
	font-weight: bold;
}
/*リストテーブル（検索）/テーブル内リンク*/
.list-table tr > td.listinner-link{
    /*cursor: pointer;
	background-color: #fff6d3;*/
}
/*
.list-table tr > td.listinner-link:hover{
	background-color: #fff6d3;
}
*/
.list-table tr > td .listinner-linktext,
.shift-table tr > td .listinner-linktext{
	display: block;
	color: #333333;
	border: #b9deb9 solid 1px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 2px 6px;
	text-decoration: none;
	cursor: pointer;
}
.list-table tr > td .listinner-linktext:hover,
.shift-table tr > td .listinner-linktext:hover{
	background-color: #ffe480;
}

.list-table tr > td .listinner-linktext.bgc-ph {
	/*公休*/
    background-color: #ffe4e4;
}
.list-table tr > td .listinner-linktext.bgc-out {
	/*外就*/
    background-color: #c3e8ef;
}
.list-table tr > td .listinner-linktext.bgc-in {
	/*内勤*/
    background-color: #e7efc3;
}

.list-table tr > td .listinner-linktext.bgc-ph:hover,
.list-table tr > td .listinner-linktext.bgc-out:hover,
.list-table tr > td .listinner-linktext.bgc-in:hover{
	background-color: #ffe480;
}
.list-table tr > td .listinner-linktext.bgc-warning {
    background-color: #c91111;
    color: #ffffff;
}
.list-table tr > td .listinner-linktext.bgc-warning:hover {
	background-color: #ffe480;
    color: #333333;
}

.list-table tr > td .listinner-wraptext,
.shift-table tr > td .listinner-wraptext{
	display: inline-block;
	color: #333333;
	border: #b9deb9 solid 1px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 2px 6px;
}

.list-table tr > td .corpname{
	color: #666666;
	font-size: 90%;
}
/*リストテーブル（検索）/テーブル内ソートボタン*/
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn{
	position: relative;
	cursor: pointer;
	padding: 12px 0.25em 12px;
}
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn:hover,
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn.sortup:hover,
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn.sortdown:hover{
	background-color: #ffd435;
}
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn,
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn.sortup,
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn.sortdown{
	background-color: #ffe480;
}
.tableWrap.bordertable .tableBasic tr > th.list-sortbtn.sortup:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #007dfc;
	border-right: solid 2px #007dfc;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -4px;
	transform: rotate(-135deg);
}

.tableWrap.bordertable .tableBasic tr > th.list-sortbtn.sortdown:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #007dfc;
	border-right: solid 2px #007dfc;
	position: absolute;
	bottom: 4px;
	left: 50%;
	margin-left: -4px;
	transform: rotate(45deg);
}

.listconditions-ttl{
	display: block;
	background-color: #222222;
    border-radius: 1em;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.2em 0.65em 0.2em 0.75em;
    letter-spacing: 0.1em;
}
.tableBasic tr > td > .innersetwrap.woartypeBox{
	display: block;
    width: 100%;
	overflow: hidden;
}
.tableBasic tr > td > .innersetwrap.woartypeBox > li{
	display: block;
	float: left;
    padding-right: 0.5em;
	width: 5em;
    vertical-align: middle;
}
.tableBasic tr > td > .innersetwrap.woartypeBox > li:last-child{
    padding-right: 0em;
}
.formsetBox > dd.s-kubun .formPack{
	margin-bottom: 0.5em;
}
.formsetBox > dd.s-kubun .formPack.lineobj04{
	width: 24%;
}
.formsetBox > dd.s-kubun .formPack.lineobj03{
	width: 30%;
}
.formsetBox > dd.s-kubun .formPack.lineobj02{
	width: 48%;
}
.formsetBox > dd.s-kubun .formPack.lineobj01{
	width: 97%;
}
/*.inbtnlist*/

.inbtnlist > a{
	margin-right: 0.5em;
}

.inbtnlist > a:last-child{
	margin-right: 0em;
}
/*********************************
ページ内メニュー
*********************************/
.pagemenuWrap{
	width: 100%;
	overflow: hidden;
}
.pagemenuWrap > li{
	float: left;
	width: 24.4%;
	margin-right: 0.8%;
	border: #54b108 solid 1px;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 0.8em;
	border-radius: 4px;
	overflow: hidden;
}
.pagemenuWrap > li:nth-child(4n){
	margin-right: 0%
}
.pagemenuWrap > li:last-child{
	margin-right: 0%
}
.pagemenuWrap .pagemenuTtl{
	background-color: #e8d9cc;
	padding: 0.25em;
}
.pagemenuWrap .pagemenuDoc{
	background-color: #e7f2dd;
	padding: 0.25em 0.25em 0.25em 0.25em;
	font-size: 90%;
	line-height: 1.3;
}
.pagemenuWrap .pagemenuLinklist {

}
.pagemenuWrap .pagemenuLinklist > li {

}
.pagemenuWrap .pagemenuLinklist > li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.25em;
	position: relative;
	text-decoration: none;

}
.pagemenuWrap .pagemenuLinklist > li a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #1498a6;
	border-right: solid 2px #1498a6;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	transform: rotate(45deg);
}
.pagemenuWrap .pagemenuLinklist > li a:hover{
	color: #ffffff;
	background-color: #1498a6;
}
.pagemenuWrap .pagemenuLinklist > li a:hover::after{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
/*********************************
ページミニメニュー（2階層目）
*********************************/
.pageminimenuWrap{
	width: 100%;
	overflow: hidden;
}
.pageminimenuWrap > li{
	float: left;
	width: 24.4%;
	margin-right: 0.8%;
	border: #54b108 solid 1px;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 0.8em;
	border-radius: 4px;
	overflow: hidden;
}
.pageminimenuWrap > li:nth-child(4n){
	margin-right: 0%
}
.pageminimenuWrap > li:last-child{
	margin-right: 0%
}

.pageminimenuWrap .pagemenuLink {

}
.pageminimenuWrap .pagemenuLink > a {
	display: block;
    padding: 0.5em 1em 0.5em 0.5em;
    position: relative;
    text-decoration: none;
    line-height: 1.3;
}
.pageminimenuWrap .pagemenuLink > a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #1498a6;
	border-right: solid 2px #1498a6;
	position: absolute;
	top: 50%;
	right: 0.75em;
	margin-top: -4px;
	transform: rotate(45deg);
}
.pageminimenuWrap .pagemenuLink > a:hover{
	color: #ffffff;
	background-color: #1498a6;
}
.pageminimenuWrap .pagemenuLink > a:hover::after{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.pageminimenuWrap .pagemenuDoc{
	background-color: #e7f2dd;
	padding: 0.25em 0.25em 0.25em 0.25em;
	font-size: 90%;
	line-height: 1.3;
}
/*********************************
ページ内コンテンツメニュー
*********************************/

.contentmenuWrap{
	width: 100%;
	overflow: hidden;
}
.contentmenuWrap > li{
	float: left;
	width: 24.4%;
	margin-right: 0.8%;
	border: #004081 solid 1px;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 0.8em;
	border-radius: 4px;
	overflow: hidden;
}
.contentmenuWrap > li:nth-child(4n){
	margin-right: 0%
}
.contentmenuWrap > li:last-child{
	margin-right: 0%
}
.contentmenuWrap .contentmenuLink{

}
.contentmenuWrap .contentmenuLink > a {
	display: block;
	position: relative;
	padding: 0.25em 1em 0.25em 0.25em;
	color: #ffffff;
	background-color: #004081;
}
.contentmenuWrap .contentmenuLink > a:hover {
	background-color: #3e92e7;
}
.contentmenuWrap .contentmenuLink > a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	transform: rotate(45deg);
}

.contentmenuWrap .contentmenuDoc{
	background-color: #dde9f2;
	padding: 0.25em 0.25em 0.25em 0.25em;
	font-size: 90%;
	line-height: 1.3;
}
.contentmenuWrap .contentmenuNotelist {
	padding: 0 0.25em 0.25em;
}
.contentmenuWrap .contentmenuNotelist > li {
	margin-top: 0.25em;
	border-radius: 4px;
	overflow: hidden;
}
.contentmenuWrap .contentmenuNotelist > li span {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.25em;
	position: relative;
	text-decoration: none;
	background-color: #dd0000;
	color: #ffffff;
	line-height: 1.3;
}
.contentmenuWrap .contentmenuNotelist > li span.infoLv1 {
	background-color: #dd0000;
	color: #ffffff;
}
.contentmenuWrap .contentmenuNotelist > li span.infoLv2 {
	background-color: #4e9ed7;
    color: #ffffff;
}
.contentmenuWrap .contentmenuNotelist > li span.infoLv3 {
	background-color: #f0f0f0;
    color: #323232;
}

/*********************************
fixbtn
*********************************/
.fixed-btn-area {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


/*********************************
フォーム内のテーブル枠
*********************************/
.forminner-minTable{
	width: 100%;
}
.tableWrap.borderLesstable.inputFormArea .tableBasic .forminner-minTable tr > td{
	padding: 0.5rem 0rem 0rem 0;
	text-align: right;
}

/*********************************
カラム分けラッパー
*********************************/
.columnWrap{
	width: 100%;
	overflow: hidden;
}
.columnWrap.divide2 > li{
	float: left;
	width: calc(50% - 1rem);
	margin-right: 2rem;
}
.columnWrap.divide2 > li:last-child{
	margin-right: 0rem;
}

/*********************************
disabledで薄くする
*********************************/
.disabledBox:disabled{
	background-color: #dddddd;
}
.formsetBox > dt.disttl {
	border-left: #dddddd solid 4px;
	color: #dddddd;
}
.formsetBox .distxt {
	color: #dddddd;
}
.totalTimebox{
	background-color: #ffdd87;
}
.totalTimebox .formsetBox > dt {
	border-left: #fd5800 solid 4px;
}
/*============================================================
* ダッシュボード　お知らせ
*============================================================*/
.news-area {
	    margin-top: 0.5rem;
	width: calc(100% - 30px);
	padding: 13px 13px 13px 13px;
	overflow-y: scroll;
	height: 8em;
	background-color: #f9f9f9;
}

.active + .news-area {
    height: auto;
}

.news-date {
	float: left;
	padding-left: 1.5em;
	width: 6em;
	line-height: 2;
	background-image: url(/img/icon-info.png);
	background-repeat: no-repeat;
	background-size: 1.5em auto;
	background-position: left center;
	clear: both;
}

.news-contents {
	float: left;
	margin-left: 1em;
	width: calc(100% - 8.5em);
}

.news-content-wrap.attention .news-date {
	background-image: url(/img/icon-info-attention.png);
	color: #e82d27;
}

.news-content-wrap.attention .news-contents {
	color: #e82d27;
}

.news-content-wrap .indent {
	text-indent: -1em;
	padding-left: 1em;
}

/*============================================================
カードリーダー
*============================================================*/

.cardwrap{
    /*margin-bottom: 30px;*/
}
.cardwrap .btn.blue{
    margin: 0 auto;
	display: block;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #007dfc;
    padding: 1em 2em 1em 2em;
    letter-spacing: 0.1em;
    border-radius: 4px;
    line-height: 1.3;
	border: none;
    cursor: pointer;
}
.cardwrap .btn.blue:hover{
    background-color: #399bff;
}
.card-number-form.input-text{
    width: 50%;
}
.cardwrap .open-number{
    text-align: center;
    color: #14acc3;
    font-weight: bold;
}
.form-supplementary{
    box-sizing: border-box;
    padding-left: 1em;
    color: #14acc3;
    font-weight: normal;
    
}
.cardContentWrap .form-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 13px 0 13px 0;
}
.cardContentWrap .cardnum-form{
    justify-content: center;
}
.cardContentWrap .add-btn-box {
    font-size: 16px;
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
}
.cardContentWrap .branch-btn-box {
    width: 400px;
    margin: 0 auto;
}
.cardContentWrap .branch-btn-box > input{
    width: 100%;
}
.cardContentWrap .branch-btn-box > input:disabled{
    background-color: #dcdcdc;
    cursor: default;
}

/****支援計画制作フロー************/

.flowWrap{
	margin-bottom: 2em;
}
.flowWrap > dl{
	overflow: hidden;
	border: #cccccc solid 1px;
	padding: 0.5em 0em 0.5em 3em;
	background-color: #f0f0f0;
	line-height: 1.2;
}
.flowWrap > dl > dt,
.flowWrap > dl > dd{
	float: left;
	display: inline-block;

}
.flowWrap > dl > dt{
	padding: 0 0em 0 0em;
	font-weight: bold;
	margin-right: 3em;
	    line-height: 3.25em;
}
.flowWrap > dl > dd{
	width: 13em;
	padding: 0.4em 1em;
	background-color: #cccccc;
	color: #777777;
	margin-right: 3em;
	position: relative;
	text-align: center;
	border-radius: 4px;
}
.flowWrap > dl > dd.conpflow{
	color: #333333;
	background-color: #93d5e9;
}
.flowWrap > dl > dd .uptime{
	width: 8em;
	display: block;
	margin: 0.1em auto 0;
	background-color: #f0f0f0;
	border-radius: 1em;
}
.flowWrap > dl > dd::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	position: absolute;
	top: 50%;
	right: -1.75em;
	margin-top: -4px;
	transform: rotate(45deg);
}
.flowWrap > dl > dd.conpflow::after {
	border-top: solid 2px #3daed1;
	border-right: solid 2px #3daed1;
}
.flowWrap > dl > dd:last-child::after {
	content:none;
}

/****************/

/******** 一括ボタンの非活性化 ********/
a.buttonBasic.btn-disabled,
input.buttonBasic.btn-disabled{
		pointer-events: none;
	background-color: #cccccc;
	color: #dcdcdc;
}

/****チェックボタン（承認）の見た目でラジオとチェック*******************************
labelにinputBtnstyle
**************************************************************/
.inputBtnstyle{
	word-break: break-all;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
label.inputBtnstyle input[type="radio"],
label.inputBtnstyle input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
label.inputBtnstyle span.inputButton{
	display: inline-block;
	box-sizing: border-box;
	color: #909090;
	text-align: center;
	text-decoration: none;
	background-color: #d1dfed;
	letter-spacing: 0.05em;
	border-radius: 4px;
	line-height: 1.3;
	padding: 0.2em 0.65em 0.2em 2em;
}
label.inputBtnstyle span.inputButton:hover{
	background-color: #a4cffb;
}
label.inputBtnstyle input[type="radio"] + span.inputButton::before,
label.inputBtnstyle input[type="checkbox"] + span.inputButton::before {
	border: 4px solid #e5eaef;
	border-width: 0 3px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -0em 0em 0em 1em;
	width: 0.5em;
	height: 0.9em;
	position: absolute;
	top: 0em;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton{
	color: #ffffff;
	background-color: #00a907;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton:hover,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton:hover{
	background-color: #51e957;
} 
label.inputBtnstyle input[type="radio"]:checked + span.inputButton::before,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton::before {
	border: 4px solid #ffc807;
	border-width: 0 3px 4px 0;
}
/**日付を入れる.checkDaybox**/
label.inputBtnstyle span.inputButton.checkDaybox{
	padding: 0.2em 0.65em 0.2em 0.65em;
	width: 14em;
}
label.inputBtnstyle span.inputButton.checkDaybox .checkDay{
	display: block;
	text-align: center;
}
label.inputBtnstyle input[type="radio"] + span.inputButton.checkDaybox::before,
label.inputBtnstyle input[type="checkbox"] + span.inputButton.checkDaybox::before {
	border-width: 0px 5px 6px 0;
    margin: -1em 0em 0em 1em;
    width: 0.9em;
    height: 1.5em;
}
/**ステータス用.checkStatus**/
label.inputBtnstyle span.inputButton.checkStatus{
	padding: 1em 0.5em 0.2em 2em;
	width: 9em;
	height: 3em;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus{
	background-color: #007dfc;
}
label.inputBtnstyle input[type="radio"] + span.inputButton.checkStatus::before,
label.inputBtnstyle input[type="checkbox"] + span.inputButton.checkStatus::before {
	border-width: 0px 5px 6px 0;
    margin: -0.5em 0em 0em 0.8em;
    width: 0.9em;
    height: 1.5em;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus:hover,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus:hover{
	background-color: #6b8fdf;
} 
/*2行*/
label.inputBtnstyle span.inputButton.checkStatus.twolines{
	padding: 0.2em 0.5em 0.2em 2em;
}
label.inputBtnstyle input[type="radio"] + span.inputButton.checkStatus.twolines::before,
label.inputBtnstyle input[type="checkbox"] + span.inputButton.checkStatus.twolines::before {
    margin: -0.9em 0em 0em 0.8em;
}
/*色1*/
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus.cbColor-ok,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus.cbColor-ok{
	background-color: #00a907;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus.cbColor-ok:hover,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus.cbColor-ok:hover{
	background-color: #51e957;
}
/*色2*/
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus.cbColor-ng,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus.cbColor-ng{
	background-color: #e12525;
}
label.inputBtnstyle input[type="radio"] + span.inputButton.checkStatus.cbColor-ng::before,
label.inputBtnstyle input[type="checkbox"] + span.inputButton.checkStatus.cbColor-ng::before {
	border-width: 0 5px 0 0;
}
label.inputBtnstyle input[type="radio"] + span.inputButton.checkStatus.cbColor-ng::after,
label.inputBtnstyle input[type="checkbox"] + span.inputButton.checkStatus.cbColor-ng::after {
	border: 4px solid #e5eaef;
	border-width: 0 0px 5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -0em 0em 0em 0.8em;
	width: 1.5em;
	height: 0.6em;
	position: absolute;
	top: 0em;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus.cbColor-ng:hover,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus.cbColor-ng:hover{
	background-color: #ff0000;
} 
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus.cbColor-ng::before,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus.cbColor-ng::before,
label.inputBtnstyle input[type="radio"]:checked + span.inputButton.checkStatus.cbColor-ng::after,
label.inputBtnstyle input[type="checkbox"]:checked + span.inputButton.checkStatus.cbColor-ng::after{
	border-color:#ffffff;
}

label.inputBtnstyle input[type="radio"]:disabled + span.inputButton,
label.inputBtnstyle input[type="checkbox"]:disabled + span.inputButton {
	pointer-events: none;
	cursor:none; 
}

.statusTag{
	display: inline-block;
    border: #dfdfdf solid 1px;
    border-radius: 3px;
    white-space: nowrap;
    line-height: 1;
    padding: 0.2em 0.6em;
    margin: 0.1em;
    background-color: #e9f2fb;
}
.statusTag.lostorderTag{
    border: #dfdfdf solid 1px;
    background-color: #fbe9e9;
	color: #dd0000;
}
.list-table tr > td .listinner-linktext.workerRemBtn{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	background-color: #a2b5d1;
	color: #ffffff;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
}
.list-table tr > td .listinner-linktext.workerRemBtn:hover{
	background-color: #dd5b5b;
}
/*承認ボタンごとにエラーを出す場合*/
.formsetBox > dd.innererrorBox > .formPack{
	vertical-align: top;
}
/**営業：活動履歴****************/
.totallingArea{

}
.tableWrap.borderLesstable .tableBasic.totallingArea tr > th,
.tableWrap.borderLesstable .tableBasic.totallingArea tr > td {
	padding: 0.25rem 0.5rem 0.25rem 0;
}

.totallingArea .formsetBox > dt{
	border-left: #5578c6 solid 4px;
	width: 10em;
}
.totallingArea .formsetBox > dd{
	padding: 0.15em 0.25em 0.15em 0.25em;
	width: calc(100% - 10em);
}
.totallingArea .formsetBox.shortset > dt{
	width: 8em;
}
.totallingArea .formsetBox.shortset > dd{
	width: calc(100% - 8em);
}
.totallingArea .formsetBox > dd .totallingBox{
	display: inline-block;
	border: #cccccc solid 1px;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 1;
	padding: 0.2em 0.2em;
	background-color: #fafafa;
}
.totallingArea .formsetBox > dd .totallingBox.infogood{
	color: #009900;
	background-color: #f0fff0;
}
.totallingArea .formsetBox > dd .totallingBox.infobad{
	color: #dd0000;
	background-color: #fff0f0;
}
.totallingArea .formsetBox > dd .totallingBox .numbertype{
	font-weight: bold;
	margin-left: 0.1em;
	margin-right: 0.1em;
}
.setScrolltable{
	max-height: 400px;
	overflow-y: scroll;
}

/**画面切り替えボタン（利用者← →職員）****************/

.buttonSwitchWrap{
	margin-top: 1em;
	text-align: center;
}
a.buttonSwitch {
    display: inline-block;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #8b95a7;
    padding: 0.2em 2.6em 0.2em 0.65em;
    letter-spacing: 0em;
    border-radius: 4px;
	
	position:relative;
	line-height:2em;
}
a.buttonSwitch:after{
	position:absolute;
	right:0.4em;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background-image: url("/img/iconsvg_pageswitch_w.svg");
	background-size: 2em auto;
	background-position: center center;
	background-repeat: no-repeat;
}
a.buttonSwitch:hover{
	background-color: #a6b2c8;
}
a.buttonSwitch > span{
	font-weight: bold;
}

/**リストテーブル内にインプットを入れる********/
.listformsetBox {
	width: 12.5rem;
}
.listformsetBox > .formPack {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
}
.listformsetBox > .formPack:last-child {
    margin-right: 0em;
}
.listformsetBox > .formPack > input[type="time"] {
	padding: 0.1em 0.2em;
	line-height: 1;
}

a.buttonBasic.buttonSs.listInnertimeImp,
input.buttonBasic.buttonSs.listInnertimeImp{
	display: block;
	width: 100%;
	font-size: 10px;
	margin-top: 0.1rem;
	letter-spacing: 0.2em;
}

/**テーブル（.tableWrap.borderLesstable）丸ごと非活性**/
.tableWrap.borderLesstable.Inputlock{
	background-color: #cde9d9;
	border: #54b108 solid 1px;
}
.tableWrap.borderLesstable.Inputlock input,
.tableWrap.borderLesstable.Inputlock textarea,
.tableWrap.borderLesstable.Inputlock select,
.tableWrap.borderLesstable.Inputlock label,
.tableWrap.borderLesstable.Inputlock a{
	pointer-events: none;
}

/**減算項目 定員超過 日付を選択**/
.tableWrap.borderLesstable .tableBasic .overcapacity tr > th,
.tableWrap.borderLesstable .tableBasic .overcapacity tr > td {
	padding: 0rem 0.0rem 0rem 0;
	background-color: inherit;
	line-height: 1;
}
.tableWrap.borderLesstable .tableBasic .overcapacity tr > th {
	padding-right: 1em;
    padding-top: 1em;
}

/*********************************************
.disablCheckform 以下のinput（labelからradio,checkbox,text含む）,textarea,select
*********************************************/
.disablCheckform label.customCheck{
	pointer-events: none;
}
.disablCheckform label.customCheck input[type="radio"] + span, 
.disablCheckform label.customCheck input[type="checkbox"] + span {
	color: #cccccc;
}
.disablCheckform label.customCheck input[type="radio"] + span::before, 
.disablCheckform label.customCheck input[type="checkbox"] + span::before {
	border-color: #f0f0f0;
}
.disablCheckform label.customCheck input[type="radio"]:checked + span::before {
	border: #cccccc solid 2px;
}
.disablCheckform label.customCheck input[type="checkbox"]:checked + span::before {
	border: #cccccc solid 2px;
}
.disablCheckform label.customCheck input[type="radio"]:checked + span::after {
	background-color: #cccccc;
}
.disablCheckform label.customCheck input[type="checkbox"]:checked + span::after {
  border: 4px solid #cccccc;
}

.disablCheckform select,
.disablCheckform input,
.disablCheckform textarea {
    color: #cccccc;
    border: #cccccc solid 1px;
	pointer-events: none;
}
.disablCheckform label {
	pointer-events: none;
}

/**集計ボックス**/
.totallingBoxsWrap{
	width: 100%;
	overflow: hidden;
}
.totallingBoxsWrap > li {
	float: left;
	width: 24.85%;
	margin-right: 0.2%;
	border: #cccccc solid 1px;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 0.2%;
	border-radius: 3px;
	overflow: hidden;
}
.totallingBoxsWrap > li:nth-child(4n) {
	margin-right: 0;
}
.totallingBoxsWrap > li > dl {
	width: 100%;
	overflow: hidden;
}
.totallingBoxsWrap > li > dl dt {
	float: left;
	width: 70%;
	text-align: center;
	background-color: #ededed;
	border-right: #cccccc solid 1px;
	box-sizing: border-box;
}
.totallingBoxsWrap > li > dl dd {
	float: left;
	width: 30%;
	text-align: center;
}

/**利用者経過記録 テキスト制作***/
.templateMakebox {
	border: #cccccc solid 1px;
	padding: 0.25em 0.25em 0em;
	border-radius: 3px;
	background-color: #f0f0f0;
	margin-top: 0.25em;
}
.templateMakebox .formPack.tempttl {
	font-size: 0.9em;
	line-height: 1.2;
	margin-bottom: 0.25em;
}
.templateMakebox .formPack.tempinputbtn {
	float: right;
	margin-right: 0;
}
.templateMakebox .formPack {
	margin-bottom: 0.25em;
}
.templateMakebox .formPack {
	font-size: 0.9em;
}
.templateMakebox .formPack select {
	font-size: 1em;
}

/**********************************************/
.wrapper.loginPage{
	background-color: #f47320;
}
.loginPage .containerInner{
	width: 500px;
}
.loginPage .loginimgttl{
	width: 60%;
	margin: 10% auto;
}

.loginPage .loginimgttl img{
	width: 100%;
	height: auto;
}
.loginPage .tableWrap.borderLesstable {
	border: none;
	padding: 2em 3em 3em 3em;
	box-sizing: border-box;
	border-radius: 10px;
}
/************************************************/

.message-board{
	background-color: #ffede1;
	margin-top: 80px;
	padding: 3em 2em;
}
.boxinnerttl{
	background-color: #ffbb8e;
	border-radius: 4px;
	padding: 0.2em 1em;
	margin-bottom: 0.5em;
}
.message-board.urlcode{
	margin-top: 0px;
	text-align: center;
}
.message-board.urlcode .codettl{
	font-weight: bold;
	margin-bottom: 0.25em;
	color: #f47320;
}
/**************/

.templatemakeArea{
	width: 100%;
	overflow: hidden;
}
.templatemakeArea > li ul{
	width: 100%;
	overflow: hidden;
}
.templatemakeArea > li.templ-addbox ul{
	border-bottom: #999999 dotted 1px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.templatemakeArea > li ul > li{
	float: left;
	margin-right: 2%;
}
.templatemakeArea > li.templ-ttlbox ul > li{
	background-color: #efefef;
	border: #e0e0e0 solid 1px;
	padding: 0.25em 0em 0.25em 0.5em;
	box-sizing: border-box;
}
.templatemakeArea > li.templ-ttlbox ul > li .dtStyle{
	border-left: #f47320 solid 4px;
	padding: 0.15em 0.25em 0.15em 0.25em;
	font-weight: bold;
}

.templatemakeArea > li ul > li:last-child{
	margin-right: 0%;
}
.templatemakeArea > li ul > li.box-item{
	width: 38%;
}
.templatemakeArea > li ul > li.box-price{
	width: 13%;
}
.templatemakeArea > li ul > li.box-note{
	width: 38%;
}
.templatemakeArea > li ul > li.box-delete{
	width: 5%;
}

.templatemakeArea > li ul > li.box-role{
	width: 25%;
}
.templatemakeArea > li ul > li.box-name{
	width: 25%;
}
.templatemakeArea > li ul > li.box-onstage{
	width: 39%;
}

.templatemakeArea.addSuryo > li ul > li.box-item{
	width: 38%;
}
.templatemakeArea.addSuryo > li ul > li.box-price{
	width: 13%;
}
.templatemakeArea.addSuryo > li ul > li.box-note{
	width: 37%;
}
.templatemakeArea.addSuryo > li ul > li.box-qty{
	width: 6%;
}

.templatemakeArea.addSuryo-time > li ul > li.box-item{
	width: 32%;
}
.templatemakeArea.addSuryo-time > li ul > li.box-price{
	width: 13%;
}
.templatemakeArea.addSuryo-time > li ul > li.box-note{
	width: 31%;
}
.templatemakeArea.addSuryo-time > li ul > li.box-time{
	width: 10%;
}
.templatemakeArea.addSuryo-time > li ul > li.box-qty{
	width: 6%;
}

.templatemakeArea.addSuryo-time > li ul > li .formPack.valuetext{/*値の表示*/
	line-height: 1.5;
}

.templatemakeArea > li.templ-addbox ul > li .formPack input[type="text"]{
	width: 100%;
	box-sizing: border-box;
}
.templatemakeArea > li.templ-addbox ul > li .formPack input[type="number"]{
	text-align: right;
	width: 100%;
	box-sizing: border-box;
}
.templatemakeArea > li.templ-addbox ul > li.box-delete .formPack .deleteBtn{
	font-size: 14px;
	padding: 0.35em 0.65em 0.35em 0.75em;
}
.templatemakeArea > li.templ-btnbox {
	text-align: center;
	margin-top: 2%;
}
.templatemakeArea > li.templ-total {
	margin-top: 0.25em;
	text-align: right;
}
.templatemakeArea > li.templ-total .priceTotal{
	margin-top: 0.2em;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}
.templatemakeArea > li.templ-total.templ-set-total{
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: #000000 solid 2px;
}
.templatemakeArea > li.templ-total.templ-set-total .priceTotal{
	font-size: 1.3em;
}

.tsInc{
	font-size: 75%;
}


.frameBorder{
	border-left: #ffbb8e solid 10px;
	border-right: #ffbb8e solid 10px;
	border-bottom: #ffbb8e solid 10px;
	margin-top: 2rem;
}
.specialttlWrap {
	background-color: #ffbb8e;
}
.specialttlWrap p{
	text-align: center;
	font-weight: bold;
	color: #404040;
	font-size: 1.2em;
	line-height: 2.5;
	letter-spacing: 0.4em;
}
.frameBorder .frameBorderInner{
	padding: 0 1em 1em 1em;
}
						
.formsetBox .formPack .formw40em{
	width: 40em;
}
.formsetBox .formPack .formw30em{
	width: 30em;
}
.formsetBox .formPack .formw20em{
	width: 20em;
}
.formsetBox .formPack .formw12em{
	width: 12em;
}
.formsetBox .formPack .formw10em{
	width: 10em;
}
/**************/
.iconBtn{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: #f47320 solid 1px;
	display: inline-block;
	background-color: #ffe6d6;
	border-radius: 4px;
	padding: 2px;
}
.iconBtn:first-child{
	margin-left: 0px;
}
.iconBtn:hover{
	background-color: #f47320;
}
.iconBtn > img{
	width: 24px;
	height: auto;
}


/************************************************/
.errorwrapTtl{
	margin-top: 2rem;
	background-color: #dd0000;
	color: #ffffff;
	border-radius: 8px 8px 0px 0px;
	font-size: 1.1em;
	text-align: center;
	line-height: 2;
}
.errorwrap{
	border-left: #dd0000 solid 4px;
	border-right: #dd0000 solid 4px;
	border-bottom: #dd0000 solid 4px;
	border-radius: 0px 0px 8px 8px;
	background-color: #FBE4E4;
	padding: 1.5em 2em;
}
.errorwrap .error{
	color: #dd0000;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.errorwrap .error::before{
	content: "・";
}
.errorwrap .error:last-child{
	margin-bottom: 0em;
}

/************************************************/
.iconBtn {
	position: relative;
}
.iconFukidashi {
	display: none;
	width: 40px;
	font-size: 0.8em;
	position: absolute;
	bottom: 36px;
	left: -5px;
	padding: 0 0;
	line-height: 2;
	border-radius: 6px;
	background: #404040;
	color: #fff;
	text-align: center;

}
.iconFukidashi:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -10px;
	margin-left: 13px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: #404040;
	border-width: 6px;
	pointer-events: none;
	content: " ";
}
.iconBtn:hover .iconFukidashi {
	display: block;
}






