﻿/*
@charset "Shift-JIS";
*/

/*---------- ページ全体の指定 ----------*/
* 
{
	/* --- Box Model --- */
	margin: 0;
	padding: 0;
	/* --- Font --- */
	font-family: 'Meiryo', 'MS PGothic', 'sans-serif';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	/* --- Others --- */
	word-break: break-all;
}

body 
{
	/* --- Color--- */
	color: #f8f8f8;
	/* --- Text --- */
	text-align: center;
	/* --- Background --- */
	background-color: #222222;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}

a
{
	/* --- Color--- */
	color: #ffffff;
	/* --- Text --- */
	text-decoration: none;
}
a:visited 
{
	/* --- Color--- */
	color: #ffffff;
	/* --- Text --- */
	text-decoration: none;
}
a:hover 
{
	/* --- User Interface --- */
	cursor: pointer;
	/* --- Color--- */
	color: #ffffff;
	/* --- Text --- */
	text-decoration: underline;
}

a:hover img
{
	/* --- Others --- */
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

a img 
{ 
	/* --- Box Model --- */
	border-width: 0;
}


img 
{
	/* --- Box Model --- */
	border-width: 0;
}

table
{
}
thead
{
}
tbody
{
}
tr
{
}
th
{
}
td
{
}



div
{
}

p
{
}

span
{
}

input
{
	/* --- Box Model --- */
	margin: 1px 0 1px 1px;
}
input[type='text']
{
}
input[type='password']
{
}
input[type='checkbox']
{
	/* --- Box Model --- */
	margin: 1px 3px 1px 1px;
}
input[type='button']
{
}
input[type='radio']
{
	/* --- Box Model --- */
	margin: 2px 2px 2px 1px;
}
input[type='submit']
{
}
input[type='reset']
{
}
input[type='file']
{
}
input[type='image']
{
}
input[type='image']:hover
{
	/* --- Others --- */
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

select
{
	/* --- Box Model --- */
	margin: 1px 0 1px 1px;
}

textarea
{
	/* --- Box Model --- */
	margin: 1px 0 1px 1px;
}

button
{
}

caption
{
}

form
{
}

ul
{
}

li
{
}

hr
{
}


h1
{
}
h2
{
	/* --- Visual Format Model --- */
	width: 300px;
	height: 30px;
	line-height: 30px;
	/* --- Box Model --- */
	margin: 3px 0 2px 0;
	/* --- Font --- */
	font-size: 14px;
	/* --- Text --- */
	text-indent: 0px;
	letter-spacing: 1px;
	/* --- Color--- */
	/*color: #000000;*/
	/* --- Background --- */
	/*
    background-image: url('images/h2_bg.png');
	background-position: left top;
	background-repeat: no-repeat;
    */
}
h3
{
}
h4
{
	/* --- Box Model --- */
	margin: 1px 0 1px 0;
	padding: 1px 0 0 0;
	height: 30px;
	line-height: 30px;
	width: 165px;
	/* --- Color--- */
	color: #ffffff;
	/* --- Font --- */
	font-size: 13px;
	/* --- Text --- */
	text-indent: 28px;
	letter-spacing: 1px;
	/* --- Background --- */
	background-image: url('images/h4_bg.png');
	background-repeat: no-repeat;
	background-position: left;
}

iframe
{
	/* --- Visual Format Model --- */
	width: 100%;
	height: 100%;
	/* --- Visual Effect --- */
	overflow: visible;
	/* --- Box Model --- */
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}



/**********************************************************************/
.left 
{
	/* --- Text --- */
	text-align: left;
}
.center 
{
	/* --- Text --- */
	text-indent: 0;
	text-align: center;
}
.right 
{
	/* --- Text --- */
	text-align: right;
}
.top
{
	/* --- Visual Format Model --- */
	vertical-align: top;
}
.middle
{
	/* --- Visual Format Model --- */
	vertical-align: middle;
}
.bottom
{
	/* --- Visual Format Model --- */
	vertical-align: bottom;
}

.table-fixed
{
	/* --- Table --- */
	table-layout: fixed;
}

.block
{
	/* --- Visual Format Model --- */
	display: block;
}
.inline
{
	/* --- Visual Format Model --- */
	display: inline;
}

.flowlayout
{
	/* --- Visual Format Model --- */
	float: left;
}

.flowlayout_clear
{
	/* --- Visual Format Model --- */
	clear: left;
}


/**********************************************************************/
.margin-right-middle
{
	/* --- Box Model --- */
	margin-right: 5px;
}




/**********************************************************************/
.outline-debug
{
	/* --- User Interface --- */
	outline-width: 2px;
	outline-style: solid;
	outline-color: #ff0000;
}



/**********************************************************************/
.bg
{
	/* --- Visual Format Model --- */
	width: 98%;
	min-width:1255px;
	/* --- Visual Effect --- */
	overflow-y: visible;
	/* --- Box Model --- */
	margin-left:5px;
	/*margin: 0 auto 2px auto;*/	
	border-top: solid 0 #b2b2b2;
	border-right: solid 0px #b2b2b2;
	border-bottom: solid 0px #b2b2b2;
	border-left: solid 0px #b2b2b2;
	/* --- Text --- */
	text-align: left;
	/* --- Background --- */
	background-color: transparent;
}




/**********************************************************************/
#header 
{
	/* --- Visual Format Model --- */
	position: relative;
	height: 70px;
	/* --- Box Model --- */
	border-top: solid 0px #000000;
	border-right: solid 0px #000000;
	border-bottom: solid 0px #696969;
	border-left: solid 0px #696969;
	margin: 1px 0 3px 0;
}
#header *
{
	/* --- Visual Format Model --- */
	z-index: 1000;
	/* --- Font --- */
	font-size: 11px;
}


#header div#title 
{
	/* --- Visual Format Model --- */
	top: 0;
	left: 0px;
	height: 70px;
	width: 250px;
	/* --- Visual Effect --- */
	overflow: hidden;
	/* --- Box Model --- */
	padding: 0 0 0 0;
	/* --- Color--- */
	color: #000000;
	/* --- Font --- */
	font-weight:normal;
	/* --- Text --- */
	text-indent: 0;	
	text-align: left;
}
#header div#title:hover
{
	/* --- Others --- */
	cursor: pointer;
}
#header div#title *
{
	/* --- Color--- */
	color: #000000;	
	/* --- Font --- */
	font-size: 15px;
	/* --- Text --- */
	text-decoration: none;
	/* --- Background --- */
	background-color: transparent;
}

#header div#systemPhrase
{
	/* --- Visual Format Model --- */
	position: absolute;
	top: 5px;
	left: 380px;
	height: 20px;
	width: 500px;
	/* --- Visual Effect --- */
	overflow: hidden;
	/* --- Box Model --- */
	padding: 0 0 0 0;
	/* --- Color--- */
	color: #ffffff;
	/* --- Font --- */
	font-size: 14px;
	font-weight:normal;
	/* --- Text --- */
	text-indent: 0;	
	text-align: left;
}
	
#header div#header_info
{
	/* --- Visual Format Model --- */
	position: absolute;
	top: 35px;
	left: 270px;
	height: 30px;
	float: left;
	line-height: 30px;
}


#header div#header_menu 
{
	/* --- Visual Format Model --- */
	position: absolute;
	top: 0px;
	left: 740px;
	float: left;
	line-height: 30px;
	/* --- Box Model --- */
	padding: 0 0 0 0;
	/* --- Color--- */
	color: #ffffff;	
	/* --- Font --- */
	font-size: 14px;
	/* --- Text --- */
	text-indent: 0px;
	text-align: left;
	letter-spacing: -1px;
	/* --- Background --- */
	background-color: transparent;
}

#header div#header_menu li a
{
	/* --- Visual Format Model --- */
	display: inline;
	/* --- Color--- */
	color: #ffffff;	
	/* --- Font --- */
	font-size: 14px;
	/* --- Text --- */
	/*text-align:left;*/
    white-space: nowrap;
	/* --- Others --- */
	word-break: keep-all;
}

#header_menu ul
{
	/* --- Created Contents, Numbering and List --- */
	list-style-type: none;
}
#header_menu ul li
{
	/* --- Visual Format Model --- */
	z-index: 7000;
	min-width: 100px;
	/* --- Box Model --- */
	padding: 0 0 0 0;
	margin-left: -1px;
	border-left: #f8f8f8 solid 0px;
	border-right: #f8f8f8 solid 0px;
	/* --- Text --- */
	text-align: center;
}
#header_menu ul li ul
{
	/* --- Box Model --- */
	margin-top: 0px;
}

/* ヘッダメニューのプルダウンメニュー部分 */
#header_menu ul li ul li
{
	/* --- Visual Format Model --- */
	z-index: 9999;
	min-width: 900px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	/* --- Box Model --- */ 
	padding: 0 5px 0 5px;
	margin: -1px 0 0 0;
	border-top: none 0px #46591e;
	border-right: solid 1px #46591e;
	border-bottom: solid 0px #46591e;
	border-left: solid 1px #46591e;
	/* --- Color--- */
	color: #f8f8f8;	
	/* --- Background --- */
	background-color: #555555;
	background-repeat: no-repeat;
	background-position: left top;
	/* --- Text --- */
	text-indent: 0px;
	text-align: center;
}
#header_menu .sub
{
	/* --- Box Model --- */
	min-width: 100px;
	border-bottom: solid 1px #c0c0c0;
	/* --- Text --- */
	text-decoration: none;
}
/* ヘッダメニューのプルダウンメニューのプルダウンメニュー部分 */
#header_menu ul li ul li ul
{
	width:100%;
	top:1px;
	left:100%;
}
#header_menu ul li ul li ul li
{
	/* --- Visual Format Model --- */
	z-index: 9000;
	min-width: 900px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	/* --- Box Model --- */ 
	padding: 0 5px 0 5px;
	margin: -1 0 0 0;
	border-top: none 0px #46591e;
	border-right: solid 1px #46591e;
	border-bottom: solid 0px #46591e;
	border-left: solid 1px #46591e;
	/* --- Color--- */
	color: #f8f8f8;	
	/* --- Background --- */
	background-color: #555555;
	background-repeat: no-repeat;
	background-position: left top;
	/* --- Text --- */
	text-indent: 0px;
	text-align: center;
}
#header_menu .sub2
{
	/* --- Box Model --- */
	min-width: 100px;
	width:270px;
	border-bottom: solid 1px #c0c0c0;
	/* --- Text --- */
	text-decoration: none;
}
.submenua
{
	width:100%;
	color:Black;
}

.menubutton
{
	width:25px;
	position:absolute;
	left:900px;
	top:-35px;
	background-color: #bfbfbf;
    color: #000000;
	text-align: center;
}
.submenu
{
	clear:left;	
	border-bottom: 2px solid #0232ad;
	margin-bottom:4px;
	font-size: 14px;
	font-weight:bold;
}
.submenu.sub
{
	display:block;
	border:hidden; 
	font-size: 13px;
	font-weight:normal;
	margin-bottom:0;
}
.submenu.sub:before
{
	content: url(../menu_icon/bar_left.png);
	position:relative;
	left: 5px;
}
.submenu.sub:after
{
	content: url(../menu_icon/bar_right.png);
	position:relative;
	left: 5px;	
}
.sub2menu
{
}
.icon
{
	width: 70px;
	height: 70px;
	margin-left: 10px;
	margin-right: 10px;
}
.iconname
{
	width: 90px;
	height: 20px;
	text-align: center;
	color: Black;
	word-break: break-all;
	overflow: hidden;
	/* --- Font --- */
	font-size: 12px;
}
.submenulead
{
	padding: 0 0 0 10px;
	display: block;	
	float: left;
}
.submenui
{
	display: block;	
	float: left;
}
/*#############################################################*/

/**********************************************************************/
#navigator_menu
{
}


/**********************************************************************/
.contents 
{
	/* --- Visual Format Model --- */
	clear: left;
	/* --- Box Model --- */
	margin: 0 auto 0 0;
	padding: 1px 2px 0 7px;
	border-top: solid 0px #5d7527;
	border-right: solid 0px #5d7527;
	border-bottom: solid 0 #5d7527;
	border-left: solid 0px #5d7527;
	/* --- Background --- */
	/*
	background-color: transparent;
	background-image: url('./user_images/user_bg_00001.png');
	background-repeat: repeat;
    */
	background-color: transparent;
}
.contents * 
{
	/* --- Visual Format Model --- */
	z-index: 1;	
}



/**********************************************************************/
.main 
{    
	/* --- Visual Format Model --- */
	position: relative;
	/* --- Box Model --- */
	/*20170105 DEL T.Murakami*/
	/* min-height: 300px; */
	/* --- Background --- */
	background-color: transparent;
	/* --- Box Model --- */
	padding: 1px 0 1px 0;
}
.main p {
	/* --- Visual Format Model --- */
	line-height: 2.0em;
	/* --- Box Model --- */
	margin: 0 0 16px 0;
}





/**********************************************************************/

#footer 
{
	/* --- Visual Format Model --- */
	clear: both;
	/* --- Box Model --- */
	margin: 0 0 0 0;
	padding: 5px 10px 10px 10px;
	border-top: solid 1px #7d7d7d;
	border-right: solid 0px #5d7527;
	border-bottom: solid 0px #5d7527;
	border-left: solid 0px #5d7527;
	/* --- Color--- */
	/*color: #080808;*/
	/* --- Font --- */
	font-size: 12px;
	/* --- Text --- */
	text-indent: 0;
	text-align: left;
	/* --- Background --- */
	background-color: transparent;
	/*background-image: url('./images/footer_bg.png');*/
	background-repeat: repeat-x;
}
#footer a 
{
	/* --- Color--- */
	/*color: #080808;*/
	/* --- Text --- */
	text-decoration: none;
}
#footer a:hover 
{
	/* --- Color--- */
	/*color: #474a4d;*/
	text-decoration: underline;
}


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/*-----------------------------------*/
/* table                             */
/*-----------------------------------*/

.table
{
	/* --- Box Model --- */
	margin: 1px 0 2px 0;
	border-width: 0;
	/* --- Table --- */
	border-collapse: separate;
	empty-cells: show;
	/* --- Background --- */
	/*background-color:#ffffff;*/
}
.tr
{
	/* --- Color--- */
	/*color: #000000;*/
}

.th-row
{
	/* --- Box Model --- */
	padding: 2px 5px 2px 5px;
	border-width: 1px;
	border-color: #7a99cf;
	border-style: solid;
	/* --- Text --- */
	text-indent: 0px;
	/* --- Background --- */
	/*background-color: #eaedf7;*/
	/* --- Color--- */
	/*color: #220000;*/
	/* --- Others --- */
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}
.th-empty
{
}
.th-column
{
	/* --- Box Model --- */
	padding: 2px 5px 2px 5px;
	border-width: 1px;
	border-color: #7a99cf;
	border-style: solid;
	/* --- Text --- */
	text-indent: 0px;
	/* --- Color--- */
	/*color: #220000;*/
	/* --- Background --- */
	/*background-color: #eaedf7;*/
	/* --- Others --- */
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}


.td
{
	/* --- Box Model --- */
	padding: 2px 0 2px 0;
	border-width: 1px;
	border-color: #7a99cf;
	border-style: solid;
	height: 22px;
	/* --- Text --- */
	text-indent: 1px;
	/* --- Background --- */
	/*background-color: #f8fbf8;*/
	/* --- Others --- */
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.odd-row
{
	/* --- Background --- */
	background-color: #ffffff;
}
.even-row
{
	/* --- Background --- */
	background-color: #f3f5f6;
}










/*-----------------------------------*/
/* button                             */
/*-----------------------------------*/
.button,
.button:visited
{
	display: inline-block;
	width: 100px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	outline: none;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.button:before,
.button:after 
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button:visited,
.button:before,
.button:after 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover
{
	text-decoration: none;
}

/*-------------------------------*/
.button.black:link, .button.black:visited
{
	background-color: #666666;
	color: #ffffff;
	border-radius: 5px / 5px;
	-moz-border-radius: 5px / 5px;
	-webkit-border-radius: 5px / 5px;
	box-shadow: 1px 1px 2px #333333;
}
.button.black:hover
{
    background-color: #555555;
    color: #ffffff;
}
.button.black.row
{
	width:100px;
	height: 22px;
	font-size:12px;
	
}

/*-------------------------------*/
.button.skyblue:link, .button.skyblue:visited
{
    background-color: #58acfa;
    color: #ffffff;
    border-radius: 3px / 3px;
	-moz-border-radius: 3px / 3px;
	-webkit-border-radius: 3px / 3px;
	box-shadow: 1px 1px 2px #33adff;
}
.button.skyblue:hover
{
    background-color: #2e9afe;
    color: #ffffff;
}

/*-------------------------------*/
.button.blue:link, .button.blue:visited
{
    background-color: #0071b9;
    color: #ffffff;
    border-radius: 3px / 3px;
	-moz-border-radius: 3px / 3px;
	-webkit-border-radius: 3px / 3px;
	box-shadow: 1px 1px 2px #004b7d;
}
.button.blue:hover
{
    background-color: #0087e1;
    color: #ffffff;
}

/*-------------------------------*/
.button.gray:link, .button.gray:visited
{
    background-color: #666666;
    color: #ffffff;
    border-radius: 3px / 3px;
	-moz-border-radius: 3px / 3px;
	-webkit-border-radius: 3px / 3px;
	box-shadow: 1px 1px 2px #c0c0c0;
}
.button.gray:hover
{
    background-color: #4c4c4c;
    color: #ffffff;
}

/*-------------------------------*/
.button.silver:link, .button.silver:visited
{
    background-color: #c0c0c0;
    color: #000000;
    border-radius: 3px / 3px;
	-moz-border-radius: 3px / 3px;
	-webkit-border-radius: 3px / 3px;
	box-shadow: 1px 1px 2px #f0f0f0;
}
.button.silver:hover
{
    background-color: #bfbfbf;
    color: #000000;
}

/*-------------------------------*/
.button.red:link, .button.red:visited
{
    background-color: #db0000;
    color: #ffffff;
    border-radius: 3px / 3px;
	-moz-border-radius: 3px / 3px;
	-webkit-border-radius: 3px / 3px;
	box-shadow: 1px 1px 2px #c60000;
}
.button.red:hover
{
    background-color: #f70000;
    color: #ffffff;
}





/*-----------------------------------*/
/* div                             */
/*-----------------------------------*/
.div-tableHeaderVerticalScroll
{
	/* --- Visual Format Model --- */
	width:  990px;
	/* --- Visual Effect --- */
	overflow: hidden;
	/* --- Box Model --- */
	border-style: none;
	/* --- Text --- */
	text-align: left;
}

.div-tableDataVerticalScroll
{
	/* --- Visual Format Model --- */
	width: 990px;
	/*height: 415px;*/
	margin: 0 0 3px 0;
	/* --- Visual Effect --- */
	overflow-y: scroll;
	overflow-x: auto;
	/* --- Box Model --- */
	border-style: solid;
	border-color: #dcdcdc;
	border-width: 1px 0 1px 0;
	/* --- Text --- */
	text-align:left;
	
}


/*-----------------------------------*/
/* page navigation                   */
/*-----------------------------------*/
#pageNav *
{
    font-size: 13px;
    display: inline-block;
}
#pageNav span.pageNavMessage
{
    margin-left: 3px;
}
#pageNav a
{
    width: 35px;
    padding: 3px 0 1px 0;
    border: solid #c1c1ff 1px;
    text-decoration: none;
    text-align: center;
}
#pageNav a.normalPage, a.firstPage, a.lastPage, a.prevGroupPage, a.nextGroupPage, a.prevPage, a.nextPage
{
    background-color: #ffffff;
}
#pageNav a.normalPage:hover, a.firstPage:hover, a.lastPage:hover, a.prevGroupPage:hover, a.nextGroupPage:hover, a.prevPage:hover, a.nextPage:hover
{
    color: #0000ff;
    background-color: #e6e6fa;
}
#pageNav a.currentPage
{
    background-color: #8ec6ff;
}
#pageNav a.currentPage:hover
{
    color: #ffffff;
}
#pageNav a.disabledPage
{
    color: #c0c0c0;
}



/*-----------------------------------*/
/* box                               */
/*-----------------------------------*/
.box1
{
    background-color: #333333;
    border: #808080 solid 1px; 
    border-radius: 7px 0 0 7px/7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px/7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px/7px 0 0 7px;
}
.box2
{
    background-color: #333333;
    border: #808080 solid 1px; 
    border-radius: 0 7px 7px 0/0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0/0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0/0 7px 7px 0;
}


/*-----------------------------------*/
/* round                             */
/*-----------------------------------*/
.round
{
    border-radius: 5px 5px 5px 5px/5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px/5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px/5px 5px 5px 5px;
}
.roundTop
{
    border-radius: 5px 5px 0 0/5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0/5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0/5px 5px 0 0;
}
.roundBottom
{
    border-radius: 0 0 5px 5px/0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px/0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px/0 0 5px 5px;
}
.roundLeft
{
    border-radius: 5px 0 0 5px/5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px/5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px/5px 0 0 5px;
}
.roundRight
{
    border-radius: 0 5px 5px 0/0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0/0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0/0 5px 5px 0;
}

.roundTopLeft
{
    border-radius: 5px 0 0 0/5px 0 0 0;
    -moz-border-radius: 5px 0 0 0/5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0/5px 0 0 0;
}
.roundTopRight
{
    border-radius: 0 5px 0 0/0 5px 0 0;
    -moz-border-radius: 0 5px 0 0/0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0/0 5px 0 0;
}
.roundBottomRight
{
    border-radius: 0 0 5px 0/0 0 5px 0;
    -moz-border-radius: 0 0 5px 0/0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0/0 0 5px 0;
}
.roundBottomLeft
{
    border-radius: 0 0 0 5px/0 0 0 5px;
    -moz-border-radius: 0 0 0 5px/0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px/0 0 0 5px;
}



/*-----------------------------------*/
/* message                           */
/*-----------------------------------*/
.message-error
{
	/* --- Visual Format Model --- */
	display: inline-block;
	/* --- Box Model --- */
	padding: 2px 5px 2px 5px;
	margin: 3px 0 3px 0;
	border-top: solid 1px #ff0000;
	border-right: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
	border-left: solid 1px #ff0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* --- Color--- */
	color: #ff0000;
	/* --- Background --- */
	background-color: #ffd6ea;
}
.message-warn
{
	/* --- Visual Format Model --- */
	display: inline-block;
	/* --- Box Model --- */
	padding: 2px 5px 2px 5px;
	margin: 3px 0 3px 0;
	border-top: solid 1px #ff0000;
	border-right: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
	border-left: solid 1px #ff0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* --- Color--- */
	color: #ff0000;
	/* --- Background --- */
	background-color: #fff799;
}
.message-info
{
	/* --- Visual Format Model --- */
	display: inline-block;
	/* --- Box Model --- */
	padding: 2px 5px 2px 5px;
	margin: 3px 0 3px 0;
	border-top: solid 1px #043c78;
	border-right: solid 1px #043c78;
	border-bottom: solid 1px #043c78;
	border-left: solid 1px #043c78;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* --- Color--- */
	color: #043c78;
	/* --- Background --- */
	background-color: #eaeaff;
}
.message-info2
{
	/* --- Visual Format Model --- */
	display: inline-block;
	/* --- Box Model --- */
	padding: 2px 5px 2px 5px;
	margin: 3px 0 3px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* --- Color--- */
	color: #000000;
	/* --- Background --- */
	background-color: #7fff00;
}

/*---------------------------------*/
/* ime-mode
/*---------------------------------*/
.ime-mode-auto
{
	/* --- Others --- */
	ime-mode: auto;
}
.ime-mode-disabled
{
	/* --- Others --- */
	ime-mode: disabled;
}
.ime-mode-active
{
	/* --- Others --- */
	ime-mode: active;
}
.ime-mode-inactive
{
	/* --- Others --- */
	ime-mode: inactive;
}

/*---------------------------------*/
/* readonly, enabled=false         */
/*---------------------------------*/
.text-readonly
{
	/* --- Color --- */
	color: #808080;
	/* --- Background --- */
	background-color: #f5f5f5;
}

.text-disabled
{
	/* --- Color --- */
	color: #808080;
	/* --- Background --- */
	background-color: #f5f5f5;
}


/*---------------------------------*/
/* for DEMO Version                */
/*---------------------------------*/
.master-register
{
    display: none;
}
.master-register-dummy
{
    /*display: none;*/
}
.terminal-options-register
{
    /*display: none;*/
}
.terminal-options-register-dummy
{
    display: none;
}


/*---- 2018/03/07 Ver5.0.0 ADD Start M.nakashima ----*/
/* スライダーメニュー　*/
.select
{
	width: 10%;
	height:20px;
	float: left;
	/*text-align: center;*/
	color: #fefefe;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	
}
.select.slider_close
{
	color:#919191;
}
.select.slider_open
{
	font-weight:bold;
	color:#737373;
	
}
.select.slider_open:before
{
	content: "";
	display: block;
	position:relative;
	left: 0px;
	top: 21px;
	width: 60%;
	height: 2px;
	background-color: #f0150a;
	/*box-shadow: 2px 2px 2px rgba(119,119,119,0.4);*/
	opacity: 1;
    transform: translateX(0px);
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
/*.slider.open:before
{
	content:"「 ";
}
.slider.open:after
{
	content:" 」";
}*/
.select:hover
{
	color: #737373;
	font-weight:bold;
	font-size: 14px;
	display: inline-block;
	/*text-shadow:2px 2px 2px rgba(119,119,119,0.4);*/
	
}
.select:before,
.select.after
{
	content: "";
	position:relative;
	left: 0px;
	top: 21px;
	width: 0px;
	height: 2px;
	background-color: #fd0404;
}
.select:hover:before
{
	content: "";
	display: block;
	position:relative;
	left: 0px;
	top: 21px;
	width: 90%;
	height: 2px;
	background-color: #fd0404;
	background: linear-gradient(-135deg, #faa8a8, #fd0404);
	/*box-shadow: 2px 2px 2px rgba(119,119,119,0.4);*/
	opacity: 1;
    transform: translateX(0px);
    transition: width, 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.select:hover:after
{
	content: "";
	display: block;
	position:relative;
	left: 22px;
	top: 21px;
	width: 0px;
	height: 2px;
	background-color: #fd0404;
	/*box-shadow: 2px 2px 2px rgba(119,119,119,0.4);*/
	opacity: 1;
    transform: translateX(0px);
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
/*.slider:hover:before
{
	content: "";
    position: absolute;
    top: 75px;
    left: 47px;
    display: block;
    width: 17px;
    height: 3px;
    background-color: #907575;
 }*/

.sublist
{
	position:absolute;
	margin-top: 30px;
	width: 100%;
	height: 110px;
}
.sublist.target_open
{
	display:block;
}
.sublist.target_close
{
	display:none;
}
.sub2menu.fix
{
	height: 140px;
}
.sub2menu.sub
{
	height: 110px;
}

/*----- 2018/03/07 Ver5.0.0 ADD End M.nakashima -----*/
/*----- 2021/07/16 ADD Start Y.suzuki -----*/
.h-menu {
    position: absolute;
    left: 70px;
    top: -30px;
}

/*inputのcheckboxは非表示に*/
.h-menuCheckbox {
    display: none;
}

/*ハンバーガーメニュー*/
.h-menu_icon {
    display: inline-block;
    width: 28px;
    height: 30px;
    vertical-align: middle;
    cursor:pointer;
    padding-left:5px
}

/*3本線*/
.hamburger-icon, .hamburger-icon::before, .hamburger-icon::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 1px;
    background: white;
    cursor: pointer;
}

    .hamburger-icon:before {
        top: 7px;
    }

    .hamburger-icon:after {
        top: 14px;
    }

/*メニュー以外を暗くする*/
#h-menu_black {
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .7s ease-in-out;
}

/*中身*/
#h-menu_content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    max-width: 380px;
    height: 93vh;
    padding: 53px 16px 16px;
    background: #1f2c37;
    overflow: auto;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

/*チェックボックスにチェックが入ったら表示*/
input:checked ~ .h-menu_icon .hamburger-icon {
    background: transparent;
}

    input:checked ~ .h-menu_icon .hamburger-icon::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px;
        z-index: 999;
    }

    input:checked ~ .h-menu_icon .hamburger-icon::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
        z-index: 999;
    }

input:checked ~ #h-menu_black {
    display: block; /*カバーを表示*/
    opacity: .8;
}

#h-menu_checkbox:checked ~ #h-menu_content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.h-menu_icon .hamburger-icon, .h-menu_icon .hamburger-icon::before, .h-menu_icon .hamburger-icon::after, #h-menu_black, #h-menu_content {
    -webkit-transition: all .3s;
    transition: all .3s;
}

#h-menu_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#h-menu_content ul li {
    color: white;
}

#h-menu_content li a {
    display: block;
    color: white;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
}

#h-menu_content li a:hover {
    background: #455b6d;
}

#h-menu_content > ul > li > ul:last-of-type > li:last-of-type > ul:last-of-type > li:last-of-type > a:last-of-type {
    padding-bottom: 10px;
}


/****** ツリーメニュー ******/

.tree-menu {
    margin: 0;
    padding: 0;
}

.tree-menu ul {
    display: none;
}

.tree-menu li {
    list-style-type: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tree-menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
    display: none;
}

.tree-menu label, .tree-menu a {
    position: relative;
    display: block;
    padding: 1px 10px;
}

.tree-menu label { /* 第1階層 */
    cursor: pointer;
    padding-left: 40px;
}

.tree-menu label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
}

.tree-menu label:after {
    content: "";
    position: absolute;
    top: 50%;
    /* 8px+12px-1px(幅2pxの半分) */
    left: 17px;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: translateY(-50%);
    transition: .6s;
}

.tree-menu a:after {
}

.tree-menu input[type=checkbox]:checked + label:after {
    top: 25%;
    opacity: 0;
    transform: rotate(90deg);
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tree-menu input[type=checkbox]:checked + label + ul,
.tree-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block;
    opacity: 1;
    animation-name: fade-in;
    animation-duration: .8s;
}

.tree-menu ul label,
.tree-menu ul a { /* 第2階層文字の位置 */
    padding-left: 50px;
}

    .tree-menu ul label:before { /* 第2階層の印の位置 */
        left: 20px;
    }

    .tree-menu ul label:after { /* 第2階層の印の位置 */
        left: 29px;
    }


.tree-menu ul ul label,
.tree-menu ul ul a { /* 第3階層文字の位置 */
    padding-left: 80px;
}

.tree-menu ul ul label:before { /* 第3階層の印の位置 */
    left: 50px;
}

.tree-menu ul ul label:after { /* 第3階層の印の位置 */
    left: 59px;
}

.tree-menu.animated label:before { /* アイコン回転の速さ */
}

.slide_icon {
    width: 30px;
    height: 30px;
    padding-right: 10px;
}


/* -------ポップアップ ----------*/
#trigger {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.2s;
    transform: scale(0);
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 500px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    border-radius: 10px;
    color: #000000;
}

.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
    visibility: hidden;
}

.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.open_btn {
    cursor: pointer;
}

    .open_btn:hover {
    }

/* ポップサブタイトル */
.pop_subTitleName {
    width: 500px;
    height: 25px;
    line-height: 25px;
    color: #000000;
    text-indent: 5px;
    margin: 5px;
}
/* ポップ項目 */
.pop_item {
    border: solid 1px #7a99cf;
    margin: 2px;
    float: left;
    background-color: #f8f8f8;
    text-indent: 1px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    color: #000000;
}
/* トリガーボタンデザイン */
.triggerCheck {
    float: left;
    font-size: 13px;
    margin: 3px 5px 0 5px;
    background-color: #0071b9;
    color: #ffffff;
    -webkit-border-radius: 3px / 3px;
    box-shadow: 1px 1px 2px #004b7d;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    width: 110px;
    text-align: center;
}

    .triggerCheck:hover {
        background-color: #0087e1;
    }

/* タイトル */
.titleName {
    /*width: 400px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background: -moz-linear-gradient(left, #0080e8, #0080e8, rgba(181, 222, 245, 0.8), rgba(189, 223, 245, 0.4), transparent);
    background: -webkit-linear-gradient(left, #0080e8, #0080e8, rgba(181, 222, 245, 0.8), rgba(189, 223, 245, 0.4), transparent);
    background: linear-gradient(to right, #0080e8, #0080e8, rgba(181, 222, 245, 0.8), rgba(189, 223, 245, 0.4), transparent);
    color: #fafafa;*/
    width: 220px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    border-bottom: #0080ce solid;
    color: #0080ce;
    font-weight: bold;
    font-size: 14px;
}

/* サブタイトル */
.subTitleName {
    width: 500px;
    height: 25px;
    line-height: 25px;
    color: #f8f8f8;
    text-indent: 5px;
    margin: 5px;
}

/* 項目 */
.item {
    border-bottom: solid 1px #7a99cf;
    margin: 2px;
    float: left;
    background-color: #FCFCFC;
    color: #220000;
    text-indent: 1px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    height: 25px;
    margin-bottom: 5px;
}

.sizeWrite {
    width: 280px;
    border: 0px;
    font-size: 16px;
}

    .sizeWrite:hover {
        width: 280px;
        border: 1px solid;
    }

.write::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/write.png);
    background-size: contain;
    vertical-align: middle;
}

.registAll {
    float: right;
    margin-right: 10px;
    width: 150px;
}

.registOne {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
}

.registDispItem {
    float: right;
    margin-top: 10px;
}

/*----- 2021/07/16 ADD End Y.suzuki -----*/
