@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=M+PLUS+1p:400,900|M+PLUS+Rounded+1c:100,400,500|Raleway:100,400&display=swap);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
table, tbody, tfoot, thead, tr, th, td, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	background-color:#fff;
	background-repeat:repeat;
	background-position: center center;
	color:#444;
	opacity:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

A, A > img { transition: 0.3s; }
A:link { color:#48829a; text-decoration:none; }
A:visited { color:#48829a; text-decoration:none; }
A:active { color:#6ab20d; text-decoration:none; }
A:hover { color:#6ab20d; text-decoration:none; }

a.cke_dialog_ui_button_ok {
	display:inline-block;
	color:#fff;
	padding:6px 20px;
}

td, th {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


INPUT { font-size: 14px; }
SELECT { font-size: 14px; }
TEXTAREA { font-size: 14px; }

li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.both {
	clear:both;
}

.fit {
	width:100%;
}

.center {
	margin:auto;
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.red {
	color:#f00;
}

.bold {
	font-weight:bold;
}

.hissu {
	font-size:0.9em;
	color:#f00;
}

.picker {
	background-image:url(images/icon_color.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.datepicker, .datepicker2, .datepicker3 {
	background-image:url(images/icon_date.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.minute_field {
	background-image:url(images/icon_time.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

a.button {
	display: inline-block;
	padding: 2px;
	margin: 0 1px;
	width:44px;
	font-size:14px;
	line-height:18px;
	text-decoration: none;
	color: #333;
	border: solid 1px #ccc;
	background-color:#fff;
	border-radius: 3px;
	transition: .2s;
	box-sizing:border-box;
	text-align:center;
}

a.button:hover {
	cursor:pointer;
	color:#6ab20d;
}

a.button:active {
	background-color:#eee;
}

a.click_button {
	color:#fff;
	background-color:#48829a;
	line-height:2.4em;
	display:block;
	padding:10px;
	text-align:center;
	border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	transition: opacity 0.4s ease-out;
	max-width:500px;
	margin:auto;
}

a.disable_button, a.click_button_disabled {
	opacity:0.8;
}

a.disable_button:hover, a.click_button_disabled {
	cursor:default;
}

a.click_button_mini {
	color:#fff;
	background-color:#48829a;
	line-height:2.2em;
	display:block;
	padding:7px;
	text-align:center;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.click_button_mini:hover, a.click_button:hover {
	opacity:0.8;
}

a.inline-button:link, a.inline-button:visited {
	color:#777;
	background-color:#fff;
	vertical-align:bottom;
	margin-bottom:-3px;
	padding:2px 0 0 0;
	display:inline-block;
	margin-left:2px;
	font-size:14px;
	line-height:32px;
	text-align:center;
	border:1px solid #ccc;
	min-width:30px;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.inline-button:hover, a.inline-button:active {
	opacity:0.7;
}

input[type="text"], input[type="password"], textarea {
	border:1px solid #ccc;
	padding:8px 6px;
	font-size:14px;
	border-radius: 3px;
	box-sizing:border-box;
	width:100%;
	color:#333;
	min-width:50px;
}

input[type="file"] {
	padding:2px 0;
}

.japanese_field {
	ime-mode: active;
}

.english_field {
	ime-mode: inactive;
}

.number_field, .shosu_field {
	ime-mode: inactive;
	text-align:right;
}

.number_field2 {
	ime-mode: inactive;
}

input.readonly_field, textarea.readonly_field {
	background-color:#fcfcfc;
	border: solid 1px #eee;
}

input.ex_short_field, textarea.ex_short_field {
	width:120px;
	max-width:100%;
}

input.short_field, textarea.short_field {
	width:200px;
	max-width:100%;
}

input.middle_field, textarea.middle_field {
	width:300px;
	max-width:100%;
}

input.long_field, textarea.long_field {
	width:500px;
	max-width:100%;
}

input[type="checkbox"] {
    border: 1px solid #388094;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:disabled {
    background: #f3f3f3;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked {
    background: #99cc00;
    border: 1px solid #388094;
}

input[type="checkbox"]:checked:disabled {
    background: #dbf884;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.checkbox_area input[type="checkbox"] {
	border-radius:28px;
}

label.checkbox {
	line-height:20px;
	font-size:14px;
	display:flex;
	align-items:center;
	white-space:nowrap;
	float:left;
}

label.checkbox+label.checkbox {
	margin-left:1.8em;
}

label.checkbox > span:last-of-type {
	padding-left:0.3em;
	font-size:14px;
	padding-top:4px;
	line-height:1.5em;
}

select::-ms-expand {
	display:none;
}

.select-wrap{
	width: 100%;
	position: relative;
	display: inline-block;
	background:linear-gradient( 180deg, #fafafa, #fff 30% );
}

.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top:0;
	width: 100%;
	height: 34px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size:14px;
	line-height:16px;
	color:#444;
}

.select-wrap select[disabled] {
	border:1px solid #eee;
	color:#999;
}

.select-wrap:before{
	content:'\f078';
	font-family:FontAwesome;
	vertical-align: baseline;
	position:absolute;
	z-index:1;
	top:50%;
	right:12px;
	margin-top:-8px;
	margin-top:-.5rem;
	font-size:16px;
	line-height:1;
	color:#333;
}


/***************************************/
/***************************************/
/***************************************/
/***************************************/


#main_frame {
	display:block;
	min-width:100%;
	min-height:100vh;
	font-size:14px;
	width:auto;
}

#main_body, #main_body2 {
	min-width:100%;
	margin:auto;
	padding:47px 0 0 0;
	box-sizing:border-box;
}

#pankuzu_wrap {
	background-color:#48829a;
	color:#fff;
	padding:12px 10px;
	min-width:100%;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	z-index:4000;
	height:47px;
	overflow:hidden;
}

#pankuzu {
	margin:auto;
	box-sizing:border-box;
	position:relative;
	font-size:14px;
	margin-top:4px;
}

#pankuzu ul li {
	display:inline;
}

#pankuzu ul li:not(:first-child):before {
	content: '　>　';
}

#pankuzu a:link, #pankuzu a:hover, #pankuzu a:visited {
	color:#fff;
}

#pankuzu a:link, #pankuzu a:visited {
	color:#fff;
}

#pankuzu a:hover, #pankuzu a:active {
	color:#f00;
}

#login_text {
	position:absolute;
	right:0;
	top:0;
	padding:0 10px 4px 0;
	text-align:right;
	width:auto;
}

#login_text a:nth-of-type( n+2 ) {
	display:inline-block;
	width:30px;
}

.search_area {
	display:table;
	margin:0 0 2em 0;
	min-width:100%;
}

.search_area > div dl > dt:nth-of-type(n+2) {
	margin-top:1em;
}

.search_area > div {
	display:table-cell;
	vertical-align:top;
}

.search_area > div:first-child {
	width:25%;
	min-width:270px;
}

.search_area > div:nth-child(2) {
	padding-left:10px;
	box-sizing:border:box;
}

.search_area > div:nth-child(2) > a {
	line-height:2em;
	padding:5px;
	margin-bottom:2px;
}

#search_list {
	min-height:100vh;
}

.ui-datepicker {
	z-index: 5000 !important;
	font-size:14px !important;
	width:290px !important;
}

.ui-datepicker select, .ui-datepicker-year select {
	width:130px !important;
	font-size:14px	!important;
}

.ui-datepicker select:last-child {
	width:60px !important;
	margin-left:4px !important;
}

.search_form {
	padding:10px 10px;
	box-sizing:border-box;
	min-width:100%;
}

.search_form form {
	display:table;
	width:auto;
}

.search_form form > div {
	display:table-cell;
	vertical-align:top;
	white-space:nowrap;
	width:auto;
}

.search_form form > div.bottom {
	vertical-align:bottom;
	padding-bottom:2px;
	width:auto;
}

.search_form form > div:nth-of-type( n+2 ) {
	padding-left:8px;
}

.search_form form > div > p {
	font-weight:bold;
}

.search_form form > div table {
	border-collapse:collapse;
}

.search_form form > div table td {
	padding:0;
}

.search_form form > div table tr:hover td {
	background-color:#fff;
}

.list_area {
	min-width:100%;
}

.list_area .search_form + table th {
	border-top:2px solid #48829a;
}

.list_area table, .list_area2 table {
	min-width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}

.list_area table th, .list_area2 table th {
	padding:10px 10px;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	z-index:10;
	position:relative;
}

.list_area table th::before, .list_area2 table th::before {
	content:'';
	background-color:#eee;
	position:absolute;
	width:100%;
	height:calc( 100% - 2px );
	display:inline-block;
	top:0;
	left:0;
	z-index:-1;
	border-bottom:2px solid #48829a;
}


.list_area table tbody td, .list_area2 tbody table td {
	box-sizing:border-box;
	vertical-align:middle;
	text-align:center;
	padding:5px 4px;
	max-width: 0;
	overflow:hidden;
	background-color:#fff;
	text-overflow:ellipsis;
}

.list_area table tbody td > div, .list_area2 table tbody td > div, .list_area table tbody td > span, .list_area2 table tbody td > span {
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list_area table tbody tr:nth-of-type(2n+2) td, .list_area2 table tbody tr:nth-of-type(2n+2) td {
	background-color:#f6f6f6;
}

.list_area table tbody tr:hover td {
	background-color:#ececec;
}

.list_area td a.disabled {
	color:#aaa;
}

.list_area td a.disabled:hover {
	color:#aaa;
	cursor:default;
}

.list_area td a.disabled.red {
	color:#f00;
}
	
.list_area td a.disabled.red:hover {
	color:#f00;
	cursor:default;
}

#comment_area {
	padding:0;
	color:#f00;
	font-weight:bold;
	line-height:1.7em;
}

#comment_area ul {
	margin-bottom:1.8em;
}

#page_link_area {
	padding:15px 0 0 0;
	text-align:center;
	background-color:#fff;
}

#page_link_area:hover {
	background-color:#fff;
}

#inner_frame {
	padding-bottom:90px;
}

.button_area {
	width:145px;
	white-space:nowrap;
}

#bottom_button_mini {
	margin:20px auto 0 auto;
	width:60%;
	display:table;
}

#bottom_button_mini2 {
	margin:20px auto 0 auto;
	width:80%;
	display:table;
}

#bottom_button_fix {
	margin:20px auto 20px 10%;
	width: 80%;
	max-width:100%;
	position:fixed;
	left:0;
	bottom:0;
	display:table;
}

#bottom_button > div, #bottom_button_fix > div, #bottom_button_mini > div {
	display:table-cell;
	box-sizing:border-box;
	width:50%;
	padding:0 10px;
}

#bottom_button_mini2 > div {
	display:table-cell;
	box-sizing:border-box;
	width:33.3%;
	text-align:center;
	padding:0 10px;
}

#pulldown_menu_wrap {
	position:fixed;
	right:0;
	top:46px;
	width:200px;
	z-index:4000;
}

#pulldown_menu {
	display:none;
	border:1px solid #ccc;
	background-color:#fff;
}

#pulldown_menu li {
	text-align:center;
	padding:0 12px;
	font-size:14px;
	line-height:40px;
	border-top:1px solid #ccc;
}

#pulldown_menu li a {
	display:inline-block;
	width:100%;
}

#pulldown_menu li:hover {
	background-color:#eee;
}

#window_title {
	font-size:14px;
	text-decoration:underline;
	margin-bottom:1em;
}

#update_area {
	margin-top:1.5em;
	padding-top:1.5em;
	border-top:1px solid #ccc;
}

#update_area p:nth-of-type( n+2 ){
	margin-top:8px;
}

.del_button {
	position:absolute;
	right:0;
	top:0;
}

.add_row, .upd_row, .del_row, .detail_btn {
	display:inline-block;
	text-align:center;
	width:46px;
	font-size:11px;
	border:1px solid #bbb;
	padding:5px 3px;
	border-radius:4px;
	background-color:#fff;
}

.mb_only, .mb_only2 {
	display:none;
}

#display_menu {
	display:none;
}

.form_area {
	padding:40px 0px 60px 0;
	max-width:900px;
	width:100%;
	margin:auto;
}

.form_area dl {
	margin:40px auto;
}

.form_area dt {
	padding:4px 0;
}

.form_area dt:nth-of-type(n+2) {
	margin-top:1.4em;
}

.table {
	display:table;
	margin:auto;
}

.table > div {
	display:table-cell;
	padding:10px;
	box-sizing:border-box;
}

#dummy_area, #dummy_area2 {
	display:none;
}

#pager {
	background-color;#ffffff;
	text-align:center;
	vertical-align: bottom;
	padding:20px 10px 10px 10px;
}

.list_area table tbody td.right, .list_area2 tbody table td.right, th.right, div.right {
	text-align:right;
}

#title_copy {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	padding:8px 0;
	color:#478fa2;
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

#footer {
	padding:10px;
	box-sizing:border-box;
	display:table;
	border-top:2px solid #48829a;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	background-color:#fff;
	z-index:4000;
}

#footer > div {
	display:table-cell;
	vertical-align:middle;
}

@media screen and (max-width:680px) {
	img {
		max-width:100%;
		height:auto !important;
	}
	.mb_only {
		display:block;
	}
	.mb_only2 {
		display:inherit;
	}
	.pc_only {
		display:none;
	}
	#main_body, #main_body2, #pankuzu {
		min-width:100%;
	}
	#main_frame {
		display:block;
		min-width:100%;
		width:100%;
		padding-left:8px;
		padding-right:8px;
	}
	.form_area {
		padding-left:8px;
		padding-right:8px;
	}
}