.drower-navi {
	display: none;
}
.attention,
.text-red {
	display: block;
	margin-top: 5px;
	color: #ff0000;
}
﻿#message:empty{
	display: none;
}

#message {
	width: 100%;
	max-width: 980px;
	font-size: 10pt;
	margin: 10px auto 10px auto;
	padding: 0px;
	min-height: 10px;
}

#message #err_ttl {
	margin: 0px auto 0px auto;
	padding: 2px 0px 2px 0px;
	text-align: center;
	background-color: #ff0000;
	width: 99%;
	font-size: 9pt;
	border: solid 1px #000000;
}

#message #msg_ttl {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #0000ff;
	color: #ffffff;
	width: 99%;
	font-size: 9pt;
	border: solid 1px #000000;
}

#message #msg {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	width: 99%;
	font-size: 9pt;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

#message #msg ul {
	margin: 0px;
	padding: 2px 0px 2px 40px;
	text-align: left;
}

#info-change {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 97;
}

#info-change-box {
	position: fixed;
	margin: 0px;
	padding: 0px;
	bottom: -600px;
	left: 0px;
	width: 100%;
	height: 600px;
	z-index: 98;
}
#info-change-box.mini-change-box {
  bottom: -300px;
  height: 300px;
}

#info-change-box > div {
	position: relative;
	margin: 0px auto;
	background-color: #ffffff;
	width: 50%;
	height: 100%;
	border: solid 1px #000000;
	z-index: 99;
}

#info-change-box table {
	margin: 50px auto 0px auto;
	padding: 0px;
	width: 91%;
	height: 100%;
	background-color: #ffffff;
}

#info-change-box th {
  width: 200px;
	font-size: 9pt;
	padding: 5px;
	border: none;
	vertical-align: top;
}

#info-change-box th .thbg {
	background-color: #21BBE7;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
}
#info-change-box th .replacement {
  padding: 10px 0 0 ;
  text-align: left;
}

#info-change-box th .required{
	font-size: 8pt;
	margin-left: 10px;
	color: #ffffff;
}

#info-change-box th span {
	font-size: 8pt;
	font-weight: 100;
}

#info-change-box td {
	padding: 5px;
	font-size: 10pt;
	border: none;
	vertical-align: middle;
	height: 100%;
}

#info-change-box td input{
	/* height: 100%; */
	padding: 4px;
}

#info-change-box td span {
	/* font-size: 8pt; */
}

#info-change-box img {
	width: 30px;
	height: 30px;
}

.radiolist{
	overflow: hidden;
}
.radiolist li{
	float: left;
	margin: 0 0 0 5px;
}

.stopbox{
	display: -webkit-flex;
	display: flex;
}

.change-info-close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	width: 32px;
	height: 32px;
	background-color: #000000;
	text-align: center;
	font-size: 16pt;
	line-height: 1.3;
	text-decoration: none;
}

.info-change-box-ttl-wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* padding: 5px 0 6px; */
	text-align: center;
	background-color: #21BBE7;
	font-size: 20px;
}

.info-change-box-ttl-wrap p{
	margin: 0;
	padding: 0;
}

.inputpasonlist{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 10px;
	border-top:1px solid #7C847D;
	border-bottom:1px solid #7C847D;
	box-sizing: border-box;
}

.inputpasonlist li{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 80px;
	margin: 0 0 10px;
}

#info-change-box td .inputpasonlist input{
	height: auto;
}

#registersubmit img{
	width: auto;
	height: auto;
}

#project_new .btn_show_popup {
	float: right;
	padding: 3px 20px;
	margin-bottom: 20px;
	background: #E50111;
	border-radius: 5px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

#project_new #news_media_area {
	clear: both;
}

#project_new .news_media_item {
	position: relative;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#project_new .news_media_item .preview {
  display: block;
	float: left;
	width: 50%;
}
#project_new .news_media_item .preview img,
#project_new .news_media_item video {
	width: 100%;
}
#project_new .add_media_item {
  margin-top: 10px;
  float: right;
  color: #21BBE7;
  font-size: 30px;
}
#project_new .project_new p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.7;
}
#project_new .add {
	float: right;
	margin-right: 3px;
}
#project_new .btn_icon {
	float: right;
  display: inline-block;
	margin-bottom: 3px;
  padding: 2px 6px;
  background: #21BBE7;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
}
#project_new .news_media_item .btn_addimage {
  display: inline-block;
	/* width: 100px; */
}
#project_new .news_media_item .btn_selectimage {
  display: inline-block;
	/* width: 100px; */
	/* margin-left: 3px; */
}
#frm_addimage .dropify-wrapper {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#frm_selectimage .top_project_wrap {
	margin-top: 20px;
	padding-top: 20px;
}
#frm_selectimage .top_project_list > li {
	width: 23%;
	margin: 0;
	margin-right: 2.66666666%;
	margin-bottom: 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#frm_selectimage .top_project_list > li:nth-child(4n) {
	width: 23%;
	margin: 0;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#frm_selectimage .projectcard_thm_img {
	position: relative;
}
#frm_selectimage .projectcard_thm_img > a {
	position: absolute;
	display: inline-block;
	right: 5px;
	bottom: 5px;
	padding: 3px 7px;
	background: #fff;
	color: #777;
}
#frm_selectimage .top_project_list img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#frm_selectimage .btn2-back {
	text-align: center;
}
#frm_selectimage .btn2-back img {
	width: auto;
}

#info-change-box .upload_image_window td {
	vertical-align: top;
  height: 80%;
}
#info-change-box .upload_image_window .dropzone .dz-preview,
#info-change-box .upload_image_window .dz-image,
#info-change-box .upload_image_window .dz-image img {
	height: 115px;
	width: 115px;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
}

button:hover {
	cursor: pointer;
}

button:hover > img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

#btn_regp:hover {
	cursor: pointer;
}

.top_project_list .not_person {
	position: relative;
}
.top_project_list .not_person::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #777;
	opacity: .7;
	z-index: 999;
}

.workproject.not_person {
	position: relative;
}
.workproject.not_person::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #777;
	opacity: .7;
	z-index: 999;
}
.weekleycalendar .not_person td {
	position: relative;
}
.weekleycalendar .not_person td::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #777;
	opacity: .7;
	z-index: 999;
}

.tippy-popper {
	outline: 0;
}

.spshow{
	display: none !important;
}

@media screen and (max-width:485px) {
  .responsive input[type=text] {
    /* font-size: 16px;
    transform: scale(0.8); */
  }
	#wrapper.responsive{
		padding: 20px 0 30px 0;
		margin: 0;
		box-sizing: border-box;
		width: auto;
    overflow: hidden;
	}

	.responsive .spshow{
		display: block !important;
	}
	.responsive .sphide{
		display: none !important;
	}

	/* login */
	.responsive #login {
		width: 100%;
	}
  .responsive #login > dl {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .responsive #login > dl dd {
    width: 100%;
  }
  .responsive #login > .forgetList {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

	.responsive #header{
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
		padding: 60px 0 0 0;
		width: 92%;
		overflow: hidden;
		box-sizing: border-box;
	}
  .responsive #header img {
    max-width: 100%;
  }

	.responsive div.logo{
		margin: 0 0 10px;
		float: none;
		/*width: 126px;*/
		width: 252px;
		height: auto;
	}
	.responsive .logo a{
		display: block;
	}
	.responsive .logo a img{
		width: 100%;
		height: auto;
	}

	.responsive .header_right{
		position: absolute;
		top: 0;
		right: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		float: none;
		width: auto;
		height: auto;
		text-align: left;
	}

	.responsive .header_logout{
		width: auto;
		float: none;
		padding: 0 !important;
	}

	.responsive .header_setting{
		width: auto;
		float: none;
		margin: 0 0 0 10px;
		padding: 0;
		text-align: left;
	}

	.responsive div.header_welcome{
		margin: 5px 0 0 0;
		display: block;
		float: none;
		width: 100%;
	}

	.responsive .spbtn{
		position: absolute;
		right: 0;
		bottom: 40px;

		/*width: 22px;*/
	}

	.responsive .spbtn a{
		display: block;
	}

	.responsive .spbtn a img{
		/*width: 22px;*/
	}

	.responsive #global-nav{
		display: none;
	}


	.responsive #top_oshirase{
		margin: 0 auto 20px;
		width: 92%;

	}

	.responsive #top_oshirase a img{
		width: 100%;
	}
  .responsive #top_oshirase a {
    text-decoration: none;
  }
	.responsive #top_oshirase h1 {
		margin: 0;
    padding: 5px;
		background: #707070;
		font-size: 15px;
		color: #fff;
		text-decoration: none;
	}
  .responsive #top_oshirase h1 span {
    float: right;
    text-decoration: underline;
  }

	.responsive .recommend_list_oshirase li{
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
  .responsive .recommend_list_date {
    line-height: 2;
  }
	.responsive .recommend_list_info{
		margin: 0 0 0 10px;
		height: 30px;
		line-height: 30px;
	}

	.responsive .recommend_list_txt{
		padding: 5px 0 0 0;
		width: 100%;
	}


	.responsive #top_project{
		width: 92%;
		margin: 40px auto 0;
	}

	.responsive .top_project_title{
		position: relative;
		top: 0;
		left: 0;
		border-bottom: 4px solid #F39800;
		box-sizing: border-box;
	}

	.responsive .top_project_title img{
		margin: 0 0 5px;
    width: 100%;
	}

	.responsive .top_project_title:before{
		display: block;
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 1px;
		content: " ";
		background-color: #ffffff;
	}

	.responsive .top_project_list{
		display: block;
	}

	.responsive .top_project_list > li{
		width: 100%;
	}

	.responsive .top_project_list > li:not(:first-child){
		margin: 20px 0 0 0;
	}

	.responsive .projectcard .projectcard_btn a:not(:last-child) img {
		width: 100px;
		margin-bottom: 5px;
	}
	.responsive .projectcard .projectcard_btn a:last-child {
		display: block;
	}

	.responsive .projectcard .projectcard_thm {
		width: 200%;
	}

	.responsive .projectcard dd{
		margin: 0 0 10px;
	}

	.responsive .projectcard .projectcard_thm_icons{
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.responsive .projectcard_thm_img img{
		width: 100%;
	}

	.responsive #top_navigation{
		width: 92%;
		margin: 40px auto 0;
	}
  .responsive #top_navigation > img {
    width: 100%;
  }
  .responsive #top_navigation .boxwrapper {
    padding: 10px;
  }
  .responsive #top_navigation .boxwrapper > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
  }
  .responsive #top_navigation .boxwrapper > div:nth-child(2n) {
    margin-right: 0;
  }
  .responsive #top_navigation .boxwrapper img {
    max-width: 100%;
  }

	.responsive .top_navigation_title{
		position: relative;
		top: 0;
		left: 0;
		border-bottom: 4px solid #F39800;
		box-sizing: border-box;
	}

	.responsive .top_navigation_title img{
		margin: 0 0 5px;
	}

	.responsive .top_navigation_title:before{
		display: block;
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 1px;
		content: " ";
		background-color: #ffffff;
	}

	.responsive .top_navigation_list{
		padding: 10px 30px;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.responsive .top_navigation_list > div{
		margin: 0;
	}

	.responsive .top_navigation_list > div:nth-child(-n+2){
		margin: 0 0 20px 0;
	}

	.responsive .top_navigation_list > div:last-child{
		margin: 0;
	}

	.responsive #footer{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		margin: 100px 0 0;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background-color: #21BBE7;
		text-align: center;
	}

	.responsive #footer:before{
		position: absolute;
		top: -30px;
		left: 0;
		height: 30px;
		width: 100%;
		z-index: 2;
		background-color: #fff;
		content: " ";
	}

	.responsive #footer img{
		margin: auto;
		position: absolute;
		top: -35px;
		left: 0;
		right: 0;
		width: 141px;
		z-index: 10;
	}

	.responsive #footer span{
		padding: 20px 0 0 0;
		font-size: 12px;
	}

  /* スマホナビ */
  .drower-navi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
		width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
  }
  .drower-navi .top-kanritag {
    display: none;
  }
  .drower-navi .drower-close {
    float: right;
    margin: 0 10px 10px 0;
    font-size: 30px;
    color: #000;
  }
  .drower-navi ul {
    clear: both;
  }
  .drower-navi ul li {
		border-bottom: 1px solid #21BBE7;
  }
	.drower-navi ul li:first-child {
		border-top: 1px solid #21BBE7;
	}
	.drower-navi ul li a {
		display: block;
		padding: 14px 10px;
		color: #333;
		text-decoration: none;
	}

  /* 工程 */
  .responsive .topicpath,
  .responsive .projectsyamei-title,
  .responsive #project_new {
    margin: 0 auto;
    width: 92%;
    box-sizing: border-box;
  }
  .responsive .projectsyamei-title {
    margin-bottom: 10px;
  }
  .responsive #project_new {
    margin-bottom: 30px;
  }
  .responsive .setting-title {
    margin: 20px auto;
    width: 92%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .responsive .setting-title img {
    width: 180%;
  }
  .responsive .add.underboder {
    display: none;
  }
  .responsive .project_jyutyu_noki .noki {
    width: 100%;
  }
  .responsive .project_jyutyu_noki .noki .f_left {
    margin-top: 0;
    margin-left: 20px;
    padding: 5px;
  }
  .responsive .project_jyutyu_noki .noki .jyutyu {
    margin: 0;
    margin-left: 0;
  }
  .responsive table.kokyaku {
    width: 100%;
  }
  .responsive table.kokyaku td,
  .responsive table.kokyaku .koteiichiran_koteimei {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive table.kokyaku .koteiichiran_koteimei,
  .responsive table.kokyaku .reportbutton {
    margin-bottom: 10px;
    float: none;
  }
  .responsive #chokurepo_menu {
    width: 100%;
    padding:  4%;
    box-sizing: border-box;
  }
  .responsive #chokurepo_menu li {
    float: none;
  }
  .responsive #chokurepo_menu li img {
    width: 100%;
  }
  .responsive .gobackmenu {
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .responsive #info-change-box {
    height: 400px;
  }
  .responsive #info-change-box > div {
    width: 90%;
  }
  .responsive #info-change-box th {
    width: 40%;
  }

  /* ちょくレポ */
  .responsive.chokurepo #wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive.chokurepo #header {
    padding-top: 10px;
    box-sizing: border-box;
  }
  .responsive .border_radius {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 20px;
    box-sizing: border-box;
  }
  .responsive #template_comment {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive #template_comment .template_comment_naiyo {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .responsive .koshin_hizuke {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive #sinchoku {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive .shinchoku_gauge {
    overflow-x: scroll;
  }
  .responsive .shinchoku_gauge .underboder {
    width: 180%;
  }

  .responsive .video_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .responsive .video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ちょくレポ関連 */
  .responsive .project_add th,
  .responsive .project_add td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .responsive .project_add td input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive .toroku {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive #project_new .delete_media_item {
    right: 0;
  }

  .responsive #reportcomment_ichiran {
    width: 100%;
  }
  .responsive .reportcomment_one {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
  }
  .responsive .reportcomment_one_main,
  .responsive .reportcomment_one_state,
  .responsive .reportcomment_one_edit,
  .responsive .reportcomment_one_imgs {
    display: block;
    width: 100%;
    border: none;
    box-sizing: border-box;
  }
  .responsive .reportcomment_one_imgs ul {
    justify-content: space-between;
  }
  .responsive .reportcomment_one_imgs ul li {
    width: 33%;
  }
  .responsive .reportcomment_one_imgs ul img,
  .responsive .reportcomment_one_imgs ul video {
    width: 90%;
    height: auto;
    max-height: inherit;
    max-height: none;
  }
  .responsive .reportcomment_one_edit {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .responsive .reportcomment_one_edit p {
    width: 30%;
  }
	.type_seach01 th,
	.type_seach01 td {
		display: block;
	}
	table.type_seach01 td input[type="text"] {
		padding: 10px;
	}
}

@media screen and (max-width:460px) {
	.responsive .top_navigation_list{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.responsive .top_navigation_list > div{
		margin: 0 0 20px 0;
	}
	.responsive .top_navigation_list > div:last-child{
		margin: 0;
	}

}
