/*あ*/
body {
	width: 100%;
	margin: 0px auto;
}

input {
    font-size:14px;
    height:20px;
    border:1px;
    border-color:#666666;
    border-style:solid;
}

select {
    font-size:14px;
    height:20px;
    border:1px;
    border-color:#666666;
    border-style:solid;
}

option {
    font-size:14px;
    height:20px;
}

div.pageTitle{
    width:100%;
    background-color:#E6EFFA;
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom:10px;
}

span.arrow {
    margin-left:20px;
    margin-right:20px;
	color:#ccc;
}

span.pageNavi {
	color:#006200;
}

div#mainBox {
	width:100%;
}

table#selectorTable td {
    padding:5px;
}

table#mainTable td {
    padding:2px;
	text-align:center;
}

table#csvdataTable {
    margin-left:20px;
    margin-bottom:20px;
}

table#csvdataTable td {
    padding:5px;
    margin-left:20px;
    margin-bottom:20px;
}

table#csvdataTable td.title {
	text-align:center;
    background-color:#E3E3D5;
	font-weight:bold;
	line-height:26px;
}

table#csvdataTable td.index {
	text-align:right;
	font-weight:bold;
    padding-left:20px;
    padding-right:20px;
	color:#006E00
}

table#csvdataTable td.csvErrorMsg {
    padding:10px;
	text-align:center;
	border:1px #f00 solid;
	font-weight:bold;
	color:#f00;
}

table#csvdataTable tr.errorData {
    background-color:#f00;
}

table#csvdataTable td.submitButton {
	text-align:center;
    background-color:#fff;
}


div.dummy {
    width:25px;
    height:25px
}

table#selectorTable td.left, table#mainTable td.left {
	text-align:right;
    background-color:#E3E3D5;
    padding-left:20px;
    padding-right:10px;
	font-weight:bold;
	color: #414132;
	min-width: 150px;
}

table#selectorTable td.right, table#mainTable td.right {
	text-align:left;
}

table#selectorTable, table#mainTable {
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
}

table#mainTable tr.title td {
    font-weight:bold;
    background-color:#E3E3D5;
	padding: 5px;
	white-space: nowrap;
	color: #414132;
}

table#mainTable td.submitButton {
    padding-bottom:20px;
    background-color:#fff;
}
table#mainTable td.right {
	min-width: 300px;
}
table#mainTable tbody:nth-child(even):not(.space) td:not(.left) {
	background: #e7ebf7;
}

td.submitButton input, td.rightSubmitButton input {
	height:auto;
    padding:5px 25px 5px 25px;
    margin:15px 0px 15px 0px;
}

td.leftSubmitButton, td.rightSubmitButton {
    background-color:#FFF;
}

table#mainTable td.submitButton input.deleteButton {
	color:#f00;
}

table#mainTable td.submitButton div.deleteButton {
	text-align:right;
}

div#siteSelectError {
	margin-left:20px;
	width:auto;
	font-size:18px;
	font-weight:bold;
	color:#f00;
}

table#mainTable td.pageCategoryTitle {
    padding:5px;
	text-align:left;
    background-color:#E3E3D5;
	font-weight:bold;
	color: #414132;
}

table#mainTable td.pageName {
	text-align:left;
    padding-right:20px;
}

table#mainTable td.cb {
    padding:5px;
	text-align:center;
}

table#mainTable td.rightInformation {
    vertical-align:top;
    padding:0px;
}

.adddelLink {
    width:100%;
    line-height:30px;
	text-align:center;
}

.adddelLink a:hover {
    color:#00f;
    cursor:pointer;
}

div.r15sp{
    padding-right:15px;
	float: left;
}

div.r15sp input{
	margin-right:5px;
}

/* Main menu */

#menu {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
}

#menu li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a {
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #e7ebf7;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
	color: #fafafa;
}

/* IE6 */
*html #menu li a:hover {
	color: #fafafa;
}

#menu li:hover > ul {
	display: block;
}

/* Sub-menu */

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul {
  top: 0;
  left: 150px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a {
    padding: 10px;
	height: 10px;
	width: 180px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

/* IE6 */
*html #menu ul a {    
	height: 10px;
}

/* IE7 */
*:first-child+html #menu ul a {
	height: 10px;
}

#menu ul a:hover {
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#menu ul li:only-child > a {
    border-radius: 5px 5px 5px 5px;
}

/* Clear floated elements */
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#title {
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    height:40px;
    padding-left:12px;
    padding-right:12px;
/*    background: #2493ff;*/
    background: #aaa;
    line-height:40px;
/*    background-image:url('../img/title_bg.gif');*/
	display: flex;
	align-items: center;
    justify-content: space-between;
}

#navi {
    color:#111;
    font-size:16px;
    height:30px;
    padding-left:12px;
    background-image:url('../img/navi_bg.gif');
    border-bottom: 1px solid #AAAAAA;
    line-height:30px;
}

select#site {
    width:auto;
}


#main {
	margin: 140px auto;
}

#floatIndex {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#003FAE;
	z-index:1;
}
.sticky #floatIndex {
    position:fixed;
    top:0;
}


table #dataList {
    width:100%;
    border-width:1px;
    border-color:#000000;
    border-style:solid;
    margin-top:20px;
    border-collapse:collapse;
}
input[type="text"], select, option {
	font-size: 16px;
	height: 27px;
	line-height: 27px;
	box-sizing: border-box;
}
input[type="text"] {
	width: 100%;
}
input[type="checkbox"] {
	transform: scale(1.5);
	transform-origin: center;
}
textarea {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	box-sizing: border-box;
}
input[type="button"], input[type="submit"] {
	border: 1px solid #333;
	border-radius: 3px;
	cursor: pointer;
	background: rgb(244,244,244);
	background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(190,190,190,1) 100%);
    padding: 2px 10px;
    height: auto;
	box-sizing: border-box;
}

