@charset "utf-8";
/* CSS Document */
html {}
body, input, select, textarea, table {color:#333;line-height:1.41em;}
body, input, select, textarea, th, td, li, a {
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.2rem;
}
  


body { padding:0; margin:0; }
form,p,h1,h2,h3 { padding:0; margin:0; }
a:visited {color:#002cd1;} 
a:hover {color:#ff9622;text-decoration: none;}
a img {border:0;}

/* Header Area */
#header_area{
	border-top:5px solid #CCC;
	background-color:#F5F5F5;
	padding:0 0 0;
}
#CompanyLogo {
	background-image: url(/admin/images/common/logo.png);
    background-repeat: no-repeat;
	width: 150px;
	height:50px;
	display:block;
	text-indent:-9999px;
}
#admin_top {
	padding:0 10px;
}
#navi_area{
	width:100%;
	margin:0;
	list-style:none;
	padding:0px 0px;
	background-color: #000;
	border-bottom:1px solid #b5b5b5;
}
#navi_area li {
	width:15%;
	height: 30px;
	list-style-type: none;
	float: left;
	padding:0px 0px;
	margin:0;
	background-color: #000;
}
#navi_area li a {
	display: block;
	height: 100%;
	width:100%;
	line-height: 34px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	font-size:16px;
	/*border-right:1px solid #FFF;*/
}
#navi_area li a:hover{
	background:#fdfbd9;
	color:#48443e;
}

.sub_navi{
	padding:0;
	margin:0;
	width:14.27%;
	float:none;
	position: absolute;
	z-index: 999;

}
.sub_navi li{
	background:#f0f0f0;
	float:none;
	width:99.5% !important ;
}


/* Contents Area */
#contents_area {
	padding:25px 20px 25px;
}
#contents_area h2 {
	height:30px;
	line-height:30px;
	color:#fff;
	background: url(/admin/images/common/h2_bar.gif) #000 no-repeat scroll 0 0;
	font-size:1.1em;
	font-weight: bold;
	padding:0 15px;
}
#mainTD_L {
	width:48%;
	padding-right:20px;
}

.Div_DispTable {
	padding:10px 5px 15px;
}
.Div_DispTable table {
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
.Div_DispTable table thead {
	background-color:#000;
	color:#fff;
	font-weight: bold;
}
.Div_DispTable table th {
	background-color:#EEE;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:100;
	text-align:left;
}
.Div_DispTable td {
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}
.Div_DispTable a {
	display:block;
	width:100%;
}

.Div_DispTable_non {
	padding:10px 5px 15px;
}
.Div_DispTable_non td{ border-bottom:1px dashed #999999;}

/* Footer Area */

#footer_area {
	border-top:5px solid #dae0f1;
	font-size:10px;
	text-align:right;
	padding:0 0 0 0;
}
#footer_area span {
	display:block;
	float:right;
	margin:5px 15px 0 0;
}
#ToTOP {
	background-color:#dae0f1;
	padding:5px 10px 5px 15px; 
	height:15px;
	display:block;
	float:right;
}

/* CLASS */
.pdr_10 { padding-right:10px; }
.pdr_20 { padding-right:20px; }
.pd {
	border:1px solid #999;
	border-radius: 3px;          /* CSS3 */  
    -webkit-border-radius: 3px;  /* Safari,Chrome */  
    -moz-border-radius: 3px;     /* Firefox */  
}
.Red_F { color:#900;}


.pd5{padding:5px;}
.w15 {width:15px;}
.w30 {width:30px;}
.w40 {width:40px;}
.w40kai {width:40px; height:23px;}
.w50 {width:50px;}
.w80 {width:80px;}
.w100{width:100px;}
.w120{width:120px;}
.w130{width:130px;}
.w150{width:150px;}
.w200{width:200px;}
.w300{width:300px;}

.w10P {width:10%;}
.w20P {width:20%;}
.w30P {width:30%;}
.w40P {width:40%;}
.w45P {width:45%;}
.w50P {width:50%;}
.w60P {width:60%;}
.w65P {width:65%;}
.w70P {width:70%;}
.w70P {width:80%;}
.w90P {width:90%;}
.w95P {width:95%;}
.w100P {width:100%;}
.txtArea { width:95%; height:180px !important;}
.txtArea120 { width:95%; height:120px !important;}


/* margin */
.m3T {margin-top:3px}
.m5T {margin-top:5px}
.m10T{margin:10px 0 0 0;}
.m20T{margin:20px 0 0 0;}
.m10L { margin-left:10px;}
.m5L { margin-left:5px;}
.m10b {margin-bottom:10px;}
.m5{margin:5px;}
.c_p { cursor:pointer;}
.fl {float:left;}
.fr {float:right;}
.t_r {text-align:right;}
.RedF { color:#F00;}


/* Form Class */
.ime_a {ime-mode:active;}
.ime_d {ime-mode:disabled;}
.inputtext {border: 1px solid #7F9DB9; padding:0 0 0 3px; height:18px; line-height:18px;}
select.inputtext {height:20px; line-height:20px;}

/* カレンダーのstyleを整える */
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}
.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    width: auto;
}
.ui-datepicker select.ui-datepicker-month {
    margin-left: 1em;
}


/* PAGE */
.page_area{
	margin:10px 0 0 0;
	padding:10px 5px;
	clear:both;
	height:40px;
	line-height:22px;
	border:1px solid #999999;
	background-color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.page{
	margin-left:8px;
	color:#000;
	border:1px solid #CCC;
	padding:0 8px;
	height:25px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	background-color:#F5F5F5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration:none;
}
.page_sel{
	margin-left:8px;
	color:#fff;
	border:1px solid #EEE;
	height:25px;
	padding:0 8px;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background-color:#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page_TT{
	width:450px;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
}
#page_TT span{
	font-size:18px;
	color:#ff9000;
	font-weight:bold;
}
.page_number{
	float:right;
	text-align:right;
	margin-right:30px;
}
.lb{
	border-left:1px solid #333;
	padding-left:5px;
}
.rb{
	border-right:1px solid #333;
	padding-right:5px;
}


.PageButton_Selected{
	color:#333;
}
.PageButton_NotSelected{
}

.lyBm { margin-bottom:10px; }
.imgThumbnail { width:100px;}

.c { height:0; line-height:0; clear:both; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* AP element */
#AP_cover {
	position:absolute;
	z-index:9;
	width:100%;
	background-color: #000;
	filter:alpha(opacity="50");
	-moz-opacity:0.5;
	display:none;
	opacity: 0.5;
	color:#FFF;
}
.Sch_fieldset {
	background-color:#f5f5f5;
	padding:3px 5px 5px;
	margin:0 0 0px;
}
.Sch_fieldset legend {
	color:#3399FF;
	font-weight:bold;
	margin-left:8px;
	width: auto !important;
	font-size:13px;
	font-weight:normal;
	border-bottom:none;
}
.Sch_tb {
}
.Sch_tb th {
	padding:5px 0 3px 5px;
	text-align:left;
	font-weight:100;
	background-color:#f0f7fa;
}
.Sch_tb td {
	background-color:#FFF;
	padding:5px 0 3px 5px;
}
#rst_list_cnt { padding:0 15px; height:14px; }

/* AP element */
#AP_cover {
	position:absolute;
	z-index:9999;
	width:100%;
	background-image:url(/admin/images/common/now_loading2.gif);
	background-position:center 45%;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color: #000;
	filter:alpha(opacity="50");
	-moz-opacity:0.5;
	opacity: 0.5;
	color:#FFF;
	display:none;
}
#admin_sub_navi {
	background-color:#e5e4e4;
	padding:8px 35px 3px;
	line-height:18px;
}
#admin_sub_navi a { display:block; float:left; color:#333; padding: 0 10px; }
#admin_sub_navi a:hover,#admin_sub_navi a.hover{ background-color:#FC6; text-decoration:none;}
#admin_sub_navi span { display:block; float:left; color:#7f0100;}

.rotate90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
  }
  .rotate180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
  }
  .rotate270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
  }

  .div-image img {
	height: 150px;
	width: auto;
	max-width: 100%;
}

.upload-file {
	overflow: hidden;
	position: relative;
	background: #1b86f2;
	border-radius: 4px;
	padding: 8px;
	color: #fff;
	font-size: 18px;
	width: 150px;
	text-align: center;
	border-bottom: 3px solid #004f9f;
}

label.upload-file:hover {
	background: #004f9f;
}

.upload-file [type=file] {
	display: block;
	font-size: 22px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.control-number td span .store {
	line-height: 0;
    display: inline-block;
    margin: 4px;
}
.control-number td span .checkbox {
    display: inline-block;
    position: relative;
	top: -6px;
	font-weight: normal;
}
