@charset "UTF-8";
/* CSS Document */
/*----------------------
色設定
緑#74a92d
緑影#61931d
グレー#9a9a9a
グレー影#747474
オレンジ#f6a800
薄緑#f0f9e4
薄グレー#e9e9e9
-----------------------*/
html {
  height: 100%;
}

html {
	overflow-y: auto;
}

body {
  background-color: #fafafa;
  font-size: 14px;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.6;
  height: 100%;
}

a {
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

/*ヘッダー*/
#header {
  background-color: #74a92d;
  color: #FFFFFF;
  padding: 0 10px;
}
#header > ul {
  display: table;
  width: 100%;
  height: 50px;
}
#header > ul li {
  display: table-cell;
  vertical-align: middle;
}
#header > ul .logout {
  width: 110px;
  text-align: left;
}
#header > ul .logout {
 width: 110px;
  text-align: left;
}
#header > ul .logout a {
  background: url("../img/icon_logout.png") left center no-repeat;
  padding-left: 20px;
}
#header > ul .username{
  font-size:18px;
  width:110px;
}
#header > ul .toppage{
 width: 110px;
}
#header > ul .toppage a {
  background: url("../img/icon_home.png") left center no-repeat;
  padding-left: 20px;
}
#header > ul .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 3px 0px #61931d;
}
#header > ul .logo {
  width: 220px;
  text-align: right;
}
#header > ul .logo img {
	width:100%;
}
@media print {
	#header {
		display:none;
	}
}

/*メニュー*/
#nav {
	background-color: #61931d;
	position: relative;
	text-align: center;
}
#nav:after {
	content:'';
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	background: transparent url("../img/nav_shadow.png") left bottom repeat-x;
	bottom: -3px;
}
#nav .navwrap{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
#nav .navwrap > ul {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	 background: url("../img/nav_bar.png") left top repeat-y;
	margin-left: 1em;
	margin-right: 1em;
}
#nav .navwrap > ul li {
  vertical-align: middle;
  text-align: center;
  background: url("../img/nav_bar.png") right center no-repeat;
  min-width: 10em;
}
#nav .navwrap > ul li:first-child{
	margin-left: 0;
}
#nav .navwrap > ul li a {
  min-height: 40px;
  display: block;
  text-decoration: none;
    padding: 10px 1em;
    line-height: 20px;
    text-align: center;
}
#nav .navwrap > ul li a:hover {
  background-color: #437410;
}
#nav .navwrap > ul li.current a span {
  border-bottom: 4px solid #f6a800;
    margin-bottom: -4px;
}
@media print {
	#nav {
		display:none;
	}
}
/*古いナビ　table-cellで組んでます*/
/*#nav {
  background: transparent url("../img/nav_shadow.png") left bottom repeat-x;
  padding-bottom: 3px;
  margin-bottom: -3px;
  z-index: 10;
  position: relative;
}
#nav > ul {
  background-color: #61931d;
  color: #FFFFFF;
  display: table;
  height: 40px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
#nav > ul li {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url("../img/nav_bar.png") left center no-repeat;
  height: 40px;
}
#nav > ul li a {
  display: block;
  text-decoration: none;
    padding: 10px 4px;
}
#nav > ul li a:hover {
  background-color: #437410;
}
#nav > ul li a span {
    line-height: 20px;
    display: inline-block;
}
#nav > ul li.current a span {
  border-bottom: 4px solid #f6a800;
    margin-bottom: -4px;
}*/

/*コンテンツ*/
#content {
  text-align: center;
  width: 100%;
  /*float: right;ver3消去*/
  overflow: hidden;
  height: 100%;
  display: table;
  margin-top: -90px;
  padding-top: 90px;
  /*ver2追記*/
  /*ver2追記ここまで*/
}
#content > .wrapper {
  margin: 30px;
}
#content .left_column {
  display: table-cell;
  background-color: #fff;
  text-align: left;
  width: 250px;
  border-right: 1px solid #e9e9e9;
  vertical-align: top;
}
#content .left_column .section {
  padding: 15px 20px;
  border-top: 1px solid #e9e9e9;
  font-size: 16px;
}
@media print {
	#content .left_column {
		display:none;
	}
}
#content .right_column {
  display: table-cell;
  padding: 30px;
}
#content .right_column .wrapper {
  text-align: left;
  min-width: 680px;
  /*ver2追記*/
}

/*16/03/08追加*/
.wrapper_narrow {
  max-width: 680px;
  overflow: hidden;
}

.box_2-1, .box_2-2 {
  width: 50%;
  float: left;
}

.box_2-1 {
  padding-right: 10px;
}

.box_2-2 {
  padding-left: 10px;
}

.left_column .submenu li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
}
.left_column .submenu li a .submenu_title {
  font-size: 16px;
  font-weight: bold;
}
.left_column .submenu li.current {
  background-color: #f9c75c;
  position: relative;
}
.left_column .submenu li.current:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f9c75c;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
