@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font: 13px/1.231 Arial, Geneva, Helvetica, Meiryo,"メイリオ","ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
   font-size:12px;
   color:#333;
   background:#F0FFFF;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:none;
}

a:hover {
   color:#0089a1;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

blockquote {
	border: 1px dotted #BDBA9D;
	padding: .3em;
	margin: 3px auto 3px 1em;
}

/* ========COMMON CLASS======== */
.required {
   color: #C00;
   font-weight: normal;
}

.warning {
	color: red;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:945px;
   margin:10px auto;
   border:1px solid #666;
   background:#fff;
}

#header {
   width:945px;
   color:#F8F8FF;
   background:#0F98AD;
   background:linear-gradient(top, #1EACBF, #0F98AD);
   background:-moz-linear-gradient(top, #1EACBF, #0F98AD); /* Firefox用 */
   background:-o-linear-gradient(top, #1EACBF, #0F98AD); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#1EACBF), to(#0F98AD)); /* Safari,Google Chrome用 */
   border-bottom:1px solid #0F98AD;
}

#menu {
	float:left;
}

#topicPath {
   float:left;
}

#logout {
   /* float:right; */
}
#common {
   float:right;
}

#contents {
   background:#ccc;
}

#main {
   display:inline;/* for IE6 */
   float:left;
   /* width:544px; */
   /* width:750px; */
   width:910px;
   margin:5px;
   margin-right:0;
   padding:10px;
   background:#fff;
}

#sub {
   display:inline;
   float:right;
   width:200px;
   margin:5px;
   padding:0;
}

#pageTop {
   /zoom:1;/* for IE6 */
   clear:both;
   background:#fff;
}

#footer {
   clear:both;
   background:#fff;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:24px;
}

#header h1 a {
   color:#F8F8FF;
}

#header #pr p {
   margin:0;
   padding:10px;
   font-size:13px;
}


/* ========MENU CUSTOMIZE======== */

#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   /*202408削除・樋口*/
   /*width:134px;*/
   /*202408追加・樋口*/
   width:235px;
   /*202408終了・樋口*/
   text-align:center;
   list-style-type:none;
   border-top:1px solid #666;
   border-left:1px solid #666;
}

#menu li a {
   display: block;
   /* width:110.3px; */
   color:#333;
   line-height:40px;
   text-decoration:none;
   border-bottom:3px solid #0089a1;
   background:#fff;
   background:linear-gradient(top, #fff, #efefef);
   background:-moz-linear-gradient(top, #fff, #efefef); /* Firefox用 */
   background:-o-linear-gradient(top, #fff, #efefef); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); /* Safari,Google Chrome用 */
}

#menu li:first-child {
   border-left:none;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#0F98AD;
   background:linear-gradient(top, #1EACBF, #0F98AD);
   background:-moz-linear-gradient(top, #1EACBF, #0F98AD); /* Firefox用 */
   background:-o-linear-gradient(top, #1EACBF, #0F98AD); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#1EACBF), to(#0F98AD)); /* Safari,Google Chrome用 */
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#0F98AD;
   background:linear-gradient(top, #1EACBF, #0F98AD);
   background:-moz-linear-gradient(top, #1EACBF, #0F98AD); /* Firefox用 */
   background:-o-linear-gradient(top, #1EACBF, #0F98AD); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#1EACBF), to(#0F98AD)); /* Safari,Google Chrome用 */
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   width:900px;
   margin:5px 5px 0 5px;
   padding:10px 10px 0 10px;
   background:#fff;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:16px;
   border-bottom:3px double #999;
}

#main h3 {
   /* margin-bottom:5px; */
   margin-bottom:15px;
   padding:5px;
   font-size:14px;
   /* border-left:5px solid #0089a1; */
   border-left:5px solid #0F98AD;
   border-bottom:1px dotted #999;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h5 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #999;
}

#main h6 {
   /* margin-bottom:5px; */
   margin-top:10px;
   margin-bottom:15px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

#main table {
   /* width:100%; */
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
}

#main noscript {
   display:block;
   margin-top:20px;
   margin-bottom:15px;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}
#main dl.information dt {
   float:left;
   width:8em;
   margin:0;
   padding:0;
}
#main dl.information dd {
   margin:0 0 0.5em 8em;
   padding:0;
   background:transparent;
}

/* INFO SHARE CUSTOMIZE */
#main div#topic {
   padding:20px;
}

#main #topic table {
   width:100%;
}
#main #topic table .ymdt {
   width:190px;
}
#main #topic table .status {
   width:100px;
}
#main #topic table .name {
   width:140px;
}

#main #topic_create table {
   width:750px;
}

#main #topic .comment {
   padding:5px;
   margin-bottom:10px;
   border-bottom:1px solid #aaa;
}

#main div#comment_create {
   padding:20px;
}

#main #comment_create table {
   width:750px;
}

/* WORK REPORT CUSTOMIZE */
#main table#user {
}
#main table#user th,
#main table#user td {
   text-align:center;
}
#main table#user #user_id {
   width:100px;
}
#main table#user #name {
   width:200px;
}
#main table#user #status {
   width:100px;
}

#main #work_report table {
   width:100%;
}

#main #work_report table th,
#main #work_report table td {
   text-align:center;
}
#main #work_report table .month {
   width:50px;
}
#main #work_report table .login_user td {
   background-color:#ccffcc;
}

#main #work_report_detail table.work_report_detail {
   width:100%;
}
#main #work_report_detail table.work_report_detail th,
#main #work_report_detail table.work_report_detail td {
   text-align:center;
/*   white-space:nowrap; */
}
#main #work_report_detail table.work_report_detail .day {
   width:30px;
}
#main #work_report_detail table.work_report_detail .fromto {
   width:134px;
}
#main #work_report_detail table.work_report_detail .time {
   width:60px;
}
#main #work_report_detail table.work_report_detail .total {
   width:175px;
}
#main #work_report_detail table.work_report_detail .red {
   background:#f06090;
}
#main #work_report_detail table.work_report_detail .blue {
   background:#6090f0;
}

#main #work_report_submit table {
   width:100%;
}
#main #work_report_submit table td {
   padding-left:15px;
   padding-right:15px;
}
#main #work_report_submit table .button {
   width:150px;
   padding:15px;
}

#main #work_report_setting table {
   width:400px;
}

#main #work_report_daily div {
   margin:3px;
}

#main #work_report_daily hr {
   border:1px solid #999;
}

#main #work_report_daily a.shiny-button {
   display:inline-block;
   width:100px;
   margin:2px 10px 10px 2px;
}
#main #work_report_daily a.shiny-button-disabled {
   display:inline-block;
   width:100px;
   margin:2px 10px 10px 2px;
   cursor: default;
   border:0px solid #3ebb7d; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #66CC99;
   background:#aaedf7;
   background:linear-gradient(top, #caf1f6, #aaedf7);
   background:-moz-linear-gradient(top, #caf1f6, #aaedf7); /* Firefox用 */
   background:-o-linear-gradient(top, #caf1f6, #aaedf7); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#caf1f6), to(#aaedf7)); /* Safari,Google Chrome用 */
   color:#fff;
   text-decoration:none;
}

/* EVENT CUSTOMIZE */
#main div#event {
   padding:20px;
}

#main #event h5 {
   text-align:center;
}

#main #event table {
   width:100%;
}
#main #event table .ymdt {
   width:190px;
}
#main #event table .status {
   width:100px;
}
#main #event table .name {
   width:140px;
}

#main #event_create table {
   width:750px;
}

#main div#answer {
   padding:20px;
}

#main #change_answer table {
   width:750px;
}
#main #change_answer table .login_user td {
   background-color:#ccffcc;
}

#main #file_upload table {
   width:750px;
}

#main #file_remove table {
   width:100%;
}
#main #file_remove table .ymdt {
   width:190px;
}

/* PAY STATEMENT CUSTOMIZE */
#main #pay_statement table.pay_statement {
   width:100%;
   border-collapse:collapse;
}
#main #pay_statement table.pay_statement th {
   width:110px;
   text-align:center;
}
#main #pay_statement table.pay_statement td {
   text-align:right;
}
#main #pay_statement table.pay_statement .caption {
   width:20px;
   text-align:center;
}

/* WITHHOLDING CUSTOMIZE */
#main #withholding table {
   width:100%;
   border-collapse:collapse;
}

#main #withholding table.profile th {
   width:80px;
   padding:3px;
   text-align:center;
}
#main #withholding table.profile td {
   width:370px;
   padding:3px;
   text-align:left;
}

#main #withholding table.amount th {
   padding:3px;
   text-align:center;
}
#main #withholding table.amount td {
   width:180px;
   padding:3px;
   text-align:right;
}

#main #withholding table.deduct th {
   padding:3px;
   text-align:center;
}
#main #withholding table.deduct td {
   width:180px;
   padding:3px;
   text-align:right;
}
/* 2015年度以前様式
#main #withholding table.deduct td {
   width:30px;
   padding:3px;
   text-align:right;
}
#main #withholding table.deduct .deduction {
   width:90px;
}
*/

#main #withholding table.summary th {
   padding:3px;
   text-align:center;
}
#main #withholding table.summary td {
   padding:3px;
   text-align:left;
}

#main #withholding table.excess_deficiency th {
   padding:3px;
   text-align:center;
}
#main #withholding table.excess_deficiency td {
   padding:3px;
   text-align:right;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#333;
   text-align:center;
   border-bottom:3px solid #0089a1;
   background:#efefef;
   background:-linear-gradient(top, #fff, #efefef);
   background:-moz-linear-gradient(top, #fff, #efefef); /* Firefox用 */
   background:-o-linear-gradient(top, #fff, #efefef); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); /* Safari,Google Chrome用 */
}

#sub ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#fff;
}

#sub li {
   width:198px;
   margin-top:-1px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid #ccc;
}

#sub li a {
   display:block;
   padding:10px 5px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   margin-top:10px;
   padding:5px;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:url('../images/bg_pagetop.gif') 7px 50% no-repeat;
   font-size:11px;
   outline:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   border-top:1px solid #ccc;
}


/* ============= modal style ============== */
.modal {
	display: none;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000; cursor:wait;
}

/* Container */
#simplemodal-container {
	height:300px;
	width:400px;
	color:#0089A1;
	/* background-color:#F0F7FC; */
	background-color:#CCFFCC;
	border:2px solid #444;
	padding:12px;
}
#simplemodal-container .simplemodal-data {
	padding:8px;
}
#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#bbb;
	display:block;
	font-size:12px;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	background:url('../img/x.png') no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}
#simplemodal-container h3 {
	/* color:#84b8d9; */
	color:#008080;
	margin-bottom:25px;
}

/* Logout */
#logout_confirm {
	text-align:center;
}


/* ================ button style =============== */
.shiny-button {
	cursor: pointer;
	border:0px solid #3ebb7d; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #66CC99;
	background:#0F98AD;
	background:linear-gradient(top, #1EACBF, #0F98AD);
	background:-moz-linear-gradient(top, #1EACBF, #0F98AD); /* Firefox用 */
	background:-o-linear-gradient(top, #1EACBF, #0F98AD); /* Opera用 */
	background:-webkit-gradient(linear, left top, left bottom, from(#1EACBF), to(#0F98AD)); /* Safari,Google Chrome用 */
}

.shiny-button:hover {
	border:0px solid #339966; background-color: #40bf80;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40bf80), color-stop(100%, #009973));
	background-image: -webkit-linear-gradient(top, #40bf80, #009973);
	background-image: -moz-linear-gradient(top, #40bf80, #009973);
	background-image: -ms-linear-gradient(top, #40bf80, #009973);
	background-image: -o-linear-gradient(top, #40bf80, #009973);
	background-image: linear-gradient(top, #40bf80, #009973);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#40bf80, endColorstr=#009973);
	color:#fff;
	text-decoration:none;
}


/*=============== CHECKBOX ================*/
label.checkbox_checked,
label.checkbox_unchecked,
label.radio_checked,
label.radio_unchecked {
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}
label.checkbox_checked {
	background: #FFF url('../img/tick.png') no-repeat;
}
label.checkbox_unchecked {
	background: #FFF url('../img/cross.png') no-repeat;
}
label.radio_checked {
	background: #FFF url('../img/bullet_green.png') no-repeat;
}
label.radio_unchecked {
	background: #FFF url('../img/bullet_white.png') no-repeat;
}
label:hover {
	color: #999;
	cursor:pointer;
}
.crirHidden {
	position: absolute;
	left: -9999px;
}

/*================= TEXTBOX =================*/
.tb {
	width: 221px;
	background: transparent url('../img/bg.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}

/* ========LOGIN CUSTOMIZE========= */
#login_form div {
	margin: 3px;
	clear: both;
}

.lbl {
	float: left;
	width: 95px;
	text-align: left;
	margin-right: 1em;
	margin-top: 0.3em;
}

/* ========HELP CUSTOMIZE========= */
#main div.help {
   padding:10px 20px;
}

#main div.help img {
   display:block;
   max-width:100%;
   height:auto;
}
