@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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
/* 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:12px;
	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: 12px; }
SELECT { font-size: 12px; }
TEXTAREA { font-size: 12px; }

li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.both {
	clear:both;
}

.fit {
	width:100%;
}

.center {
	margin:auto;
	text-align:center;
}

.left {
	text-align:left;
}
.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_date.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:12px;
	line-height:15px;
	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;
	background-size:cover;
	line-height:2.4em;
	display:block;
	padding:10px;
	text-align:center;
	border-radius: 5px;
	font-weight:bold;
	transition: opacity 0.4s ease-out;
	font-size:14px;
}

a.menu_button {
	text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
	letter-spacing:1px;
}

.click_button_mini_area {
	margin:12px 0;
	text-align:center;
}

.search_box {
	width:95%;
	margin:16px auto;
}

.sub_list {
	margin-top:26px;
	width:100%;
	border:1px solid #ccc;
	overflow-y:scroll;
}

.sub_list a {
	display:block;
}

.click_button_mini.sub_button {
	width:200px;
	max-width:100%;
}

a.click_button_disabled {
	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;
	opacity:0.6;
}

a.click_button_disabled:hover {
	cursor:default;
	opacity:0.6;
}

a.click_button_mini {
	color:#fff;
	background-color:#48829a;
	background-size:cover;
	line-height:2.2em;
	display:inline-block;
	padding:7px;
	text-align:center;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
	width:100%;
}

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:top;
	margin-top:2px;
	padding:8px 0 10px 0;
	display:inline-block;
	margin-left:2px;
	font-size:14px;
	text-align:center;
	border:1px solid #ccc;
	width:30px;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.inline-button:hover, a.inline-button:active {
	opacity:0.8;
}

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="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color:#f8fff9;
	color:#000;
}

input.readonly_field[type="text"]:focus, input.readonly_field[type="password"]:focus, textarea.readonly_field:focus {
	background-color:#e5ebe6;
	border:solid 1px #8888ff;
	color:#666;
}

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 {
	background-color:#f8f8f8;
	border: solid 1px #ccc;
}

input.short_field {
	width:180px;
	max-width:100%;
}

input.middle_field {
	width:300px;
	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 {
	opacity: 0.5;
}

input[type="checkbox"]:checked {
    background: #99cc00;
    border: 1px solid #388094;
}

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;
	background:linear-gradient( 180deg, #fafafa, #fff 30% );
	padding-top:2px;
}

.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:17px;
	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;
}

.image_box {
	position:relative;
	border:1px solid #ccc;
	width:100%;
	height:130px;
	background-color:#eee;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
	text-align:left;
	vertical-align:middle;
	margin-bottom:10px;
	box-sizing:border-box;
}

.image_box .image_console {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:0 2px 5px 2px;
	box-sizing:border-box;
	text-align:center;
}

.image_box .image_console a {
	width:30%;
	height:20px;
	line-height:20px;
	font-size:0.8em;
	display:inline-block;
	background-color:#fff;
	border:1px solid #ccc;
	color:#00f;
	border-radius: 2px;
	transition: opacity 0.4s ease-out;
	overflow:hidden;
}

.image_box .image_console a:hover {
	text-decoration:none;
	opacity:0.6;
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

.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;
}

#title_left > h1 {
	font-size:50px;
	line-height:60px;
	color:#fff;
}

#title_left > h1+p {
	font-size:15px;
	line-height:30px;
	color:#fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:100;
}

#login_form {
	margin:50px auto;
	width:60%;
	min-width:300px;
	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%;
}

#main_body {
	width:100%;
	margin:auto;
	padding:47px 0 0 0;
	box-sizing:border-box;
}

#pankuzu_wrap {
	background-color:#48829a;
	color:#fff;
	padding:8px 0;
	min-width:100%;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	z-index:4000;
	height:47px;
	overflow:hidden;
}

#pankuzu {
	margin:auto;
	padding:9px 10px;
	box-sizing:border-box;
	position:relative;
	font-size:14px;
}

#pankuzu ul li {
	display:inline;
}

#pankuzu ul li:not(:first-child):before {
	content: '　>　';
}

#pankuzu a:link, #pankuzu a:hover, #pankuzu a:visited {
	color:#fff;
}

#login_text {
	position:absolute;
	right:0;
	top:0;
	padding:9px 10px;
	font-size:14px;
}

#login_text a:nth-of-type( n+2 ) {
	margin-left:8px;
}

#pankuzu a:link, #pankuzu a:visited {
	color:#fff;
}

#pankuzu a:hover, #pankuzu a:active {
	color:#f00;
}

.search_area {
	display:table;
	margin:0 0 2em 0;
	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;
}

.ui-datepicker select:last-child {
	width:60px !important;
	margin-left:4px !important;
}

.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:2px solid #48829a;
	padding:10px 10px;
	background-color:#eee;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
	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;
}

.list_area table tbody td.left {
	text-align:left;
}

.list_area table tbody td.right {
	text-align:right;
}

.list_area table tbody tr:nth-of-type(2n+2), .list_area2 table tbody tr:nth-of-type(2n+2) {
	background-color:#f9f9f9;
}

.list_area table tbody tr:hover {
	background-color:#ececec;
}

.list_area table tfoot td, .list_area2 tfoot table td {
	box-sizing:border-box;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:center;
	padding:6px;
}

.list_area table tfoot td.left {
	text-align:left;
}

.list_area table tfoot td.right {
	text-align:right;
}

.list_area table tfoot tr {
	border-top:1px solid #aaa;
	background-color:#fff;
}

.list_area td a.disabled {
	color:#aaa;
}

.list_area td a.disabled:hover {
	color:#aaa;
	cursor:default;
}

#comment_area {
	padding:0 10px;
	color:#f00;
	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;
}

#account_list {
	border-collapse: collapse;
	width:100%;
}

#account_list > div {
	padding:0;
	box-sizing:border-box;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position:relative;
	width:100%;
}

#account_list > div:nth-of-type( 2n + 1 ) {
	background-color:#f2f2f2;
}

#account_list > div a {
	padding:6px;
	display:block;
}

#account_list > div a:hover {
	background-color:#ffe4f7;
}

#pulldown_menu {
	position:fixed;
	right:0;
	top:45px;
	width:200px;
	background-color:#fff;
	border:1px solid #ccc;
}

#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 {
	display:inline-block;
	text-align:center;
	width:46px;
	font-size:11px;
	border:1px solid #bbb;
	padding:5px 3px;
	border-radius:4px;
	background-color:#fff;
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

#item_table td {
	padding:4px 2px;
}

#category_area {
	width:280px;
	padding:8px;
	box-sizing:border-box;
	font-size:14px;
}

#category_area li {
	padding:4px;
	box-sizing:border-box;
}

#category_area > ul ul {
	display:none;
	padding:3px 0 3px 1.5em;
}

@media screen and (max-width:680px) {
	img {
		max-width:100%;
		height:auto !important;
	}
	.mb_only {
		display:block;
	}
	.pc_only {
		display:none;
	}


	#title_left_wrap {
		width:100%;
	}
	#main_body, #pankuzu {
		width:100%;
	}
	#pulldown_menu {
		width:100%;
	}
}
