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

/*
body:#FFFFFF
title:039ea8
*/

/* 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 #039ea8;
	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
-----------------------------------------*/

#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: #039ea8;
}

#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: #039ea8;
	padding: 3px;
	margin-bottom: 15px;
}

#content-inner h3 {
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
	background-color: #039ea8;
	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.bgColor {
	background-color: #039ea8;
	color: #FFF;
}

#content-inner table tr.list{
}

#content-inner table tr.list2{
	height:50px;
}

#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{
	border-right: 1px solid #CCC;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

#content-inner table td.main2{
	border-right: 1px solid #CCC;
	padding: 0px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
}
#content-inner table td.main3{
	border-right: 1px solid #CCC;
	padding: 0px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	background-color:#E6E6E6;
}

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

#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: #039ea8;
	margin: 0px;
	padding: 3px;
}

.sideMenu ul {
	list-style: none;
}

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

.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: #039ea8;
	border: 1px solid #039ea8;
	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: #039ea8;
	border: 1px solid #039ea8;
}

#pagemenu ul li.stey {
	background-color: #039ea8;
	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) {
	body.adminbody {
		width:100%;
	}

	.detail table {
		width:100%;
	}

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

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


input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

div.yoyaku{
	background-color:#F5A9F2;
	height:50px;
	padding:3px;
	cursor : pointer;
	font-size:80%;
	word-wrap: break-word;
	word-break: break-all;
}

div.yoyaku2{
	height:50px;
	padding:3px;
	cursor : pointer;
	font-size:80%;
	word-wrap: break-word;
	word-break: break-all;
}

/*矢印*/
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
    margin-left: 30px;
}
.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);
}

.arrow_box{
border:1px solid #696969;
padding:1px 4px 1px 1px;
text-decoration: none;
}
