@charset "utf-8";

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

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

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

/* 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;}

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

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


/* Font size
-------------------------------*/
.px10 {
    font-size: 10px;
}
.px11 {
    font-size: 11px;
}
.px12 {
    font-size: 12px;
}
.px14 {
    font-size: 14px;
    FONT-FAMILY: "ＭＳ Ｐゴシック";
}
.px14_2 {
    font-size: 14px;
    FONT-FAMILY: "ＭＳ ゴシック";
}
.px16 {
    font-size: 16px;
    FONT-FAMILY: "ＭＳ Ｐゴシック";
}

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


input,textarea{
    padding:1px;
    border:#000 1px solid;
}


textarea{
    border:#000 1px solid;
} 

textarea:focus{
    background: #f5f5f5;
    border:#000099 1px solid;
}
input:focus{
    background: #f5f5f5;
    border:#000099 1px solid;
}
.Indispensable {
    font-size:12px;
    FONT-FAMILY: "メイリオ";
    font-weight: bold;
    color:red;
}

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


/*****************************************************************************/
/* 全体枠定義
/*****************************************************************************/
#wrapper {
    margin: 0 auto;
    padding: 2px 2px 0 2px;
    text-align: center;
    width: 100%;
    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: 1024px;
    height: 70px;
    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: 300px;
    height: 70px;
    text-align: left;
    background-color:#38a1db;
}

#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: 20px 10px 10px 0;
    color: #000;
}


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


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

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


/*****************************************************************************/
/* メインコンテンツ内のコンテンツ枠定義
/*****************************************************************************/
#contents {
    float: left;
    width: 99%;
    min-height: 680px;
    height: auto;
    padding: 2px 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 13px;
    height: auto;
}

.navi_title {
    margin     : 2px 0 5px 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: 1024px;
    height: auto;
    min-height: 80px;
    color: #000000;
    text-align: right;

    background-color:#38a1db;
    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 .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          : 10px;
    color            : #000000;
    background-color : #c6c3c6;
    FONT-FAMILY      : "メイリオ";
    font-size        : 13px;
    line-height      : 1.2em;
    text-align       : left;
    border           :1px solid #778899;
}

.inputCol {
    padding          : 5px;
    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;
}

#listWaku {
/*
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
*/
}

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

/* 一覧リストのヘッダ */
.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;
}


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

/* メニュー */
.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-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: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .master_menu:hover {
   border-top-color: #AB6E39;
   background: #AB6E39;
   color: #ccc;
   }
 .master_menu:active {
   border-top-color: #AB6E39;
   background: #AB6E39;
}
*/


.master_menu {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.master_menu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.master_menu:active {
	position:relative;
	top:1px;
}

.user_list {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.user_list:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.user_list:active {
	position:relative;
	top:1px;
}


/* メニュー */
.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: #1e90ff;
	text-align:center;
	font-size: 1.0rem;
    color: #fff;
}

#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;
}

/* 「各種ラベルアイコン」
---------------------------------------------------------------------------*/
/* 青背景 */
.flgIconBlue {
    border: solid 1px #1e90ff;
    background: #1e90ff;
    color: #fff;
    padding: 2px 6px;
    white-space: nowrap;
    zoom: 1;
	text-align: center;
	font-weight: bold;
	width: 90%;
}

/* 赤背景 */
.flgIconRed {
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #fff;
    padding: 2px 6px;
    white-space: nowrap;
    zoom: 1;
	text-align: center;
	font-weight: bold;
	width: 90%;
}

/* 黄色背景 */
.flgIconYellow {
    border: solid 1px #ffff00;
    background: #ffff00;
    color: #000;
    padding: 2px 6px;
    white-space: nowrap;
    zoom: 1;
	text-align: center;
	font-weight: bold;
	width: 90%;
}

/* 緑色背景 */
.flgIconGreen {
    border: solid 1px #00ff7f;
    background: #00ff7f;
    color: #696969;
    padding: 2px 6px;
    white-space: nowrap;
    zoom: 1;
	text-align: center;
	font-weight: bold;
	width: 90%;
}

/* テーブル（登録項目管理）
---------------------------------------------------------------------------*/
.ta_property {
    width: 80%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* ------------------------------------------------------- */
/* max-width:768px tablet Base --------------------------- */
/* PC用 */
/* ------------------------------------------------------- */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media only screen and (min-width: 960px){

    /* 画面サイズが960pxからはここを読み込む */
    
}
    
    
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* ------------------------------------------------------- */
/* max-width:800px tablet Base --------------------------- */
/* スマートフォン */
/* ------------------------------------------------------- */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media only screen and (max-width:959px){
    
    /* 959pxまでの幅の場合に適応される */
    
}
    
/* ------------------------------------------------------- */
/* max-width:480px tablet Base --------------------------- */
/* スマートフォン */
/* ------------------------------------------------------- */
    
/* スマートフォン 縦(ポートレート) */
/* 480pxまでの幅の場合に適応される */
@media only screen and (max-width:959px){
    
    /* 暫定で959pxにした。あとで480pxに直すこと */
    
    /* ------------------------------------------------------- */
    /* ログイン                                              - */
    /* ------------------------------------------------------- */
    #form {
        width: 80%;
    }
    
    #main {
        margin-top: 0px;
    }
    
    #naviMenu {
        display: none;
    }
    #header .header_logo_link {
        display: none;
    }
    .header_login {
        display: none;
    }
    .navi_title_sp {
        display: block;
    }
    
    .blk_breed {
        width: 100%;
    }
    
    /* テーブル（汎用）
    ---------------------------------------------------------------------------*/
    .blk_waku {
        width: 99%;
    }
    .blk_inner {
        width: 100%;
    }
    
    /* テーブル（汎用）
    ---------------------------------------------------------------------------*/
    .ta_common {
        width: 100%;
    }
    
    .ta_common .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    
    .ta_common th {
        border-bottom: none;
        display: block;
        width: 98%;
        font-size: 1.0rem;
    }
    
    .ta_common td {
        border-bottom: none;
        display: block;
        width: 98%;
        font-size: 1.0rem;
    }
    
    /* テーブル（汎用）
    ---------------------------------------------------------------------------*/
    .ta_common_sub {
        width: 100%;
    }
    
    .ta_common_sub .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    
    .ta_common_sub th {
        border-bottom: none;
        display: block;
        width: 98%;
        font-size: 1.0rem;
    }
    
    .ta_common_sub td {
        border-bottom: none;
        display: block;
        width: 98%;
        font-size: 1.0rem;
    }
    
    /* テーブル（検索条件）
    ---------------------------------------------------------------------------*/
    .ta_search {
        width: 100%;
    }
    
    .ta_search .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    
    .ta_search th {
        border-bottom: none;
        display: block;
        width: 98%;
        font-size: 0.9rem;
    }
    
    .ta_search td {
        border-bottom: none;
        display: block;
        width: 98%;
        font-size: 0.9rem;
    }
    
    .btnRegist {
        width: 40%;
        margin-bottom: 2px;
    }
    
    .btnNew {
        width: 40%;
        margin-bottom: 2px;
    }
    
    .btnList {
        width: 50%;
        margin-bottom: 2px;
    }
    
    .btnDelete {
        width: 90%;
        margin-bottom: 2px;
    }
    
    .blk_btn_top {
        display: none;
    }
    
    
    /* ボタン枠（上部）
    ---------------------------------------------------------------------------*/
    .blk_btn_top .btn_left {
        width: 100%;
    }
    
    /* ボタン枠（下部）
    ---------------------------------------------------------------------------*/
    .blk_btn_bottom .btn_right {
        width: 100%;
    }
    
    .blk_btn_bottom .btn_left {
        width: 100%;
    }
    
    /* 検索条件枠
    ---------------------------------------------------------------------------*/
    #searchWrapBreed {
        width: 100%;
    }
    
    /* テーブル（登録項目管理）
    ---------------------------------------------------------------------------*/
    .ta_property {
        width: 100%;
    }

    /* テーブル（商品区分メンテナンス）
    ---------------------------------------------------------------------------*/
    .ta_kubun_mente {
        width: 100%;
    }

    /* テーブル（商品一覧）
    ---------------------------------------------------------------------------*/
    
    /* 「写真列」非表示 */
    .ta_itemlist td:nth-of-type(2) { display: none;}
    
    /* テーブル（在庫一覧）
    ---------------------------------------------------------------------------*/
    
    /* 「写真列」非表示 */
    .ta_zaikolist td:nth-of-type(1) { display: none;}

    /* 商品コード入力枠のテーブル
    ---------------------------------------------------------- */
    #fetusDetailTable {
        width: 100%;
    }

}
