@charset "utf-8";

/*========================================
	全共通
========================================*/
html, body {
	padding-top: 0;
	height: 100%;
	width: 100%;
	color:#FFFFFF;
	color:#000;
}
a{
	color:#FFFFFF;
	color:#0000FF;
	text-decoration:none;
}
a:hover img {
	filter: alpha(style=0, opacity=70);
	opacity: 0.7;
}
a:hover {
	text-decoration: none;
	color:#F00;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.inviewFadeLR, .inviewFadeRL {
	position: relative;
}
.BRSP {
	display: none;
}
body{
	background-color: #000;
	background-color: #eee;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	}


/*========================================
	ヘッダー
========================================*/
#headerRoot{
	position: fixed;
	width: 100%;
	z-index: 100;
	min-width:1000px;
	height:80px;
}
#headerWrap {
/*	background-image: url(../images/header_bg_green.jpg); */
	background-color: #eee;
	background-color: #2e8b57;
	background-repeat: repeat;
	background-position: center bottom;
	width: 100%;
	min-width:1580px;
	background-size: cover;
}
#header {
	height: 55px;
	width:100%;
	width:98%;
/*	max-width:1580px; */
	margin-right: auto;
	margin-left: auto;
}
#headerleft {
	float: left;
	padding-top: 10px;
}
.headerLogo {
	float: left;
}
.headerLogo img {
	display: block;
	height: 30px;
	width: 234px;
	width: auto;
	padding-top: 3px;
}
.headerleftP1 {
	font-size: 1.6em;
	border: 2px solid #FFF;
	line-height: 1em;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	background-color: rgba(0,0,0,0.5);
	border-radius: 6px;
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-left: 40px;
}
#headerRight {
	float: right;
}
.headerWelcome {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
}
.headerLogout {
	float: right;
	background-color: #000;
	margin-left: 10px;
	padding: 0.3em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-radius: 0px 0px 6px 6px;
}
.headerLogout img {
	height: 17px;
	width: 76px;
}
.headerLogout2 img {
	height: 17px;
	width: 133px;
}


/*========================================
	メニュー
========================================*/

#mainMenuWrap {
	width: 100%;
	height:25px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #696969), color-stop(0.94, #909090), color-stop(0.00, #ebebeb));
	background: -webkit-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
	background: linear-gradient(to bottom, #ebebeb 0%, #909090 94%, #696969 100%);

}
#mainMenu {
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#dropmenu {
	list-style-type: none;
	width:100%;
	margin-right: auto;
	margin-left: 20px;
}

#dropmenu .oya{
	margin-top:0.5em;
}

#dropmenu .kodomo{
	margin-top:0.47em;
}

#dropmenu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;

	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	padding-right: 2em;
	padding-bottom: 0;
	margin-left: 0;
	height:11px;
}

#dropmenu li a {
	display: block;
	text-decoration: none;
	color: #333;
}

#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: -8px;
  width: 150px;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 176px;
  height: 0;
  color: #fff;

	transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 10px;
  background: rgba(192,192,192,1);
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu > li:hover > a {  color:#FFF;}
#dropmenu > li:hover li:hover > a {  color:#FFF; background: #808080 }
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 176px;
}
/*
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 150px;
	top:-1px;
}
*/
#dropmenu li ul li ul li a {
			background: rgba(170,170,170,1);
	}
#dropmenu li:hover ul li ul li:hover > a {

	}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}



#mainMenuRight {
	float:right;
}
#mainMenuRight li {
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 0.5em;
	height:20px;
}

#dropmenu li:hover ul li ul li a:hover {  background: #606060 }

/*========================================
	コンテンツエリア
========================================*/
.contentAreaUpper{
	width:100%;
	height:90px;
	z-index: 1000;
}
#contentArea {
	height: calc(100% - 112px);
	min-height: 590px;
	width: calc(100% - 2em);
/*	max-width: 1920px; */
	min-width:1580px;
	min-width:1900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	z-index: 1000;
	/*
	background-color: #CCC;
	border-radius: 10px;
	border: 4px ridge #FC3;
	background-image: url(../images/mainbg_middle_center.gif);
	background-repeat: repeat;
	background-position: center top;
	background-size: 100% auto;
	padding:10px;
	*/
}

/*コンテンツフレームごとの固有CSS*/
.frametype3 #contentUp{
	height: 120px;

}
.frametype3 .contentMid{
	height:calc(100% - 130px);
}
.frametype3 #contentLeft{
	height: 100%;
	min-height: 200px;
	float: left;
}
.frametype3 #contentRight{
	height: 100%;
	min-height: 200px;
	float:left;
}


.scrollAreaHead .table1{
	width: calc(100% - 18px);
}
.scrollArea1{
	height: calc(100% - 40px);
	overflow-y:scroll;
	background-color: #151515;
	background-color: #ddd;
/*	background-color: #bbb; */
}
.contentHead16{
	height: 16px;

}

.GRgray {
/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #222), color-stop(0.00, #7f7f7f));
	background: -webkit-linear-gradient(#7f7f7f, #222);
	background: -moz-linear-gradient(#7f7f7f, #222);
	background: -o-linear-gradient(#7f7f7f, #222);
	background: -ms-linear-gradient(#7f7f7f, #222);
	background: linear-gradient(#7f7f7f, #222);
*/
	color: #FFF;
	background-color: #2e8b57;

}
.midashiSmall {
/*	font-size: 15px; */
	font-weight: bold;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}




.BTNyellow {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #bd9400), color-stop(0.94, #9e6200), color-stop(0.00, #e8da00));
	background: -webkit-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
	background: -moz-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
	background: -o-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
	background: -ms-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
	background: linear-gradient(to bottom, #e8da00 0%, #9e6200 94%, #bd9400 97%);

}
.BTNgreen {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #71bd00), color-stop(0.94, #319e00), color-stop(0.00, #c9e800));
	background: -webkit-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: -moz-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: -o-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: -ms-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: linear-gradient(to bottom, #c9e800 0%, #319e00 94%, #71bd00 97%);


}
.BTNmagenta {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #bd0096), color-stop(0.88, #9e0064), color-stop(0.00, #e800da));
	background: -webkit-linear-gradient(top, #e800da 0%, #9e0064 88%, #bd0096 97%);
	background: -moz-linear-gradient(top, #e800da 0%, #9e0064 88%, #bd0096 97%);
	background: -o-linear-gradient(top, #e800da 0%, #9e0064 88%, #bd0096 97%);
	background: -ms-linear-gradient(top, #e800da 0%, #9e0064 88%, #bd0096 97%);
	background: linear-gradient(to bottom, #e800da 0%, #9e0064 88%, #bd0096 97%);
}
.BTNsmall {
	border-radius:3px;
	padding:0.4em 1em;
	display:inline-block;
	margin:1px 1px;
	font-weight:bold;
	font-size:12px;
	-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-webkit-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-ms-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	line-height:1em;
}
.BTNssmall {
	border-radius:3px;
	padding:0.5em 1em;
	display:inline-block;
	margin:01px 1px;
	font-weight:bold;
	font-size:12px;
	-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-webkit-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-ms-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	line-height:1em;
}
.BTNmid {
	border-radius:3px;
	padding:0.5em 1em;
	display:inline-block;
	margin:2px 5px;
	font-weight:bold;
	font-size:15px;
	-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-webkit-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-ms-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	line-height:1em;
}
.BTNlarge {
	border-radius:3px;
	padding:0.5em 1em;
	display:inline-block;
	margin:2px 5px;
	font-weight:bold;
	font-size:18px;
	-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-webkit-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-ms-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	line-height:1em;
}
.BTNsmall:hover ,.BTNmid:hover ,.BTNlarge:hover{
	cursor:pointer;
	color: #F00;
}
.GRblue{
/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #09135b), color-stop(0.00, #002bda));
	background: -webkit-linear-gradient(#002bda, #09135b);
	background: -moz-linear-gradient(#002bda, #09135b);
	background: -o-linear-gradient(#002bda, #09135b);
	background: -ms-linear-gradient(#002bda, #09135b);
	background: linear-gradient(#002bda, #09135b);
*/
	color: #FFF;
	background-color: #669966;

/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #71bd00), color-stop(0.94, #319e00), color-stop(0.00, #c9e800));
	background: -webkit-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: -moz-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: -o-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: -ms-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
	background: linear-gradient(to bottom, #c9e800 0%, #319e00 94%, #71bd00 97%);

*/


}


.TABsmall {
	border-radius:5px 5px 0 0;
	padding:0.5em 1em;
	display:inline-block;
	margin:2px 5px 0 5px;
	font-weight:bold;
	font-size:12px;
	-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-webkit-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	-ms-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
	line-height:1em;
}
.TABenable {
	color: #FFF;
	background: linear-gradient(to bottom, #e8da00 0%, #9e6200 97%);
}
.TABdisable {
	color: #FFF;
	background: linear-gradient(#7f7f7f, #222);
}


.trOdd td{
	background-color:#222 !important;
	background-color:#fff !important;
}
.trLast td{
	background-color: #444 !important;
	font-weight:bold !important;
}

.TXleft{
	text-align:left !important;
}
.TXright{
	text-align:right !important;
}
.TXcenter{
	text-align:center !important;
}
.tableUP1{
	border: 1px solid #595959;
	background-color: #151515;
	background-color: #777;
	background-color: #ccc;
/*	width:100%; */
/*	max-width:800px; */
}












.tableUP1 td,.tableUP1 th{
	border: 1px solid #595959;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	height:20px;
}
.tableHead1{
	border: 1px solid #595959;
	background-color: #151515;
/*	width:100%; */

}
.tableHead1 td,.tableHead1 th{
	border: 1px solid #595959;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	height:20px;
	line-height:1em;
}

.table1{
	border: 1px solid #595959;
	background-color: #151515;
	background-color: #777;
	background-color: #ccc;
/*	width:100%; */

}
.table1 td,.table1 th{
	border: 1px solid #595959;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	height:20px;
	line-height:1em;
	word-break: break-all;
}
.tableTrance{
	background-color:initiale !important;
	border:none !important;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.tableTrance td{
	background-color:initiale !important;
	border:none !important;
}






.tableList1{
	width: 100%;
}

option{
	padding:0em 0.5em;
	margin:-2px 0 -2px 0;
}
input{
	padding:0em 0.5em;
	margin:-2px 0 -2px 0;
}
textarea{
	padding:0em 0.5em;
	margin:-2px 0 -2px 0;
	resize: none;
}
select{
	padding:0em 0.5em;
	margin:-2px 0 -2px 0;
}
.radio1 {
	line-height: 1em;
	margin-right: 1em;
}
.radio1 input{
	line-height: 1em;
	top: 2px;
	position: relative;
	margin-right: 0.2em;
}
.checkbox1{
	line-height: 1em;
	margin-right: 1.0em;
}
.checkbox1 input{
	line-height: 1em;
	top: 2px;
	position: relative;
	margin-right: 0.2em;
}
.inputTextS input{
	width:75px;
	margin-right: 0.2em;
}
.inputTextM input{
	width:150px;
	margin-right: 0.2em;
}
.inputTextM2 input{
	width:180px;
	margin-right: 0.2em;
}
.inputTextL input{
	width:300px;
	margin-right: 0.2em;
}



.inputYMD input{
	width:90px;
	margin-right: 0.2em;
	vertical-align: middle;
}
.calendar {
	height: 16px;
	width: 16px;
}


.contentLeftMargin20 {
	margin-top: 10px;
	margin-left: 20px;
}
.contentLeftMargin30 {
	margin-top: 10px;
	margin-left: 30px;
}
.contentLeftMargin40 {
	margin-top: 10px;
	margin-left: 40px;
}
.contentLeftMargin50 {
	margin-top: 10px;
	margin-left: 50px;
}



.popupArea {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	display: table;
	font-size: 12px;
	font-family: 'ＭＳ ゴシック';
}

.popupDIV {
	background-color: #333;
	background-color: #eee;
	margin: auto;
	border: 1px solid #999;
	border-radius: 8px;
	z-index: 9999;
	position: relative;
	padding: 10px;
}

.popupTable1{
	border: 1px solid #595959;
	background-color: #151515;
	background-color: #ddd;
/*	width:100%; */

}
.popupTable1 th{
	border: 1px solid #595959;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	height:20px;
	line-height:1em;
	text-align:left;
	color: white;
}
.popupTable1 td{
	border: 1px solid #595959;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	height:20px;
	line-height:1em;
	text-align:left;
	color: block;
}

.popupTable2{
	border: 1px solid #595959;
	background-color: #151515;
	background-color: #ddd;
	width:100%;
	margin:3px 0;
}


	ul.jquery-ui-sortable {
	    list-style-type: none;
	    margin: 0 2px;
	    padding: 2px;
	    float: left;
	    min-height: 1.5em;
	    background-color: beige;
	    border: solid 1px #606060;
	    overflow-y:scroll;
	}
	ul.jquery-ui-sortable li {
	    float: left;
	    margin: 3px;
	    padding-top: 5px;
	    cursor: move;
	    text-align: center;
   		width: 80px;
   		height: 125px;
	}


.BGred{
	background-color:#900;
	}
.BGkhaki{
	background-color:#996;
}
.BGgreen{
	background-color:#693;
	}.BGyellow {
	background-color: #FFFF00;
	color: #000;
}
.BGblue {
	background-color: #06C;
}
.BGbrown {
	background-color: #930;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}