@charset "UTF-8";
/* ==========================================================================
   Base styles
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
html {
	position: relative;
	min-height: 100%;
}
body {
	background-color: #fff;
	font-size: 13px;
	line-height: 1.4;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 47px;
}
footer {
  bottom: 0;
  height: 47px;
  position: absolute;
}
img {
	padding: 0;
	margin: 0;
	outline: none;
}
a {
	border: none;
	outline: none;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
input,
textarea,
keygen,
select,
button {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button { outline:none; }
main { display:block; }


/* ==========================================================================
   Original styles
   ========================================================================== */
/*
 * common
 */
a {
	text-decoration: none;
	color: #0067a2;
}
a:hover, a:focus {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	border: none;
	background: none;
	-webkit-appearance: button;
	cursor: pointer;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #d4dcab;
	margin: 30px 0;
	padding: 0;
}

/*
 * Helper classes
*/
/* Font size */
.text-xlarge {
	font-size: 18px;
}
.text-large {
	font-size: 16px;
}
.text-small {
	font-size: 11px;
}
/* Alignment */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
/* Contextual colors */
.text-muted {
	color: #999;
}
.text-warning {
	color: #ff0000;
}
/* Quick floats */
.clearfix:before,
.clearfix:after,
.header:before,
.header:after {
	content: " ";
	display: table;
}
.clearfix:after,
.header:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centering {
	clear: both;
	margin: 0 auto;
	text-align: center;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
/* Showing and hiding content */
.show {
	display: block !important;
}
.hidden {
	display: none !important;
}
.invisible {
	visibility: hidden;
}
/* Button */
.btn {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.15s linear 0s;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
}
.btn:disabled {
	cursor: default;
	text-decoration: none;
}
.btn-large {
	font-size: 14px;
	padding: 12px;
	width: 450px;
}
.btn-middle {
	font-size: 14px;
	padding: 12px;
	width: 260px;
}
.btn-middle2 {
	font-size: 14px;
	padding: 12px;
	width: 200px;
}
.btn-small {
	padding: 4px;
	width: 110px;
}
.btn-default {
	color: #fff;
	background-color: #333;
	border: 2px solid #333;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #73c013;
	border: 2px solid #73c013;
}
.btn-default:disabled {
	color: #737373;
	background-color: #d5d5d5;
	border: 2px solid #d5d5d5;
}
.btn-primary {
	background-color: #fff;
	border: 2px solid #d5d5d5;
}
.btn-primary:hover,
.btn-primary:focus {
	border: 2px solid #73c013;
}
.btn-primary:disabled {
	color: #737373;
	background-color: #d5d5d5;
	border: 2px solid #d5d5d5;
}
.btn-more {
	color: #333;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 10px;
	width: 100px;
	border: 2px solid #d5d5d5;
}
.btn-more i {
	color: #999;
	font-size: 10px;
	margin-left: 5px;
}
.btn-more:hover,
.btn-more:focus {
	border: 2px solid #73c013;
}
.btn-more:hover i,
.btn-more:focus i {
	color: #73c013;
}
.btn-inner {
	color: #fff;
	background-color: #333;
	border: 2px solid #333;
	padding: 2px 4px;
	margin-bottom: 0;
}
.btn-inner:hover,
.btn-inner:focus {
	background-color: #73c013;
	border: 2px solid #73c013;
}
.btn-inner:disabled {
	color: #737373;
	background-color: #d5d5d5;
	border: 2px solid #d5d5d5;
}
/* go Top */
.go-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	font-weight:bold;
	line-height:1;
	padding: 18px;
	text-decoration: none;
	color: white;
	background-color: rgba(77, 77, 77, 0.45);
	display: none;
	z-index:999;
	transition: all 0.15s;
}
.go-top:hover,
.go-top:focus {
	background-color: rgba(77, 77, 77, 0.9);
	text-decoration: none;
}

/* Icon */
@font-face {
	font-family: 'icon-khk-sys';
	src: url('../fonts/icon-khk-sys.eot?j6xhft');
	src: url('../fonts/icon-khk-sys.eot?j6xhft#iefix') format('embedded-opentype'),
	url('../fonts/icon-khk-sys.ttf?j6xhft') format('truetype'),
	url('../fonts/icon-khk-sys.woff?j6xhft') format('woff'),
	url('../fonts/icon-khk-sys.svg?j6xhft#icon-khk-sys') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icon-khk-sys' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before { content: "\e900"; }
.icon-arrow-left:before { content: "\e901"; }
.icon-arrow-right-thin:before { content: "\e902"; }
.icon-arrow-right:before { content: "\e903"; }
.icon-arrow-up:before { content: "\e904"; }
.icon-cross:before { content: "\e905"; }
.icon-home:before { content: "\e906"; }
.icon-unlocked:before { content: "\e907"; }

/*
 * Header
 */
.header {
	position: relative;
	height: 100px;
	background: #000 url(../images/bg_header.gif) repeat-x top;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 3;
}
.header-inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.header-logo {
	position: absolute;
	left: 0;
	top: 10px;
}
.header-logo img {
	width: 63px;
	height: auto;
}
.header-dantai {
	position: absolute;
	left: 70px;
	top:  17px;
}
.header-tools {
	float: right;
}
.header-tools ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-tools li {
	float: left;
	border-left: 1px solid #717171;
}
.header-tools li:last-child {
	border-right: 1px solid #717171;
}
.header-tools li a {
	display: block;
	width: 60px;
	height: 60px;
	transition: background-color 0.15s linear 0s;
	color: #fff;
	font-size: 9px;
	text-align: center;
	overflow:hidden;
}
.header-tools li a:hover,
.header-tools li a:focus {
	background-color: #333;
	text-decoration: none;
}
.header-tools li a i {
	display:block;
	font-size: 22px;
	font-weight: normal;
	margin: 9px 0 6px 0;
}
.header-tools li.login_user {
	color: #73c013;
	font-size: 13px;
	line-height: 60px;
	height: 60px;
	padding: 0 20px 0 0;
	border: none;
}
.username {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}
.nav {
	clear: both;
	position: absolute;
	top: 60px;
	left: 0;
	height: 40px;
}
.nav ul {
	width: 100%;
	height: 40px;
	margin: 0;
}
.nav ul li {
	float: left;
	border-right: 1px solid #717171;
	width: 144px;		/* For 8 menus */
	/* width: 128px; */	/* For 9 menus */
	height: 40px;
	text-align: center;
	position: relative;
}
.nav ul li.home {
	border-left: 1px solid #717171;
	width: 38px;		/* For 8 menus */
	/* width: 37px; */	/* For 9 menus */
}
.nav ul li.home i {
	font-size: 20px;
	line-height:39px;
}
.nav ul li a {
	color: #fff;
	font-weight: bold;
	display: block;
	height: 40px;
	line-height:40px;
	transition: all 0.15s linear 0s;
	position: relative;
}
.nav ul li a:hover,
.nav ul li a:focus {
	background-color: #3e3e3e;
	text-decoration: none;
}
.nav ul li a.current,
.nav ul li a.current:hover,
.nav ul li a.current:focus {
	background-color: #73c013;
}

/*
 * Content
 */
/* breadcrumb */
.breadcrumb {
	background: #f0f0f0;
	font-size: 12px;
	padding: 10px 0;
}
.breadcrumb ul {
	width: 1200px;
	margin: 0 auto;
}
.breadcrumb ul li {
	display: inline-block;
	color: #999;
	font-size: 12px;
}
.breadcrumb ul li + li:before {
	padding: 0 8px;
	content: "\e902";
	font-family: 'icon-khk-sys';
	font-size: 9px;
}
.breadcrumb ul li a {
	color: #000;
}
/* content */
.content {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 47px; /* footer height */
	overflow: auto;
}
/* side */
.side {
	float: left;
	width: 250px;
	/*margin-bottom: 77px;*/
}
ul.sub-nav {
	list-style: none;
	border-top: 3px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
ul.sub-nav li {
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0;
}
ul.sub-nav li a {
	border: 0 none;
	display: block;
	color: #000;
	background-color: #f0f0f0;
	line-height: 1;
	vertical-align: middle;
	margin: 0;
	transition: background-color 0.15s linear 0s;
	cursor: pointer;
}
ul.sub-nav li a:hover,
ul.sub-nav li a:focus {
	background-color: #ddd;
	text-decoration: none;
}
ul.sub-nav li a.current,
ul.sub-nav li a.current:hover,
ul.sub-nav li a.current:focus {
	background-color: #73c013;
	color: #fff;
}
ul.sub-nav li a i {
	font-size: 8px;
	margin-right: 5px;
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.sub-nav > li > a {
	padding: 10px;
	border-top: 1px solid #ddd;
}
ul.sub-nav > li > ul > li > a {
	padding: 10px 10px 10px 24px;
}
ul.sub-nav li.top a {
	font-size: 14px;
	font-weight: bold;
	padding: 14px 10px;
	border-top: none;
}
/* main */
.main {
	float: right;
	width: 920px;
	/*margin-bottom: 77px;*/
}
.page-header {
	text-align: center;
	margin-bottom: 30px;
}
.page-header h1 {
	font-size: 22px;
	font-weight: bold;
}
.main h2 {
	color: #73c013;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.main p {
	line-height: 1.8;
	margin-bottom: 15px;
}
ul.news {
	margin-bottom: 15px;
}
ul.news > li {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 10px;
}
ul.news > li:last-child {
	padding-bottom: 0;
}
.news-date {
	display: table-cell;
	width: 95px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	vertical-align: top;
	letter-spacing: 0.1em;
	color: #666;
}
.news-content {
	display: table-cell;
	vertical-align: top;
}
.news-content a {
	color: #000;
}
.news-detail-header {
	border-top: 3px solid #000;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 15px 0;
}
.news-detail-header h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}
.news-detail-header .news-date {
	display: inline;
	width: auto;
}
.news-detail-content {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.news-detail-content p {
	line-height: 1.8;
	margin-bottom: 15px;
}
.news-pagination {
  display: table;
  width: 100%;
	margin-top: 15px;
}
.news-btn-prev,
.news-btn-list,
.news-btn-next {
  display: table-cell;
  vertical-align: middle;
}
.news-btn-prev { text-align: left; }
.news-btn-list { text-align: center; }
.news-btn-next { text-align: right; }
.news-btn-prev a,
.news-btn-list a,
.news-btn-next a {
	display:inline-block;
	color: #000;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #d5d5d5;
	text-align: center;
	transition: all 0.15s linear 0s;
}
.news-btn-none {
	width: 130px;
}
.news-btn-prev a,
.news-btn-next a {
	width: 130px;
}
.news-btn-list a {
	width: 260px;
}
.news-btn-prev a:hover,
.news-btn-list a:hover,
.news-btn-next a:hover,
.news-btn-prev a:focus,
.news-btn-list a:focus,
.news-btn-next a:focus {
	border: 2px solid #73c013;
	text-decoration: none;
}
.news-btn-prev a i,
.news-btn-next a i {
	color: #999;
	font-size: 10px;
}
.news-btn-prev a i {	margin-right: 5px; }
.news-btn-next a i {	margin-left: 5px; }
.news-btn-prev a:hover i,
.news-btn-next a:hover i,
.news-btn-prev a:focus i,
.news-btn-next a:focus i {
	color: #73c013;
}
.table {
	width: 100%;
	margin-bottom: 15px;
}
.table-head {
	margin-bottom: 0;
}
.table ul,
.table ol {
	margin: 0;
}
.table p {
	margin: 0;
	line-height: inherit;
}
.table th,
.table td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	vertical-align: middle;
}
.table th {
	background-color: #f3f7ef;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	white-space: nowrap;
}
.table th.item {
	width: 25%;
}
.table th.item-wide {
	width: 35%;
}
.table th.item-narrow {
	width: 15%;
}
.table th.item-left {
	width: 11%;
}
.table th.item-right {
	width: 14%;
}
.table th.item-left2 {
	width: 14%;
}
.table th.item-right2 {
	width: 11%;
}
.table th.item-left3 {
	width: 15%;
}
.table th.item-right3 {
	width: 18%;
}
.table th.title-action {
	width: 60px;
}
.table th.title-action-wide {
	width: 80px;
}
.table th.title-action-narrow {
	width: 45px;
}
.table td {
	padding: 8px;
}
.table-striped th,
.table-striped-rowspan th {
	padding: 5px;
	text-align: center;
}
.table-striped td,
.table-striped-rowspan td {
	padding: 5px;
}
.table-striped tr:nth-child(2n),
.table-striped-rowspan tbody:nth-child(2n+1) tr {
	background: #fafafa;
}
.table-striped > tbody > tr:hover > td,
.table-striped-rowspan > tbody:hover td {
	background-color: #dcefc4;
}
.table-striped tbody td a,
.table-striped-rowspan tbody td a {
	display: block;
}
.table-striped thead th a,
.table-striped-rowspan thead th a {
	text-decoration: none;
	color: #000;
	display: block;
	white-space: nowrap;
}
.table-striped thead th a.sort_asc:after,
.table-striped-rowspan thead th a.sort_asc:after {
	content: url("../images/sort_asc.png");
	margin-left: 5px;
}
.table-striped thead th a.sort_desc:after,
.table-striped-rowspan thead th a.sort_desc:after {
	content: url("../images/sort_desc.png");
	margin-left: 5px;
}
.table td div.img-preview-input {
	margin-bottom: 10px;
}
.table td img.preview-input {
    max-width: 200px;
}
.table td img.preview-list {
    max-height: 20px;
}
.table th.required:after {
	content: url("../images/required.png");
	margin-left: 1px;
}
.table th.overwrite {
	background-color: #fff0f0;
}
.table tr.nowpub {
	background-color: #fff0f0;
}
.table tr.comp {
	background-color: #b5b5b5;
}
/* table-select */
.table-select tbody tr {
	cursor: pointer;
}
/* table-cond */
.table-cond {
	margin-bottom: 5px;
}
.table-cond ul,
.table-cond ol {
	margin: 0;
}
.table-cond p {
	margin: 0;
	line-height: inherit;
}
.table-cond th,
.table-cond td {
	border-collapse: collapse;
	vertical-align: middle;
}
.table-cond th {
	font-weight: bold;
	text-align: left;
	padding: 0;
}
.table-cond td {
	padding: 4px 4px 4px 0;
}
.table-cond td input[type="text"]:not(.fix) {
	width: 90%;
}
.table-full {
	width: 100%;
}
/* table-message */
.table-message {
	width: 100%;
	margin-bottom: 0;
}
.table-message td {
	border-collapse: collapse;
	vertical-align: middle;
	padding: 8px;
}
.pagination {
	position: relative;
	left: 50%;
	float: left;
	margin: 0 auto 15px;
}
.pagination li {
	position: relative;
	left: -50%;
	float: left;
}
.pagination li a {
	display: block;
	background-color: #e5e5e5;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-right: 1px;
	padding: 8px 12px;
	transition: all 0.15s linear 0s;
}
.pagination li a:hover,
.pagination li a:focus {
	text-decoration: none;
	background-color: #ccc;
}
.pagination li a i {
	font-size: 9px;
	line-height: 1;
}
.pagination li:last-child a {
	margin-right: 0;
}
.pagination li.disabled a {
	display: none;
}
.pagination li.current a {
	background-color: #73c013;
	color: #fff;
	cursor: default !important;
}
.pagination li.abbreviation a {
	background-color: #fff;
	color: #000;
	cursor: default !important;
}
.result-count {
	text-align:center;
	margin-bottom: 5px;
}
.result-count .count-num {
	font-size: 16px;
	font-weight: bold;
	margin-right: 0.2em;
}
textarea, select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #fafafa;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 1.2;
	padding: 6px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #73c013;
	box-shadow: 0 0 8px rgba(115, 192, 19, 0.3);
	outline: 0 none;
}
input[readonly],
textarea[readonly] {
	background-color: #f3f7ef;
}
.error textarea,
.error select,
.error input[type="text"],
.error input[type="password"],
.error input[type="datetime"],
.error input[type="datetime-local"],
.error input[type="date"],
.error input[type="month"],
.error input[type="time"],
.error input[type="week"],
.error input[type="number"],
.error input[type="email"],
.error input[type="url"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="color"] {
	border-color: #ff0000;
}
.error textarea:focus,
.error select:focus,
.error input[type="text"]:focus,
.error input[type="password"]:focus,
.error input[type="datetime"]:focus,
.error input[type="datetime-local"]:focus,
.error input[type="date"]:focus,
.error input[type="month"]:focus,
.error input[type="time"]:focus,
.error input[type="week"]:focus,
.error input[type="number"]:focus,
.error input[type="email"]:focus,
.error input[type="url"]:focus,
.error input[type="search"]:focus,
.error input[type="tel"]:focus,
.error input[type="color"]:focus {
	box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
	outline: 0 none;
}
.message {
	color: #666;
	font-size: 12px;
	margin-left: 10px;
}
.message-error {
	display: block;
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}
.message-explain {
	color: #666;
	font-size: 12px;
}

/*
 * Footer
 */
footer {
	background-color: #333;
	width: 100%;
}
.copyright {
	color: #ccc;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 47px;
}

/*
 * Popup
 */
body.popup {
	margin-bottom: 0;
}
/* content-popup */
.content-popup {
	clear: both;
	width: 100%;
	padding-top: 5px;
	overflow: auto;
}
/* main-popup */
.main-popup {
	width: 100%;
}
/* table-popup */
.table-popup {
	width: 100%;
}

/*
 * OpenArea
 */
.open-btn {
	cursor: pointer;
	padding: 6px;
	border: 1px solid #ddd;
	color: #73c013;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.open-btn.open {
	margin-bottom: 0;
	border-bottom: none;
}
.open-btn i:before {
	content: "\e900";
	font-family: 'icon-khk-sys';
	font-style: normal;
	font-weight: normal;
	padding: 0 10px 0 0;
}
.open-btn.open i:before {
	content: "\e904";
	font-family: 'icon-khk-sys';
	font-style: normal;
	font-weight: normal;
	padding: 0 10px 0 0;
}
.open-area {
	padding: 0;
	margin-bottom: 20px;
}

