/*  共通部分  */

*{
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


html,body {
	height: 800px;
	color: #333333;
}

body{
	font-size: 14px;
	font-family: 'Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #eee;
}

ul{
    list-style: none;
}

#container {
	background: #eee;
	position: relative;
	min-width: 1060px;

}
/*サイド関係*/
#side {
    width: 150px;
    background-color: #483928;
    color: white;
    padding: 10px;
    float: left;
		min-height: 100%;
}
#side #side_hedder {
	margin: -10px -10px 10px -10px;
	background-color: #c59c6a;
	color: white;
	height: 80px;
	padding: 0 10px;
}

#side #side_hedder p {
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#side #side_main li a {
	color: white;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #544738;
}

/*メイン関係*/
#main {
	float: left;
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
}
#main .index_main {
    padding: 10px;
}
#main .main-h3 {
	margin:0;
	    background-color: grey;
	    color: white;
	    line-height: 80px;
	    padding: 0 20px;
}

#new_order p {
	float: left;
}
#new_order p a,.plus_btn_tmp p{
	line-height: 30px;
	margin: 10px 0 5px 0 ;
	color: #483928;
  font-weight: bold;
	display: inline-block;
}
#new_order span.plus_icon,.plus_btn_tmp span.plus_icon {
	display: inline-block;
	    line-height: 20px;
	    padding: 3px 0 7px 0;
	    font-weight: bold;
	    width: 30px;
	    text-align: center;
	    color: white;
	    border-radius: 50%;
	    font-size: 20px;
	    margin-right: 5px;
}
p.plus_btn_tmp {
	float: right;
	display: inline-block;
	width: auto!important;
}
#pager {
	float: right;
	padding: 20px 10px 0 0;
}
#pager ul li{
	float: left;
	padding: 0 5px;
	font-size: 16px;
}
#search_form {
    width: 40%;
    float: left;
    padding: 0 10px 0 0;
}
#search_form input[type="text"] {
    width: 100%;
    line-height: 35px;
		height: 35px;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 2px 8px;
    border: 2px solid #e2e2e2;
}

#search_form input#btn {
	background-color: #C59C6A;
	border-radius: 10px;
	width: 95%;
	margin-left: 5%;
	line-height: 41px;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#search_form .detail_search_btn p a{
    float: left;
    width: 48%;
    text-align: center;
    margin-top: 5px;
    line-height: 44px;
    background-color: #c59c6a;
    color: white;
    border-radius: 10px;
    font-weight: bold;
		text-decoration: none;
}


#date_type_count {
    width: 60%;
    float: right;
		font-size: 0px;
}
#date_type_count .date_type_count_one {
    display: inline-block;
    margin: 0px 1%;
    width: 18%;
    border-radius: 15px;
    background-color: white;
    height: 90px;
}
#date_type_count .date_type_count_one .title {
	text-align: center;
  font-size: 12px;
  line-height: 29px;
  margin: 0 10px;
  border-bottom: 1px solid #bbbbbb;
}
#date_type_count .date_type_count_one .count {
	font-size: 25px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}

/*ここから絞り込み検索*/
#detail_search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000006e;
}
#detail_search  #detail_search_in, #login {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
  padding: 10px;
}
#detail_search  #detail_search_in  p.title,#login .login_title {
    background-color: #C59C6A;
    margin: -10px -10px 20px -10px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
#detail_search  #detail_search_in span.close_modal {
    float: right;
    display: inline-block;
    height: 26px;
    background-color: white;
    margin: 6px;
    width: 26px;
    line-height: 26px;
    color: #c59c6a;
    border-radius: 50%;
		cursor: pointer;
}
#detail_search  #detail_search_in input[type="text"], #detail_search  #detail_search_in select {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 15px;
	-webkit-appearance: none;
	border: 1px solid #dadada;
	border-radius: 0px;
}
#detail_search  #detail_search_in input[type="submit"] {
    width: 100%;
    background-color: #c59c6a;
    line-height: 40px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    border-radius: 15px;
}
#login input[type="text"],#login input[type="password"] {
    width: 100%;
    line-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
}
#login input#user {
    background-color: #c59c6a;
    line-height: 30px;
    padding: 5px;
    width: 100px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
#responsible_list .edit_btn,#responsible_list .delete_btn {
	line-height: 30px;
    display: inline-block;
    text-align: center;
    width: 80%;
    margin: -5px 10%;
    background-color: #c59c6a;
    color: white;
    font-weight: bold;
    border-radius: 10px;

}

.new_responsible {

}
.new_responsible input[type="text"], .new_responsible select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    border: 2px solid #dadada;
				-webkit-appearance: none;
}
.new_responsible input#btn {
    background-color: #C59C6A;
    border-radius: 10px;
    line-height: 40px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}



#registration_main {
  background-color: white;
}
#registration_main ul#registration_tab {
	background-color: #ededed;
}
#registration_main ul#registration_tab li {
	float: left;
  padding: 15px;
  font-size: 16px;
  width: 20%;
  box-sizing: border-box;
  color: #adadad;
  font-weight: bold;
	text-align: center
}
#registration_main ul#registration_tab li.select {
	background-color: white;
	color: #333333;
}
.tab_content {
    padding: 10px;
}

#registration_main p {
		line-height: 30px;
		width: 100%;
		padding: 5px 0;
		    clear: both;
}
#registration_main p label{
		line-height: 44px;
		width: 20%;
		display: inline-block;
		font-weight: bold;
		float:left;
}

#registration_main p input[type="text"],#registration_main p input[type="datetime"],#registration_main p select,
#registration_main p textarea {
	  line-height: 40px;
		height: 40px;
		font-size: 20px;
		padding: 0 5px;
		float: right;
		-webkit-appearance: none;
		border-radius: 0px;
    border: 1px solid #cccccc;
    width: 79%;
    display: inline-block;
    padding: 0 10px;
		font-size: 16px;
		font-weight: bold;
}
#registration_main p textarea {
	line-height: 24px;
	padding: 5px;
resize: none;
}
#registration_main p.print_line {
	text-align: center;
  font-weight: bold;
  /* border-bottom: 2px solid white; */
  background-color: gray;
  color: white;
  margin: 0 -5px;
  width: auto;
}
#registration_main input[type="file"] {
	padding: 10px 0 ;
}

#registration_main.detail{
	width: 70%;
	float: left;
}
#registration_main.detail{
	width: 70%;
	float: left;
}
#registration_main.detail .download a {
	line-height: 44px;
  float: left;
}
#registration_main.detail p.download label {
}
#registration_main.detail p.download label.flie_upload {
    width: auto;
    line-height: 44px;
    background-color: #c59c6a;
    padding: 0 10px;
    margin-left: -4px;
    border-radius: 10px;
    color: white;

}
#registration_date{
	width: 28%;
	float: right;
	font-size: 12px;
}
#registration_date p.title {
    line-height: 54px;
    color: white;
    background-color: #c59c6a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#registration_date ul{
	padding: 10px;
	background-color: white;
}
#registration_order .print_one {
	margin: 15px 0 0 0;
	background-color: #ededed;
	padding: 0 5px;

}

.warning_display {
    margin: 25px 10px 10px 10px;
    border: 2px solid #c59c6a;
    padding: 0 10px 10px 10px;
    background-color: #f1f1f1;
}

/*チャット系*/
#chat_footer {
    position: fixed;
    bottom: 15px;
    right: 15px;

}
#chat_btn {
	float: right;

}
#chat_main {
	background-color: white;
	border: 1px solid #ededed;
	padding: 10px;
	border-radius: 10px;

}
#chat_main_in {
	max-height: 500px;
	overflow-y: scroll;
	padding: 0 10px;
}
#chat_main_in ul{
	flex-wrap: wrap-reverse;
	display: -webkit-flex;
	display: flex;
  width: 300px;
	position: relative;
}
#chat_main_in ul li {
	flex-basis:100%;
	display: table;
}
#chat_main_in ul li.day_line {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: grey;
}
#chat_main_in ul li p{
	display: table-cell;
}

#chat_main_in ul li p.contents {
	width: 80%;
	padding: 5px;
	position: relative;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	margin-top: 10px;
}
#chat_main_in ul li p span.time_in {
    position: absolute;
    bottom: 0px;
		font-size: 12px;
}
#chat_main_in ul li.right p{
	float: right;
	background-color: #00B900;
color: white;
}
#chat_main_in ul li.left p{
	float: left;
}
#chat_main_in ul li.right p span.time_in {
    left: -55px;
		color: #333
}
#chat_main_in ul li.left p span.time_in {
    position: absolute;
    right: -55px;
    bottom: 0px;
		font-size: 12px;
}
#chat_main_in ul li.chat_send input[type="text"]{
	border: none;
	width: 100%;
	line-height: 20px;
}
#chat_main_in ul li.chat_send span.time_in.send {
    display: inline-block;
    background-color: #00b900;
    line-height: 32px;
    width: 50px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
}
#chat_main_in ul li.left.chat_send {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#chat_main .send_btn{
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #eeeeee;
}
#chat_main .send_btn input[type="text"]{
	border: none;
	width: 80%;
	line-height: 32px;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	padding: 0 5px;
	font-size: 14px;
}
#chat_main .send_btn span{
	float: right;
	background-color: #00B900;
color: white;
line-height: 32px;
	width: 18%;
	border-radius: 10px;
	text-align: center;
}
/*ここから古いの。*/
#chatList {
	padding:20px;
	background-image: url(../img/chat_back.jpg);
}
#chatList p{
	margin-bottom: 15px;

}
#chatList p span {
	display: inline-block;
	    float: left;
	    background-color: #ffffff;
	    padding: 10px;
	    border-radius: 10px;
	    font-weight: bold;
			margin-bottom: 10px;
			font-size: 14px;

}
#chatList p span.right {
  float: right;
  background-color: #00B900;
  color: white;
}

#chat_send form{
	display: table;
	width: 100%;
	background-color: #00b900;
}
#chat_send p {
	display: table-cell;
	width: 90%;
	line-height: 20px;
}
#chat_send p input[type="text"] {
	width: 100%;
	line-height: 30px;
	min-height: 50px;
	border: none;
	font-size: 20px;
padding: 0 10px;
}

#chat_send input#liveEvent {
	width: 100%;
	height: 100%;
	background-color: none;
	background-color: #00b900;
	border: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
}



/*汎用*/
span.required_icon {
    background-color: #c59c6a;
    color: white;
    padding: 2px 7px;
    border-radius: 50%;
    margin: 0 2px;
}
.temp_table {
	background-color: white;

}
.temp_table ul {
	margin-bottom: 15px;
}

.temp_table ul li {
	width: 100%;
	font-size: 0px;
}
.temp_table ul li.colum_name p{
		background-color: gray;
    color: white;
    font-weight: bold;
    text-align: center;
}
.temp_table ul li.colum_name p a{
    color: white;
}
.temp_table ul li p {
	display: inline-block;
	border: 1px solid #eeeeee;
	margin: 0px;
	font-size: 13px;
	padding: 10px 5px;
	height: 42px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.temp_table ul li input[type="checkbox"] {
    margin: 0 auto;
    display: block;
    height: 20px;
    font-size: 38px;
}
.temp_submit_botton {
    background-color: #C59C6A;
    border-radius: 10px;
    line-height: 40px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.6)

}
.completion_botton a {
    display: inline-block;
    line-height: 54px;
    width: 30%;
    text-align: center;
    color: white;
    background-color: #c59c6a;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.link_btn {
	color:blue;
	text-decoration: underline;
	cursor: pointer;
}
/*オリジナルチェックボックス*/
.check_design {
    width: 90px;
    background: #ededed;
    height: 36px;
    display: inline-block;
    border-radius: 18px;
    border: 1px solid #d6cfc6;
		text-align: center;
}
.check_design .check_design_in {
	width: 86px;
	background: #808080;
	height: 32px;
	display: inline-block;
	border-radius: 16px;
	border: 1px solid #d6cfc6;
	margin: 1px;
}

.check_design .cercle {
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    margin: 0;
    padding: 0;
}
.check_design .text {
    width: 54px;
    float: left;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 10px;
		color:white;
		font-size: 12px;
    font-weight: bold;
}
.check_design.select .check_design_in {
		background: #c59c6a;
}
.check_design.select .cercle {
	float: left;
}
.check_design.select .text {
	text-align: left;
	float: right;
	padding: 0 0 0 5px;

}
/*確認モーダル*/
#warning_modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000057;
    width: 100%;
    height: 100%;
}
#warning_modal_in {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 10px;
    min-width: 200px;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
}
p#warning_title {
	text-align: center;
	background-color: #c59c6a;
	border-radius: 10px 10px 0 0;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
p#warning_text {
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid #f9f9f9;
}
p#warning_success {
    float: left;
    width: 50%;
    text-align: center;
		padding: 10px;
		border-right: 1px solid #f9f9f9;
		cursor: pointer;
}
p#warning_cancel {
    float: right;
    width: 50%;
    text-align: center;
		padding: 10px;
		cursor: pointer;
}
.impossible input {
    background-color: #d6d6d6;
}
.impossible .temp_submit_botton{
	box-shadow:none!important;
}
/*ライブラリ関係*/
/* インジケーター */
	.circle {
	    background-color: rgba(0,0,0,0);
	    border:5px solid rgba(0,183,229,0.9);
	    opacity:.9;
	    border-right:5px solid rgba(0,0,0,0);
	    border-left:5px solid rgba(0,0,0,0);
	    border-radius:50px;
	    box-shadow: 0 0 35px #2187e7;
	    width:50px;
	    height:50px;
	    margin:0 auto;
	    -moz-animation:spinPulse 1s infinite ease-in-out;
	    -webkit-animation:spinPulse 1s infinite linear;
	}
	/* 内側の小さなサークルのラインの色とスタイルとアルファで表示＆消えるアニメーション */
	.circle1 {
	    background-color: rgba(0,0,0,0);
	    border:5px solid rgba(0,183,229,0.9);
	    opacity:.9;
	    border-left:5px solid rgba(0,0,0,0);
	    border-right:5px solid rgba(0,0,0,0);
	    border-radius:50px;
	    box-shadow: 0 0 15px #2187e7;
	    width:30px;
	    height:30px;
	    margin:0 auto;
	    position:relative;
	    top:-50px;
	    -moz-animation:spinoffPulse 1s infinite linear;
	    -webkit-animation:spinoffPulse 1s infinite linear;
	}

	/* キーフレームを使ったローディングのくるくる回るアニメーション */
	@-moz-keyframes spinPulse {
	    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	    50% { -moz-transform:rotate(145deg); opacity:1; }
	    100% { -moz-transform:rotate(-320deg); opacity:0; }
	}
	@-moz-keyframes spinoffPulse {
	    0% { -moz-transform:rotate(0deg); }
	    100% { -moz-transform:rotate(360deg);  }
	}
	@-webkit-keyframes spinPulse {
	    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	    50% { -webkit-transform:rotate(145deg); opacity:1;}
	    100% { -webkit-transform:rotate(-320deg); opacity:0; }
	}
	@-webkit-keyframes spinoffPulse {
	    0% { -webkit-transform:rotate(0deg); }
	    100% { -webkit-transform:rotate(360deg); }
	}
