/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
/*********************************************************
					reset
*********************************************************/
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	width: 100%;
	position: relative;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}
input {
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  color: #333;
  font-size: 15px;
  padding: 8px;
  line-height: 1.3em;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
/**********************************************
				clearfix
**********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear {
	clear: both;
}
/*********************************************/
.right {text-align:right;}
.bold {font-weight:bold;}
.red {color:red !important;}
.blue {color:blue;}
.green {color:green;}
.font9 {font-size:9px;}
.font10 {font-size:10px;}
.font11 {font-size:11px;}
.font12 {font-size:12px;}
.font15 {font-size:15px;}
.font17 {font-size:17px;}
table td {
  padding: 3px;
}
#item_menu {
  margin-bottom: 20px;
	/** margin:0px;
	padding:0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFdddddd,EndColorStr=#FFaaaaaa);
	background-image:-moz-linear-gradient(top,#dddddd,#aaaaaa);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#dddddd),to(#aaaaaa),color-stop(1,#aaaaaa));
	background:-o-linear-gradient(top,#dddddd,#aaaaaa);
	background:linear-gradient(to bottom,#dddddd,#aaaaaa); **/
}
#ul_item_menu {
	margin:0px;
	padding:0px;
}
#li_item_menu,
.li_item_menu {
	text-align: center;
	float: left;
  width: 14.285%;
}
#li_item_menu a,
.li_item_menu a {
  width: auto;
  color: #fff;
  font-weight: bold;
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
	padding:10px 0;
	display:block;
	text-decoration:none;
	background:#666;
  background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
  border-left:1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#li_item_menu:first-child a,
.li_item_menu:first-child a {
	border-left:0px;
  border-radius:5px 0 0 5px;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#li_item_menu:last-child a,
.li_item_menu:last-child a {
  border-radius:0 5px 5px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#li_item_menu a:hover,
.li_item_menu a:hover {
  background:#555;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#li_item_menu a.smenu_act,
.li_item_menu a.smenu_act {
  background:#555;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}

#main_menu {
	margin:0px;
	padding:0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFdddddd,EndColorStr=#FFaaaaaa);
	background-image:-moz-linear-gradient(top,#dddddd,#aaaaaa);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#dddddd),to(#aaaaaa),color-stop(1,#aaaaaa));
	background:-o-linear-gradient(top,#dddddd,#aaaaaa);
	background:linear-gradient(to bottom,#dddddd,#aaaaaa);
}
#ul_menu {
	margin:0px;
	padding:0px;
}
#li_menu {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	border-right:1px solid #aaa;
}
#li_menu a {
	padding: 15px 20px 16px 20px;
	display:block;
	text-decoration:none;
	color:#333;
}
#li_menu a:hover {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFaaaaaa,EndColorStr=#FFdddddd);
	background-image:-moz-linear-gradient(top,#aaaaaa,#dddddd);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#aaaaaa),to(#dddddd),color-stop(1,#dddddd));
	background:-o-linear-gradient(top,#aaaaaa,#dddddd);
	background:linear-gradient(to bottom,#aaaaaa,#dddddd);
	color:#111;
}
.li_menu {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	border-right:1px solid #aaa;
}
.li_menu a {
	padding: 15px 20px 16px 20px;
	display:block;
	text-decoration:none;
	color:#333;
}
.li_menu a:hover {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFaaaaaa,EndColorStr=#FFdddddd);
	background-image:-moz-linear-gradient(top,#aaaaaa,#dddddd);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#aaaaaa),to(#dddddd),color-stop(1,#dddddd));
	background:-o-linear-gradient(top,#aaaaaa,#dddddd);
	background:linear-gradient(to bottom,#aaaaaa,#dddddd);
	color:#111;
}
#header_left {
	float:left;
}
#header_left.logo {
	margin-top: 10px;
	margin-left: 10px;
}
#header_right {
	float:right;
}
table,tr,td {margin:0px;padding:0px;}
.ad {
	margin:0px;
	border-top:1px #333 solid;
	border-left:1px #333 solid;
}
.bc {
	margin:0px;
	padding:5px;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
  vertical-align: top;
  line-height: 1.3em;
}
.b {
	margin:0px;
	padding:5px;
	border-right:1px #333 solid;
}
.abcd {
	margin:0px;
	padding:5px;
	border-top:1px #333 solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	border-left:1px #333 solid;
  white-space: nowrap;
}
.abc {
	margin:0px;
	padding:5px;
	border-top:1px #333 solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}
.c {
	margin:0px;
	padding:5px;
	border-bottom:1px #333 solid;
}
.bcd {
	margin:0px;
	padding:5px;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	border-left:1px #333 solid;
}
#main_box {
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
	padding:50px;
	width: 780px;
	border:3px solid #eee;
}
.edit1 {
}
.edit1 a {
  display: inline-block;
 width: auto;
 color: #fff;
 font-weight: bold;
 text-shadow: 0 -1px 0px #333,0 1px 0px #555;
 padding: 4px 10px;
 text-decoration: none;
 background: #666;
 background-image: none;
 background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
 border-left: 1px solid #444;
 box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset, -1px 0px 0px rgba(225,225,225,0.3) inset, 0px 1px 1px rgba(0,0,0,0.1) inset, 0px -1px 1px rgba(0,0,0,0.3) inset, 0px 1px 3px #666;
}
#info {
	margin:10px;
	padding:10px;
	border:1px solid blue;
}
.gp_title {
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:21px;
  line-height: 1em;
}
.gp_tb {
  width: 100%;
  margin-top: 20px;
}
.gp_tb td {
  padding: 5px 0;
  border-bottom: 1px #ccc dashed;
  vertical-align: middle;
}
.gp_tb .hozon {
  padding-top: 20px;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}
#clear {
	margin:0px;
	padding:0px;
	clear:both;
}
#error_box {
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
	padding:30px;
	width:350px;
	border:3px solid red;
	color:red;
	font-weight:bold;
}
#job_box,
.job_box {
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:30px;
	width:860px;
	border:3px solid #aaa;
}
#job_box2,
.job_box2 {
	margin:5px;
	padding:10px;
	width:auto;
	border:1px solid #ddd;
}
#job_box2 table,
.job_box2 table {
}
#job_box2 table td,
.job_box2 table td {
  padding: 3px;
}
.fastb .job_box2 td {
 white-space: nowrap;
 padding: 3px 6px;
}
.fastb input[type="text"] {
 text-align: right;
 width: 100%;
}
.shun {
 width: 200px;
}
#info_box1 {
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:30px;
	width:800px;
	border:3px solid green;
	color:green;
}
#info_box2 {
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:30px;
	width:800px;
	border:3px solid red;
	color:red;
}
#sub_box {
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:30px;
	width:410px;
	border:3px solid #aaa;
}
#info_box {
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:30px;
	width:600px;
	border:3px solid #9c3;
	color:green;
}
#info_box2 {
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:30px;
	width:600px;
	border:3px solid #f77;
	color:red;
}
#btn {
	margin:30px;
	padding:0px;
}
#btn input {
	margin:0px;
	padding:5px 10px;
	font-size:17px;
}
.btn01 {
  text-align: center;
  margin: 20px 0;
}
.btn01 .login_btn {
  padding: 6px;
  font-size:17px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1em;
  width: 150px;
}
#mode_title {
	margin:0 0 10px 0;
	padding:10px 0 10px 10px;
	border-bottom:#ccc solid 3px;
	border-left:#aaa solid 5px;
	font-size:19px;
	font-weight:bold;
}
#mps {
	margin:0px;
	padding:0px;
}

#b_cb_box {
	margin:20px;
	padding:0px;
	height:auto;
}
#gp_c {
	width:200px;
	margin:0px;
	padding:0px;
	float:left;
}

.input-file-btn {
  position: relative;
}
.input-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#footer {
	margin:100px 0 0 0;
	padding:50px 0 100px 0;
	background:#aaa;
	text-align:center;
}
.imgfile1 {
  height: 130px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.imgfile1 a {
  display: block;
}
.imgfile {
  width: 100%;
  font-size: 10px;
  letter-spacing: 0px;
  cursor: pointer;
}
#this_photo img {
  width: 100%;
/**
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
**/
}
.photo_box {
  border-radius: 4px;
  box-shadow:0px 0px 2px 0px #cccccc;
-moz-box-shadow:0px 0px 2px 0px #cccccc;
-webkit-box-shadow:0px 0px 2px 0px #cccccc;
}
.photo_box:nth-child(5n) {
  margin-right: 0px !important;
}
.photo_box:nth-child(5n+1) {
  clear: both;
}
.imgtx {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 1em;
  padding: 3px;
  color: #444;
}
#this_com {
  margin-top: 5px;
}
#this_del {
  font-size: 13px;
  margin-top: 5px;
}
#this_del input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 2px;
}
input[type="submit"] {
  cursor: pointer;
  transition: 0.5s;
  font-size: 14px;
  line-height: 1em;
  padding: 10px;
}
.btn_back01 {
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1em;
  border-radius: 20px;
  border: 1px #555 solid;
  background-color: #666;
  color: #fff;
  transition: 0.5s;
  padding: 10px 20px !important;
}
.btn_back01:hover {
  opacity: 0.8;
}
.logoff_btn {  
}
.gp_tb02 {
  width: 100%;
}
.fsbig {
  line-height: 1;
  display: inline-block;
}
.fsbig a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
  color: #3a619c;
  float: left;
  background-color: #eee;
  border-radius: 15px;
}
.fsbig a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.fsbig a.act {
 background-color: #3a619c;
 color: #fff;
 border-radius: 15px;
}
.fsbig a.red.act {
 background-color: #cc0f0f;
 color: #fff !important;
}
.fsbig2 {
  font-size: 16px;
}
a {
  color: #3a619c;
}
a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.fsbig2 a {
  font-weight: bold;
  font-size: 16px;
  color: #3a619c;
}
.fsbig2 a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.fsbig3 input[type="text"] {
  font-size: 16px;
}
.td2 {
  width: 110px;
}
.tate_tb {
  width: 100%;
}
.tate_tb.mg1 {
  margin-top: 10px;
}
.tate_tb .td1 {
  width: 100px;
}
.tate_tb td {
  border-bottom: 1px #ccc dashed;
  padding: 10px;
  vertical-align: top;
}
.toroku1 {
  display: inline-block;
  margin-left: 10px;
  border: 1px #ccc solid;
  background-color: #ddd;
  padding: 5px 10px;
  line-height: 1em;
  border-radius: 5px;
  color: #333;
  transition: 0.5s;
}
.toroku1:hover {
  opacity: 0.8;
}
#item_link {
  border-right: 1px #040405 dotted;
 padding-right: 5px !important;
}
.blue.bold {}
input.del_btn {
 display: block;
 margin: 30px auto;
 width: 500px;
 letter-spacing: 1px;
 line-height: 1.5em;
 font-size: 15px !important;
}
/** 空室一覧編集 item8.php **/
.box01 {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 2px #ccc;
}
.box01 select {
 width: 100%;
}
.title01 {
  font-weight: bold;
  background-color: #eee;
  padding: 10px;
  line-height: 1em;
  border-radius: 4px;
  margin-bottom: 10px;
}
.title01.m10 {
 margin-top: 30px;
}
.tb01 {
  width: 100%;
}
.tb01 th {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px #ccc dashed;
  padding-left: 10px;
}
.tb01 th.line {
  border-left: 1px #ccc solid;
}
.tb01 td {
  width: 210px;
  border-bottom: 1px #ccc dashed;
}
.tb01 input[type="text"] {
  width: 100%;
}
.tb01 label {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
.ui-datepicker-trigger {
  cursor: pointer;
  margin-left: 4px;
  width: 20px;
  position: relative;
  top: 4px;
}
.tikunen .hasDatepicker {
  width: 170px !important;
}
.ny_tb {
  width: 100%;
}
.ny_tb .abcd {
  background-color: #eee;
  color: #333;
  font-weight: bold;
}
.ny_tb td {
  border: 1px #333 solid;
}
.ny_tb .abcd span {
  color: #333;
  font-weight: bold;
}
.ny_tb .abcd.no {
}
input[type="submit"].hozon {
  padding: 10px 100px;
  border: none;
  display: block;
  font-size: 114%;
  line-height: 1;
  color: #fff;
  position: relative;
  background-color: #5A7AB3;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0,0,0,.5);
  top: 0;
  transition: .2s all;
  margin: 20px auto 20px;
}
input[type="submit"].hozon:hover {
  top: 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
input[type="submit"].hozon:active {
  box-shadow: 0 1px 1px rgba(0,0,0,.5);
  top: 1px;
}
select {
  /*width: 100%;*/
  box-sizing: border-box;
  cursor: pointer;
}
option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mess01 {
  background-color: #eee;
  margin: 5px 0;
  font-size: 13px;
  text-align: center;
  padding: 3px;
  border-radius: 4px;
}
.tb01 label.green {
  color: #333;
  background-color: #28c82a;
}
.tb01 label.blue {
  color: #333;
  background-color: #00FFFF;
}
.tb01 label.pink {
  background-color: #F3CCCC;
}
.tb01 label.orange {
  background-color: #FFA633;
}
.tb01 label.yellow {
  background-color: #FFFF00;
}
.tb01 .minaiso label {
  border-radius: 4px;
  padding-right: 5px;
}
.mess02 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 6px;
}
input[type="radio"] {
  cursor: pointer;
  position: relative;
  top: 2px;
}
.tb01 label.mb {
  font-size: 14px;
  background-color: #eee;
  padding: 5px 8px 5px 3px;
  border-radius: 6px;
}
.mess03 {
  font-size: 10px;
}
.listbtn {
    margin-bottom: 15px;
}
.libtntit {
    float: right;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.libtn {
    float: right;
 margin-left: 10px;
}
.libtn a,
.libtn button {
 font-family: "Noto Sans Japanese";
 display: block;
 text-decoration: none;
 line-height: 30px;
 background-color: #ccc;
 color: #333;
 border-radius: 20px;
 padding: 0px 20px;
 box-shadow: 2px 2px 2px #ccc;
 border: 1px #aaa solid;
 font-weight: 500;
 cursor: pointer;
}
.libtn button:hover {
 opacity: 0.7;
}
.libtn.last {}
.btn-tertiary {
    text-decoration: none;
    font-family: "Noto Sans Japanese";
    display: inline-block;
    margin: 6px;
    font-size: inherit;
    line-height: 1.42;
    padding: 0.8em 1.6em;
    border-width: 0;
    border-style: solid;
    background: transparent;
    border-radius: 0.2666666667em;
    cursor: pointer;
    user-select: none;
    vertical-align: bottom;
    transition: box-shadow 0.2s, transform 0.2s, color 0.2s;
    box-shadow: 0 3px 0 0 #b7c3d1, 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
    background-color: #E6EAEF;
    background-image: linear-gradient(-45deg, #E6EAEF, #e4edf1);
    color: #555555;
    font-weight: 500;
}
.btn-tertiary:hover {
    box-shadow: 0 3px 0 0 #b7c3d1, 0 6px 4px -1px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.5), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
    text-decoration: none;
}
.btn-tertiary:active {
    box-shadow: 0 0px 0 0 #a8b6c7, 0 3px 0 0 transparent, 0 4px 16px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.5) inset, 0 -18px 32px -2px rgba(255, 255, 255, 0.1) inset;
    transition: 0s;
    color: #b7c3d1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(3px);
}
.tb01 .keiyakubi {
 width: 120px !important;
}
.tb01 .start,
.tb01 .end {
 width: 120px !important;
}
.w120 {
 width: 120px;
}
/** 出力ページ **/
.optx1 {
 background-color: #daf6ff;
 padding: 10px;
 border-radius: 8px;
}
.optx2 {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #aa2a2a;
}
.opul {}
.opul li {
 float: left;
}
.opbtn {
 text-decoration: none;
 background: #f7f7f7;
 border-left: solid 6px #4f7096;
 color: #325499;
 font-weight: bold;
 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
 border-top: 0;
 transition: none !important;
 display: block;
 float: left;
 height: 100px;
 width: 180px;
 white-space: normal;
 line-height: 1.2em !important;
 font-size: 14px !important;
 margin: 9px;
}
.opbtn.end {
 border-left: solid 6px #ffab00;
}
.opbtn:hover {
 background-color: #e6e6e6;
}
.opbtn:active {
 box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
/**  **/
.tb02 {
 width: 100%;
}
.tb02 .bcd {
 font-size: 14px !important;
}
.td50 {
 width: 50%;
}
.mini {
 white-space: normal;
 font-size: 11px;
 line-height: 1.2em;
 display: inline-block;
 color: #d10000;
 margin-top: 5px;
}
.mini2 {
 font-size: 12px;
 line-height: 1.2em;
 color: #d10000;
 padding: 10px 0;
 background-color: #fff4ec;
}
.m24 {
 width: 64px !important;
 padding: 0 5px;
}
.m24p.mini {
 display: block;
}
.moji4 {}
.center {
 text-align: center;
}
.submit {
 width: 30%;
}
.m15 {
  margin-top: 15px;
}
.tb02 td,
.tb02 th {
  border: 1px #ccc solid;
  text-align: left;
  line-height: 1em;
  padding: 8px;
}
.tb02 .td01 {
  width: 130px;
  text-align: center;
}
.prbtn {
  background-image: url(images/icon_print.png);
}
.edbtn {
  background-image: url(images/icon_edit.png);
}
.prbtn,.edbtn {
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-background-size: 20px;
  background-size: 20px;
  padding: 7px 5px 5px 32px;
  border: 2px #3d83b0 solid;
  line-height: 1;
  border-radius: 5px;
  display: inline-block;
}
.edbtn:hover,
.prbtn:hover {
  background-color: #cbe3f0;
  text-decoration: none;
}

.help-block {
  color: #b94a48;
}

@media screen and (max-width: 992px) {
    input[type="text"],
    input[type="password"] {
        font-size: 18px;
    }

    #login_box,
    #sub_box {
        width: auto;
    }
}
