@charset "UTF-8";
/*==============================================================================
● スタイルシート - 管理画面用スタイルシート(左メニュー用)
==============================================================================*/
body{
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

div#bodyArea{
	font-size:12px;
}


h1,h2,h3,h4,h5{
	font-size:100%;
}
h4.modal-title{
	font-size:18px;
}

ul{
	list-style-type:none;
}
label{
	margin-left:5px;
	margin-right:10px;
	white-space:nowrap;
	font-weight:normal;
}
label.btn {
	margin:0px;
}
p{
	margin:2px;
}

.textlink{
	text-decoration:underline;
	cursor:pointer;
	color:#3366B3;
}

.selectBtn .btn-default:active,
.selectBtn .btn-default.active {
	text-shadow:0 -1px 0 rgba(0, 0, 0, .2);
	background-color: #2aabd2;
	border-color: #28a4c9;
	color:#ffffff;
}
input.alphanumeric{
	ime-mode: disabled;
}

/*------------------------------------------------------------------------------
■ ヘッダー
-------------------------------------------------------------------------------*/
#headerArea{
	position: relative;
	background: none repeat scroll 0 0 #408000;
	height: 25px;
	padding: 5px;
	margin-bottom: 5px;
}
#headerArea p{
	float:right;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	padding-right: 5px;
}
#headerArea #loginInfo{
	position: absolute;
	right:10px;
	top:10px;
	padding:10px;
}
#loginInfo div{
	display:inline-block;
}
#loginInfo .user{
	padding:7px;
}


/*------------------------------------------------------------------------------
■ レイアウトの共通定義
------------------------------------------------------------------------------*/
/* 外枠 */
#container{
	width:100%;
	background-color:#FFFFFF;
	margin:auto;
	min-width:800px;
}

#container:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* 中枠 */
#bodyArea{
	margin:0px auto 0px auto;
	width:auto;
	border:none;
	background:none;
	padding:0 5px;
}

#bodyArea:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* 左サイドバー */
#leftArea{
	float:left;
	width:270px;
	position: absolute;
	top: 0px;
}

/* メインエリア */
#mainArea{
	float:right;
	background-color:#ffffff;
	text-align:center;
	width: 100%;
}
/* 右エリア */
#rightArea{
	padding:0 5px;
}
/* コンテンツ枠 */
.contentsArea{
	text-align:left;
	margin:7px auto 20px auto;
	padding:0 5px;
}

/* コンテンツ内枠 */
.contents{
	margin:0px auto;
	padding:0 5px;
}
.menuOn{
	margin-left: 270px;
}


/*------------------------------------------------------------------------------
■ メニューの定義
------------------------------------------------------------------------------*/
#headerLogo a{
	text-decoration:none;
}

/*** メニュー ***/
div#menuArea{
	background: none repeat scroll 0 0 #408000;
	border-radius: 5px;
	margin: 5px auto;
	padding-bottom: 5px;
	width: 95%;
}
#menuArea .menuTitle{
	font-size: 15px;
	color: #fff;
	letter-spacing:2px;
	text-align: center;
	margin: auto;
	padding:5px;
	background:none;
	border:none;
}
#menuArea .menu{
	background: none repeat scroll 0 0 #fff;
	margin: auto;
	width: 95%;
	border:none;
	padding:0;
}
#menuArea .menu li{
	border-bottom: 2px dotted #408000;
	margin: auto;
	text-align: left;
	width: 90%;
}
#menuArea .menu li:last-child {
    border-bottom: medium none;
}
#menuArea .menu li.hover{
	background:none;
}

#menuArea .menu a{
	color: #666666;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background:none;
}

#menuArea .menu .glyphicon{
	color:#9CCC33;
}

.menu a:hover{
	color:#437F00 !important;
}

/*------------------------------------------------------------------------------
/*■ 右カラムエリア
-------------------------------------------------------------------------------*/
#menuSetting{
	color:#ffffff;
	position:absolute;
	top:5px;
	cursor:pointer;
	letter-spacing:1px;
	margin-left:0px;
}
#menuSetting.menuOn .glyphicon-chevron-right{
  display:none;
}
#menuSetting.menuOn:after {
	content: " Close";
}
#menuSetting.menuOff .glyphicon-chevron-left{
  display:none;
}
#menuSetting.menuOff:after {
	content: " Open";
}
/* 大見出し */
#mainArea h1{
	text-align:left;
	font-size:17px;
	color:#000;
	padding:10px 0px 0px 18px;
	margin:0px;
	background: url("/common/img/h1_bg.png") no-repeat scroll 0 0;
	border:none;
	border-bottom: 2px solid #999999;
	height: 40px;
	letter-spacing:1px;
}

/* 中見出し */
#mainArea h2{
	margin:auto;
	font-size:14px;
	color:#437F00;
	padding:5px 0px 4px 15px;
	letter-spacing:2px;
	background-image:url('/common/img/title_h2.gif');
	background-repeat:no-repeat;
	background-position:left center;

}


/*------------------------------------------------------------------------------
■ footer
-----------------------------------------------------------------------------*/
div#footerArea{
	clear:both;
	margin:0 auto;
	width:auto;
	border:none;
}
div#footerMenu{
	padding:10px 0px;
	width:auto;
	background:#408000;
}

div#footerMenu .pageTitle{
	float:left;
	margin-left:20px;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
}

div#footerArea ul{
	padding-left:5px;
	padding-top:10px;
	float:left;
}
div#footerArea ul li{
	display:inline;
	padding:0px 5px 0px 10px;
	border-left:1px solid #bdc2c5;
}
div#footerArea ul li.left{
	padding:0px 5px 0px 10px;
	border-left:none;
}
div#footerArea ul li a{
	color:#666666;
	font-size:8pt;
}

div#footerArea address{
	padding-right:10px;
	text-align:right;
	font-size:11px;
	text-align:center;
}
div#footerArea address a{
	color:#ffffff;
	font-style:normal;
	text-decoration:none;
	line-height:1.3;
}

/*------------------------------------------------------------------------------
■ ボタン関連の共通定義
------------------------------------------------------------------------------*/
/* 送信ボタン */
.btSubmit{
	background: url("/img/common_parts.png") no-repeat scroll 0 -270px ;
	border: medium none;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	padding: 11px 0 10px;
	text-align: center;
	width: 211px;
}

/* リンク用ボタン */
a.btSubmit, a.btSubmitRegist{
	color: #666666;
	height: 40px;
	padding:11px 0 0 0;
}

a.btSubmit:hover, a.btSubmitRegist:hover{
	color:#666666;
}
.btnS{
	font-size: 13px;
}
a.btnS{
	display:inline-block;
	padding:14px 0 0 0;
	height: 30px;
}

/* 一覧用ボタン */
.partBtn{
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 4px;
	background-color:#595F6B;
	border:2px outset #DDDDDD;
	margin:2px;
}

/*------------------------------------------------------------------------------
■ アイコン関連の共通定義
------------------------------------------------------------------------------*/
.list-icon{
	font-size:15pt;
}

/*------------------------------------------------------------------------------
■ テーブル関連の共通定義
------------------------------------------------------------------------------*/
/* ■ 登録系テーブルレイアウト */
table.vTableOutline, table.vTableOutline2Col{
	font-size:12px;
	width:100%;
	vertical-align:middle;
	border:none;
	word-break:break-all;
	border-collapse: collapse;
	border-spacing:2px;
	empty-cells:show;
}

table.vTableOutline th, table.vTableOutline2Col th{
	color:#ffffff;
	background:none;
	background-color:#437F00;
	border:1px solid #cacaca;
	text-align:right;
	padding:10px;
	vertical-align:middle;
	letter-spacing:2px;
}


table.vTableOutline th{
	width:25%;
}

table.vTableOutline2Col th{
	width:15%;
}

table.vTableOutline td, table.vTableOutline2Col td{
	background:none;
	border:1px solid #cacaca;
	padding:10px;
}

table.vTableOutline2Col td{
	width:35%;
}

/* IE用hack*/
*+html table.vTableOutline{padding:5px;}
*+html table.vTableOutline2Col{padding:5px;}

/* ここまで ■ 登録系テーブルレイアウト */


/* ボタン用 */
div.btAreaTableBottom{
	padding-top:10px;
	text-align:center;
}
div.btAreaTableBottom input{
	letter-spacing: 5px;
}

/* ■ 一覧系テーブルレイアウト */
table.tableOutline{
	font-size:12px;
	width:100%;
	vertical-align:middle;
	word-break:break-all;
	border-collapse: collapse;
	border:2px solid #437F00;
	margin-bottom:10px;
}

/* テーブル見出し */
table.tableOutline th{
	font-size:12px;
	line-height:1.3;
	text-align:center;
	color:#ffffff;
	padding:5px;
	background:none;
	background-color:#437F00;
	border:1px solid #ffffff;
	font-weight:normal;
}
table.tableOutline th a{
	color:#ffffff;
}
table.tableOutline th a:hover{
	color:#ffffff;
}

/* テーブル要素 */
table.tableOutline td{
	padding:5px;
	overflow:auto;
	border:1px solid #437F00;
}
table.tableOutline tr.bodyL0{
	background-color:#E9F0D2;
}
table.tableOutline tr.bodyL1{
	background-color:#ffffff;
}
table.tableOutline tr.bodyTotal{
	background-color:#f0e68c;
}
tr.border_bottom_dot td{
	border-bottom-style:dotted;
}
tr.border_top_none td{
	border-top:none;
}

/* IE用hack*/
*+html table.tableOutline .mLR5{margin:0px;}
*+html table.tableOutline th{padding:3px;}
*+html table.tableOutline td{padding:3px;}


/*------------------------------------------------------------------------------
■ システムメッセージの定義
------------------------------------------------------------------------------*/
/* システムメッセージ枠 */
.messageArea{
	margin:5px 5px 10px 5px;
}

/* エラーメッセージの定義 */
.errMsgArea{
	border:1px solid #ff0000;

}
.warningMsgArea{
	border:1px solid #c16091;

}
.messageArea p{
	padding:2px 0px 2px 23px;
	margin:2px 0px 5px 10px;
}

p.error{
	color:#ff0000;
	background-image:url('/common/img/alert_s.gif');
	background-repeat:no-repeat;
	background-position:5px 1px;

}
p.warning{
	color:#a3306a;
	background-image:url('/common/img/confirm_s.gif');
	background-repeat:no-repeat;
	background-position:5px 2px;

}

#errorTitle,#warningTitle{
	font-size:120%;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:8px;
	padding:7px 2px 2px 2px;
	background-color:#ff0000;
}
#warningTitle{ background-color:#c16091; }

/* バリデーション時のエラーメッセージ */
div.error-message{
	padding:1px;
	font-size:80%;
	color:#cc3366;
}
div.error-message li{
	padding:1px;
}

div#flashMessage{
	font-size:120%;
	color:#f00;
	padding:10px;
}
div#authMessage{
	font-size:120%;
	color:#f00;
	padding:10px;
}

/*------------------------------------------------------------------------------
■ ページング関連
------------------------------------------------------------------------------*/
.total_count{
	display:block;
	padding:3px;
}
.pager{
	text-align:left;
	margin:8px 0px 5px 0px;
}
.pager span{
	margin:0px;
}
.pager a{
	text-decoration: none;
	padding:2px 5px;
}
/* 数字リンクページ */
.pager .number{
	padding:2px 0px;
	background:#e5e5ff;
	color:#26264D;
	text-decoration: none;
}
/* 現在のページ */
.pager .current{
	padding:2px 5px;
	background:#26264D;
	color:#e5e5ff;
}
.pager .arrow{
	background:none;
}
/*------------------------------------------------------------------------------
■ ソート関連
------------------------------------------------------------------------------*/
a.asc{
	background-image:url('/common/img/icon_asc.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;
}
a.desc{
	background-image:url('/common/img/icon_desc.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;
}
/*------------------------------------------------------------------------------
■ ナビゲーションの定義
------------------------------------------------------------------------------*/
/* ページ下ナビゲーション用ライン */
div.goTop{
	display:inline-block;
	color:#ffffff;
	padding:0 30px;
	text-align:right;
	width:100%;
}
div.goTop a{
	background-color:#408000;
	border-radius:5px;
	display:inline-block;
	padding:10px 20px;
	margin-bottom:-5px;
	color:#ffffff;
}

/*------------------------------------------------------------------------------
■ フォーム関連
------------------------------------------------------------------------------*/
/* テキストボックス、テキストエリアの横幅 */
.iSize2num{	/* 数字2文字のテキストボックス */
	width:30px;
}

.iSizeDate{	/* 日付のテキストボックス */
	width:85px;
}

.iSizeSS{
	width:15%;
}

.iSizeS{
	width:25%;
}

.iSizeM{
	width:50%;
}

.iSizeL{
	width:75%;
}

.iSizeLL{
	width:98%;
}
/* inputタグ */
input{
	padding:2px;
	font-size:13px;
}
/* テキストエリア */
textarea{
	padding:2px;
	font-size:13px;
	width:98%;
	display: block;;
}
/* チェックボックス、ラジオボタン */
input.chBox, input.radio{
	margin-right:3px;
}

/* プルダウンメニュー */
select{
	padding:2px;
	font-size:13px;
}

/* テキストボックス */
input[type="text"], input[type="password"]{
	font-size:13px;
	color:#000000;
	border:1px solid;
	border-color:#B3B3CC #8080B3 #8080B3 #B3B3CC;
}

/* テキストエリア */
textarea{
	color:#000000;
	border:1px solid;
	border-color:#B3B3CC #8080B3 #8080B3 #B3B3CC;
}

/* プルダウンメニュー */
select{
	border:1px solid;
	border-color:#B3B3CC #8080B3 #8080B3 #B3B3CC;
}

/* チェックボックスdivタグ */
div.checkbox{
	display:inline-block;
	*display:inline;
	*zoom: 1;
	margin:0px;
}
.checkbox input[type="checkbox"]{
	margin-left:0px;
}

/*------------------------------------------------------------------------------
■ その他の定義
------------------------------------------------------------------------------*/

/* 水平線 */
.contentsArea hr{
	width:100%;
	margin:10px 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #D9D9D9;
	height:1px;
	overflow:hidden;
	clear:both;
}

/* インフォメーションメッセージエリア */
div.info{
	margin:3px 0px 10px 15px;
}
div.info p{
	line-height:1.5;
}
/* インフォメーションテキスト */
.info{
	padding-top:2px;
	padding-bottom:2px;
	color:#3366cc;
}

/* 注意テキスト */
.caution{
	padding-top:2px;
	padding-bottom:2px;
	color:#e01616;
	font-weight:bold;
	font-size:110%;
}

/* 必須項目記号 */
.req:before{
	content:'※ ';
	color:#ff0000;
}

/* 該当データなしのメッセージ */
p.no_data{
	color:#0077b3;
	margin:10px 0px 10px 10px;
}


/* 一覧画面のステータス */
.status0{
	color:red;
}
.status1{
	color:blue;
}

.status_bg0{
	padding:7px 3px 7px 3px;
	background-color:#e08080;
}
.status_bg0 input{
	color:blue;
}
.status_bg1{
	padding:7px 3px 7px 3px;
	background-color:#80e080;
}
.status_bg1 input{
	color:red;
}

.status2_bg0{
	padding:7px 3px 7px 3px;
	background-color:#80e080;
}
.status2_bg1{
	padding:7px 3px 7px 3px;
	background-color:#e08080;
}

.openWindow{
	background-image:url("/common/img/openwin.gif");
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:17px;
}


.topPage{
	margin:10px 30px 0px 20px;
}


/* アイコン系 */
.windowsIcon{
	background-image:url('/common/img/windows.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:4px 0px 2px 18px;
}
.ieIcon{
	background-image:url('/common/img/ie.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:4px 0px 2px 18px;
}
.ffIcon{
	background-image:url('/common/img/ff.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:4px 0px 2px 18px;
}
.safariIcon{
	background-image:url('/common/img/safari.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:4px 0px 2px 18px;
}

div.flash{
	font-size:120%;
	color:#f00;
	padding:10px;
}


/* 一覧画面のタイトル */
.listTitle{
	padding:3px 0px 3px 13px;
	background-image:url('/common/img/icon_open.gif');
	background-position:0px 4px;
	background-repeat:no-repeat;
}

.iconClose{
	background-image:url('/common/img/icon_close.gif');
}
.listBodyTr{
	display:none;
}
.listBodyTr td{
	width:100%;
}
.trBodyDiv{
	display:none;
}

.modal-dialog{
	margin:100px auto;
}
