@charset "utf-8";

/*****************************************************************************/
/*                                                                           */
/* スタイルシート                                                            */
/*                                                                           */
/*****************************************************************************/

/*****************************************************************************/
/* 共通設定 */
/*****************************************************************************/

/* 全体に設定
-------------------------------*/
* {
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 11px;
    font: 14px/1.6 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: auto;
    color: #000;
    overflow-y: scroll;
}
/* Bootstrapを上書き */
/* ページ上部のタイトル領域 */
.content-header {
    padding: 5px .5rem;
}

/* 各種タグスタイル定義
-------------------------------*/
ul,ol,dl {
    list-style-type: none;
}
br {
    font-size: 1px;
    line-height: 0.1px;
    clear: both;
}

td {
    font-size: 12px;
    FONT-FAMILY: "ＭＳ Ｐゴシック";
}

/* link style
-------------------------------*/
a {
    color: #d70c19;
    text-decoration: none;
}
a:link {
    color: #d70c19;
    text-decoration: none;
}
a:visited {
    color: #d70c19;
    text-decoration: none;
}
a:hover {
    color: #d70c19;
    text-decoration: none;
}

a img {
    border-style: none;
}

.clearfix::after {content: "";display: block;clear: both;}


/*****************************************************************************/
/* 共通設定 END                                                              */
/*****************************************************************************/


/* Font size
-------------------------------*/
.px10 {
    font-size: 10px;
}
.px11 {
    font-size: 11px;
}
.px12 {
    font-size: 12px;
}
.px14 {
    font-size: 14px;
}
.px16 {
    font-size: 16px;
}
.px18 {
    font-size: 18px;
}

a:hover .alpha {
    filter: alpha(opacity=80);
    opacity: 0.80;      /* firefox, opera, safari */
}

input,select,textarea {
	font-family: 'fgflop',Hiragino Kaku Gothic Pro,Meiryo,MS PGothic,sans-serif;
	font-size: 14px;
	border: 2px #DDDDDD solid;
	border-radius: 3px;
	vertical-align: middle;
	display: inline;
/***
	margin: 0.2em 0.5em 0.3em 1em;
	padding: 0.3em;
***/
	box-shadow: 1px 1px 1px #FAFAFA;
	outline: none;
	resize: none;

/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#FAFAFA),
        to(#fff)
        );
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #FAFAFA,
        #fff
        );
        
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

textarea{
    border:#000 1px solid;
} 

textarea:focus{
    background: #f5f5f5;
    border:#000099 1px solid;
}
input:focus{
    background: #f5f5f5;
    border:#000099 2px solid;
}

.Indispensable {
    font-size:12px;
    FONT-FAMILY: "メイリオ";
    font-weight: bold;
    color:red;
}

.guide_msg {
	font-size:12px;
	color: #808080;
}

/* type=要素のデフォルト定義
-------------------------------*/
input[type="button"],
input[type="submit"] {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 4px 4px;
    cursor: pointer;
}


/*****************************************************************************/
/* 全体枠定義
/*****************************************************************************/
#wrapper {
    margin: 0 auto;
    padding: 2px 2px 6px 2px;
    text-align: center;
    width: 1024px;
    height: auto;
}
#wrapper h1 {
    text-indent: -9999px;
    font-size: 1px;
    line-height: 0.1;
}
#wrapper h2 {
    text-indent: -9999px;
    font-size: 1px;
    line-height: 0;
    display: none;
}

/*****************************************************************************/
/* ヘッダーテンプレートスタイル
/*****************************************************************************/
#header {
    width: 100%;
    height: 60px;
    text-align: left;
    margin-bottom: 4px;
    color:#ffffff;
    background:linear-gradient(#FAF9C8, #fff);
    background: -moz-linear-gradient(top, #FAF9C8, #fff);/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#FAF9C8), to(#fff));　/* Safari,Google Chrome用 */
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FAF9C8, endcolorstr=#FAF9C8));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FAF9C8, endcolorstr=#FAF9C8))";
    zoom: 1;
}

#header .header_logo {
    float:left;
    width: 35%;
    height: 60px;
    text-align: left;
    background-color:#DDB97D;
}

#header .header_logo_inner {
    margin-top: 14px;
    font-size: 24px;
}

#header .header_logo a {
   	text-decoration: none;
	color: #ffffff;
}

#header .header_login {
    float: right;
    FONT-FAMILY: "メイリオ";
    font-size: 14px;
    color: #000;
}

#header .header_login .today_date {
    FONT-FAMILY: "メイリオ";
    font-size: 14px;
    color: #000;
    padding: 0 10px 0 0;
    text-align: right;
}

#header .header_login .login_info {
    FONT-FAMILY: "メイリオ";
    font-size: 14px;
    padding: 5px 10px 5px 0;
    color: #000;
}


/*****************************************************************************/
/* グローバルメニュー
/*****************************************************************************/
#globalmenu {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    background-color:#AEC3E9;
}
#globalnavi .HeadMenu{
    width: 100%;
    margin: 0 auto;
    height: 20px;
}
#globalmenusub {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    text-align: left;
    background-color:#AEC3E9;
}


/*****************************************************************************/
/* メインコンテンツ全体の枠定義
/*****************************************************************************/
#main {
    padding-bottom: 20px;
    height: auto;
    text-align: left;
}
#main .floatClear {
    clear: both;
    display: block;
}

.clear {
    clear: both;
    display: block;
}

/*****************************************************************************/
/* メインコンテンツ内のコンテンツ枠定義
/*****************************************************************************/
#contents {
    float: left;
    width: 99.5%;
    min-height: 680px;
    height: auto;
    margin-top: 2px;
    padding: 4px 2px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#contents #contentinner {
    padding: 0 0 0 23px;
    height: auto;
}

/*****************************************************************************/
/* メインコンテンツ内のコンテンツ枠定義（ログイン用）
/*****************************************************************************/
#contents_login {
    float: left;
    width: 50%;
    min-height: 350px;
    height: auto;
    margin-top: 30px;
    padding: 6px 2px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#contents_login #contentinner {
    padding: 0 0 0 23px;
    height: auto;
}

.navi_title {
    margin     : 2px 0 2px 0;
    text-align: left;
    font-size: 14px;
    font-weight:bold;
    color: #000000;
    FONT-FAMILY: "メイリオ";
    background-color:#E0FFFF;
    border-top: 1px solid #000099;
    border-bottom: 1px solid #000099;
}
.navi_title a {
   text-decoration: none;
}

/* ログインユーザー名 */
.login_title {
    margin     : 0 0 0 0;
    text-align: right;
    font-size: 14px;
    font-weight:bold;
    color: blue;
}


/*****************************************************************************/
/* フッターテンプレートスタイル（トップ、ブランド毎に定義）                  */
/*****************************************************************************/
#footer {
    margin: 3px 0 0 0;
    width: 100%;
    height: auto;
    min-height: 20px;
    color: #000000;
    text-align: right;

    background-color:#FBF6D6;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#footer .about {
    margin:0px 0 20px 0;
    font-size: 14px;
    text-align: center;
}

#footer .copyright {
    margin: 2px 0;
    font-size: 12px;
    text-align: center;
	color: #ffffff;
}

#footer .pagetop {
    font-size: 14px;
    float: right;
    padding: 2px;
}

.top
{
    display: block;
    width: 118px;
    height: 26px;
    font-size: 14px;
    text-align: right;
    background-image: url('/common/images/top.gif');
    background-repeat: no-repeat;
}


.inputHead {
    padding          : 8px;
    color            : #000000;
    background-color : #DDB97D;
    FONT-FAMILY      : "メイリオ";
    font-size        : 13px;
    line-height      : 1.2em;
    text-align       : left;
    border :1px solid #778899;
}

.inputCol {
    padding          : 8px;
/*    background       : #ffffff;*/
    font-size        : 14px;
    line-height      : 1.0em;
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}
.inputColError {
    padding          : 5px;
    background       : #FEE;
    font-size        : 14px;
    line-height      : 1.0em;
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}

.input_err {
    font-size: 12px;
    color:red;
    FONT-FAMILY: "メイリオ";
}

/* 処理終了時のメッセージ */
.exec_msg {
    font-size: 14px;
    color:blue;
    FONT-FAMILY: "メイリオ";
}


.ListData {
    padding          : 5px 5px 5px 5px;
    font-size        : 12px;
    line-height      : 1.8em;
    text-align       : left;
}


table#table_list {
    border-collapse: collapse;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
table#table_list td { border-right: 1px solid #bbb; }
table#table_list tr.kisu {
    /*background-color: #faf0e6;*/
    background-color: #EFEFEF;
    font-size        : 12px;
    line-height      : 1.8em;
    text-align       : left;
}
table#table_list tr.gusu {
    background-color: #fffafa;
    font-size        : 12px;
    line-height      : 1.8em;
    text-align       : left;
}

.TableList {
/*  style="border:1px solid #778899;" */
    border:1px solid #778899;
    background-color:#ffffff;
}

.TableList2 {
/*  style="border:1px solid #778899;" */
    border:1px solid #778899;
    background-color:#ffffff;
}

/* 一覧リストのタイトル */
.listTitle {
    padding          : 8px;
    background       : #B9CDE5;
    font-size        : 14px;
    line-height      : 1.0em;
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}

/* 一覧リストのヘッダ */
.listHead {
  height           : auto;
  margin           : 0;
  padding          : 0px;
  color            : #fff;
  text-align       : center ;
  font-size        : 14px;
}

/* 一覧リストのカラム */
.listColumn {
  margin           : 0;
  padding          : 6px;
  color            : #000000;
  background-color : #B9CDE5;
  font-size        : 12px;
}

/* 一覧リストのカラム */
.listColumnData {
  margin           : 0;
  padding          : 6px;
  color            : #000000;
  font-size        : 12px;
}

.al_center {
    text-align: center;
}
.al_left {
    text-align: left;
}
.al_right {
    text-align: right;
}

/* 一覧リストのフッタ */
.listFoot {
  height           : 30px;
  margin           : 0;
  padding          : 4px;
  background-color : #EEEEEE;
  color            : #000;
  text-align       : center ;
  font-size        : 16px;
}

/* 一覧リストのカラム */
.listCol {
	margin           : 0;
	padding          : 10px;
	color            : #000000;
	font-size        : 12px;
	FONT-FAMILY: "メイリオ", "Meiryo";
}

/* 一覧リストのカラム（無効状態） */
.listColOff {
	margin           : 0;
	padding          : 10px;
	color            : #afafaf;
	font-size        : 12px;
	FONT-FAMILY: "メイリオ", "Meiryo";
}

.listCol2 {
  margin           : 0;
  padding          : 2px;
  height           : 30px;
  background-color : #fde;
  color            : #666;
  text-align       : center ;
}


/* 一覧リストのスタイル */
.list0 {
    background-color : #F9F5F9;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.list1 {
    background-color : #F9EEED;
    color            : #000000;
    padding          : 0.1em 0.5em 0.1em 0.5em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.listred {
    background-color : red;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.list00 {
    background-color : #16b26e;
    color            : #000000;
    padding          : 2px 2px 2px 2px;
    height           : 30px;
}

.listgray {
    background-color : #d3d3d3;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

/* 業務係数マスターの区分毎の行色
-----------------------------------------------------------------------------*/
/* OPEN前 */
.list_morning {
    background-color : #fffacd;					/* lemonchiffon */
}
/* OPEN後 */
.list_afternoon {
    background-color : #ffb6c1;					/* lightpink */
}
/* 月一 */
.list_month {
    background-color : #00ffff;					/* magenta */
}
/* CLOSE */
.list_evening {
    background-color : #ff00ff;					/* cyan */
}


/*****************************************************************************
各種ボタン
*****************************************************************************/

/* メニュー */
.main_menu {
   border-top: 1px solid #AA6F3C;
   background: #AA6F3C;
   background: -webkit-gradient(linear, left top, left bottom, from(#AA6F3C), to(#AA6F3C));
   background: -webkit-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -moz-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -ms-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -o-linear-gradient(top, #AA6F3C, #AA6F3C);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .main_menu:hover {
   border-top-color: #AB6E39;
   background: #AB6E39;
   color: #ccc;
   }
 .main_menu:active {
   border-top-color: #AB6E39;
   background: #AB6E39;
}

.master_menu {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
}
.master_menu:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.master_menu:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.user_list {
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
}

/* メニュー */
.kanri_menu {
   border-top: 1px solid #96d1f8;
   background: #008080;
   background: -webkit-gradient(linear, left top, left bottom, from(#008080), to(#008080));
   background: -webkit-linear-gradient(top, #008080, #008080);
   background: -moz-linear-gradient(top, #008080, #008080);
   background: -ms-linear-gradient(top, #008080, #008080);
   background: -o-linear-gradient(top, #008080, #008080);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .kanri_menu:hover {
   border-top-color: #28597a;
   background: #696969;
   color: #ccc;
   }
 .kanri_menu:active {
   border-top-color: #1b435e;
   background: #696969;
}

/* 更新系メニュー */
.regist_menu {
   border-top: 1px solid #96d1f8;
   background: #0074E8;
   background: -webkit-gradient(linear, left top, left bottom, from(#0074E8), to(#0074E8));
   background: -webkit-linear-gradient(top, #0074E8, #0074E8);
   background: -moz-linear-gradient(top, #0074E8, #0074E8);
   background: -ms-linear-gradient(top, #0074E8, #0074E8);
   background: -o-linear-gradient(top, #0074E8, #0074E8);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .regist_menu:hover {
   border-top-color: #0000ff;
   background: #0000ff;
   color: #ccc;
   }
 .regist_menu:active {
   border-top-color: #0000ff;
   background: #0000ff;
}

/* 汎用メニュー */
.common_menu {
   border-top: 1px solid #96d1f8;
   background: #32cd32;
   background: -webkit-gradient(linear, left top, left bottom, from(#32cd32), to(#32cd32));
   background: -webkit-linear-gradient(top, #32cd32, #32cd32);
   background: -moz-linear-gradient(top, #32cd32, #32cd32);
   background: -ms-linear-gradient(top, #32cd32, #32cd32);
   background: -o-linear-gradient(top, #32cd32, #32cd32);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .common_menu:hover {
   border-top-color: #228b22;
   background: #228b22;
   color: #ccc;
   }
 .common_menu:active {
   border-top-color: #228b22;
   background: #228b22;
}


.head_title {
    font-size: 12px;
    color: #808080;
}

.data_title {
    font-size: 14px;
    color: #000000;
}


/*****************************************************************************
 メインページの画像表示エリア
*****************************************************************************/
.gallery {
    width:980px;
    margin-top:10px;
    border:#d3d3d3 1px solid;
}

.gallery .inner {
    width:960px;
    margin: 10px 0 0 8px;
}

.gallery .photobox {
    width:310px;
    float:left;
    border: 1px dashed #0000cc; /* 1.枠線 */
    background-color: #FAF9C8;  /* 2.背景色 */
    margin: 4px; /* 周囲の余白 */
}

.gallery .photobox img {
    max-height: 225px;
    max-width: 300px;
}

p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}
p.caption {
   font-size: 80%;  /* 5.文字サイズ */
   color: darkblue; /* 6.文字色 */
}


/*****************************************************************************
ページャー
*****************************************************************************/

ul.pager {
      margin: 0px;
      font-size:12px;
}
ul.pager li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 2px 5px;
      color: #3366FF;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}

ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}

ul.pager li em {
      display: block;
      padding: 2px 5px;
      background: #3366FF;
      color: #FFFFFF;
}

ul.pager li.active {
      display: block;
      padding: 2px 5px;
      background: #3366FF;
      color: #ffffff;
}


/*
工事中
*/
 .kouji_block{color:red;font-weight:bold;  }

/* kouji label */
.kouji:BEFORE{
	content: "†";
	padding-left: 2px;
	color: red;
	font-weight:bold;
}

.update_msg {
	padding: 8px;
	background-color: #afafaf;
	text-align:center;
	font-size: 16px;
}

#mmaga_douki:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#btn_action:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#user_list:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#user_reset:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.user_update:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.data_search:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.user_backlist:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#menu_staff:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu_mail:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu_system:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu_master:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#corp_regist:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#corp_new:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.data_update:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mail_backlist:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#btn_login {
	border-style:none;
}
#btn_login:hover {
	cursor: pointer;
	border-style:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.toppage {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.toppage a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}


/* TOP ニュース定義
-------------------------------*/
.top_info {
	margin: 4px 0 0 0;
    font-size: 24px;
}

.top_info td {
    font-size: 14px;
	margin           : 0;
	padding          : 10px;
	color            : #000000;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

/* メインメニュー
-------------------------------*/
#menu {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #e2ebed;
	padding-bottom: 30px;
	line-height: 180%;
	border: solid 1px #000;
	z-index: 10;
}

#menu a {
	color: #000;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

#menu ul {
	border: solid 10px #000;
	background-color: #fff;
	padding: 1px;
	z-index: 10;
}

#menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 5px;
	width: auto;
	height: 20px;
	list-style-type: none;	/* No bullets */
/*	border: solid 1px #ccc; /*メニューの枠線*/
/*	font-weight: bold;*/
}

/* 第一階層にマウスオーバー */
#menu li:hover {
	color: #ffffff;
	background-color: #317082;		/* マウスONしたときの色 */
	cursor: default;
}

/* リスト項目にマウスオーバーしたとき */
#menu li a:hover {
	color: #fff;
}

/* 第一階層に属するメニュー */
#menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 200px;
	background: #eee;
	border: solid 1px #000;
}

#menu li ul li {
	margin: 0;
	padding: 0;
	width: 200px;
	border: none;
	height: 25px;
}

/* リスト項目にマウスONしたとき */
#menu li ul li a {
	display: inline-block;
	width: 198px;
	height: 25px;
}

/* リスト項目にマウスオーバーしたとき */
#menu li ul li a:hover {
	background: #999;
	color: #fff;
}

/* 「必須」マーク
---------------------------------------------------------------------------*/
.required:after {
	padding: 2px 4px;
    color: #FFF;
	position: relative;
	float: right;
    content: " 必須 ";
	background: #FF0000;
	font-size: 10px;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
}

@media screen and (max-width: 768px) {
    /* 768pxまでの幅の場合に適応される */
    /* スマホ */
    #wrapper {
        width: 100%;
    }
    #contents {
        width: 99%;
    }
    #header {
        width: 99%;
    }
    #footer {
        width: 99%;
    }

    #header .header_logo_inner {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 480px) {
    /* 480pxまでの幅の場合に適応される */
    #wrapper {
        width: 100%;
    }
    #contents {
        width: 99%;
    }
    #header {
        width: 99%;
    }
    #footer {
        width: 99%;
    }

    #header .header_logo_inner {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    /* 320pxまでの幅の場合に適応される */
    #wrapper {
        width: 100%;
    }
    #contents {
        width: 99%;
    }
    #header {
        width: 99%;
    }
    #footer {
        width: 99%;
    }
}
