* {
    padding: 0;
    margin: 0;
    zoom: 1;
}

body {
    font: 13px/1.231 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    *font-size: small;
    *font: x-small;
    line-height: 150%;
    /*	min-width: 1220px;*/
    max-width: 100%;
    height: 100%;
    background: Gray;
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    /*リンクされた文字*/
    color: #0000ff;
    font-style: normal;
    text-decoration: underline;
}

.contentbackground {
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(LightGrey), to(#fff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, LightGrey, #fff);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=LightGrey, endColorstr=#FFFFFFFF);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=LightGrey, endColorstr=#FFFFFFFF)";
}

.content {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    /*	min-width: 1220px;*/
    min-height: 600px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    text-align: left;
    background: #fcfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #ededed 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #fcfcfc 0%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #fcfcfc 0%, #ededed 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #fcfcfc 0%, #ededed 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #fcfcfc 0%, #ededed 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    /* z-index: 999999; */
}

.process {
    margin: 0;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 10px;
    /*	min-width: 1220px;*/
    display: block;
    overflow: auto;
    z-index: 10;
}

.processtitle {
    font-size: 18px;
    /*	height: 20px;*/
}

.processbody {
    background-color: #ce4b05;
}

input,
select {
    /*	font: 13px/1.231 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana,Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
    font-size: 13px;
    font-family: monospace;
    height: 1.8em;
    /*	line-height:1.8em;*/
    margin: 0;
}

textarea {
    font-size: 13px;
    font-family: monospace;
    margin: 0;
}

input,
select,
textarea {
    line-height: 1.8em;
}


/*IE8だけ適用されない*/

head~
/* */

body button {
    /*	padding: 3px 10px !important;*/
}


/*上記の結果IE8だけに適用される*/

button {
    /*	padding: 0px 5px;*/
}

.navibody {
    background: #222;
    border-bottom: 1px solid #424242;
    color: #ccc;
    font: normal 14px/20px "Open Sans", sans-serif;
    height: 50px;
    position: fixed;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    /*	overflow:hidden;*/
    z-index: 10000;
}

.itemarea {
    border: 1px solid #cccccc;
}

table.itemtable {
    font-size: 100%;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    empty-cells: show;
    background-color: white;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
}


/* 左上角 */

table.itemtable tr:first-child td:first-child {
    border-radius: 8px 0 0 0;
}


/* 右上角 */

table.itemtable tr:first-child td:last-child {
    border-radius: 0 8px 0 0;
}


/* 左下角*/

table.itemtable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}


/* 右下角*/

table.itemtable tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}


/* 左下角 tfoot*/

table.itemtable tfoot tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}


/* 右下角 tfoot*/

table.itemtable tfoot tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}


/* １行に１列しかない場合 ※thead*/

table.itemtable thead tr:first-child td:only-child {
    border-radius: 8px 8px 0 0;
}


/* １行に１列しかない場合 ※tbody*/

table.itemtable tbody tr:first-child td:only-child {
    border-radius: 0 0 0 0;
}


/* テーブルに１行しか存在しない場合 ※tbody のみの構成の場合 左端*/

table.itemtable tbody tr:only-child td:first-child {
    border-radius: 8px 0 0 8px;
}


/* テーブルに１行しか存在しない場合 ※tbody のみの構成の場合 右端*/

table.itemtable tbody tr:only-child td:last-child {
    border-radius: 0 8px 8px 0;
}


/* テーブルに１行・１列しか存在しない場合*/

table.itemtable tbody tr:only-child td:only-child {
    border-radius: 8px 8px 8px 8px;
}


/* テーブルのvariableHeight部のtbody */


/*
.variableHeight tbody{
	background : #e1e1e1;
/*
	-webkit-box-shadow : inset 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow : inset 0px 1px 3px rgba(0,0,0,0.4);
	-o-box-shadow : inset 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow : inset 0px 1px 3px rgba(0,0,0,0.4);
*/

-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;

}
*/
/*リスト系テーブルの操作系行（共通）*/
.itemtablecontrol {}

/*リスト系テーブルの操作系行（セル内）*/
.itemtablecontrol>td {
    /* 	background-color: #f7fbfe;*/
    
    padding: 3px;
    background: #edeeed;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #edeeed 0%, #d9d9d9 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeeed), color-stop(100%, #d9d9d9));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #edeeed 0%, #d9d9d9 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #edeeed 0%, #d9d9d9 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #edeeed 0%, #d9d9d9 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #edeeed 0%, #d9d9d9 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#edeeed', endColorstr='#d9d9d9', GradientType=0);
    /* IE6-9 */
    
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.itemtablecontrol>td:first-child {
    border-right: 1px solid #cccccc;
}
.itemtablecontrol>td:last-child {
    border-right: 0;
}

/*リスト系テーブルの行ヘッダ（共通）*/
.itemrowheader {}

/*リスト系テーブルの行ヘッダ（セル内左端）*/
.itemrowheader>td {
    text-align: center;
    background: #ffffff;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #ffffff 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #e6e6e6), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #ffffff 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #ffffff 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #ffffff 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    /* 	background: #f8f8f8; /* Old browsers */
    /*	background: -moz-linear-gradient(top,  #f8f8f8 0%, #d4d4d4 100%); /* FF3.6+ */
    /*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
    /*	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ */
    /*	background: -o-linear-gradient(top,  #f8f8f8 0%,#d4d4d4 100%); /* Opera 11.10+ */
    /*	background: -ms-linear-gradient(top,  #f8f8f8 0%,#d4d4d4 100%); /* IE10+ */
    /*	background: linear-gradient(to bottom,  #f8f8f8 0%,#d4d4d4 100%); /* W3C */
    /*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
    
    padding: 3px;
    /* border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; */
    
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}

/*.itemtable > thead {

/*	background: #ffffff; /* Old browsers */

/*	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 50%, #ffffff 100%); /* FF3.6+ */

/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

/*	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

/*	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 50%,#ffffff 100%); /* Opera 11.10+ */

/*	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 50%,#ffffff 100%); /* IE10+ */

/*	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 50%,#ffffff 100%); /* W3C */

/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

/*}*/
.itemrowheader>td:first-child {
    /* border-right: 1px solid #cccccc; */
    
    border-right: 1px solid #aaaaaa;
}
.itemrowheader>td:last-child {
    border-right: 0;
}
.itemrowbody>td {
    /* 	background-color: #ffffff;*/
}

/*hover中のitemrowbodyを色替え*/
.itemrowbody:hover {
    /* background-color: #F0FFF0; */
    
    background-color: #bbbbbb;
    /*緑 */
    /* 	background-color: #ffd6d6; /*ピンク*/
}
.itemrowbody td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    /* border-right: 1px solid #cccccc; */
    
    border-right: 1px solid #aaaaaa;
}
.itemrowbody>td:last-child {
    border-right: 0;
}
tr.stripe {
    /* background-color: #EFF4FB; */
    
    background-color: #efefef;
}
tr.stripe2 {
    background-color: #7389a5;
    color: white;
}
.right {
    text-align: right;
}
.PaddingRight {
    text-align: right;
    padding-right: 5px;
}

/*カード型テーブルの列ヘッダ（セル内）*/
td.itemcolheader {
    background: #e5e5e5;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #e5e5e5 0%, #cccccc 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
    
    padding: 3px;
}

/*カード型テーブルのBODY部分（セル内）*/
td.itembody {
    background-color: inherit;
    /* 	border: 1px solid #cccccc;*/
    
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 3px;
}
td.itembody_inlist {
    border-bottom: 1px solid #cccccc;
    border-radius: 0 !important;
    padding: 3px;
    border-collapse: collapse;
    border-spacing: 0;
}

/*テーブル内のテキストはみ出た場合の処理*/
td.itembody>div,
td.itemcolheader>div,
tr.itemrowheader>td>div,
tr.itemrowbody>td>div {
    /*	white-space:nowrap;*/
    /*overflow: visible;*/
    
    overflow: hidden;
    /* 	text-overflow: ellipsis;*/
    /* 	text-overflow: clip;*/
    
    word-break: break-word;
}
table.itemlistbody {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-collapse: collapse;
}
table.itemlistbody>tbody>tr.itemrowbody {
    /* 	background-color: inherit;*/
    
    padding: 3px;
}
.itemrowbodystripe {
    background-color: #f3f3f3;
}
.itemoverflow-y {
    overflow-y: auto;
}
select {
    border: 1px solid #abadb3;
}
input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #abadb3;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}
input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
}
input[type="text"][readonly],
textarea[readonly],
input[type="password"][readonly] {
    /*
	background-color: #F8F8F8;
	border: 1px dotted #abadb3;
*/
    
    background-color: transparent;
    border: 1px dotted #c0c0c0;
}
input[type="text"]:focus:not([readonly]),
textarea:focus:not([readonly]),
input[type="password"]:focus:not([readonly]) {
    background-color: #ffffcc;
    border: 1px solid orange;
}
.inputonfocus {
    background-color: #ffffcc !important;
    border: 1px solid #ffa500 !important;
}
.itemplain {
    /*
	background-color: #e8f1fa;
	border: 3px double #cccccc;
*/
    
    margin: 10px;
    padding: 10px;
}
.kanji {
    ime-mode: active;
}
.ascii {
    ime-mode: inactive;
}
.error-message {
    color: red;
}
.flash-message {
    color: red;
}

/*プロセス内のリンク（編集など）*/
.navigatelink {
    /*	font-size: 14px;*/
    
    cursor: pointer;
    /* マウスカーソル */
    
    color: blue;
}
.form-error {
    background-color: #ffe4e1;
    /* border: 1px solid orange;*/
}
.form-error>input {
    background-color: #ffe4e1;
    /* border: 1px solid orange;*/
}
.right {
    text-align: right;
}
.naviheader {
    /*
margin : 10px 0;
padding : 10px;
*/
    
    background: #969696;
    -webkit-box-shadow: inset 0 25px 27px -5px #BDBDBD;
    -moz-box-shadow: inset 0 25px 27px -5px #BDBDBD;
    box-shadow: inset 0 25px 27px -5px #BDBDBD;
    /*	border-bottom : 1px solid #424242;*/
    
    width: 100%;
    height: 30px;
    padding-top: 8px;
    text-align: center;
    font-size: 20px;
    /*	font-weight: bold;*/
    /*	background: #e95406;
	border-bottom:solid 1px white;
*/
}
.title {
    padding-top: 8px;
    text-align: center;
    font-size: 20px;
    color: black;
}
.logout {
    width: 200px;
    float: right;
    text-align: right;
    margin-top: 8px;
    margin-right: 10px;
    vertical-align: bottom;
}
.logout a {
    text-decoration: none;
    color: black;
}
.loginuser {
    width: 300px;
    height: 20px;
    float: right;
    text-align: right;
    margin-top: 2px;
    margin-right: 10px;
    vertical-align: bottom;
    overflow: hidden;
}
.sitename {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 2px;
    margin-right: 10px;
    overflow: hidden;
}

/*-----------------------------------------------------------------*/

/* テーブルスクロール
/*-----------------------------------------------------------------*/

/*
.scrollTable td,th {
	table-layout:fixed;
}
*/
.scrollTable thead {
    float: left;
    /*	display: block;*/
}
.scrollTable tbody {
    /*	display: block;*/
    
    float: left;
    overflow: auto;
    /*	overflow-y: scroll;*/
}
.scrollTable tfoot {
    float: left;
}

/*-----------------------------------------------------------------*/

/* ファイルアップロード プログレスバー
/*-----------------------------------------------------------------*/
.progress-bar-border {
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    box-shadow: 0px 1px 1px #c0c0c0;
    width: 300px;
    height: 15px;
    display: none;
}
.progress-bar {
    background-color: #4169e1;
    padding-left: 5px;
    font-size: 10px;
    color: #ffffff;
}

/*
input.bigfont {
	font-size: 20px !important;
}
*/

/*--------------------------------------------
 * Sortable 並び変えスタイル
 *--------------------------------------------*/
#sortable li {
    font-size: 1em;
    height: 48px;
    width: 800px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 3px 3px;
    padding: 0.4em 0.4em 0.4em 1.5em;
    border: 1px solid #cccccc;
}
#sortable li:hover {
    cursor: n-resize;
}
#sortable li>div {
    /*  height: 48px;*/
}
.sortable-folder {
    float: left;
    width: 40px;
    height: 48px;
    padding-top: 5px;
}
.sortable-categoryname {
    float: left;
    width: 750px;
    font-size: 0.8em;
    color: grey;
}
.sortable-name {
    float: left;
    width: 750px;
    font-size: 1.2em;
    overflow: hidden;
}

/*ステータス表示部*/
.sortable-status {
    float: left;
    width: 140px;
    margin-right: 20px;
    /*	border: 1px solid;*/
}
.sortable-status dt {
    float: left;
    text-align: right;
    width: 70px;
    overflow: hidden;
    font-weight: bold;
}
.sortable-status dd {
    width: 60px;
    padding-left: 10px;
    overflow: hidden;
}

/*順位表示*/
#ranktable li {
    font-size: 1em;
    height: 48px;
    width: 20px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 3px 3px;
    padding: 0.4em 0.4em 0.4em 0.4em;
    border: 1px solid #cccccc;
}

/*--------------------------------------------
 * 編集画面用
 *--------------------------------------------*/
.require {
    color: red;
    font-size: 10px;
    margin-left: 10px;
}

/* ul li 調整 */
.itemtable ul {
    padding-left: 2em;
    /* マーカー表示分の左パディング */
}
.itemtable ul>li {
    padding-top: 0.8em;
}

/* フリーHTML タブ間隔 */
.htmledit {
    -moz-tab-size: 2;
    /* Firefox用 */
    
    tab-size: 2;
}

/*---------------------------------------
*/
.select2-container {
    z-index: 1 !important;
}