@charset "UTF-8";
/*
  * { border: 2px dashed red }
  * * { border: 2px dashed green }
  * * * { border: 2px dashed orange }
  * * * * { border: 2px dashed blue }
  * * * * * { border: 1px dotted red }
  * * * * * * { border: 1px dotted green }
  * * * * * * * { border: 1px dotted orange }
  * * * * * * * * { border: 1px dotted blue }
  * * * * * * * * * { border: 1px solid red }
  * * * * * * * * * * { border: 1px solid green }
  * * * * * * * * * * * { border: 1px solid orange }
  * * * * * * * * * * * * { border: 1px solid blue }
*/
/* 全体の設定*/
* {
	font-family: 'ＭＳ Ｐゴシック','Osaka',sans-serif;
}

html {
	width:100%;
	height:100%;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin:0px 0px 0px 0px;
}

form {
	margin:0;
}

BODY{
	font-style:normal;/*文字のスタイル*/
	font-weight:normal;/*文字の太さ*/
	font-size:12px;/*文字の大きさ*/
	color:#333333;/*文字の色*/
	background-color:#ffffff;/* 背景の画像 */
	line-height:1.2em;
/*	vertical-align:top;*/
	margin:0px 0px 0px 0px;
}

a:link {
	color: #336699;
	text-decoration:underline;
}
a:visited {
	color: #336699;
	text-decoration:underline;
}
a:hover {
	color: #336699;
	text-decoration:underline;
}


form {
	margin:0;
	padding:0;
}

td.showDragHandle {
	background:transparent url("/templates/img/updown2.gif") no-repeat center center;
	cursor:move;
}
td.showDeleteHandle {
	background:transparent url("/templates/img/cross.gif") no-repeat center center;
	cursor:move;
}


select, input, textarea {
	font-family: ＭＳ ゴシック;
	font-size:12px;/*文字の大きさ*/
}
#content textarea {
	padding:0 0 0 0;
	margin:0;
}
#whole{
	clear:both;
	background-color: #FFFFFF;
	padding-left: 5px;
	vertical-align:top;
	display:table;
	width:100%;
}
#menu {
	padding-top: 8px;
	float:left;
	margin-right:5px;
	vertical-align:top;
	display:table-cell;
	width:182px;
}
#content{
	vertical-align:top;
	_margin-left:180px;
	padding-left:10px;
	padding-top: 8px;
	display:table-cell;
}
#head{
	height:55px;
	width:100%;
	border-top-width: 8px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1767AC;
	border-bottom-color: #1767AC;
	background-color: #FFFFFF;
}
#head img {
	float:left;
	margin-right:90px;
	padding:4px;
}
#system_info {
	float:left;
}
#gen_system_info {
	clear:left;
	height:1em;
	margin:5px 0px 0px 5px;
}
#gen_server_info {
	height:1em;
	margin:2px 0px 0px 5px;
}
#head_account_info {
	height:1em;
	margin:2px 0px 0px 5px;
}
#footer{
	position:relative;
	text-align:center;
	clear:both;
	background-color: #FFFFFF;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 15px;
	font-size: 10px;
	color: #333333;
	background-position: center center;
	height: 17px;
}
#module_title{
	border-top:solid 2px #1767AC;
	background-image: url(img/ttl_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 625px;
	font-size: 100%;
	padding-left: 5px;
	padding-top: 5px;
	margin-left:0px;
}
#module_main{
/*	float: left;*/
	padding-top: 5px;
}
.module_menu {
	float:left;
	margin-left:30px;
	margin-top:15px;
}
.module_menu ul {
	list-style:none;
}
.module_menu li {
	line-height:1.5em;
	list-style:none;
	padding-left:15px;
	background: url(img/img_arrow.gif) no-repeat center left;
}

.module_menu a:link, .module_menu a:visited {
	color: #336699;
	text-decoration:underline;
}

/**** input table *****/
.input_table {
	border-collapse:separate;
/*	width:630px;*/
}
.input_table th, .input_table td {
	padding:3px;
	border: 1px solid #CCCCCC;
}
.input_table th {
	color: #FFFFFF;
	background-color: #94ACD3;
	font-weight:normal;
	text-align:left;
/*	white-space:nowrap;*/
/*	width:20%;*/

}
.input_table td {
	color: #333333;
/*	background-color: #FFFFFF;*/
}

/**** list table *****/
.list_table {
	border-collapse:separate;
/*	width:630px;*/
}
.list_table th, .list_table td {
	padding:3px;
	border: 1px solid #CCCCCC;
}
.list_table th {
	color: #FFFFFF;
	background-color: #94ACD3;
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
/*	width:30%;*/

}
.list_table td {
	color: #333333;
/*	background-color: #FFFFFF;*/
}

.leftTitle1, .leftTitle2{
	line-height:27px;
	height: 27px;
	background-repeat: no-repeat;
	width: 157px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.leftTitle1{
	background-image: url(img/menu_ttl01.gif);
}
.leftTitle2{
	margin-top:5px;
	background-image: url(img/menu_ttl02.gif);
}

.leftLogin{
	background-image: url(img/user_menu_bg.jpg);
	background-repeat: repeat-y;
	height: 90px;
	width: 175px;
	padding-left: 5px;
	font-size:1em;
	color: #333333;
	border:1px solid #c5ced3;
}
#login_caution {
	color:red;
}

.menu_01{
	background-image: url(img/menu_01.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 152px;
	padding-left: 30px;
	color: #333333;
}
.menu_02{
	background-image: url(img/menu_02.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 152px;
	padding-left: 30px;
	color: #333333;
}
.menu_03{
	background-image: url(img/menu_03.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 172px;
	padding-left: 10px;
	color: #333333;
}

.btn {
	font-size:12px;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-weight: normal;
	height:18px;
	margin:2px 5px 2px 0px;
	padding:0px 3px 0 4px;
}

.btn.blue{
	border-right:solid 1px #2451af;
	background:url(img/btn_blue.gif) left top no-repeat;
}


.btn.blue:hover {
	border-right:1px solid #4474d7;
}
.btn.orange{
	border-right:1px solid #fe7901;
	background:url(img/btn_orange.gif) left top no-repeat;
}
.btn.orange:hover{
	border-right:1px solid #efa827;
}

.btn.gray{
	border-right:1px solid #666666;
	background:url(img/btn_gray.gif) left top no-repeat;
}
.btn.gray:hover {
	border-right:1px solid #8c8c8c;
}

.btn:hover {
	background-position:left -18px;
}

/* IE7 Only */
*:first-child+html .btn{
	border:0px;
}

.data {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}
.data02 {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #EAEAEA;
}
.data03 {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #F1D5C9;
}

.item {
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #94ACD3;
}
.item02 {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFEB;
}
.menu_01 a:link,.menu_02 a:link,.menu_03 a:link{
	color: #333333;
	text-decoration:none;
}
.menu_01 a:visited,.menu_02 a:visited,.menu_03 a:visited{
	color: #333333;
	text-decoration:none;
}
.menu_01 a:hover,.menu_02 a:hover,.menu_03 a:hover {
	color: #333333;
	text-decoration:underline;
}
.menu_01 a:active,.menu_02 a:active,.menu_03 a:active {
	color: #333333;
	text-decoration:none;
}
#main_box a:link {
	color: #336699;
	text-decoration:underline;
}
#main_box a:visited {
	color: #336699;
	text-decoration:none;
}
#main_box a:hover {
	color: #336699;
	text-decoration:underline;
}

.caution {
	color:red;
	font-weight:bold;
}

.status_real {
	background-color:white;
}
.status_wait {
	background-color:#ff9d9d;
}
.status_del {
	background-color:#cccccc;
}
.legend_desc {
	float:left;
}
.legend_real {
	background-color:white;
	float:left;
	width:30px;
	height:10px;
	margin:0px 3px 0px 10px;
}
.legend_wait {
	background-color:#ff9d9d;
	float:left;
	width:30px;
	height:10px;
	margin:0px 3px 0px 10px;
}
.legend_del {
	background-color:#cccccc;
	float:left;
	width:30px;
	height:10px;
	margin:0px 3px 0px 10px;
}
.pager a{ display: inline }

.readonly {
	border:0px;
}

div.pager {
	margin-top: 20px;
	font-size: 90%;
	width:100%;
	margin:5px 0px 5px 0px;
}

div.pager a,
div.pager span {
    display: block;
    float: left;
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}

div.pager a {
    color: #105cb6;
    background-color: #fff;
    border: 1px solid #9aafe5;
    text-decoration: none;
}

div.pager a:hover {
    color: #003;
    background-color: #fff;
    border: 1px solid #2e6ab1;
}

div.pager span.current {
    color: #fff;
/*
    background-color: #2e6ab1;
    border: 1px solid #2e6ab1;
*/
    background-color: #94acd3;
    border: 1px solid #94acd3;
    font-weight: bold;
}

div.pager span.nextprev {
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
}

div.pager a.nextprev {
    font-weight: bold;
}

.odd_row {
	background-color:#EDF3FE;
}
.login_box {
	display:table;
	text-align:center;
	width:100%;
	margin:30px auto;
}
.login_box table {
	margin:0 auto;
	text-align:left;
}
h1 {
	font-size:18px;
	font-weight:normal;
}
.login_box p {
	text-align:left;
	margin:20px;
}


/* 左メニュー */
#nav-drawer {
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
  
  
  
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
  
  
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
  
#nav-input:checked ~ #smp-menu {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
  
#nav-open, #smp-menu {
	display:none;
}

.color_manager {
	color:green!important;
}
/* タブレット、スマホ */
@media screen and (max-width: 1024px)  {

	.pc_only {
		display:none;
	}
	#whole {
		width:100vw;
	}

	#head_logo {
		margin-left:40px;
	}

	#module_title {
		width:100%;
	}

	/* 左メニュー */
	#nav-open {
		position:fixed;
		display: inline-table;
		top:15px;
		left:5px;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}
	/*PC版Menu */
	#nav-content {
		display:none;
	}

	/*中身*/
	#smp-menu {
		display:block;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 200px;/*最大幅*/
		height: 100%;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	}
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 25px;/*長さ*/
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}
	#nav-open .nav-menu-literal {
		position:fixed;
		top:35px;
		font-size:9px;
	}
	.scroll_div {
		width:95vw;
		overflow:auto;
	}
	.scroll_div table.list_table {
		width:95vw;
	}
	
}


/* pc */
@media screen and (min-width: 1025px)  {


}