@charset "utf-8";
/* CSS Document */

/*龠龠龠--------------------------------------------------------------------------
basic_css commonLayout
_1. common
	1.1_container
	1.2_header
	1.3_gnavi
	1.4_content
	1.5_footer
_2. page
    2.a001_log_in,aA002_reset,aA004_pass_change
    2.a003_home
	2.a005_report
	2.a006_setting
	2.a007_contact
	2.M003_1pop_up


_3. other

--------------------------------------------------------------------------*/

/* --------------------------------------------------
   1.1_container
-------------------------------------------------- */

#container {
  width: 980px;
  margin: 0 auto;
}

#login #container {
  width: 980px;
  margin: 0 auto;
}

#sidebar {
  width: 160px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

#main {
  width: 740px;
  float: right;
  background: #EDEEF1;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 19px;
  min-height: 400px;
  -webkit-box-shadow: 0px 0px 10px 0px #D0D3D9;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 10px 0px #D0D3D9;
  /* Firefox用 */
  box-shadow: 0px 0px 10px 0px #D0D3D9;
  /* CSS3 */
  background: -webkit-gradient(radial, 250 top, 0, center top, 500, from(rgba(237, 238, 241, 1)), to(rgba(255, 255, 255, 0)));
  background: -moz-radial-gradient(250 top, circle farthest-side, rgba(237, 238, 241, 1), rgba(255, 255, 255, 0));
}

/* --------------------------------------------------
	1.2_header
-------------------------------------------------- */

#container #Top_header {
  background: url(../images/head_bg.jpg) no-repeat left center;
  height: 80px;
  position: relative;
}

#siteName {
  position: absolute;
  top: 14px;
  left: 20px;
}

#head_menu {
  position: absolute;
  top: 45px;
  right: 0;
}

#head_menu li {
  float: left;
  font-size: 85%;
  padding-right: 10px
}

#head_menu li a:link,
#head_menu li a:visited {
  color: #fff;
  text-decoration: underline;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

#head_menu li a:hover,
#head_menu li a:active {
  color: #7791A8;
  text-decoration: none;
}

.head_menu01 {
  background: url(../images/head_icon01.png) no-repeat left top;
  padding: 0 0 0 20px;
  border-right: 1px solid #A8B8C7;
}

.head_menu0102 {
  background: url(../images/head_icon03.png) no-repeat left top;
  padding: 0 0 0 20px;
  border-right: 1px solid #A8B8C7;
}

.head_menu02 {
  background: url(../images/head_icon01.png) no-repeat left top;
  padding: 0 0 0 20px;
  border-right: 1px solid #A8B8C7;
  margin: 0 0 0 10px
}

.head_menu03 {
  background: url(../images/head_icon01.png) no-repeat left top;
  padding: 0 0 0 20px;
  border-right: 1px solid #A8B8C7;
  margin: 0 0 0 10px
}

.head_menu04 {
  background: url(../images/head_icon01.png) no-repeat left top;
  padding: 0 0 0 20px;
  border-right: 1px solid #A8B8C7;
  margin: 0 0 0 10px
}

.head_menu05 {
  background: url(../images/head_icon02.png) no-repeat left top;
  padding: 0 0 0 20px;
  margin: 0 0 0 5px
}

/* --------------------------------------------------
	1.3_gnavi
-------------------------------------------------- */

#sidebar li {
  width: 179px;
  height: 40px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background: #FFF;
}

#sidebar li:first-child {
  border-top: 1px solid #CCC;
}

#sidebar li:last-child {
  border-top: none;
}

#sidebar li.menu01 a {
  background: url(../images/menu_icon01.png) no-repeat 10px center;
  display: block;
  line-height: 40px;
  padding: 0 0 0 50px;
}

#sidebar li.menu02 a {
  background: url(../images/menu_icon02.png) no-repeat 10px center;
  display: block;
  line-height: 40px;
  padding: 0 0 0 50px;
}

#sidebar li.menu03 a {
  background: url(../images/menu_icon03.png) no-repeat 10px center;
  display: block;
  line-height: 40px;
  padding: 0 0 0 50px;
}

#sidebar li.menu04 a {
  display: block;
  line-height: 40px;
  padding: 0 0 0 10px;
}

#sidebar li.menu05 a {
  background: url(../images/menu_icon02.png) no-repeat 10px center;
  display: block;
  line-height: 40px;
  padding: 0 0 0 50px;
}

#sidebar li.menu06 a {
  background: url(../images/menu_icon04.png) no-repeat 10px center;
  display: block;
  line-height: 40px;
  padding: 0 0 0 50px;
}

#sidebar li.menu01 a:hover {
  background: #EDEEF1 url(../images/menu_icon01.png) no-repeat 14px center;
  font-weight: bold;
}

#sidebar li.menu02 a:hover {
  background: #EDEEF1 url(../images/menu_icon02.png) no-repeat 14px center;
  font-weight: bold;
}

#sidebar li.menu03 a:hover {
  background: #EDEEF1 url(../images/menu_icon03.png) no-repeat 14px center;
  font-weight: bold;
}

#sidebar li.menu04 a:hover {
  padding: 0px 0px 0px 14px;
  font-weight: bold;
}

#sidebar li.menu05 a:hover {
  background: #EDEEF1 url(../images/menu_icon02.png) no-repeat 14px center;
  font-weight: bold;
}

#sidebar li.menu06 a:hover {
  background: #EDEEF1 url(../images/menu_icon04.png) no-repeat 14px center;
  font-weight: bold;
}

#sidebar li.seleted {
  border-right: none;
  border-bottom-style: none;
  width: 180px;
  margin-bottom: 1px;
  background: #EDEEF1;
  /* IE10 */
  background-image: -ms-linear-gradient(left, #D0D3D9 0%, #EDEEF1 50%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(left, #D0D3D9 0%, #EDEEF1 50%);
  /* Opera */
  background-image: -o-linear-gradient(left, #D0D3D9 0%, #EDEEF1 50%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D0D3D9), color-stop(1, #EDEEF1));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(left, #D0D3D9 0%, #EDEEF1 50%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(left, #D0D3D9 0%, #EDEEF1 50%);
  -webkit-box-shadow: -2px 3px 5px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: -2px 3px 5px 0px #ccc;
  /* Firefox用 */
  box-shadow: -2px 3px 5px 0px #ccc;
  /* CSS3 */
  position: relative;
  z-index: auto;
}

#sidebar li.seleted a {
  color: #F60;
  font-weight: bold;
}

/* --------------------------------------------------
	1.5_footer
-------------------------------------------------- */

#fotter {
  width: 980px;
  margin: 0 auto;
}

#fotter .copy_right {
  color: #333;
  width: 780px;
  margin: 10px 0 10px 200px;
  padding: 10px 0 0 0;
  background: url(../images/boder.gif) repeat-x left top;
}

#fotter .copy_right p {
  float: right;
  font-size: 77%;
  margin-top: 6px;
}

#fotter .copy_right small {
  width: auto;
  float: left;
}

#fotter .copy_right small img {
  border: none;
  vertical-align: inherit;
}

#fotter .copy_right .mail_link {
  width: 120px;
}

#login #fotter .copy_right {
  color: #333;
  width: 360px;
  margin: 35px auto 0;
  text-align: left;
  padding-top: 5px;
  background: url(../images/boder.gif) repeat-x left top;
}

/* --------------------------------------------------
    2.a0001_log_in,aA002_reset,aA004_pass_change
-------------------------------------------------- */

#login .account_form {
  width: 360px;
  min-height: 300px;
  margin: 100px auto 0;
}

#login .account_box {
  background: #FBFBFB;
  border: 1px solid #CCCCCC;
  padding: 20px;
  margin-top: 12px;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

#login .account_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 20%;
  right: 20%;
  top: 50%;
  bottom: 0;
  border-radius: 700px 700px 700px 700px/70px 70px 70px 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#login .account_box p {
  margin-bottom: 16px;
}

#login>.account_form {
  min-height: 300px;
}

#login .account_form h2 {
  font-size: 185%;
  background: url(../images/login_icon.png) no-repeat left top;
  padding-left: 36px;
}

#login .login {
  width: 120px;
  float: left;
}

#login .login .small_button {
  width: 120px;
  height: 33px;
  background: url("../images/small_btn.png") no-repeat left center;
  color: #FFF;
  border: none;
}

#login .login .small_button:hover {
  background: url("../images/small_btn_on.png") no-repeat left center;
  cursor: pointer;
}

#login .forgetmenot {
  width: 120px;
  float: right;
  padding: 12px 0 0 0;
  font-size: 77%;
}

#login .forget_pass {
  color: #F00;
  margin-top: 6px;
}

#login #form_email,
#login #form_password,
#login #oldPasswd,
#login #newPasswd,
#login #passwdAgain {
  width: 310px;
}

#login .cautions {
  background: #FFF0F0;
  border: 1px solid #C00;
  padding: 10px;
}

div#title-tip {
  margin: 0 1em 0 0;
  border: solid #ccc 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: .3em .5em;
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  font-size: 86%;
}

/* --------------------------------------------------
    2.a0003_home
-------------------------------------------------- */

#home h1 {
  font-size: 139%;
  padding-left: 15px;
  font-weight: bold;
}

#home h2 {
  margin-bottom: 8px;
  font-size: 108%;
  float: left;
  width: 580px;
}

#home .license_link {
  width: 150px;
  padding: 0 0 0 10px;
  float: right;
  font-size: 85%;
  background: url(../images/mark.gif) no-repeat left 5px;
  margin-top: 8px;
}

#home .form_table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #FFF;
}

#home .form_table tr {
  background: #EAE6E6;
}

#home .form_table .even {
  background: #D5DDE5;
}

#home .form_table th {
  background: #003466;
  color: #FFF;
  padding: 10px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  vertical-align: middle;
}

#home .form_table td {
  padding: 10px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#home .form_table td:first-child,
#home .form_table td:nth-of-type(4) {
  text-align: center;
  font-weight: bold;
}

/* --------------------------------------------------
	2.a0005_report
-------------------------------------------------- */

#report .download_wrap {
  margin-bottom: 10px;
  background: #E4E4E4;
  padding: 5px;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

#report .download_wrap p {
  float: left;
  font-weight: bold;
  margin: 3px 12px 0 5px;
}

#report .download_wrap span {
  font-size: 77%;
  float: right;
  padding-top: 6px;
}

#report .download_wrap .report_form {
  width: 300px;
  float: left;
}

#report h2 {
  background: #036 url(../images/menu_icon03.png) no-repeat 10px center;
  padding: 8px 0 8px 45px;
  color: #FFF;
  font-size: 124%;
}

#report .block {
  background: #F6F7F8;
  border: 1px solid #CCC;
  padding: 14px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
  position: relative;
}

#report .block:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 20%;
  right: 20%;
  top: 50%;
  bottom: 0;
  border-radius: 700px 700px 700px 700px/70px 70px 70px 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#report .block .left_img {
  width: 241px;
  float: right;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

#report .block .right_box {
  width: 450px;
  float: left;
}

#report .block .right_box h1 {
  font-size: 200%;
  font-weight: bold;
  padding: 2px 0 0 46px;
}

#report .block .report_box {
  border-bottom: 1px solid #DBDBDB;
  overflow: hidden;
  padding: 5px 0 3px 51px;
}

#report .block .report_box .title-btn {
  overflow: hidden;
}

#report .block .report_box .title-btn h1 {
  float: left;
  font-size: 170%;
  font-weight: bold;
  line-height: 26px;
  width: 580px;
}

#report .block .report_box .title-btn form {
  float: right;
}

#report .block .report_box .title-btn input {
  width: 70px;
}

#report .block .report_box .desc {
  padding: 5px 0 0 15px;
  font-size: 110%;
}

#report .block .right_box .icon01,
#report .block .report_box.icon01 {
  background: url(../images/report_icon01.gif) no-repeat left center;
}

#report .block .right_box .icon02,
#report .block .report_box.icon02 {
  background: url(../images/report_icon02.gif) no-repeat left center;
}

#report .block .right_box .icon03,
#report .block .report_box.icon03 {
  background: url(../images/report_icon03.gif) no-repeat left center;
}

#report .block .right_box .icon04,
#report .block .report_box.icon04 {
  background: url(../images/report_icon04.gif) no-repeat left center;
}

#report .block .right_box p {
  font-size: 116%;
  margin-top: 8px;
}

#report .chart {
  margin-top: 20px;
  position: relative;
}

#report #select_room {
  background: #E7E8EB;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}

#report #select_room #table {
  display: table;
  width: 100%;
}

#report #select_room ul {
  display: table-row;
}

#report #select_room li {
  display: table-cell;
  word-break: break-all;
  width: 33.33333%;
  padding-bottom: 12px
}

#report #select_room .text {
  padding: 4px;
  border: 1px solid #CCC;
  width: 145px;
  margin-bottom: 6px;
  background: #ECEFF2;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

#report #select_room .text a {
  background: url(../images/calender.png) no-repeat left top;
  padding-left: 30px;
  font-weight: bold;
  text-decoration: underline;
}

#report #btn {
  background: url(../images/report_toogle_on.png) no-repeat left top;
  width: 174px;
  height: 25px;
  cursor: pointer;
  float: right;
}

#report #btnEn {
  background: url(../images_en/report_toogle_on.jpg) no-repeat left top;
  width: 100px;
  height: 25px;
  cursor: pointer;
  float: right;
}

#report .selected {
  position: absolute;
  bottom: -24px;
  right: 0;
}

#report .selected img {
  display: none;
}

#report .select_btn {
  width: 100%;
  bottom: 5px;
  margin-left: 100px;
  position: fixed;
  z-index: 99;
}

#report .pan_link>li {
  display: inline;
}

#report .apply_button {
  width: 120px;
  height: 33px;
  color: #FFF;
  border: none;
  opacity: 0.5;
}

#report .clear_all_btn {
  background: url("../images/small_red_btn.png") no-repeat left center;
}

#report .clear_all_btn:hover {
  background: url("../images/small_red_btn_on.png") no-repeat left center;
  cursor: pointer;
}

#report .prenext_btn {
  background: url("../images/small_darkgreen_btn.png") no-repeat left
    center;
}

#report .prenext_btn:hover {
  background: url("../images/small_darkgreen_btn_on.png") no-repeat left
    center;
  cursor: pointer;
}

#report .report_btn {
  background: url("../images/small_btn.png") no-repeat left center;
}

#report .report_btn:hover {
  background: url("../images/small_btn_on.png") no-repeat left center;
  cursor: pointer;
}

/* --------------------------------------------------
	2.a0006_setting
-------------------------------------------------- */

#setting section {
  position: relative;
  border: 1px solid #CCC;
  padding: 14px;
  margin-bottom: 10px;
  background: #E7E8EB;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 1px 2px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 1px 2px 0px #ccc;
  /* CSS3 */
}

#setting section h1 {
  font-size: 139%;
  border-left: 4px solid #004992;
  padding-left: 8px;
}

#setting section h2 {
  font-size: 110%;
  border: 1px solid #bfbfbf;
  width: 100%;
  background-color: #d9d9d9;
  padding: 5px;
  font-weight: bold;
}

#setting section h3 {
  font-size: 100%;
  width: 100%;
}

#setting .form_table {
  border-collapse: collapse;
  width: 97%;
  margin: 0 20px 15px 20px;
}

#setting .form_table td {
  text-align: left;
  padding: 5px 0 5px 0;
  vertical-align: middle;
}

#setting .form_table td:first-child {
  font-weight: bold;
}

#setting .form_table .align_right {
  text-align: right;
}

#setting .form_table .align_center {
  text-align: center;
}

#setting .form_table .align_left_radio_off,
.share_status .align_left_radio_off {
  margin-left: 112px;
}

#setting .form_table .align_left_radio_other {
  margin-left: 66px;
}

#setting #setting_Table {
  width: 100%;
  margin-top: 20px;
}

#setting #setting_Table th,
#setting #setting_Table td {
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#setting #setting_Table .proxy li {
  float: inherit;
  display: block;
}

#setting #setting_Table .linebreak {
  border-bottom: 1px dotted #999;
}

#setting #setting_Table .subrow {
  padding-left: 15px;
}

#setting #setting_Table .textbox_client {
  width: 300px;
}

#setting #setting_Table #up_date {
  width: 100%;
}

#setting #setting_Table th {
  font-weight: normal;
  width: 220px;
}

#setting #setting_Table td {}

#setting #setting_Table td div {
  width: 470px;
  word-wrap: break-word;
}

#setting #setting_Table li input[type="text"] {
  width: 300px;
  margin: 0 0 0 6px;
}

#setting #setting_Table li {
  float: left;
  padding: 0 5px 5px 0;
}

#setting .ch_btn {
  width: 200px;
  margin: 10px auto 0;
  display: block;
}

#setting .small_black {
  margin-left: 5px;
}

#setting .small_black_blank {
  margin-left: 50px;
}

#setting li>.small_black {
  margin-left: 115px;
}

#setting #setting_Table .text {
  padding: 15px 0 5px 0;
  font-weight: normal;
  border-bottom-style: none;
}

#setting .clr li input#timeStart,
#setting .clr li input#timeEnd {
  width: 25px;
}

#setting #cancel_time {
  width: 60px;
}

#setting #password {
  width: 120px;
}

#setting disabled {
  background: #CCC;
}

#setting .pro_bg {
  background: #CCC;
}

#setting .ex_list {
  border-top: 1px solid #bbb;
  padding-top: 5px;
}

#setting .ex_list input[type="text"] {
  width: 250px !important;
}

#setting .ex_date {
  padding-left: 10px;
}

#setting .button_update {
  width: 200px;
  margin: 10px auto 0;
  display: block;
  height: 33px;
  background: url("../images/large_btn.png") no-repeat left center;
  color: #FFF;
  border: none;
}

#setting .button_update:hover {
  background: url("../images/large_btn_on.png") no-repeat left center;
  cursor: pointer;
}

#setting .title_dayoff {
  margin-top: 10px;
  margin-bottom: 8px;
}

/* --------------------------------------------------
	2.a0007_contact
-------------------------------------------------- */

#contact {
  background: #E7E8EB;
}

#contact #container {
  height: 100vh;
  min-height: 800px;
  width: 760px;
}

#contact #container iframe {
  height: 100%;
  width: 100%;
}

/* --------------------------------------------------
	2.M003_1pop_up
-------------------------------------------------- */

#pop_up {
  background: #E7E8EB;
}

#pop_up #container {
  background: #FFFFFF;
  width: 900px;
  margin: 10px auto;
  border: 1px solid #CCC;
}

#pop_up h1 {
  font-size: 200%;
  padding: 15px 0 10px 20px;
}

#pop_up .input_table caption {
  font-size: 139%;
  font-weight: bold;
}

#pop_up .eigyoubi_form {
  position: relative;
}

#pop_up .top_btn {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 120px;
}

#pop_up .btn_center {
  width: 200px;
  margin: 0 0 10px 350px;
}

#pop_up .input_table {
  border-collapse: collapse;
  width: 860px;
  border: 1px solid #CCC;
  margin: 0 auto 15px;
}

#pop_up .input_table th {
  background: #003466;
  color: #FFF;
  padding: 2px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  vertical-align: middle;
}

#pop_up .input_table td {
  padding: 10px 2px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}

#pop_up .input_table .business_day {
  width: 26px;
  margin-right: 3px;
}

#pop_up .input_table tr:nth-child(1) {
  background: #E8E8E8;
}

.errorMessage {
  color: red;
}

.actionMessage {
  color: blue;
}

/* --------------------------------------------------
	2.a0008_dashboard
-------------------------------------------------- */

#dash_board .h1_header {
  padding-left: 0px;
  font-size: 139%;
  font-weight: bold;
}

#dash_board .block {
  position: relative;
  padding: 10px 0px 0px 0px;
}

#dash_board .block table {
  background: #dddddd;
  border: 1px solid #fff;
  border-top: 0px none;
  width: 100%;
}

#dash_board .block .h2_header {
  background: #003466;
  padding: 5px 10px 5px 10px;
  color: #fff;
}

#dash_board .block h2 span {
  float: right;
}

#dash_board .block h2 a {
  color: #fff;
  text-decoration: underline;
}

#dash_board .block .block_right {
  width: 355px;
  float: right;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

#dash_board .block .block_left {
  width: 355px;
  float: left;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

#dash_board .block .block_left table td {
  padding: 5px 15px 5px 0px;
}

#dash_board .block .block_left table td input {
  width: 200px;
  float: right;
}

#dash_board .block .block_left th {
  vertical-align: middle;
}

#dash_board .block .block_left h2 {
  background: #003466;
  padding: 5px 10px 5px 10px;
  color: #fff;
}

#dash_board .block .block_right h2 {
  background: #003466;
  padding: 5px 10px 5px 10px;
  color: #fff;
}

#dash_board .block .block_right table td {
  padding: 5px 0px 5px 0px;
}

#dash_board .block .block_right h2 a {
  color: #fff;
  text-decoration: underline;
}

#dash_board .block .block_right h2 span {
  float: right;
}

#dash_board .block .right_box h1 {
  font-size: 200%;
  font-weight: bold;
  padding: 2px 0 0 46px;
}

#dash_board .block .useroom {
  border: 1px solid #fff;
  background: #ddd;
  padding: 10px 14px 10px 14px;
  border-top: 0px none;
}

#dash_board .block .useroom .notice-title {
  font-weight: bold;
}

#dash_board .block .useroom .notice-content {
  margin: 10px 0px 5px 20px;
  font-weight: normal;
}

#dash_board .block .useroom .notice-content p {
  font-weight: normal;
}

#dash_board .block .useroom p {
  padding-bottom: 10px;
  font-weight: bold;
}

#dash_board .block .useroom table {
  vertical-align: top;
  border: 0px none;
  background: #fff;
  font-size: 110%;
}

#dash_board .block .useroom table td {
  padding: 3px 0px;
  vertical-align: bottom;
  text-align: center;
  font-weight: bold;
}

#dash_board .block .useroom table th {
  padding: 0px;
  border-bottom: 1px dotted #ddd;
  text-align: center;
  vertical-align: middle;
  height: 25px;
  font-weight: bold;
}

#dash_board .block .useroom table th span {
  float: right;
  margin-right: 5px;
}

#dash_board .block .useroom table img {
  vertical-align: middle;
  padding: 2px 2px 2px 0px;
  float: right;
}

#dash_board .block .useroom table img:hover {
  cursor: pointer;
}

#dash_board .block .useroom table img title {
  color: red;
  background: black;
}

#dash_board .block .subrow {
  padding-left: 15px;
}

#dash_board .block .useroom table td.spacing {
  width: 3px;
  background: #ddd;
}

#dash_board .block .coretime table td {
  padding: 5px 15px 5px 15px;
}

#dash_board #select_room {
  text-align: center;
  background: #fff;
  border: 0px none;
  padding: 15px;
  display: none;
  position: relative;
}

#dash_board #select_room table {
  background: #fff;
  margin-bottom: 10px;
}

#dash_board #select_room table td {
  font-size: 90%;
  padding: 3px 0px;
  text-align: center;
  border: 2px solid #ddd;
  vertical-align: middle;
}

#dash_board #select_room table th {
  padding: 3px 0px;
  text-align: center;
  border: 2px solid #ddd;
  vertical-align: top;
}

#dash_board #select_room .text {
  padding: 4px;
  border: 1px solid #CCC;
  width: 145px;
  margin-bottom: 6px;
  background: #ECEFF2;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

#dash_board #select_room .text a {
  background: url(../images/calender.png) no-repeat left top;
  padding-left: 30px;
  font-weight: bold;
  text-decoration: underline;
}

#dash_board .report_btn {
  width: 120px;
  margin: 0 auto;
}

#dash_board #btn {
  background: url(../images/dashboard_toogle_on.png) no-repeat left top;
  width: 170px;
  height: 25px;
  cursor: pointer;
  float: right;
}

#dash_board #btnEn {
  background: url(../images_en/dashboard_toogle_on.png) no-repeat left top;
  width: 170px;
  height: 25px;
  cursor: pointer;
  float: right;
}

#dash_board #firstColumn {
  text-align: left;
  padding-left: 2%;
  border: none;
  width: 20%;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

#dash_board #otherColumn {
  text-align: left;
  padding-left: 1%;
  border: none;
  width: 20%;
  border-right: 2px solid #ddd;
}

#dash_board .selected img {
  display: none;
}

#dash_board .loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* --------------------------------------------------
	Drag n drop area
-------------------------------------------------- */

/*
Styles for HTML5 File Drag & Drop demonstration
Featured on SitePoint.com
Developed by Craig Buckler (@craigbuckler) of OptimalWorks.net
*/

body {
  font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
  font-size: 90%;
  margin: 10px;
  color: #333;
  background-color: #fff;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

legend {
  font-weight: bold;
  color: #333;
}

#filedrag {
  font-weight: normal;
  color: #666;
  border-radius: 7px;
  cursor: default;
  margin-left: 5px;
}

img {
  max-width: 100%;
}

pre {
  width: 95%;
  min-height: 40px;
  font-family: monospace;
  font-size: 0.9em;
  padding: 1px 2px;
  margin: 0 0 1em auto;
  border: 1px inset #666;
  background-color: #eee;
  overflow: auto;
}

#messages {
  padding: 0 10px;
  margin: 1em 0;
  border: 1px solid #999;
}

#add {
  padding-top: 6px;
}

#progress {
  float: right;
}

#progress p {
  display: block;
  width: 300px;
  padding: 2px 5px;
  border: 1px inset #446;
  border-radius: 5px;
}

#progress p.success {
  background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
  background: #c00 none 0 0 no-repeat;
}

/* --------------------------------------------------
2.a011_account_management
-------------------------------------------------- */

#accountmng h1 {
  font-size: 120%;
  padding-left: 0;
  padding-top: 10px;
  font-weight: bold;
}

#accountmng h2 {
  margin-bottom: 8px;
  font-size: 108%;
  float: left;
  width: 580px;
}

#accountmng .form_table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #FFF;
}

#accountmng .form_table tr {
  background: #EAE6E6;
}

#accountmng .form_table th {
  background: #003466;
  color: #FFF;
  padding: 11px 7px 11px 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  vertical-align: middle;
}

#accountmng .form_table td {
  padding-bottom: 5px;
  padding-top: 5px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  vertical-align: middle
}

#accountmng .form_table td:first-child,
#accountmng .form_table td:nth-of-type(4) {
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  padding-left: 3px;
  padding-right: 3px;
}

#accountmng .form_table .accountname {
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  padding-left: 3px;
  padding-right: 3px;
}

#accountmng .form_table .editname {
  width: 120px;
}

#accountmng #role_table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}

#accountmng #role_table td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid transparent;
}

#accountmng #role_table td:first-child {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

#accountmng section {
  position: relative;
  border: 1px solid #CCC;
  padding: 14px;
  margin-bottom: 10px;
  background: #E7E8EB;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 1px 2px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 1px 2px 0px #ccc;
  /* CSS3 */
}

table.tbl_add_role_manager td {
  padding: 5px 5px 0px 0px;
}

table.tbl_add_role_manager input.add_email {
  width: 270px;
}

table.tbl_add_role_manager .notice {
  padding: 0px 5px 0px 4px;
}

/* --------------------------------------------------
2.a012_individual_setting
-------------------------------------------------- */

#individual_setting section {
  position: relative;
  border: 1px solid #CCC;
  padding: 15px;
  background: #E7E8EB;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 1px 2px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 1px 2px 0px #ccc;
  /* CSS3 */
}

#individual_setting h1 {
  font-size: 140%;
  border-left: 4px solid #004992;
  padding-left: 10px;
}

#individual_setting h2 {
  font-size: 110%;
  border: 1px solid #bfbfbf;
  width: 100%;
  background-color: #d9d9d9;
  padding: 4px;
  font-weight: bold;
}

#individual_setting .form_table {
  border-collapse: collapse;
  width: 97%;
  margin: 15px 20px 15px 30px;
}

#individual_setting .form_table td {
  text-align: left;
  padding: 5px 0 5px 0;
  vertical-align: middle;
}

#individual_setting .form_table td:first-child {
  font-weight: bold;
}

#individual_setting .form_table .align_right {
  text-align: right;
}

#individual_setting .form_table .align_center {
  text-align: center;
}

#individual_setting .form_table .align_left_radio_off {
  margin-left: 112px;
}

#individual_setting .form_table .align_left_radio_other {
  margin-left: 66px;
}

#individual_setting .grid_table {
  border-collapse: collapse;
  width: 101%;
  margin: 15px 20px 15px 0;
  border: 1px solid #FFF;
  vertical-align: middle;
}

#individual_setting .grid_table th {
  background: #003466;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0 5px 0;
}

#individual_setting .grid_table tr {
  background: #EAE6E6;
}

#individual_setting .grid_table td {
  padding: 5px 0 5px 0;
  border: 1px solid #FFF;
  text-align: center;
  vertical-align: middle;
}

#individual_setting .grid_table td:first-child {
  padding-left: 30px;
  text-align: left;
}

#individual_setting .button_remove {
  width: 150px;
}

#individual_setting .button_rename {
  padding: 0 10px 0 10px;
}

#individual_setting .button_update {
  width: 200px;
  height: 33px;
  background: url("../images/large_btn.png") no-repeat left center;
  color: #FFF;
  border: none;
  margin-top: 20px;
}

#individual_setting .button_update:hover {
  background: url("../images/large_btn_on.png") no-repeat left center;
  cursor: pointer;
}

#individual_setting .input_dialog {
  text-align: center;
}

#individual_setting .input_dialog_label {
  width: 290px;
  margin: 0 auto;
  text-align: left;
}

#individual_setting .input_dialog_text {
  width: 290px;
  margin-top: 5px;
}

/* --------------------------------------------------
	A010
-------------------------------------------------- */

#support section {
  position: relative;
  border: 1px solid #CCC;
  padding: 14px;
  margin-bottom: 10px;
  background: #E7E8EB;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 1px 2px 0px #ccc;
  /* Firefox用 */
  box-shadow: 0px 1px 2px 0px #ccc;
  /* CSS3 */
}

#support section .h2_header {
  font-size: 110%;
  border: 1px solid #bfbfbf;
  width: 100%;
  background-color: #d9d9d9;
  padding: 5px;
  font-weight: bold;
}

#support disabled {
  background: #CCC;
}

#support .notice_table {
  width: 98%;
}

#support .notice_table td {
  padding: 3px 3px 3px 15px;
  text-align: left;
}

#support .notice_table .message {
  padding: 10px 5px 15px 15px;
  text-align: left;
}

#support .notice_table .col1 {
  width: 20%;
}

#support .notice_table .col2 {
  color: #504586;
  width: 80%;
}

#support .paging {
  width: 98%;
  border-top: 1px dotted #8D8D8D;
  margin-top: 10px;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

#support .paging li {
  color: #8D8D8D;
  display: inline;
  margin: 10px 0px 20px 0px;
  padding: 0px 10px;
  border-right: 1px solid #959595;
}

#support .paging li.number {
  color: black;
}

#support .paging li:last-child {
  border-right: none;
}

#support a {
  color: #504586;
}

#support a:hover {
  color: #F60;
}

#support .btnSubmit {
  width: 150px;
  height: 33px;
  background: url("../images/medium_btn.png") no-repeat left center;
  color: #FFF;
  border: none;
}

#support .btnSubmit:hover {
  background: url("../images/medium_btn_on.png") no-repeat left center;
  cursor: pointer;
}

div.table_2_column {
  border: none;
  overflow: hidden;
  width: 100%;
}

div.column_left {
  width: 50%;
  float: left;
}

div.column_right {
  width: 50%;
  float: right;
}

div.column_center_change {
  margin: 4px;
  display: inline-block;
}

center_buttons {
  text-align: center;
}

div.div-loading {
  background-color: #FFF;
  padding: 1em;
  text-align: center
}

div.div-loading>img {
  width: 1.7em;
  height: 1.7em
}