/*--- header -------------------------------------------------------------------------*/

div.headerlink {
	float: right;
/*	position: relative;*/
	margin-bottom: 0 0 0 0;
}

.headerlink ul {
	padding:0 0 0 0;
	margin:38px 0 0 0;
	list-style-type:none;
/*	float: left;
	position: relative;
	width: 100%;
	margin-left: 0px;
	background-color: #33cccc;*/
}

.headerlink ul li {
/*	position: relative;

	background-color: #33cccc;
	margin-left: 20px;
	list-style-type: none;*/
	font-size:80%;
	line-height:1.1em;
	color:#ffffff;
	float: right;
	padding:0 0 0 0;
	margin:0 15px 0 0;
	list-style-type:none;
}

.headerlink ul li a{
	color:#ffffff;
	text-decoration:none;
}
.headerlink ul li a:link{
	color:#ffffff;
}
.headerlink ul li a:visited{
	color:#ffffff;
}
.headerlink ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.headerlink ul li a:active{
	color:#ffffff;
}



/*--- footer -------------------------------------------------------------------------*/

#footer_wrapper {
/*	height:65px;*/
	width: 100%;


/* TODO: 【CAS】 デザイン変更 */
/* 	background:#e5e5e5; */
	background:#1D9E48;
	color: white;

	margin: 0;
	line-height: 48px;
	display: flex;
}
.footercontent {
	padding:0 2.5% 0 0;
}


.credit {
	float:right;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	line-height:1em;
	padding: 26px 10px 0 0;
}
.ht_logo{
	float:right;
	padding:5px 25px 0 0;
	text-align: right;
}

.footerright {
	text-align:right;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	float: right;
	padding: 2px 25px 2px 0;
}



/*---  -------------------------------------------------------------------------*/
.title, .description {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 120%;
	font-weight:bold;
	color:#000000;
}

.title_error {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#ff0000;
	margin-top:72px;
}

.content{
	text-align:center;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
.content_left{
	width:90%;
	text-align:left;
	padding:10px 0px 10px 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.content_center {
	text-align: center;
	padding: 10px;
}

/*--- tab sheet -------------------------------------------------------------------------*/

.tab {
	margin-left: 0;
	padding-left: 0;
}

.tab_l{
	float:left;
	height:64px;
	width:24px;
}
.tab_r{
	float:right;
	height:64px;
	width:24px;
}
.tab_c{
	float:light;
}

ul.tab_button{
	height:64px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
	border-bottom: solid 2px #C7C7C7;
	display: flex;
	flex-wrap: nowrap;
}

ul.tab_button li{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}

ul.tab_button li:hover{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
	background-color: #F2F2F2;
}

.tab_button_off{
	float:left;
	font-size: 16px;
	font-weight:bold;
}
.tab_button_off a{
	height:30px;
	width:144px;
	display:block;
	padding:34px 0 0 0;
	margin:0 0 0 0;
}

.tab_button_off a:link{ color:#808080;}
.tab_button_off a:active{ color:#808080;}
.tab_button_off a:visited{ color:#808080;}
.tab_button_off a:hover{ color:#808080;
}
.tab_button_on{
	float:left;
	font-size: 16px;
	font-weight:bold;
	color:#dddddd;
	border-bottom: solid 2px #1D9E48;
	margin-bottom: -2px;
}
.tab_button_on a{
	height:30px;
	width:144px;
	display:block;
	color:#dddddd;
	text-decoration:none;
	padding:34px 0 0 0;
	margin:0 0 0 0;
}
.tab_button_on a:link{ color:#1D9E48;}
.tab_button_on a:active{ color:#1D9E48;}
.tab_button_on a:visited{ color:#1D9E48;}
.tab_button_on a:hover{
	color:#1D9E48;
}

.tabsheet {
	padding:0 0 0 0;
	margin:0 0 0 0;

}
.tabsheet_contents {
	text-align:center;
	padding:0 24px 40px 24px;
	margin:0 0 0 0;
}

.tabsheet_end00 {
	height:10px;


/* TODO: 【CAS】 デザイン変更 */
/* 	padding:0 0 20px 0; */
/* 	margin:0 0 0 0; */
	margin:0 0 0 8;
	width: 98%;


}
.tabsheet_end01 {
	float:left;
	height:10px;
	width:14px;
}
.tabsheet_end02 {
	float:right;
	height:10px;


/* TODO: 【CAS】 デザイン変更 */
/* 	width:14px; */
	width:0px;


}

.conditionpanel_box{
	width:100%;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.conditionpanel {
	text-align:left;
	padding: 0 16px 0 16px;
}

.conditiondetail{
	border-style: none;
}

.conditiondetail_label{
	text-align: left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
}

.condition_view{
	background-color: #F2F1F0;
	border: 1px solid #CACBCC;
	padding: 16px 32px;
}

.shortcut {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.command{
	width: 100%;
	text-align:left;
/*	border:solid 1px;*/
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.command_f_save_condition{
	text-align:left;
/*	border:solid 1px;*/
	padding:10px 0px 10px 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.command_save_f_save_condition{
	text-align:center;
/*	border:solid 1px;*/
	padding:32px 0px 10px 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.pageguide{
	width:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	text-align:left;
	padding:16px 0 8px 0;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	height:28px;
	line-height: 28px;
}

.tablebox + .pageguide{
	padding:8px 0 8px 0;
}

/*--- table -------------------------------------------------------------------------*/

table.paginglist {
	width:100%;
	border-color: #DEDEDE;
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
	border-radius:4px;
	border-spacing: 0;
}

table.paginglist thead th,
table.paginglist tbody th,
table.paginglist tbody td {
	padding: 8px 4px;
	border-bottom: 1px solid #DEDEDE;
}
table.paginglist thead th {
	background-color: #C7C7C7;
}
table.paginglist tbody th {
	background-color: #C7C7C7;
}
table.paginglist thead th + th,
table.paginglist tbody th + th,
table.paginglist tbody td + td{
	border-left: 1px solid #DEDEDE;
}
table.paginglist tbody tr:last-child th,
table.paginglist tbody tr:last-child td {
	border-bottom: none;
}
table.paginglist thead tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table.paginglist thead tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}
table.paginglist tbody tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}
table.paginglist tbody tr:last-child th:last-child {
	border-radius: 0 0 5px 0;
}

table.paginglist tr td.check,
table.paginglist tr th.check {
	text-align: center;
	padding: 8px 0px;
	width: 43px;
}

table.paginglist tr td.row_number,
table.paginglist tr th.row_number {
	text-align: center;
	padding: 8px 0px;
	width: 56px;
}

table.paginglist tr td.check input[type="checkbox"],
table.paginglist tr th.check input[type="checkbox"]{
	width: 16px;
	height: 16px;
}

table.paginglist tr.even td {
	background-color: #E6E6E6;
}
table.paginglist tr.suppressed td {
	background-color: #E60000;
}


/* TODO: 【CAS】 デザイン変更 */
table.paginglist td {
	word-break: break-all;
}

table.paginglist tr.checked_record td{
	background-color: #BCEBCF;
}

.min50 {
	min-width: 50px;
}

.min60 {
	min-width: 60px;
}

.min70 {
	min-width: 70px;
}

.min90 {
	min-width: 90px;
}

.min100 {
	min-width: 100px;
}

.min120 {
	min-width: 120px;
}

.min130 {
	min-width: 130px;
}

.min134 {
	min-width: 134px;
}

.min140 {
	min-width: 140px;
}

.min144 {
	min-width: 144px;
}

.min150 {
	min-width: 150px;
}

.min154 {
	min-width: 154px;
}

.min160 {
	min-width: 160px;
}

.min190 {
	min-width: 190px;
}

.min200 {
	min-width: 200px;
}

.min230 {
	min-width: 230px;
}

.min240 {
	min-width: 240px;
}

.min310 {
	min-width: 310px;
}

/*---------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	padding-top: 1px;
	text-align: center;
	color: #000000;


}

/*
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#820009;
}
a:active {
	color:#000000;
}
*/
/*
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
form{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

img{
	border:0;
	vertical-align:top;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.img_filter {
	opacity: 0.6;
	-webkit-opacity: 0.6;
}

table{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}

ul{
	padding:0 0 0 0em;
	margin:0 0 0 1em;
}

.cf{
	clear:both;
}

#wrapper,#wrapper_nosearch {
	margin: 0 auto;
	width: 100%;
	background: #fff;
}/*コンテンツ全体*/

#main-center{
	margin:0;
	background: #fff;
}

.headercontent{
	height:80px;
	background: url(images/common/header/bg.gif) repeat-x ;
	text-align:left;
}

.header_logo{
	float: left;
/*	position: relative;*/
	margin: 0 0 0 0;
}

.notification{
	border-style: solid;
	border-color: red;
	border-width: 2px;
	background-color: white;
	width: 50%;
	margin:12px auto 0 auto  ;
	text-align:left;
	padding: 12px 12px 12px 12px;
}

.deleted{
	background-color: gray;
}

.searchpanel{
	height:40px;
	text-align:left;
	padding:0 4px 0 12px;
}

.searchpanel_textfield_area{
	float:left;
}
.searchpanel_textfield{
	font-size:14px;
	padding:0 0 0 0;
	border: solid 1px #808080;
	width: 166px;
	height: 32px;
	line-height: 32px;
}

.searchpanel_btn_area{
	float:left;
	height:40px;
	padding:0px 0 0 0;
}


/* TODO: 【CAS】 デザイン変更 */
/*
.searchpanel_btn{
	background:url(images/common/search/btn01.gif) no-repeat left top;
	width: 85px;
	height: 31px;
	overflow: hidden;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	margin:9px 0 0 10px;
}
*/
.searchpanel_btn{
	background-color: #1D9E48;
	color: #fff;
	width: 140px;
	height: 30px;
	overflow: hidden;
	display: block;
	border: solid 1px #1D9E48;
	cursor: pointer;
	margin: 2px 0 0 6px;
	font-size: 16px;
}

.searchpanel_btn:hover{
	background-color: #008000;
	color: #fff;
	width: 140px;
	height: 30px;
	overflow: hidden;
	display: block;
	border: solid 1px #1D9E48;
	cursor: pointer;
	margin: 2px 0 0 6px;
	font-size: 16px;
}


/*.searchpanel_btn a:hover{
	background:url(images/common/search/btn01_o.gif) no-repeat left top;
	width: 85px;
	height: 31px;
	overflow: hidden;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	margin:9px 0 0 10px;
}*/


.tablebox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


.login_kotsl_title{
	background:url(images/tab/img_login_logo.png) no-repeat;
	width: 360px;
	height: 64px;
	margin-top:0px; /*30-30*/
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	/*padding:35px 0 0 0;*/

}
.title_logout {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#000000;
	padding-top:144px;
}

/* ボタン */
/*
input[type="button"],
input[type="submit"]{
	border-style: none;
}
*/

.size_btn_medium,
.size_btn_medium:hover {
	font-size: 14pt;
	height: 32px;
	line-height:32px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius:4px;
}

.size_btn_large,
.size_btn_large:hover {
	font-size: 16pt;
	height: 40px;
	line-height:40px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius:4px;
}

.size_btn_xlarge,
.size_btn_xlarge:hover {
	font-size: 16pt;
	height: 44px;
	line-height:44px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius:4px;
}

.size_btn_normal,
.size_btn_normal:hover {
	font-size: 14pt;
	height: 28px;
	line-height:28px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius:4px;
}

.size_btn_small,
.size_btn_small:hover {
	font-size: 12pt;
	height: 22px;
	line-height:22px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius:4px;
}

.size_btn_xsmall,
.size_btn_xsmall:hover {
	font-size: 12pt;
	height: 20px;
	line-height:20px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius:4px;
}


/* カラー・状態の変化 */
.color_btn_default {
	color:#000000;
	background-color: #DEDEDE;
	border-style: none;
}

.color_btn_default:hover {
	color:#000000;
	background-color: #C7C7C7;
	border-style: none;
}

.color_btn_default:active {
	color:#000000;
	background-color: #ADADAD;
	border-style: none;
}

.color_btn_default:disabled {
	color:#999999;
	background-color: #E6E6E6;
	border-style: none;
}


.color_btn_primary {
	color:#FFFFFF;
	background-color: #1D9E48;
	border-style: none;
}

.color_btn_primary:hover {
	color:#FFFFFF;
	background-color: #008735;
	border-style: none;
}

.color_btn_primary:active {
	color:#FFFFFF;
	background-color: #006728;
	border-style: none;
}

.color_btn_primary:disabled {
	color:#D5FBE4;
	background-color: #85D0A2;
	border-style: none;
}


.color_btn_caution {
	color:#F54F49;
	background-color: #FFFFFF;
	border: solid 1px #F54F49;
}

.color_btn_caution:hover {
	color:#FFFFFF;
	background-color: #D6352F;
	border: solid 1px transparent;
}

.color_btn_caution:active {
	color:#FFFFFF;
	background-color: #C40C06;
	border: solid 1px transparent;
}

.color_btn_caution:disabled {
	color:#FFC4C2;
	background-color: #FFFFFF;
	border: solid 1px #FFC4C2;
	border: solid 1px transparent;
}


.logout_panel{
	padding:100px 0 68px 0;
}


.login_btn, .login_btn:hover, .login_btn:active, .login_btn:disabled
{
	overflow: hidden;
	display: block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 0;
    font-size: 14pt;
    border-radius: 4px;
}

.table_login{
	margin-left:auto;
	margin-right:auto;
	border-spacing: 1px 0px;
}

input[type="text"],
input[type="password"]
{
	height:32px;
	border: solid 1px #E6E6E6;
	border-radius: 4px;
	padding: 0 8px;
	background-color: #fff;
}

.text_with_margin{
	margin-left: 12px;
	margin-right: 12px;
}


.searchTextInput {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.searchTextInput > input[type=text] {
	background-color: #FFFFFF;
	border: solid 1px #808080;
	border-radius: 4px;
	padding-left: 32px;
	height: 34px;
}

.searchTextInput span#zoom {
	position: relative;
	left:8px;
}
.searchTextInput span#zoom img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

input[type="submit"] + input[type="submit"],
input[type="button"] + input[type="button"]
{
	margin-left: 16px;
}

.table_inputform{
	border-collapse:separate;
	border-spacing: 1px 8px;
}

.inputform_parent {
	text-align: center;
}

.inputform_content {
	margin-left:auto;
	margin-right:auto;
}

.inputform_content input[type!="checkbox"]{
	margin: 0;
	padding:0;
	width: 100%;
}

.inputform_label {
	text-align: right;
	width:120px;
	padding: 0 12px;
}
.inputform_label_search {
	text-align: right;
	padding: 0 12px 0 0;
}

.inputform_input {
	width: 296px;
	text-align: left;
}

.inputform_input input[type="text"],
.inputform_input input[type="password"] {
	width: 278px;
	padding: 0 8px;
	margin: 0;
}
.inputform_input select
{
	width: 296px;
	padding: 0 8px;
	margin: 0;
}

.inputform_input_sitecode {
	width: 70px;
	padding: 0 8px;
	margin: 0;
}

.inputform_label_large {
	text-align: right;
	width: 170px;
	padding: 0 12px;
}

.inputform_input_large {
	width: 328px;
	text-align: left;
}

.inputform_input_large input[type="text"],
.inputform_input_large input[type="password"] {
	width: 278px;
	padding: 0 8px;
	margin: 0;
}
.inputform_input_large select {
	width: 296px;
	padding: 0 8px;
	margin: 0;
}

.inputform_limit {
	padding: 0 12px;
	width:120px;
	color:gray;
	text-align: left;
}

.inputform_input_number {
	width: 50px !important;
	text-align: right;
	ime-mode: disabled;
}

.inputform_input_number_small {
	width: 20px !important;
	text-align: right;
	ime-mode: disabled;
}

.inputform_search_label1 {
	text-align: left;
	min-width:120px;
	white-space: nowrap;
}

.inputform_search_input1 {
	text-align: left;
	width: 200px;
	white-space: nowrap;
}

.inputform_search_input1_label {
	text-align: left;
	min-width:180px;
	white-space: nowrap;
}

.inputform_search_label2 {
	text-align: left;
	min-width:120px;
	white-space: nowrap;
}

.inputform_space40 {
	width:40px;
}
.inputform_space72 {
	width:72px;
}
.inputform_space96 {
	width:96px;
}

.inputform_search_input2 {
	text-align: left;
	min-width: 300px;
	white-space: nowrap;
}

.inputform_search_input1 input[type="text"],
.inputform_search_input1 input[type="password"],
.inputform_search_input2 input[type="text"],
.inputform_search_input2 input[type="password"] {
	width: 182px;
	height: 28px;
	padding: 0 8px;
	margin: 0;
	vertical-align: middle;
}

.inputform_search_input1 select,
.inputform_search_input2 select {
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	margin: 0;
	vertical-align: middle;
}

.inputform_search_input_select {
	width:100%;
}

th {
	font-weight: bold;
}

table.table_security_info tr th {
	background-color: #C7C7C7;
	color: black;
	border-color: #DEDEDE;
	border-width: 1px;
	border-style: solid;
	padding: 4px 2px;
	height: 28px;
}

.inputform_table_name {
	background-color: #C7C7C7;
	color: black;
	border-color: #DEDEDE;
	border-width: 1px;
	border-style: solid;
	padding: 8px 2px;
	text-align: right;
	width:277px;
}

table.table_credential {
	width: 100%;
	margin-top:16px;
	border-collapse: collapse;
}

table.table_credential td {
	border-color: #DEDEDE;
	border-width: 1px;
	border-style: solid;
	padding: 6px 4px;
	height:32px;
}

tr.even{
	background-color: #E6E6E6;
}

tr.suppressed{
	background-color: #E60000;
}

tr.account_locked{
	background-color: #E60000;
}

.inputform_submit,
.inputform_submit:hover {
	width: 320px;
	height: 40px;
	line-height: 40px;
}

.inputLimit {
	width:144px;
	color:gray;
}

input.sitecode,
input.account{
	ime-mode: disabled;
}

.specific-loginFormInner .specific-inputSite,
.specific-loginFormInner .specific-inputId,
.specific-loginFormInner .specific-inputPw
{
    display:block;
    margin:0 auto;
    width:344px;
    height:60px;
    line-height:60px;
    border-radius:8px;
}

.specific-loginFormInner .specific-inputSite{
    border-bottom:none;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}

.specific-loginFormInner .specific-inputId{
    border-radius:0px;
}

.specific-loginFormInner .specific-inputPw{
    border-top:none;
	border-top-right-radius:0px;
    border-top-left-radius:0px;
}

.specific-loginFormInner {
	width: 728px;
	min-height: 395px;
	background-color: #fff;
	text-align: center
}
.specific-logoutFormInner {
	width: 728px;
	min-height: 365px;
	background-color: #fff;
	text-align: center
}

.specific-main {
	width: 100%;
	min-height: 501px;
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.specific-loginForm {
	width: 728px;
	background-color: #FFF;
	margin: 0 auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	overflow: hidden
}

.specific-other_7 {
	width: 100% !important;
	height: 100% !important;
	background-color: #F2F2F2;
	display: table;
	margin-top: 0
}
.specific-kotLogo {
	margin: 30px 0;
}
.specific-other_7 .specific-copyright {
	position: fixed;
	width: 100%;
	text-align: center;
	margin-top: -2em;
	bottom: 8px;
	left: 0;
	font-size: 12px;
	color: gray
}
/*
.specific-other_7_custom.htBlock-body {
	margin-top: 0
}
*/

.login_form_message {
	width: 360px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 16px
}

.login_form_title {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 32px
}

.specific-kotLogo_custom {
	margin-bottom: 8px
}

.login_form_box {
	width: 360px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 32px
}

.specific-notifies_message p {
	text-align: left
}
.specific-notifies {
	min-height: 0px;
	width: 728px;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: relative;
	bottom: 0;
	background-color: #FFF6D1
}

.specific-notifies_message {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 64px;
	-moz-flex-basis: 64px;
	-o-flex-basis: 64px;
	flex-basis: 64px;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 64px;
	height: 100%;
	width: 728px;
	border-top: solid 1px #ccc;
}

.specific-notifies_message>div {
	padding-left: 32px;
	padding-right: 32px;
	text-align:left;
}

.specific-notifies_message>a {
	margin-right: 24px;
	color: #0B131A;
	line-height: 100%
}

.specific-notifies_message>a>* {
	vertical-align: top
}

.specific-notifies_message_main {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0
}

.specific-saveId {
	width: 360px;
	margin: 0 auto;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 16px
}

.specific-loginButton {
	display: block;
	margin: 0 auto;
	width: 360px
}

.specific-logoutButton {
	display: block;
	margin: 0 auto;
	width: 320px
}

.specific-forgotPw {
	display: inline-block;
	margin: 24px 0 12px;
	color: #0B131A
}

.specific-banner {
	margin-top: 16px
}

.specific-sslSiteSeal {
	display: inline-block;
	position: absolute;
	bottom: 16px;
	right: 16px
}

h3.sectiontitle {
	display: block;
	font-size: 20px;
	border-bottom: solid 1px #ccc;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: left;
}

label.font_16 {
	font-size: 16px;
}

div.notfound {
	color: #7F7F7F;
	font-size: 17px;
	text-align: center;
	line-height: 64px;
	border-color: #CACBCC;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	height: 64px;
}

.searchpanel_toggle_close .searchpanel_panelicon {
    background-image: url(images/common/ic_serch_dropdown_circle.png);
}

.searchpanel_toggle_open .searchpanel_panelicon{
    background-image: url(images/common/ic_serch_dropup_circle.png);
}

.searchpanel_panelicon{
    background-repeat:no-repeat;
    display: inline-block;
    width: 18px;
    height:64px;
    line-height:64px;
    background-position: center center;
}

.searchpanel_toggle_outer {
    height:64px;
    line-height:64px;
    vertical-align:middle;
    text-align: left;
    background-color: #EDEFF0;
    border-bottom: 1px solid #B3B3B3;
}
.searchpanel_toggle {
    cursor: pointer;
}

.searchpanel_toggle span, .searchpanel_list span {
    vertical-align:middle;
}

.searchpanel_slideBox {
    /* display:none; *//* noneの場合は初期状態で検索条件を閉じる */
    background-color: #EDEFF0;
}

.searchpanel_toggle_under {
	padding: 16px 0 8px;
    background-color: #EDEFF0;
}
.searchpanel_search_btn {
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	border-radius:4px;
}

.searchpanel_work_record {
	padding: 16px 16px 8px;
    background-color: #EDEFF0;
    text-align: left;
}

.searchpanel_work_record input[type="text"] {
	width: 182px;
	height: 28px;
	padding: 0 8px;
	margin: 0;
	vertical-align: middle;
}

.pageguide_inner {
	float:right;
}

.pageguide_count {
	float:left;
	margin:0 8px;
	vertical-align: middle;
}

.pageguide_button {
    border: solid 1px #EBEBEB;
    background-color: #fff;
    color: #2E3033;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin: 0;
}

.pageguide_button_min {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pageguide_button_minus {
    border-left-width: 0;
}

.pageguide_button_max {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pageguide_button_plus {
    border-right-width: 0;
}

.pageguide_add_button {
	position: relative;
}

.pageguide_add_button a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

.search_list
{
	font-size:14px;
	margin-left: 16px;
	margin-right: 32px;
}

.search_list_list
{
	min-width:200px;
	height:32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0 8px;
}
.search_list_label
{
	margin-right: 12px;
}

.search_condition
{
	font-size:14px;
	font-weight:bold;
	color:#424242;
	margin-left: 8px;
}

.conditiondetail_label
{
	color: #424242;
	font-size: 14px;
	font-weight: bold;
}
.search_condition_exist
{
	font-size: 14px;
	font-weight: bold;
}

.search_condition_no_exist
{
	color: #999999;
}

.htBlock-footer_logo a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.htBlock-footer_logo a img{
	position: absolute;
	height: 32px;
	width: auto;
}

input.search_datepicker[type="text"]{
    border-radius: 4px 0 0 4px;
    width:104px;
}

input.monthpicker[type="text"]{
	border-radius: 4px 0 0 4px;
	width:62px;
	height: 28px;
	padding: 0 8px;
	margin: 0;
	vertical-align: middle;
}

.ui-datepicker-trigger,
.ui-monthpicker-trigger {
    width: 38px;
    height: 28px;
    background-color: #CACBCC;
    border: solid 1px #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    vertical-align: middle
}

input.search_timepicker[type="text"]{
    width:66px;
}

div.credential_register_label {
	vertical-align: middle;
	display: inline-block;
	width:100px;
	text-align: left;
	padding-left: 4px;
}

.size_btnwidth160 {
	width: 160px;
}

.height48 {
	height: 48px;
	line-height: 48px;
}

input.condition_name {
	width: 300px;
}

input[type="submit"],input[type="checkbox"],input[type="button"],select,button {
	cursor: pointer;
}

input[type="radio"],input[type="radio"] + label {
	cursor: pointer;
}

select {
	height:32px;
	line-height: 32px;
	vertical-align: middle;
    /*
	-webkit-appearance: button;
    -moz-appearance: none;
    -ms-appearance: button;
    -o-appearance: button;
    appearance: button;
    */
    border: solid 1px #e6e6e6;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 4px;
}

table.tables {
	margin-left: auto;
	margin-right: auto;
}

label.inputform_pointerarea {
	cursor: pointer;
}
label.text_disabled {
	color:#999999;
}


.margin_left12{ margin-left: 12px;}
.margin_left16{ margin-left: 16px;}
.margin_top16{ margin-top: 16px;}
.margin_top32{ margin-top: 32px;}
.padding_top10{ padding-top: 10px;}
.padding_top16{ padding-top: 16px;}
.padding_top32{ padding-top: 32px;}

/* 位置調整 */
.mg_t01{ padding-top: 1px;}
.mg_t02{ padding-top: 2px;}
.mg_t03{ padding-top: 3px;}
.mg_t04{ padding-top: 4px;}
.mg_t05{ padding-top: 5px;}
.mg_t06{ padding-top: 6px;}
.mg_t07{ padding-top: 7px;}
.mg_t08{ padding-top: 8px;}
.mg_t09{ padding-top: 9px;}
.mg_t10{ padding-top: 10px;}
.mg_t15{ padding-top: 15px;}
.mg_t20{ padding-top: 20px;}
.mg_t25{ padding-top: 25px;}
.mg_t32{ padding-top: 32px;}

.mg_r01{ padding-right: 1px;}
.mg_r02{ padding-right: 2px;}
.mg_r03{ padding-right: 3px;}
.mg_r04{ padding-right: 4px;}
.mg_r05{ padding-right: 5px;}
.mg_r06{ padding-right: 6px;}
.mg_r07{ padding-right: 7px;}
.mg_r08{ padding-right: 8px;}
.mg_r09{ padding-right: 9px;}
.mg_r10{ padding-right: 10px;}
.mg_r15{ padding-right: 15px;}
.mg_r20{ padding-right: 20px;}
.mg_r25{ padding-right: 25px;}

.mg_b01{ padding-bottom: 1px;}
.mg_b02{ padding-bottom: 2px;}
.mg_b03{ padding-bottom: 3px;}
.mg_b04{ padding-bottom: 4px;}
.mg_b05{ padding-bottom: 5px;}
.mg_b06{ padding-bottom: 6px;}
.mg_b07{ padding-bottom: 7px;}
.mg_b08{ padding-bottom: 8px;}
.mg_b09{ padding-bottom: 9px;}
.mg_b10{ padding-bottom: 10px;}
.mg_b15{ padding-bottom: 15px;}
.mg_b20{ padding-bottom: 20px;}
.mg_b25{ padding-bottom: 25px;}

.mg_l01{ padding-left: 1px;}
.mg_l02{ padding-left: 2px;}
.mg_l03{ padding-left: 3px;}
.mg_l04{ padding-left: 4px;}
.mg_l05{ padding-left: 5px;}
.mg_l06{ padding-left: 6px;}
.mg_l07{ padding-left: 7px;}
.mg_l08{ padding-left: 8px;}
.mg_l09{ padding-left: 9px;}
.mg_l10{ padding-left: 10px;}
.mg_l15{ padding-left: 15px;}
.mg_l20{ padding-left: 20px;}
.mg_l25{ padding-left: 25px;}

span.sort {
    cursor: pointer;
}

/* マスクボタン（外枠） */
.password_wrapper {
	width: 322px;
	height:32px;
	border: solid 1px #E6E6E6;
	border-radius: 4px;
	padding: 0 8px;
	background-color: #fff;
}

/* マスクボタン（TextBox） */
.password_input {
	border: none !important;
}

/* マスクボタン（画像） */
.btn_eye{
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

/* マスクボタン（画像） */
.btn_eye_open {
	background-image: url(images/common/eye_open.png);
}

/* マスクボタン（画像） */
.btn_eye_close{
	background-image: url(images/common/eye_close.png);
}
