@charset "utf-8";
/* style.css */

@import url("reset.css");
@import url("datepicker.css");


/* =================== ClearFixでFloatを解除 =================== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* =================== 共通 =================== */
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',sans-serif;
	background-color: #F1EFE2;
	color: #484848;
}
a, a:link, a:visited {
	color: #2A5685;
	text-decoration: none;
}
a:hover, a:active {
	color: #c61a1a;
	text-decoration: underline;
}
#contents {
	padding: 10px 20px;
}
#contents h2 {
	font-size: 131%;
	margin-bottom: 10px;
	font-weight: bold;
}
#contents h3 {
	font-size: 116%;
	margin-bottom: 10px;
	font-weight: bold;
}
#contents h4 {
	font-size: 108%;
	margin-bottom: 3px;
}
#contents hr {
	height: 1px;
	border: #CCC 1px solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 0;
	margin: 10px 0;
}
#contents .err {
	color: #F00;
}
#contents .message {
    padding: 10px;
    border: 1px #00F dashed;
    text-align: center;
    color: #00F;
}
#contents .message_err {
    padding: 10px;
    border: 1px #F00 dashed;
    text-align: center;
    color: #F00;
}
p {
    font-size: 108%;
    margin-bottom: 10px;
}



/* =================== 全体の枠 =================== */
#wrapper {
	background: url('../images/content-right.png') 100% 0 repeat-y;
	padding-right: 10px;
	/*min-width: 880px;*/
}
#wrapper2 {
	background: #fff url('../images/content-left.png') repeat-y;
	padding-left: 10px;
}

/* =================== ダイアログ全体の枠 =================== */
#dlg {
	background-color: #fff;
}

/* =================== トップライン =================== */
#topline {
	position: relative;
	background-color: #306050; /*#31286d;*/
	color: #f8f8f8;
	padding: 5px 10px;
}
#topline #user {
	position: absolute;
	top: 5px;
	right: 10px;
}
#topline a {
	color: #f8f8f8;
}
#topline a.select {
    background-color: #60CC60;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

/* =================== ヘッダー =================== */
#header {
	background-color: #306B50; /*#529100;*/
	color: #f8f8f8;
	/*padding: 5px 10px 0 10px;*/
}
#header a {
	color: #FFF;
}
#header h1 {
	font-size: 167%;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#header ul {
	padding-left: 20px;
}
#header ul li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-weight: bold;
}
#header li a {
	display: block;
	padding: 6px;
	background-color: #306B50; /*#529100;*/
	color: #f8f8f8;
	text-decoration: none;
}
#header li a:hover, #header li a.select, #header ul.sub-menu, #header ul.sub-menu a {
	background-color: #509970; /*#80bc33;*/
}
#header ul.sub-menu a:hover, #header ul.sub-menu a.select {
	background-color: #70AA90; /*#a8d76c;*/
}
/*
#header li a.selected {
	background-color: #fff;
	color:#555;
}
*/

/* =================== パンくず =================== */
#pankuzu {
	padding: 5px 20px 5px 20px;
	background-color: #DDFFDD; /*#eaf5cb;*/
}


/* =================== フッター =================== */
#footer {
	text-align: right;
	height: 40px;
	background: #F1EFE2 url('../images/footer-bg.png') 0 0 repeat-x;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -4px;
	padding: 0;
}
#footer .bgl {
	height: 40px;
	background: transparent url('../images/footer-left.png') 0 0 no-repeat;
}
#footer .bgr {
	height: 40px;
	background: transparent url('../images/footer-right.png') 100% 0 no-repeat;
	padding-top: 30px;
	padding-right: 20px;
}


/* =================== メインメニュー =================== */
#home_menu {
	width: 80%;
}
#home_menu td {
	padding: 3px;
}


/* =================== 入力フォーム =================== */
div.form {
	margin: 0 20px;
}
div.form input, div.form select {
	padding: 1px 0.2em;
	border: 1px solid #CCC;
	margin-right: 1em;
}
div.form input:hover, div.form select:hover {
	border: 1px solid #BBFF33;
}
div.form label, div.formfile label {
	cursor: pointer;
}
div.form .checkbox input, div.formfile .checkbox input {
	border: none;
	margin-right: 3px;
	margin-bottom: -2px; /* IE7対応 */
}
div.form .checkbox label, div.formfile .checkbox label {
	margin-right: 1em;
}
div.form .yearlist select {
	margin-right: 3px;
}
div.form .yearlist select.year {
	width: 60px;
}
div.form .yearlist select.month {
	width: 40px;
}
div.form .yearlist span {
	margin-right: 1em;
	width: 1em;
}
div.form .days input, div.form .days select, div.form .days span, div.form .nums input {
	margin-right: 3px;
}
div.form fieldset, div.formfile fieldset {
	padding: 0 20px 10px 20px;
	margin-bottom: 10px;
	border: #DDD 2px solid;
}
div.form table.fieldset th, div.formfile table.fieldset th {
	width: 150px;
	text-align: right;
	padding: 6px 10px 4px 0;
	font-weight: normal;
	position: relative;
	display: block;
	vertical-align: top;
}
div.form table.fieldset th em { /* '*'マーク */
	position: absolute;
	right: -3px;
	top: 9px;
	font-size: 123.1%;
	color: #C00;
}
div.form table.fieldset td, div.formfile table.fieldset td {
	padding: 4px;
}
div.form legend {
	font-weight: bold;
	color: #666;
	font-size: 108%;
	padding: 5px;
}
div.form input.datepicker {
	margin-right: 3px;
}
div.form textarea {
	width: 500px;
	padding: 0.2em;
	border: 1px solid #CCC;
}
div.form textarea:hover {
	border: 1px solid #BBFF33;
}
div.formfile table.fieldset input {
	padding: 1px 0.2em;
}
div.form input.focus, div.form textarea.focus {
	background-color: #FFF9F0; /*#FFFDFD;#FFECD2;*/
}


/* =================== 入力フォームのボタン =================== */
div.buttonrow {
	margin-left: 205px;
	margin-bottom: 20px;
}
div.buttonrow input.button, div.button input.button {
	margin-right: 3em;
	padding-top: 2px;  /* IE用調整 */
	padding-bottom:2px;
	width: 120px;
}
div.buttonrow input.radio {
	margin-right: 3px;
}
div.buttonrow label {
	cursor: pointer;
	margin-right: 1em;
}
div.button {
	margin-bottom: 5px;
}
div.button input {
	margin-right: 3em;
}
div.formfile table.fieldset input.button {
	padding-top: 2px;  /* IE用調整 */
	padding-bottom:2px;
	width: 100px;
}
div.button input.button.big {
	width: 150px;
}


/* =================== 標準テーブル =================== */
/*.table_list p {
	font-size: 108%;
	margin-bottom: 5px;
}*/
.table_list p.link {
	text-align: right;
}
.table_list p.link a, a.link {
	padding-left: 17px;
	background: transparent url('../images/link.png') left no-repeat;
}
.table_list table {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #666; /* IE Only */
}
.table_list table th {
	background-color: #AAEECC;
	font-weight: normal;
}
.table_list table td, .table_list table th {
	border: 1px solid #666;
	padding: 3px;
}
.table_list table tr.odd td {
	background-color: #EEE;
}
.table_list table tr.odd th {
    background-color: #CCFF99;
}
.table_list table tr.delete_field td {
    background-color: #F77;
}
div.form .table_list table th {
	width: auto;
	text-align: left;
	padding: 4px;
	position: static;
	display:table-cell;
}
.table_list table tbody tr.over td { /* mouseOver-color */
	background-color: #C0FFC0;
}
.table_list table .check {
	width: 1em;
}
.table_list table .invalid {
    background-color: #999;
}
.table_list table tbody tr.over th { /* mouseOver-color */
    background-color: #C0FFC0;
}
.table_list table tr.unmatch td {
    background-color: #F77;
}


/* =================== 幅指定のテーブル =================== */
.table_list.w500px table {
	width: 500px;
}


/* =================== CSV表示テーブル =================== */
div.csv_list p {
	font-size: 108%;
	margin-bottom: 5px;
}
div.csv_list table {
	width: 100%;
	margin-bottom: 5px;
}
div.csv_list table th {
	background-color: #AAEECC;
	font-weight: normal;
}
div.csv_list table td, div.csv_list table th {
	border: 1px solid #666;
	padding: 3px;
}
div.csv_list table tr.odd td {
	background-color: #EEE;
}
div.csv_list table tr.ngline td {
	background-color: #FFC0FF;
}



/* =================== pager用 =================== */
div.pager {
	margin-bottom: 5px;
}
div.pager table {
	width: 100%;
}
div.pager input {
	padding-top: 2px;  /* IE用調整 */
	width: 50px;
}
div.pager img {
	vertical-align: middle;
}
div.pager input.pagenum {
	padding: 1px 0.2em;
	border: 1px solid #CCC;
	width: 4em;
}
div.pager select {
	padding: 1px 0.2em;
	border: 1px solid #CCC;
	width: 5em;
}
div.pager input.pagenum:hover, div.pager select:hover {
	border: 1px solid #BBFF33;
}


/* =================== tablesorter用 =================== */
table.tablesorter thead tr .header {
	background-image: url('../js/images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../js/images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../js/images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #AAEECC;
}


/* =================== submaster用 =================== */
.submaster {
}
div.form .submaster select {
	padding: 0;
	margin: 0;
	width: 270px;
}
div.form .submaster table td {
	padding: 0;
}
div.form .submaster input {
	width: 230px;
}
/*div.form .submasterBig select {
	padding: 0;
	width: 300px;
}*/
/*div.form .submaster {
	width: 170px;
}*/


/* =================== suggest用 =================== */
div.suggest div.panel {
    display: none;
    position: absolute;
    background-color:#FFF;
    width:320px;
    height:141px;
    border:3px solid #BBFF33;
}
div.suggest div.panel input {
    width: 300px;
    position: absolute;
    top: 9px;
    left: 6px;
}
div.suggest div.panel select {
    width: 307px;
    position: absolute;
    top: 36px;
    left: 6px;
}

#tablist ul {
	padding-left: 20px;
}
#tablist ul li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-weight: bold;
}
#tablist li a {
	display: block;
	padding: 6px;
	background-color: #3e4095; #529100;
	color: #f8f8f8;
	text-decoration: none;
	border: 1px solid #000000;
}
#tablist li a:hover, #tablist li a.select, #tablist ul.tab-menu, #tablist ul.tab-menu a {
	/*background-color: #6164cc; #80bc33;*/

}
#tablist ul.tab-menu a:hover, #tablist ul.tab-menu a.select {
	background-color: #ffffff; /*#a8d76c;*/
	color: #000000;
}
/* =================== tooltip用 =================== */
div.tooltip {
    width: 500px;
    position: absolute;
    left: -9999px;
    background: #EEE;
    padding: 5px;
    border: 1px solid #AAA;
}
div.tooltip p{
    color: #FFF;
    background: #222;
    padding: 5px 10px;
}

/*スクロールする表示枠*/
div.scrollbox{
    width: 400px;
    height: 150px;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    color: #000000;
    overflow: auto;
}

/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
  display:block;
}
tbody.scrollBody{
  overflow-y:scroll;
  height:206px;
}

.scd_table th {
  border-collapse: collapse;
  border:1px solid #333;
  text-align: center;
  padding: 2px 2px;
}
.scd_table td {
  border-collapse: collapse;
  border:1px solid #333;
  text-align: center;
  padding: 2px 2px;
}

.label-webex {
    width:65px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#ff3399;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}

.label-zoom {
    width:65px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#2d8cff;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}

.label-tel {
    width:65px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#ff8000;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}

.label-review-session {
	font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#008000;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}