/* ============================================================================
 *   General
 * ============================================================================ */
body {
    font-family: "AxisStd-Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    margin: 0px;
	padding: 0;
	border: 0;
	min-width: 100%;
	color: #404040;
	direction: ltr;
	-webkit-text-size-adjust: 100%; /* iOS文字サイズ自動調整機能のキャンセル */
}
/* ============================================================================
 *   Wire Frame
 * ============================================================================ */
 /* 全体 */
.wrapper {
	margin: 0 auto;
	background-color: #ffffff;
}
#tci_content {
	min-height: 400px;
	margin-bottom: 20px;
}
/* 見出し */
.tciSection {
    padding: 35px 0 25px 0;
    width: 100%;
}
.tciSection.gray {
    background: #dddcdb;
    background: -webkit-linear-gradient(top, #eaeaea, #fefefe, #eaeaea);
    background: linear-gradient(#eaeaea, #fefefe, #eaeaea);
}
.tciSection:after {
    content: "";
    clear: both;
    display: block;
}
.tciDiv {
    width: 1024px;
    margin: 0 auto;
}
h2 {
    width: 100%;
    padding: 15px 0 15px 0;
    margin: 0 0 30px 0;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background:#006033;
    background: -webkit-linear-gradient(top,#006033, #4f9776);
    background: linear-gradient(#006033, #4f9776);
    border-radius: 20px;
}
/* 上下矢印 */
.tciPointer {
    padding: 0 20px 0 0;
    height: 50px;
}
.tciPointer a {
    margin: 0 10px 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    display: block;
    background:#dddcdb;
    background: -webkit-linear-gradient(top, #dddcdb, #fefefe);
    background: linear-gradient(#dddcdb, #fefefe);
    border-radius: 50px;
    float:right;
}
.tciPointer a:hover {
    background:#efefef;
}
/* Footer */
#tci_footer {
    margin: 0 auto;
}
/* ============================================================================
 *  Global Header
 * ============================================================================ */
#tci_global_header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background:#006033;
    background: -webkit-linear-gradient(top, #006033, #4f9776);
    background: linear-gradient(#006033, #4f9776);
    position: relative;
}
#tci_global_header h1 {
    margin: auto;
    width: 60%;
    height: 22px;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#tci_global_header ul {
    margin: auto;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}
#tci_global_header ul li {
    font-size: 0.9em;
    color: #ffffff;
    text-align: left;
    float: left;
}
#tci_global_header ul.tciHeaderBtnArea {
    left: 10px;
}
#tci_global_header ul.tciHeaderBtnArea li{
    margin: 0 0 0 10px;
}
#tci_global_header .tciUserInfo {
    margin: 0 40px 0 0;
    padding: 0 0 0 50px;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: top left;
}
#tci_global_header .tciCompanyInfo {
    padding: 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    background:#9aa9c2;
    background: -webkit-linear-gradient(top, #006033, #4f9776);
    background: linear-gradient(#006033, #4f9776);
    border-radius: 20px;
}
#tci_global_header ul li a {
    cursor: pointer;
    margin: 5px 0 0 0;
    padding: 4px 0 0 20px;
    width: 110px;
    height: 26px;
    display: block;
    background:#dddcdb;
    background: -webkit-linear-gradient(top, #dddcdb, #fefefe);
    background: linear-gradient(#dddcdb, #fefefe);
    border-radius: 20px;
}
#tci_global_header ul li a:hover {
    background:#efefef;
    background: -webkit-linear-gradient(top, #efefef, #ffffff);
    background: linear-gradient(#efefef, #ffffff);
}
#tci_global_header .tciLogout a {
    padding: 4px 0 0 20px;
}
#tci_global_header .tciLogout img {
    margin: -1px 5px 0 0;
    float: right;
}
#tci_global_header .tciHeaderBtn a {
    padding: 4px 0 0 5px;
}
#tci_global_header .tciHeaderBtn img {
    margin: -1px 10px 0 0;
    float: left;
}
#tci_global_header a {
    color: #666666;
    text-decoration: none;
}
/* ============================================================================
 *   画面コントロール
 * ============================================================================ */
/* ============================================================================
 *   Haedline
 * ============================================================================ */
span.tciHeadline {
    margin: 10px 0 16px 0;
    font-size: 18px;
    background-color: #f4f4f4;
    border-left: solid 3px #ed6d00;
    border-radius: 2px;
    padding: 8px 0px 8px 16px;
    display: block;
    line-height: 25px;
}
/* ============================================================================
 *   Label
 * ============================================================================ */
section.tcilabel {
    display: inline-block;
    height : 25px;
    margin: 20px 0 0 0;
    padding:10px 0 10px 0;
    vertical-align: middle;
}
span.tcilabel {
    height : 25px;
    margin: 0 0px 12px 0;
    padding: 3px 0 0 0;
    vertical-align: middle;
}
.tcirequired {
    height: 12px;
    vertical-align: top;
    text-align: left;
    color: #DF3A01;
}
/* ============================================================================
 *   span
 * ============================================================================ */
section.tcispan {
    display: inline-block;
    margin: 22px 8px 0 5px;
    vertical-align: middle;
}
/* ============================================================================
 *   Input Text
 * ============================================================================ */
.tciInputText {
    margin: 20px 0 0 0 ;
    padding: 7px 16px 6px 16px;
    color: #000000;
    color: #444;
    border: 1px solid #aaa;
    border-radius: 20px;
    background: linear-gradient(#ffffff, #f8f8f8);
}
.tciInputText.readonly {
	background: #DCDCDC;
}
.tciInputText:focus {
	background: #fbf7e3;
}
.tciInputText.tciHasErr {
	background: #F78181;
}
.tciNumericText, .tciNumberText, .tciSpCharNumberText, .tciAlphaNumberText, .tciCurrencyText {
    ime-mode: disabled; /* IE only */
}
.tciNumericText, .tciCurrencyText {
    text-align: right;
}
/* ============================================================================
 *   Readonly Text
 * ============================================================================ */
.tciReadonlyText {
    margin: 20px 0 0 0;
    padding: 7px 16px 6px 16px;
    border: none;
    background-color: #f7f3f7;
    background-color: #EDE7E7;
    border-radius: 8px;
}
.tciReadonlyText.tciHasErr {
	background: #F78181;
}
/* ============================================================================
 * Textarea
 * ============================================================================ */
textarea.tciInputText {
	/*resize: none;*/
	overflow: auto;
}
/* ============================================================================
 *  Date Picker
 * ============================================================================ */
.ui-datepicker { /* カレンダー表示サイズを変更する場合に使用 */
    font-size: 100%;
}
.tciDatePickerWrap {
    margin: 0 5px 0 0;
    display: inline;
    position: relative;
}
/* カレンダーボタン */
.tciDatePickerWrap img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 6px;
}
.tciDatePickerWrap img:hover {
    cursor: pointer;
}
/* 曜日表示 */
.tciDatePickerWrap label {
    position: absolute;
    right: 43px;
    top: 9px;
    margin: 2px 0 0 0;
}
.ui-datepicker-year, .ui-datepicker-month {
    height: 25px;
}
/* ============================================================================
 *  Dropdown
 * ============================================================================ */
.tcidropdown {
    margin: 20px 0 0 -3px;
    padding-left: 3px;
    width: 230px;
}
.select2-container .select2-choice {
    height: 40px;
    border-radius: 20px;
    display: block;
}
/* ドロップダウン内の文字位置調整 */
.select2-container .select2-choice > .select2-chosen {
    padding: 8px 12px 10px 10px;
}
/* select2のカーソルを非表示 */
.select2-container .select2-choice .select2-arrow {
    display: none;
}
/* カーソル画像表示 */
.tcidropdownImg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    transform: translateX(-36px);
}
.tcidropdownImg:hover {
    cursor: pointer;
}
/* ドロップダウンの幅設定 */
.select2-drop {
    width: auto !important;
    min-width: 250px;
    margin: 0 0 0 3px; /* tcidropdownにあわせてずらす */
    border-radius: 15px;
}
/* 検索窓 */
.select2-search input {
    border-radius: 10px;
}
.tcidropdown.tciHasErr {
	background: #F78181;
}
/* ============================================================================
 *  RadioButton
 * ============================================================================ */
input[type=radio] {
    display: none;
}
.tciRadioButton .tciRadio {
    margin: 20px 10px 0 0;
    padding: 9px 5px 9px 33px;
    width: 110px;
    text-align: center;
    background: #d4dade;
    vertical-align: middle;
    border-radius: 30px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
}
.tciRadioButton .tciRadio:last-of-type{
    margin-right: 0px;
}
.tciRadioButton .tciRadio:hover {
    background-color: #dce1e4;
}
/* 内側の円 */
.tciRadioButton .tciRadio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eeeeee;
    content: '';
    opacity: 0;
}
/* 外側の円 */
.tciRadioButton .tciRadio:after{
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 5px solid #9099a5;
    border-radius: 50px;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    content: '';
}
.tciRadioButton .tciRadio.tciDisabled {
    cursor: default;
}
input[type=radio]:checked + .tciRadio:before {
    opacity: 1;
}
input[type=radio]:checked + .tciRadio{
    color: #ffffff;
    background:#50495d;
}
input[type=radio]:checked + .tciRadio:after{
    border: 5px solid #eeeeee;
}
/* エラー赤反転 */
.tciRadioButton.tciHasErr {
    background: #F78181;
    border-radius: 10px;
}
/* ============================================================================
 *  チェックボックス
 * ============================================================================ */
input[type=checkbox] {
    display: none;
}
input[type=checkbox]:disabled {
    cursor: default;
}
.tciCheck {
    margin: 20px 10px 0 0;
    padding: 9px 10px 8px 40px;
    width: 120px;
    text-align: center;
    background: #d4dade;
    vertical-align: middle;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    float: left;
    color: #A9A9A9;
}
.tciCheck:hover {
    background-color: #dce1e4;
}
.tciCheck:last-of-type{
    margin-right: 0px;
}
.tciCheck:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 11px;
    left: 8px;
    display: block;
    width: 25px;
    height: 18px;
    content: url("../images/check.png");
    opacity: 0;
    z-index: 1;
}
.tciCheck:after {
    margin-top: -20px;
    width: 40px;
    height: 100%;
    background-color: #cccccc;
    border-radius: 20px 0 0 20px;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    content: '';
    z-index: 0;
}
input[type=checkbox]:checked + .tciCheck {
    color: #000000;
}
input[type=checkbox]:checked + .tciCheck:before {
    opacity: 1;
}
input[type=checkbox]:checked + .tciCheck:after{
    background:#50495d;
    background: -webkit-linear-gradient(top, #50495d, #776f7b);
    background: linear-gradient(#50495d, #776f7b);
}
.tciCheck.tciDisabled {
    cursor: default;
}
/* エラー赤反転 */
.tciCheck.tciHasErr {
    background: #F78181;
    border-radius: 10px;
}
/* ============================================================================
 *  特殊用途入力部品
 * ============================================================================ */
.tciInputYearMonth {
    width: 110px !important;
}
.tciInputTime {
    width: 80px !important;
}
.tciInputTelNo {
    width: 170px !important;
}
.tciInputMailAddress {
    width: 350px !important;
}
/* ============================================================================
 *  Button
 * ============================================================================ */
/* ボタン全般 */
.tcibtn {
    min-width: 50px;
    padding: 7px;
    border: 2px solid transparent;
    color:#ffffff;
    text-align:center;
    display:block;
    text-decoration:none;
    border-radius:5px;
    cursor: pointer;
    margin: 20px 4px 4px 4px;
}
.tcibtn:hover, .tcibtn:focus {
    text-decoration:none;
}
/* Footer配置ボタン */
#tci_footer .tcibtn {
    padding: 12px 0 0 0;
    height: 48px;
    border-radius: 30px;
    text-align: center;
    margin: -10px 0 30px 0;
}
/* ボタン色装飾 */
.tcibtn.blue {
    background:#0186C5;
}
.tcibtn.blue:hover, .tcibtn.blue:focus {
    background: #005f82;
}
.tcibtn.green {
    background: #a6ae23;
}
.tcibtn.green:hover, .tcibtn.green:focus {
    background: #8d932b;
}
.tcibtn.orange {
    background: #ea5421;
}
.tcibtn.orange:hover, .tcibtn.orange:focus {
    background: #bc441c;
}
.tcibtn.yellow {
    background: #FFBC3E;
    border: 1px solid #696969;
    color: #000000;
}
.tcibtn.yellow:hover, .tcibtn.yellow:focus {
    background: #AAAAAA;
}
.tcibtn.gray {
    background: #888888;
}
.tcibtn.gray:hover, .tcibtn.gray:focus {
    background: #AAAAAA;
}
/* リンクボタン */
.tcilinkbtn, .tcilinkbtn:hover, .tcilinkbtn:focus {
    text-decoration:none;
}
/* Dialogオープンボタン */
.tciOpenDialogBtn {
    margin: 20px 0 0 3px;
}
/* ×ボタン */
.tciCloseBtn {
    width: 25px;
    height: 25px;
    position: absolute;
    top :10px;
    right: 10px;
    border: none;
    cursor: pointer;
}
/* ============================================================================
 *   Validate Error
 * ============================================================================ */
.tciValidateErr {
    display: inline-block;
}
.tciValidateErr span{
    color: #F78181;
}
/* ============================================================================
 * Table装飾
 * ============================================================================ */
table {
	border: 0;
}
.dataTables_wrapper {
    margin: 25px 0 0 0;
}
table.tcitable {
    margin: 15px 0 20px 0;
    padding: 3px 10px 0 10px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
}
/* 件数表示欄 */
.dataTables_info {
    margin-left: 20px;
}
/* 交互に背景色を付ける */
table.tcitable tbody tr:nth-child(even) {
    background: #ffffff;
}
table.tcitable tr:nth-child(odd) {
    background: #f8f8f8;
}
/* クリック可能な行 */
table.tcitable tr.tciclickable {
    cursor: pointer;
}
table.tcitable tr.tciclickable:hover {
    color: #1241A1;
}
/* 先頭行(th)以外にhoverを適用 */
table.tcitable tr:nth-child(n+1):hover {
	background: #fbf7e3;
}
table.tcitable th td {
    vertical-align: top;
}
/* ヘッダ行 */
table.tcitable th {
    border-bottom: 1px solid #778899;
    border-right: 1px solid #778899;
    background: #50495d;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    padding:10px;
    width: 100px;
}
table.tcitable td {
    border-bottom: 1px solid #778899;
    padding: 10px;
}
/* 角丸 */
/* 縦罫線削除に伴い、角丸も削除
table.tcitable thead tr:first-child th:first-child { border-radius: 5px 0 0 0; }
table.tcitable thead tr:first-child th:last-child  { border-radius: 0 5px 0 0; }
table.tcitable tbody tr:last-child  td:first-child { border-radius: 0 0 0 5px; }
table.tcitable tbody tr:last-child  td:last-child  { border-radius: 0 0 5px 0; }*/
/* dataTable 書式設定*/
.dataTables_wrapper label {
}
/* dataTableのCSSをリセット */
table.dataTable.no-footer {
    border-bottom: none;
}
/* dataTableのページング装飾 */
.paginate_button {
    /*color: #088FC6 !important;*/
    background: #f4f4f4 !important;
    border: 1px solid #C0C0C0 !important;
    color: #666 !important;
    border-radius: 50%;
}
.paginate_button:hover {
    background: #563A33 !important;
    border: 1px solid #563A33 !important;
    color: #ffffff !important;
    border-radius: 50%;
}
.paginate_button.previous, .paginate_button.next {
    background: transparent !important;
    border: 1px solid transparent !important;
}
.paginate_button.previous:hover, .paginate_button.next:hover {
    color: #088FC6 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    text-decoration: underline;
}
.paginate_button:active {
    border : 1px solid transparent !important;
    box-shadow: none !important;
}
.paginate_button.disabled {
    color: #d3d3d3 !important;
}
.paginate_button.disabled:hover {
    color: #d3d3d3 !important;
    background: transparent !important;
    border : 1px solid transparent !important;
    text-decoration: none;
}
.paginate_button.current {
    color: #666 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
}
.paginate_button.current:hover {
    cursor: default;
}
/* ============================================================================
 * Table内の入力項目
 * ============================================================================ */
/* inputText */
.dataTables_wrapper .tciInputText{
    margin: 0 0 0 0 !important;
    width: 96% !important;
    padding: 6px 0 0 0;
	border:1px solid transparent;     /* 枠線の装飾 */
    border-bottom: 1px solid #808080;
	background: transparent;       /* 背景色 */
	border-radius: 0px;           /* CSS3 */
	-moz-border-radius: 0px;      /* Firefox */
	-webkit-border-radius: 0px;   /* Safari,Chrome */
	behavior: url(border-radius.htc); /* for IE */
}
.dataTables_wrapper .tciInputText:focus {
    background-color: #ffffff;
	border:1px solid #808080;     /* 枠線の装飾 */
    border-radius: 4px;           /* CSS3 */
    -moz-border-radius: 4px;      /* Firefox */
    -webkit-border-radius: 4px;   /* Safari,Chrome */
    behavior: url(border-radius.htc); /* for IE */
}
/* readonlyText */
.dataTables_wrapper .tciReadonlyText {
    margin: 0 0 0 0 !important;
    width: 96% !important;
    padding: 6px 0 0 0;
	background: transparent;
}
/* ドロップダウン */
.dataTables_wrapper .tcidropdown {
    margin: 0 auto;
}
.dataTables_wrapper .tcidropdownImg {
    position: absolute;
    margin: 5px 0 0 -35px;
    top: inherit;
    left: inherit;
}
/* ============================================================================
 *  Header Message
 * ============================================================================ */
#tciHeaderMsg {
    text-align: center;
    width: 100%;
    padding: 15px 0 0 0;
    color: #4682b4;
    font-size: 20px;
}
/* ============================================================================
 *  Dialog
 * ============================================================================ */
.dialogWrapper {
    display: none;
    position: fixed;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    z-index: 8889;
    padding: 20px 20px 20px 20px;
}
.dialogWrapper.show {
    display: block;
}
/* OKボタン配置 */
.dialogWrapper p.tciDialogOk {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* 閉じるボタン配置 */
.dialogWrapper p.tciDialogClose {
    width: 100px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
/* ============================================================================
 *   Tools
 * ============================================================================ */
/* 変更通知 */
span.tciOnChange {
	background-color: #ff6347;
    border: solid 1px #999999;
    border-radius: 3px;
    position: absolute;
    overflow-x: hidden;
    float: left;
    width: 6px;
    height: 35px !important;
    margin: 22px 0 0 -8px;
}
/* ============================================================================
 *   レスポンシブ：Desktop/PC
 * ============================================================================ */
@media screen and (min-width: 992px){
	body, .tcidropdown {
		font-size: 15px;
	}
	.pc {
        display: block;
    }
    .phone {
		display: none;
    }
    /* label */
    .tcilabel {
        width: 150px;
    }
    /* ボタン */
    .tcibtn {
        width: 150px;
    }
}
/* ============================================================================
 *   レスポンシブ：Tablet
 * ============================================================================ */
@media screen and (min-width: 768px) and (max-width:991px){
	body, .tcidropdown {
		font-size: 16px;
	}
	.wrapper {
		width: 100%;
	}
}
/* ============================================================================
 *   レスポンシブ：Phone
 * ============================================================================ */
@media screen and (max-width:767px){
	body, .tcidropdown {
		font-size: 17px;
	}
	.wrapper {
		width: 100%;
	}
	.pc {
		display: none;
    }
     .phone {
        display: block;
    }
    /* label */
    .tcilabel {
        width: 80%;
    }
    /* ボタン */
    .tcibtn {
        width: 100%;
    }
    /* ダイアログ画面 */
    .dialog_wrapper {
        width:80%;
        min-height: 200px;
    }
    /* ヘッダー */
    #tci_global_header .tciCompanyInfo {
        font-size: 16px;
        width: 114px;
        line-height: 1.4;
    }
    #tci_global_header h1 {
        display: none;
    }
    #tci_global_header .tciUserInfo {
        background-size: 30px 30px;
        margin: 5px 12px 0 0;
        padding-left: 36px;
    }
    #tci_global_header p {
        font-size : 12px
    }
    #tci_global_header .tciLogout a {
        width: 82px;
        height: 32px;
        padding: 8px 0 0 8px;
        font-size: 12px;
    }
    #tci_global_header .tciLogout img {
        width: 16px;
        height: 16px;
    }
}
