body {
	font-size: 13px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "Century Gothic", Arial, 'ＭＳ Ｐゴシック', sans-serif;
/*	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;*/
	-webkit-text-size-adjust: 100%;

}

/* ---------------------------------------------------------------------
  clearfix
--------------------------------------------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/* ---------------------------------------------------------------------
  topへ戻る
--------------------------------------------------------------------- */
.topLink {
	position: fixed;
	bottom: -3px;
	right: 30px;
	padding: 10px;
	font-size: 10px;
	background-color: #3c3c3c;
}
.topLink a {
	text-decoration: none;
	color: #FFFFFF;
}



/* ---------------------------------------------------------------------
  form関連
--------------------------------------------------------------------- */
textarea, input {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "Century Gothic", Arial, 'ＭＳ Ｐゴシック', sans-serif;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	font-size: 1.1em;
	/*width: 96%;*/
	/*height:25px;*/
}

select {
	height: 30px;
	background: #FFFFFF;
}


/* ---------------------------------------------------------------------
  header
--------------------------------------------------------------------- */
header {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	border-bottom: 2px solid #0ca7d3;
	background:#f4f4f4;
}
h1{
	width: 245px;
	height: 50px;
	text-indent: -9999px;
	background: url("../img/logo.png") no-repeat left top;
}
header #pageTitle {
	width: 300px;
	margin-left : 50px;
	padding-top: 18px;
	text-align:left;
	font-size: 18px;
	font-weight: bold;
}

header #userName {
	width: 200px;
	margin-left : 20px;
	padding-top: 18px;
	text-align:left;
	font-size: 15px;
}
header #ssl {
	width: 100px;
	margin-left : 20px;
	text-align:left;
}
header .gmenu {
	position: absolute;
	right: 8px;
	top: 8px;
}

header .button2 {
	display: inline-block;
	width: 80px;
	height: 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #077c9e;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background-color: #0ca7d3;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}
header .button2:hover {
	background-color: #0a8eb2;
	box-shadow: 0 3px 0 #07708e;
}
header .button2:active {
	top: 3px;
	box-shadow: none;
}



/* ---------------------------------------------------------------------
  メインカラムエリア
--------------------------------------------------------------------- */
#Wrapper {
	width:100%;
	display: -moz-box;
	display: -webkit-box;
}
#leftColumn{
	width:240px;
	min-height: 600px;
	padding : 10px;
	border-right : 2px solid #0ca7d3;
	border-bottom : 2px solid #0ca7d3;
	background: #f2f2f2;
}
#mainColumn{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	padding : 10px;
	width:100%;
}
.centerContents_pare {
	margin: 0 auto;
	display: table;
}
.centerContents {
	display: table-cell;
	margin-bottom: 30px;
}

.centerContents2 {
	margin-top: 50px;
	margin-bottom: 30px;
}

/* ---------------------------------------------------------------------
 サイドバー
--------------------------------------------------------------------- */
section.tenpoNavi {
   overflow: scroll;
   height: 300px;
   width:234px;
   margin-top:20px;
}

.menu {
   padding:3px;
   background:#E7E7E7;
}

.menu h3 {
   margin:0;
   padding:2px 5px 0px 5px;
   font-size:12px;
   color:#fff;
   line-height:3.0;
   background:#3C3C3C;
}

.menu ul{
   margin:1px 0 0 0;
   padding:0;
   list-style:none;
}

.menu li{
   font-size:12px;
   line-height:150%;
   border-bottom:1px solid #fff;
}

.menu a {
   display:block;
   padding:10px 0 10px 15px;
   color:#000;
   text-decoration:none;
}

.menu a.current {
   background:#ddd;
}

.menu a:hover {
   background:#ddd;
}



/* ---------------------------------------------------------------------
 メインテーブル
--------------------------------------------------------------------- */
.table-01 {
	border-top: 1px #CECECE solid;
	border-left: 1px #CECECE solid;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFFFFF;
}
.table-01 th {
	padding: 15px;
	border-right: 1px #CECECE solid;
	border-bottom: 1px #CECECE solid;
	background: #e6e6e6;
	color: #3A2F2F;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
.table-01 td {
	padding: 15px 10px 15px 15px;
	border-right: 1px #CECECE solid;
	border-bottom: 1px #CECECE solid;
	text-align: right;
	vertical-align: middle;
}
.table-01 td.tLeft {
	text-align: left;
}
.table-01 td.tCenter {
	text-align: center;
}
.table-01 td.tRight {
	text-align: right;
}

/* ---------------------------------------------------------------------
 カレンダーテーブル
--------------------------------------------------------------------- */
.calentbl {
	border-left : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
	font-size:12px;
	background-color:#FFFFFF;
}
.calentbl th {
	border-right : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	padding:9px;
	text-align:center;
	
}
.calentbl td {
	border-right : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	padding:9px;
	text-align:center;
	cursor : pointer;
}
.calentbl td.tbweek {
	background: #f7f7f7;
}
.calentbl td.tbweek_sun {
	background: #f7e0ea;
}
.calentbl td.tbweek_sat {
	background: #eaf2f7;
}
.calentbl a {
	text-decoration:none;
	color: #000000;
}


/* ---------------------------------------------------------------------
 見出し
--------------------------------------------------------------------- */
.heading{
	position:relative;
	padding:11px 9px 9px 9px;
	font-weight: bold;
	font-size: 18px;
	background-color: #51A2C1;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom: 20px;
}
 
.heading:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:13px transparent solid; 
	border-right-width:0; 
	border-left-color:#51A2C1; 
	position:absolute; 
	top:25px; 
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}

.heading2{
	position:relative;
	padding:11px 9px 9px 9px;
	font-weight: bold;
	font-size: 18px;
	background-color: #51A2C1;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------------
 サイドバーフォーム部品
--------------------------------------------------------------------- */
.sideformTbl {
	margin : 5px 0;
}

.sideformTbl th{
	text-align: right;
}
.sideformTbl td{
	padding: 10px 0px;
}

.calenTextbox {
	width : 96%;
}

/* ---------------------------------------------------------------------
 マスタ関連フォーム部品
--------------------------------------------------------------------- */
.formBtn {
	font-size: 1.0em;
	padding:4px;
	color:#FFF;
	background-color: #ed9db9;
	transition: all .3s;
	border-style: none;
	line-height: 110%;
	cursor : pointer;
}
/* 新規ボタン */
.btnNew {
	width: 100px;
	height:30px;
	background-color: #507EE0;

}
.btnNew:hover {
	background-color: #2F55A5;
}

/* 削除ボタン */
.btnDel {
	width: 70px;
	height:30px;
	background-color: #ea7a9e;

}
.btnDel:hover {
	background-color: #cc6b89;
}

/* 修正ボタン */
.btnUpd {
	width: 70px;
	height:30px;
	background-color: #51b559;

}
.btnUpd:hover {
	background-color: #429349;
}


/* 戻るボタン */
.retBt {
	width: 120px;
	height:30px;
	background-color: #b3b3b3;

}
.retBt:hover {
	background-color: #8e8e8e;
}

/* 登録修正更新ボタン */
.subBt  {
	width: 120px;
	height:30px;
	background-color: #f9a000;

}
.subBt:hover {
	background-color: #ea7c54;
}
/* 出力系テーブル */
.formTbl {
	border-top: 1px #CECECE solid;
	border-left: 1px #CECECE solid;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFFFFF;
}
.formTbl th {
	padding: 15px;
	border-right: 1px #CECECE solid;
	border-bottom: 1px #CECECE solid;
	background: #e6e6e6;
	color: #3A2F2F;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
.formTbl td {
	padding: 15px 15px 15px 10px;
	border-right: 1px #CECECE solid;
	border-bottom: 1px #CECECE solid;
	text-align: left;
	vertical-align: middle;
}
.formTbl td.tLeft {
	text-align: left;
}
.formTbl td.tCenter {
	text-align: center;
}
.formTbl td.tRight {
	text-align: right;
}
.formTbl tr:nth-child(2n+1) {
    background: #fafafa;
}


/* 入力系テーブル */
.fromTable {
	border-collapse: collapse;
	border-top: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
}
.fromTable th.t_top {
    border-top: #b3b3b3 4px solid;
}
.fromTable th {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	vertical-align: middle;
}
.fromTable td.t_top {
	border-top: #be1309 4px solid;
}
.fromTable td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	/* height : 50px; */
	vertical-align: middle;
	min-width: 250px;
}
.fromTable td.tLeft {
	text-align: left;
}
.fromTable td.tCenter {
	text-align: center;
}
.fromTable td.tRight {
	text-align: right;
}


.readBox {
	background-color:#C0C0C0;
}

.btArea {
	margin: 25px 0px;
	text-align: center;
}

/* テーブル */
.Tbl {
	border-collapse: collapse;
	border-top: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
}
.Tbl th {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: center;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	vertical-align: middle;
}
.Tbl td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	/*height : 50px;*/
	vertical-align: middle;
}
/* ---------------------------------------------------------------------
 フォント系
--------------------------------------------------------------------- */
.tRed {
	color: #c40026;
}


/* ---------------------------------------------------------------------
 粗利達成
--------------------------------------------------------------------- */
.mSec {
	width : 100%;
}
.lefttSec {
	float: left;
}
.rightSec {
	float: left;
	margin-left: 30px;
}


/* ---------------------------------------------------------------------
 IE10以上対策
--------------------------------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	header{
		display: table;
	}
	h1{
		display: table-cell;
	}
	header #pageTitle {
		display: table-cell;
		padding-left : 50px;
	}
	header #userName {
		display: table-cell;
		padding-left : 20px;
	}
	header #ssl {
		padding-left : 20px;
		display: table-cell;
		vertical-align:middle;
	}

	#Wrapper {
		display: table;
	}
	#leftColumn{
		display: table-cell;

	}
	#mainColumn{
		display: table-cell;
		vertical-align:top;
	}

	canvas {
		display: block;
	}
}