@CHARSET "UTF-8";

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
    width: auto !important;
}


body{

}

body,
table{

}

.button,
a.button{

}

#header{

}

#container{

}

#primary-wrap{

}

#primary{

}

#primary .page-title{

}

form input[disabled]{
	background-color: #ddd;
}

.a-img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/*******************************************************************
	フォーム
*******************************************************************/
/*
#primary form .widget-form .widget-title .step {
    display:none;
}
*/

/*******************************************************************
	一覧ページ
*******************************************************************/
body.page-index #primary .widget-search-form{

}

body.page-index .widget-form .widget-body{

}
body.page-index .develop-url-query,
body.page-index .param-paging,
body.page-index .param-compare,
body.page-index .param-orders{

}

body.page-index .serch-params{

}
body.page-index .submit-buttons{

}
body.page-index .submit-buttons .button{

}

body.page-index .command-buttons{

}
body.page-index .command-buttons .command-buttons-create{

}
body.page-index .command-buttons .command-buttons-create:hover{

}


/*******************************************************************
	詳細ページ
*******************************************************************/
body.page-detail .page-title{

}
.widget-form .widget-body{

}
body.page-detail .form table{

}
body.page-detail .form table th{

}

body.page-detail .page-buttons{

}
body.page-detail .page-buttons a{

}
body.page-detail .page-buttons .button-return{

}
body.page-detail .page-buttons .button-return:hover{

}
body.page-detail .page-buttons .button-delete{

}
body.page-detail .page-buttons .button-delete:hover{

}

body.page-detail .form-steps .submit-buttons-top{

}
body.page-detail .form-steps .submit-buttons-bottom{

}

body.page-detail .form-steps .submit-buttons-bottom .button{

}

body.page-detail .form-steps .submit-buttons-top{

}
body.page-detail #form-main,
body.page-detail #form-main-confirm,
body.page-detail #form-main-complete{

}

/*******************************************************************
	編集ページ
*******************************************************************/

body.page-edit .form-steps .submit-buttons-bottom .button{

}
body.page-edit .form-steps .submit-buttons-bottom .button:hover{

}
body.page-edit .form-steps .submit-buttons-bottom .step-confirm-prev{

}
body.page-edit .form-steps .submit-buttons-bottom .step-confirm-prev:hover{

}


/*******************************************************************
	削除ページ
*******************************************************************/


.button-search{

}
.button-search:hover{

}

.button-result-download{

}
.button-result-download:hover{

}

.form-steps .submit-buttons-fixed{

}

/*******************************************************************
    jQuery UI のダイアログ
*******************************************************************/
.ui-front {
    z-index: 1040;
    z-index: 1060;
}

/*******************************************************************
    CKEditor 最大化
    max-width の値はエディタ（編集内容）ごとに任意に変えれたほうがいいかも
*******************************************************************/
.cke_maximized{
    max-width: 800px;
    border: solid 1px #ddd !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
