@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,600,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;
	color:#333;
	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:#4fa595; text-decoration:none; }
A:visited { color:#4fa595; text-decoration:none; }
A:active { color:#f00; text-decoration:none; }
A:hover { color:#f00; 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; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
SELECT { font-size: 14px; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
TEXTAREA { font-size: 14px; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

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;
}

.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_date2.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: #000;
	border: solid 1px #333;
	background-color:#fff;
	border-radius: 3px;
	transition: .2s;
	box-sizing:border-box;
	text-align:center;
}

a.button:hover {
	cursor:pointer;
	color:#f00;
	border:1px solid #f00;
	background-color:#eee;
}

a.button:active {
	background-color:#eee;
}

span.button {
	display: inline-block;
	padding: 2px;
	margin: 0 1px;
	width:44px;
	font-size:14px;
	line-height:18px;
	text-decoration: none;
	color: #aaa;
	border: solid 1px #ccc;
	background-color:#fff;
	border-radius: 3px;
	box-sizing:border-box;
	text-align:center;
}

a.click_button {
	color:#fff;
	background-color:#4fa595;
	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;
}

a.disable_button {
	opacity:0.8;
}

a.disable_button:hover {
	cursor:default;
}

a.click_button_mini {
	color:#fff;
	background-color:#4fa595;
	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:#4fa595;
	background-color:#fff;
	vertical-align:top;
	margin-top:3px;
	padding:2px 0 0 0;
	display:inline-block;
	margin-left:2px;
	font-size:14px;
	line-height:33px;
	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;
	color:#f00;
	background-color:#eee;
}

.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_date2.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

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;
}

input.japanese_field {
	ime-mode: active;
}

input.english_field {
	ime-mode: inactive;
}

input.number_field, input.shosu_field {
	ime-mode: inactive;
	text-align:right;
}

input.readonly_field, textarea.readonly_field {
	background-color:#fcfcfc;
	border: solid 1px #eee;
}

input.short_field {
	width:180px;
	max-width:100%;
}

input.middle_field {
	width:400px;
	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;
}

label.checkbox {
	line-height:20px;
	font-size:14px;
	padding-right:2em;
	white-space:nowrap;
}

.checkbox_area input[type="checkbox"] {
	border-radius:28px;
}

select::-ms-expand {
	display:none;
}

.select-wrap{
	width: 100%;
	position: relative;
	display: inline-block;
	padding-top:2px;
	background:linear-gradient( 180deg, #fafafa, #fff 30% );
}

.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 35px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size:14px;
	line-height:20px;
	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;
right:.75rem;
margin-top:-8px;
margin-top:-.5rem;
font-size:16px;
font-size:1rem;
line-height:1;
color:#333;
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

.rail {
	font-family: 'Raleway', sans-serif;
	font-weight:100;
}


#title_area_wrap {
	width:100%;
	height:100vh;
	overflow:hidden;
}

#title_area {
	position:absolute;
	left:0;
	top:0;
	background-size:cover;
	background-position:center center;
	background-image: url( images/title_image.jpg );
	width:100%;
	height:100%;
}

#title_left_wrap {
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	display:table;
}

#title_left {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}

#title_left > h1 {
	font-size:50px;
	line-height:60px;
	color:#388094;
}

#title_left > h1+p {
	font-size:15px;
	line-height:30px;
	color:#388094;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:400;
}

#login_form {
	margin:50px auto;
	width:60%;
	text-align:center;
}

#login_form input[type="text"], #login_form input[type="password"]  {
	width: 100%;
	color: #555;
	font-size: 14px;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #388094;
	margin-bottom: 14px;
	font-family: 'Ubuntu', sans-serif;
	padding:8px 20px;
}

#login_form input[type="text"]:focus, #login_form input[type="password"]:focus {
	background-color:#fff;
}

#login_form p, #login_form label {
	text-align:left;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:500;
	color:#388094;
	margin-left:20px;
	margin-bottom:2px;
	font-size:15px;
}

#login_form a#forget {
	color:#388094;
	display:inline-block;
	margin-top:8px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#login_form a#forget:hover {
	color:#f00;
}


#login_form a#submit {
	cursor: pointer;
	border-radius: 5em;
	color: #fff;
	background: linear-gradient(to right, #388094, #64a4b5);
	border: 0;
	margin-top:24px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 13px;
	width:50%;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
	display:inline-block;
}

#login_form a#submit:hover {
	color:#f00;
	opacity:0.6;
}

#main_frame {
	display:block;
	min-width:100%;
	font-size:14px;
}

#main_body, #main_body2 {
	min-width:100%;
	margin:auto;
	padding:47px 0 0 0;
	box-sizing:border-box;
}

#main_bold {
	font-weight:bold;
	margin-top:8px;
	margin-bottom:16px;
}
#pankuzu_wrap {
	background-color:#eee;
	color:#333;
	padding:12px 10px;
	min-width:100%;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	z-index:4000;
	height:47px;
	overflow:hidden;
	border-bottom:1px solid #777;
}

#pankuzu {
	margin:auto;
	box-sizing:border-box;
	position:relative;
	font-size:14px;
	margin-top:4px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:400;
}

#pankuzu ul li {
	display:inline;
}

#pankuzu ul li:not(:first-child):before {
	content: '　>　';
}

#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;
}

#pankuzu a:link, #pankuzu a:visited {
	color:#333;
}

#pankuzu a:hover, #pankuzu a:active {
	color:#f00;
}

.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;
}

.list_area {
	min-width:100%;
}

.list_area .search_form + table th {
	border-top:1px solid #777;
}

.list_area table, .list_area2 table, div.fix_table2 table {
	min-width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}

div.fix_table2 {
	position:fixed;
	display:none;
	left:0;
	top:0;
	z-index:4001;
}

.list_area table th, .list_area2 table th, div.fix_table2 table th {
	border-bottom:1px solid #777;
	padding:10px 10px;
	background-color:#f3f3f3;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:500;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.list_area table tbody td, .list_area2 tbody table td {
	box-sizing:border-box;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:center;
	padding:6px;
	max-width:0;
}

.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:#f3f3f3;
}

.list_area td a.disabled, a.custom_button.disabled {
	color:#aaa;
}

.list_area td a.disabled:hover,.list_area td a.disabled:active, a.custom_button.disabled:hover, a.custom_button.disabled:active {
	color:#aaa;
	background-color:#fff;
	cursor:default;
}

.list_area table tbody td.right, .list_area2 tbody table td.right {
	text-align:right;
}

.list_area table tbody td.left, .list_area2 tbody table td.left {
	text-align:left;
}

.list_area table th a:hover, .list_area2 table th a:hover, .list_area table th a:active, .list_area2 table th a:active {
	color:#f00;
	text-decoration:underline;
}

#comment_area div, #comment_area li {
	padding:0;
	color:#ff0000;
	font-weight:bold;
}

#page_link_area {
	padding:15px 0 0 0;
	text-align:center;
	background-color:#fff;
}

#page_link_area:hover {
	background-color:#fff;
}

.detail_area {
	width:100%;
	max-width:1000px;
	box-sizing:border-box;
	padding:1em 10px;
	margin:auto;
}

.detail_area dl {
	padding:10px;
	width:100%;
	box-sizing:border-box;
}

.detail_area dd {
	padding-bottom:1.5em;
}

#inner_frame {
	padding-bottom:90px;
}

#bottom_button {
	margin:20px auto 20px auto;
	width: 500px;
	max-width:95%;
	display:table;
}

.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;
}

#header_field {
	width:100%;
}

#header_field td {
	vertical-align:top;
}

#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, .custom_button {
	display:inline-block;
	text-align:center;
	width:46px;
	font-size:12px;
	padding:5px 3px;
	border-radius:4px;
	background-color:#fff;
}

.add_row:link, .add_row:visited,
.upd_row:link, .upd_row:visited,
.del_row:link, .del_row:visited, 
.custom_button:link, .custom_button:visited
 {
	border:1px solid #333;
	color:#000;
}

.add_row:hover, .add_row:active,
.upd_row:hover, .upd_row:active,
.del_row:hover, .del_row:active, 
.custom_button:hover, .custom_button:active
 {
	border:1px solid #f00;
	color:#f00;
}

.add_row.disabled, .add_row.disabled,
.upd_row.disabled, .upd_row.disabled,
.del_row.disabled, .del_row.disabled, 
.custom_button.disabled, .custom_button.disabled
 {
	border:1px solid #aaa;
	color:#aaa;
}

.mb_only, .mb_only2 {
	display:none;
}

#display_menu {
	display:none;
}

.form_area {
	padding:20px 10px;
	max-width:1000px;
	width:100%;
	margin:auto;
}

.form_area dt {
	padding:4px 0;
}

.form_area dt:nth-of-type(n+2) {
	margin-top:0.8em;
}

.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:left;
	vertical-align: bottom;
	padding:15px 10px 25px 10px;
}

#pager2 {
	background-color;#ffffff;
	vertical-align: bottom;
	height:1px;
	padding:0;
	text-align:1px;
	line-height:1px;
	font-size:1px;
}

.list_area table tbody tr:hover td#pager, .list_area table tbody tr:hover td#pager2 {
	background-color:#ffffff;
}
.list_area table tbody tr:nth-of-type(2n+2) td#pager, .list_area table tbody tr:nth-of-type(2n+2) td#pager2 {
	background-color:#ffffff;
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

#footer {
	padding:10px;
	box-sizing:border-box;
	display:table;
	border-top:1px solid #777;
	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;
	}
	#login_text {
		display:none;
	}
	#login_form {
		margin:50px auto;
		width:90%;
		text-align:center;
	}
	#login_form a#submit {
		width:80%;
	}
	#title_left > h1 {
		font-size:32px;
		line-height:37px;
	}
	#title_left_wrap {
		width:100%;
	}
	#main_body, #main_body2, #pankuzu {
		min-width:100%;
	}
}

@media print {
	body, table, tbody, tfoot, thead, tr, th, td {
		font-size:10px;
	}
	INPUT { font-size: 10px; }
	SELECT { font-size: 10px; }
	TEXTAREA { font-size: 10px; }
	.select-wrap {
		padding-top:1px;
	}
	.select-wrap select {
		padding: 0 4px 0 4px;
		font-size:10px;
		line-height:17px;
		height:auto;
	}
	input[type="text"], input[type="password"], textarea {
		font-size:10px;
		padding:2px;
		line-height:14px;
	}
	input.readonly_field, textarea.readonly_field {
		border:1px solid #ccc;
		background-color:#fff;
	}
	input.datepicker {
		background-image:none;
	}
	.select-wrap:before {
		content: '';
	}
}