div{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#accordion{
  list-style: none;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background-color: rgb(240,240,250);
  -moz-background-size: 4px 4px;
  -webkit-background-size: 4px 4px;
  -o-background-size: 4px 4px;
  -ms-background-size: 4px 4px;
  background-size: 4px 4px;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  box-shadow: 2px 3px 2px rgba(0,0,0,.1);
}
#accordion > li{
  padding: 0;
  border-right: 1px solid rgb(32,102,204);
  border-left: 1px solid rgb(32,102,204);
}
#accordion li a{
  display: block;
  position:relative;
  color: #333;
  text-decoration:none;
  text-shadow: 0 1px 1px rgba(255,255,255,.7);
  padding: 15px 25px;
  border-bottom: 1px solid rgb(32,102,204);
  border-top: 1px solid #eef7fa;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion > li:first-child > a{
  border-top: 0px;
}
#accordion li a:hover{
  color: #1b4958;
  background: rgba(0,0,0,.1);
  border-top-color: #c7e4ee;
}
.arrow{
  position:absolute;
  top:50%;
  right: 30px;
  width: 30px;
  height: 20px;
  line-height: 1;
  text-shadow: 0 -1px 0px rgba(0,0,0,.3);
  margin-top: -10px;
  color: #d4ebf2;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion li > a:hover .arrow{
  color: #2f7f99;
}
#accordion li ul {
  list-style: none;
  background: rgb(250,250,240);
  margin: 0;
  padding: 0;
}
#accordion li ul li a{
  position:relative;
  background: none;
  line-height: 1;
  padding: 15px 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgb(32,102,204);
}
#accordion li ul li:first-child a{
  border-top: 0px;
  box-shadow: 0 7px 7px -7px rgba(0,0,0,.5) inset;
}
#accordion li ul li:last-child a{
  border-bottom: 1px solid rgb(32,102,204);
}
#accordion li ul li a:hover{
  background: #d4ebf2;
  border-top-color: #eef7fa;
}



.table1{
	width:855px;
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px rgb(255,255,255) solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 

}
.table1 TR { 
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}
.table1 TD { 
	border:-top 1px rgb(255,255,255) solid;
	border:-bottom 1px rgb(255,255,255) solid;
	border-right: 1px rgb(187,187,255) solid;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	vertical-align:middle;
}

.listDivMini{
	border:0px;
	margin-left:0px;
	margin-top:0px;
}




header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background-color:rgb(0,113,150);
}
section{
	position:absolute;
	top:50px;
	left:0px;
	right:0px;
	bottom:0px;
}
footer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
}
.logo{
	height:45px;
	margin:2px;
}
.syslogo{
	height:44px;
	margin:2px;
}
.h_button{
	margin:9px 5px;
	height:32px;
	background-color: rgb(62, 162, 229);
	border-style: none;
	color: rgb(255,255,255);
	padding-left:15px;
	padding-right:15px;
	cursor: pointer;
}

.h_button:hover{
	background-color: rgb(41, 128, 185);
}

.l_button{
	margin:2px 2px;
	height:32px;
	background-color: rgb(62, 162, 229);
	border-style: none;
	color: rgb(255,255,255);
	padding-left:12px;
	padding-right:12px;
	cursor: pointer;
}

.l_button:hover{
	background-color: rgb(41, 128, 185);
}

.h_no{
	margin:9px 2px;
	padding:0px;
	height:30px;
	width:160px;
	text-align:left;
	float: left;
	line-height:30px;
	overflow:hidden;

	border:1px solid rgb(150,150,160);
}
#h_no_box{
	border:0px;
	width:150px;
	padding:0px 5px;
	height:30px;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
.h_name{
	margin:9px 5px;
	padding:0px;
	height:30px;
	width:320px;
	text-align:left;
	line-height:30px;
	overflow:hidden;
	float: left;
	border:1px solid rgb(150,150,160);
}
#h_name_box{
	border:0px;
	width:310px;
	padding:0px 5px;
	height:30px;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
.h_add{
	margin:9px 5px;
	padding:0px;
	height:34px;
	width:185px;
	text-align:left;
	line-height:30px;
	float: left;
	overflow:auto;
}
.h_add1{
	margin:0px 0px;
	padding:0px 5px;
	height:13px;
	width:170px;
	text-align:left;
	line-height:13px;
	font-size:11px;
	overflow:auto;
	border:1px solid rgb(150,150,160);
}
.h_add2{
	margin:2px 0px;
	padding:0px 5px;
	height:13px;
	width:170px;
	text-align:left;
	line-height:13px;
	font-size:11px;
	overflow:auto;
	border:1px solid rgb(150,150,160);
}
.right{
	float:right;
}
.css_button{
	margin:7px 4px;
	padding:2px 3px;
	background-color: transparent;
	border-style: none;
	width:40px;
	height:40px;
}
.css_button2{
	margin:7px 3px;
	padding:2px 1px;
	background-color: transparent;
	border-style: none;
	width:42px;
	height:40px;
}
.icon_button{
	margin:3px 4px;
	//background-color: rgb(62, 162, 229);
	background-color: transparent;
	border-style: none;
	padding:2px 3px;
	cursor: pointer;
}
.icon_button2{
	margin:2px 4px;
	//background-color: rgb(62, 162, 229);
	background-color: transparent;
	border-style: none;
	padding:2px 3px;
	height:44px;
	cursor: pointer;
}
.css_button:hover{
	background-color: rgb(62, 162, 229);
}
.css_button2:hover{
	background-color: rgb(62, 162, 229);
}
.icon_button:hover{
	background-color: rgb(62, 162, 229);
}

.icon_button2:hover{
	background-color: rgb(62, 162, 229);
}
.disabled{
	background-color:transparent !important;
	cursor: auto;
}
.disabled img {
    opacity: 0.5;
}
.icon_button img{
	width:40px;
	height:40px;
}
.icon_button2 img{
	width:40px;
	height:40px;
}
.illust_select{
	position: relative;
	top:-15px;
	padding:5px;
	font-size:16px;
	height:32px;
	width:245px;
	text-align:left;
}
.size_select{
	position: relative;
	top:-15px;
	padding:5px;
	height:32px;
	width:155px;
	text-align:center;
}

.listheadtable{
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px rgb(240,240,250) solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	color:#ffffff;
	background-color:rgb(0,113,150);

}
.listheadtable TD { 
	border: 1px rgb(240,240,250) solid; /* セルの枠線（太さ・色・スタイル） */ 
	font-size:12px;
}

.triangle-left:before {
	content: "";
	display: block;
	margin-top:3px;
	margin-left:10px;
	width: 0px;
	height: 0px;
	border-right: 15px solid rgb(255,255,255);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.treelogdivout{
	display: table;
	width:100%;
}
.treelogdiv{
	display: table-cell;
	height:40px;
	line-height:20px;
	font-size:16px;
	background-color:rgb(213,213,255);
	border-bottom:1px solid rgb(100,100,100);
	padding-left:5px;
	vertical-align: middle;
	cursor: pointer;
}
.treelogdiv:hover{
	background-color:rgb(153,153,255);
}