@charset "UTF-8";
/* CSS Document */

/*
body:#FFFFFF
title:151515
*/

/* formatting style
-----------------------------------------*/
@import "advanced.css";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

html { 
} 

body.adminbody {
	color: #222222;
	line-height: 160%;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #FFFFFF;
	letter-spacing: 0;
	border-top: 5px solid #151515;
	width:100%;
	height:100%;
}


hr {
	display:none;
}

p.line {
	border-bottom: 1px dotted;
	margin:5px 0 5px 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

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


br {
	letter-spacing: 0;
}




/* link style
-----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* basic layout
-----------------------------------------*/

#logo{
}

#header {
	background-color: #FFFFFF;
}

#header-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#pagebody {
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	padding-top: 3px;
}

#pagebody-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

#scroll {
	clear: both;
	background-color: #151515;
}

#scroll-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#footer {
	background-color: #6A98CB;
}

#copyright {
	font-size: 80%;
}

#copyright-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* content layout
-----------------------------------------*/

#content {
	margin: 0px;
	width: 100%;
}

#content-login {
	margin: auto;
	width: 500px;
}

#content-pop {
	margin: auto;
	width: 680px;
}

#content-inner {
	background-position: top;
	margin: 0 5px;
	padding: 0px 0px 25px;
}

#content-inner h2 {
	font-size: 100%;
	font-weight: bolder;
	color: #FFF;
	background-color: #151515;
	padding: 3px;
	margin-bottom: 15px;
}

#content-inner h3 {
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
	background-color: #151515;
	padding: 0px 0 0 6px;
	margin:0 0 5px 0;
}


#content-inner table.main {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#content-inner table tr {
}

#content-inner table tr.bgColor {
	background-color: #151515;
	color: #FFF;
}

#content-inner table tr.list{
}

#content-inner table tr.list:hover {
	background-color: #f0f0f0;
	cursor:pointer;
}

#content-inner table td.list{
	border-right: 1px solid #CCC;
	padding: 2px  6px 2px 6px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

#content-inner table td.main{
	font-size:80%;
	border-right: 1px solid #CCC;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

#content-inner table td.moreLeft {
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #CCC;
	padding: 6px;
	border-bottom: 1px solid #CCC;
}

#content-inner table tr.detailtr {
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #CCC;
	padding: 6px;
	border-bottom: 1px solid #CCC;
}

#content-inner table td.moreLeft2 {
	background-color: #f0f0f0;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #CCC;
	padding: 6px;
	border-bottom: 1px solid #CCC;
}

#content-inner table td.moreRight {
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #CCC;
	padding: 6px;
	border-bottom: 1px solid #CCC;
}


#content-inner table.noline{
	border:none;
	margin:0px;
	padding:0px;
	height:50px;
}

#content-inner table.noline tr{
	border:none;
	margin:0px;
	padding:0px;
}

#content-inner table.noline td{
	border:none;
	margin:0px;
	padding:0 10px 0 0;
}

#content-inner table.nolinedate{
	border:none;
	margin:0px;
	padding:0px;
}

#content-inner table.nolinedate tr{
	border:none;
	margin:0px;
	padding:0px;
}

#content-inner table.nolinedate td{
	border:none;
	margin:0px;
	padding:0 10px 0 0;
}

/* sidebar layout
-----------------------------------------*/

#sideBar {
	margin: 0 5px;
}

.sideMenu {
	margin-bottom: 25px;
}

.sideMenu h2 {
	font-size: 90%;
	font-weight: bolder;
	color: #FFF;
	background-color: #151515;
	margin: 0px;
	padding: 3px;
}

.sideMenu ul {
}

.sideMenu li {
	margin-bottom: 0px;
	border-bottom: 1px dotted #666;
}

.sideMenu li a {
	display: block;
	background-color: #f0f0f0;
	padding: 5px 10px 5px 18px;
	background-image: url(../images/sideNavi_li_img.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	font-size: 90%;
}

.sideMenu li a:hover {
	background-color: #CCC;
}




/* scroll layout
-----------------------------------------*/

#scroll a {
	color: #FFF;
	font-size: 90%;
}

#scroll a:hover {
}
.redTxt {
	color: #900;
}


#pagemenu {
	position: relative;
	clear: both;
	font-size: 75%;
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#pagemenu ul li {
	width:30px;
	float:left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-right: 3px;
	margin-bottom: 4px;
	text-align: center;
	display: block;
}

#pagemenu ul li a {
	background-color: #151515;
	border: 1px solid #151515;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
}

#pagemenu ul li a:hover {
	background-color: #F6F6F6;
	color: #151515;
	border: 1px solid #151515;
}

#pagemenu ul li.stey {
	background-color: #151515;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}


a.button{
font-size:0.8em;
display:block;
width:100px;
padding-top:0px;
padding-bottom:0px;
text-align:center;
border:2px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
background:#F2F2F2;
text-decoration:none;
}

a.button:hover{
background:#848484;
color:#ffffff;
}



/* ヘッダ固定のCSS */
.tablelock1 thead{
    display:block;   
    width:100%; /* 500px - スクロールバー */
}
.tablelock1 tbody{
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
    position: absolute;
    display:block;
    height: 500px;
    width:100%;
}


.wrapper{
    position: relative;
    height: 20px;
}

.label{
    position: absolute;
}
@media screen and (max-width: 768px) {
	.sideMenu{
		display:none;
	}
	.sideMenu2{
		font-size:120%;
		display:inline;
	}
	#logo img{
		height:30px;
	}
	body.adminbody {
		width:100%;
	}

	.detail table {
		width:100%;
	}

	.detail td {
		width:100%;
		display:block;
	}

	.detail th {
		width:100%;
		display:block;
	}
	.main2  {
		width:95%!important;
		
	}
	.main2 td {
		width:100%!important;
		display:block!important;
	}

	.main2 th {
		width:100%!important;
		display:block!important;
	}
	
	.sideMenu{
		display:none;
	}
	.sideMenu2{
		font-size:120%;
		display:inline;
	}
	.kintai{
		display:none;
	}


}

/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 0px;
}

/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 6px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}

/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"].syokutyo+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #BDBDBD; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"].syokutyo:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 6px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #000; /* チェックの色変更 お好きな色を */
}

/*矢印*/
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
    margin-left: 10px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow_d::before{
box-sizing: border-box;
width: 20px;
height: 20px;
border: 1px solid #999;
}
.arrow_d::after{
left: 5px;
width: 5px;
height: 5px;
border-top: 1px solid #999;
border-right: 1px solid #999;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow2{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow2::before,
.arrow2::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow_d2::before{
box-sizing: border-box;
width: 20px;
height: 20px;
border: 1px solid #999;
}
.arrow_d2::after{
left: 8px;
width: 5px;
height: 5px;
border-top: 1px solid #999;
border-right: 1px solid #999;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}



@media print{
	.printon{
	display:block;
	}
	.noprint{
	display:none;
	}
	#srctable{
	display:none;
	}
	.sideMenu{
	display:none;
	}
	#copyright{
	display:none;
	}
	#scroll{
	display:none;
	}


	.graph{
	position: relative;
	width: 50%;
	}

	margin: 0mm;

	a[href]:after {
	content: "" !important;
	}

	abbr[title]:after {
	content: "" !important;
	}

	@page { size:landscape; }
}
