/* 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, em, 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,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #eeeeef;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=text] {
	padding: 4px;
	border: 1px solid #ddd;
}
div::focus {
	  outline: 0;
}


#wrapper {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


#header{
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


div.logo {
	float: left;
	width: 320px;
	/* height: 185px; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.header_right{
	float: right;
	width: 620px;
	text-align: right;
	margin-bottom: 15px;
	/* height: 185px; */
}

div.nav {
	margin-bottom: 0;
	float: right;
	margin-left: 150px;
}


div.header_setting {
	float: left;
	width: 120px;
	text-align: right;
}

div.header_welcome {
	float: right;
	width: 620px;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

div.blockc {
   clear: both;
   text-align: center;
}

div.header_logout {
	float: right;
	width: 86px;
}
div.header_logout.no_setting {
  padding-left: 530px;
}


#top_oshirase {
  margin-bottom: 20px;
	padding: 5px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	box-sizing: border-box;
	background-color: #ffffff;
}


#top_project {
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.top_project_wrap{
	margin: 10px 0 10px;
	padding: 10px;
	box-sizing: content-box;
	background-color: #F7F7F7;
}

.top_project_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_project_list > li{
	margin: 20px 0 0 20px;
	width: 48%;
	/* background-color: #fff; */
}

.top_project_list > li:nth-child(-n+2){
	margin: 0 0 0 20px;
}

.top_project_list > li:nth-child(2n+1){
	margin: 20px 0 0;
}

.top_project_list > li:first-child{
	margin: 0;
}

.top_project_list > li .update_date {
	float: right;
	font-size: 12px;
}
.projectcard{
	clear: both;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.projectcard .projectcard_title{
	margin: 0;
	padding: 0 5px 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #00AFD5;
}
.projectcard .projectcard_title span{
	height: 30px;
	display: block;
	text-align: left;
	line-height: 30px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

.projectcard .projectcard_name{
	margin: 0;
	width: 100%;
}

.projectcard .projectcard_name a{
	display: block;
	color: #00A0FF;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

.projectcard .projected_info {
	padding: 5px 15px 10px;
	background: #fff;
}

.projectcard .left,
.projectcard .right {
	float: left;
}
.projectcard .left {
	margin-right: 2%;
	width: 53%;
}
.projectcard .right {
	width: 45%;
}

.projectcard .projectcard_next{
	padding: 0 10px 0 26px;
	position: relative;
	top: 0;
	left: 0;
	width: 50%;

}
.projectcard .projectcard_next img{
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 13px;
	height: 14px;
}

.projectcard .projectcard_no span,
.projectcard .projectcard_limit span {
	font-size: 12px;
	margin-right: 5px;
}
.projectcard .projectcard_limit {
	margin-bottom: 10px;
}
.projectcard .projectcard_btn {
	margin-bottom: 5px;
}
.projectcard .projectcard_btn a {
	display: inline-block;
}
.projectcard .projectcard_koutei{
	width: 50%;
}


.projectcard .projectcard_repo{
	width: 50%;
	text-align: right;
}

.projectcard .projectcard_thm{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.projectcard .projectcard_thm_icons{
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 160px;
	text-align: right;
  z-index: 999;
}

.projectcard .projectcard_thm_icons li{
	margin: 0 0 3px;
}

/* .projectcard .projectcard_thm_img{
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	overflow: hidden;
} */

/* .projectcard .projectcard_thm_img img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 150%;
} */


.projectcard .projectcard_staff{
	width: 100%;
}

.projectcard .projectcard_staff ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.projectcard .projectcard_staff ul li{
	padding: 0 5px 0 0;
}

.projectcard .right img {
	width: 100%;
}

.invalidproject{
	position: relative;
	top: 0;
	left: 0;
}

.invalidproject:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: " ";
	background: #444;
	z-index: 5;
	opacity: 0.8;
}


#top_navigation {
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.top_navigation_list{
	margin: 15px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	padding: 10px;
	box-sizing: content-box;
	background-color: #F7F7F7;
}

.top_navigation_list > div{
	padding: 10px;
	box-sizing: border-box;
	width: 180px;
	background-color: #ffffff;
}

.top_navigation_list table .b22{
	text-align: center;
}

#main {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 100px;
padding: 1px 10px 10px 10px;
background: #FFFFFF;
}


#footer {
  position: relative;
	width: 100%;
	border-top: 50px solid #fff;
  background: #21BBE7;
}
#footer a {
  position: absolute;
  width: 120px;
  top: -40px;
  left: 50%;
  margin-left: -60px;
}
#footer a img {
  width: 100%;
  height: auto;
}
#footer .copy {
  padding: 40px 0 20px;
  text-align: center;
}


#global-nav {
	width: 360px;
	clear: both;
	overflow: hidden;
	float: right;
}
#global-nav.silver-nav {
  width: 210px;
}

#global-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#global-nav ul li {
	width: 70px;
	float: left;
	margin: right 1px;
   text-align: center;
}

.add-delete {
	width: 250px;
	clear: both;
	overflow: hidden;
	float: right;

}

.add-delete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 5px;
}

.add-delete ul li {
	width: auto;
	float: left;
	margin: right 1px;
   text-align: center;
}



#hokokusya-nav {
	clear: both;
	overflow: hidden;
	float: left;
}

.hokokusya-nav {
	clear: both;
	overflow: hidden;
	float: left;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align:top;
	font-size:0;
	line-height:0;
	border:0;
}


#hokokusya-nav li {
	width: 23px;
	float: left;
	margin: right 3px;
}

#hokokusya-nav li > img {
	width: 22px;
	height: 22px;
}


.hokokusya-nav li {
	width: 23px;
	float: left;
	margin: right 3px;
}

.hokokusya-nav li > img {
	width: 22px;
	height: 22px;
}


#setting_menu {
width: 780px;
height: 100px;
margin-right: auto;
margin-left: auto;
margin-bottom: 100px;
padding: 10px;
background: #FFFFFF;
}

#setting_menu ul{
margin: 0;
padding: 0;
list-style: none;
}

#setting_menu li{
display: inline;
padding: 0;
margin-right: 10px;
float: left;
}

#chokurepo_menu {
width: 790px;
/* height: 450px; */
margin-right: auto;
margin-left: auto;
text-align: center;
margin-bottom: 30px;
padding: 4px;
background: #FFFFFF;
overflow: hidden;
}

#chokurepo_menu ul{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}

#chokurepo_menu li{
display: inline;
padding: 0;
margin-right: 5px;
margin-left: 5px;
float: left;
}

#chokurepo_menu li a{
	display: block;
	text-decoration: none;
}

#toroku_menu {
margin: 5px 0 0 0;
width: 800px;
margin-right: auto;
margin-left: auto;
margin-bottom: 100px;
padding: 10px;
background: #FFFFFF;
box-sizing: border-box;
}

#toroku_menu ul{
display: -webkit-flex;
display:flex;
-webkit-flex-wrap: wrap;
flex-wrap:wrap;
margin: 0;
padding: 0;
list-style: none;
}

#toroku_menu li{
  padding-bottom: 12px;
  margin: 0 0 0 12px;
}

#toroku_menu li:nth-child(3n+1){
  margin: 0;
}



.setting-title {
width: 800px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}


.projectsyamei-title {
width: 800px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
font-size: 20px;
}

#contract_main {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
padding: 1px 10px 10px 10px;
background: #f7f7f7;
}

#contract_disk {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
padding: 1px 10px 10px 10px;
background: #f7f7f7;
}

#contract_kaiinjyoyo {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
padding: 1px 10px 10px 10px;
background: #f7f7f7;
}

#temp_mail {
position: relative;
top: 0;
left: 0;
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
padding: 1px 10px 10px 10px;
background: #f7f7f7;
}

.listtitle{
	padding: 5px;
	margin: 0 auto 0;
	width: 800px;
	box-sizing: border-box;
}

.listtitle + #temp_mail{
	padding: 20px 10px 10px 10px;
}

.tempmail_title{
margin: 0 auto 10px;
width: 800px;
}

.underboder{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.underboder:before{
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	bottom: 2px;
	/*background-color: #7C847D;*/
	background-color: #cccccc;
	content: " ";
}

.underboder:after{
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	bottom: 0;
	background-color: #ffffff;
	content: " ";
}

#edit {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
padding: 1px 10px 10px 10px;
background: #f7f7f7;
}

.listtitle + #edit{
padding: 20px 10px 10px;
}

tablearea{
width:100%;
height:30%;
}

/* flexbox */

.boxwrapper {
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	padding-bottom: 20px;
	padding-left: 7px;
	background-color: #ffffff;
	padding-top: 10px;
	text-align: center;
}

.boxwrapper > div {
	width:190px;
	margin-right: 8px;
	/*box-sizing: border-box;*/
}

.boxwrapper > div td {
	width:190px;
}

.boxwrapper .kon {
	font-size: 14px;
	font-weight: bold;
	text-align: left

}

.boxwrapper a:link {
	color: #014099;

}

.boxwrapper .w01 {
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	background-color:#00AFD5;
	text-align: left
}

.oshirasebox-1 {
	background-color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
}

.oshirasebox {
	background-color: #ffffff;
	padding-bottom: 5px;
	/*margin-bottom: 20px;*/
}

.dengonban {
	background-color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.news {
	background-color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.recommend_list li {
	clear: both;
	margin-top: 10px;
	padding-left: 10px;
}

.recommend_list li a .scr {
   width: 95%;
   display: block;
   text-decoration: none;
   overflow: hidden;
}

.recommend_list li a em {
    font-weight: normal;
    float: left;
}

.recommend_list_oshirase li{
	margin: 15px 0 0 0;
}

.recommend_list_date{
	display: inline-block;
	margin-right: 10px;
	width: 85px;
  vertical-align: top;
}
.recommend_list_info{
	display: inline-block;
	margin-right: 10px;
	background-color: #2CA6E0;
	border-radius: 6px;
	width: 100px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
  vertical-align: top;
	text-align: center;
}
.recommend_list_txt{
	display: inline-block;
	width: 550px;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	color: #0089CE;
	text-decoration: none;
  vertical-align: top;
}
.recommend_list_txt:hover{
	/* text-decoration: underline; */
}


.center img{
 vertical-align:middle;
}

.tab-pane .label {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  padding: 0.3em 0 0.4em;
  text-align: center;
  color: #fff;
}

.label-news {
  background: #5fc2df;
  margin-right: 10px;
  margin-left: 10px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.tab-pane .date {
  width: 80px;
  margin-right: 10px;
}

.tab-pane .label {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  padding: 0.3em 0 0.4em;
  text-align: center;
  color: #fff;
}

.article-nav ul {
  padding: 15px;
  list-style: none;
}

.article-nav li {
  display: inline-block;
}

.article-nav .prev {
  float: left;
}

.article-nav .next {
  float: right;
}

.article-nav li a {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  width: 86px;
  height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 13px;
          border-radius: 13px;
}

.article-nav li a:hover {
  text-decoration: none;
  background: #eee;
}

.article-nav+.inner-block {
  border-top: 1px solid #eaeaea;
}


.date{
	float: none;
	margin: 10;
}

.scr {
  overflow: scroll;   /* スクロール表示 */
  height: 130px;
  width: 790;
  overflow-x: hidden;
}

.scr_02 {
  overflow: scroll;   /* スクロール表示 */
  height: 250px;
  width: 790;
  overflow-x: hidden;
}
/*============================
#text
============================*/

.w01 {
	color: #ffffff;
	font-size: 14px;
	background-color:#00AFD5;
}
.red {
	font-size: 18px;
	color: #F30;
}
.white {
	color: #fff;
}
.red2 {
	color: #F00;
}
.kon {
	color: #014099;
	font-size: 14px;
	font-weight: bold;
}
.green {
	color: #060;
}
.orenge {
	font-size: 16px;
	font-weight: bold;
	color: #F60;
}

.blue{
	color: #0068b5;
}

.b30 {
	font-size: 30px;
	color: #333;
}

.b25b {
	font-size: 25px;
	color: #1FA2E0;
}

.b22b {
	font-size: 22px;
	color: #1FA2E0;
}

.b22 {
	font-size: 22px;
	color: #666;
	margin-bottom: 10px;
}

.b25 {
	font-size: 25px;
}

.b20 {
	font-size: 20px;
	margin-bottom: 10px;
}


.b20b {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.b12 {
	font-size: 12px;
	color: #2ea7e0;
}

.b13a {
	font-size: 11px;
	text-align: left
}



/*============================
#見出し1
============================*/
h1 {
	padding: 0em;
	font-size: 32px;
	color: #00316c;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-right: 20px;
}

h2 {
font-size: 18px;
padding: 0.1em 0.3em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}

h3 {
	padding-bottom: .1em;
		font-size: 23px;
	border-bottom: 2px solid #F00;
}
.ryohasi {
	  text-align: justify;
	  text-justify: inter-ideograph;
}


h4 {
	background-color: #666;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 0;
}

h5 {
	padding: .2em .65em;
	background-color: #00AFD5;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	text-align: center;
}

h6 {
	position: relative;
	padding-bottom: 0.1em;
	border-bottom: 2px solid #ccc;
	font-size: 18px;
	font-weight:normal;
	line-height:1.5;
	margin-top: 0.5em;
	margin-bottom:  0.5em;
}

h6::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}

/*============================
#左三角リスト
============================*/

.sankaku{
	position:relative;
	top:0;
	left:0;
	padding-left:18px;
}
.sankaku:before{
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #5ebde9;
}

/*============================
#四角
============================*/

.square {
	display: inline-block;
	width: 290px;
	height: auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:10px;

}

.square2 {
	display: inline-block;
	width: 400px;
	height: auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:10px;

}
.forall {
	text-align: right;
	padding:5px 0px 0px 0px;

}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.topicpath{
	margin: 20px auto 30px;
	width: 800px;
}
.topicpath ol {
	padding: 0;
	margin: 0;
}

.topicpath ol li {
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;

}
.topicpath ol li:before {
	/* liの後に記号追加 */
	content:" > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content:"";
}

table.type_orange {
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type_orange th {
	font-size: 14px;
	width: 150px;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #21BBE7;
}
table.type_orange td {
	font-size: 14px;
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type_orange_ttl{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	background-color: #5BCCED;
	font-size: 20px;
}

.type_orange_ttl p{
	margin: 0;
	padding: 0;
}

table.type_orange.wide {
	margin: 15px auto 0;
	width: 95%;
	height: 100%;
	border: none;
	border-spacing: 10px;
}
table.type_orange.wide th {
	padding: 0;
	border: none;
	height: 100%;
	font-weight: bold;
}
table.type_orange.wide td {
	padding: 0;
	border: none;
	height: 100%;
}

table.type_orange.wide td .thbg{
	background-color: #5BCCED;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
}

table.type_orange.wide th .required{
	font-size: 8pt;
	margin-left: 10px;
	color: #ffffff;
}

table.type_orange.wide th .thbg {
	background-color: #5BCCED;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
}

table.type_orange.wide td input{
	/* height: 100%; */
	padding: 4px;
}

#kensaku_option {
	width: 800px;
	max-width: 100%;
	padding: 10px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background: transparent;
	border: 2px solid #21BBE7;
	box-sizing: border-box;
}
table.type_seach {
	margin: 0 0 10px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
  border-collapse:collapse
	/* outline: 2px solid #fff; */
}
table.type_seach th {
	font-size: 14px;
	width: 150px;
	font-weight:normal;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 5px;
}
table.type_seach .type_seach_thbg{
	background: #21BBE7;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}



table.type_seach td {
	font-size: 14px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 5px;
	height: 100%;
}
table.type_seach td input[type="text"]{
	box-sizing: border-box;
	padding: 0 5px;
	height: 100%;
	width: 100%;
}

table.type_seach tr {
	border-bottom: 1px solid #d0d0d0;
	/* border-top: 1px solid #fff; */
}

table.type_seach tr.type_seach_top ,
table.type_seach tr.type_seach_top{
	border-top: none;
}

table.type_seach tr.type_seach_bottom,
table.type_seach tr.type_seach_bottom{
	border-bottom: none;
}

.sub_search > a {
	font-size: 14px;
	color: #777;
	text-decoration: none;
}
.sub_search > a img {
	margin-top: 4px;
	margin-left: 5px;
	transform: rotate(-180deg);
}
.sub_search > a.open img {
	transform: rotate(0);
}
.sub_search #sub_search {
	display: none;
}

.type_orange_ttl{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	background-color: #5BCCED;
	font-size: 20px;
}


table.type02 {
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type02 th {
	font-size: 14px;
	width: 200px;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	font-size: 14px;
	width: 530px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.graph {
    position: relative; /* IE is dumb */
    width: 700px;
    border: 1px solid #D5070A;
	background-color: #090909;
    padding: 2px;
}

.graph .bar {
    display: block;
    position: relative;
    background:#D5070A;
    text-align: center;
    color: #f0ffff;
    height: 2em;
    line-height: 2em;
}
.graph .bar span {
	position: absolute; left: 1em; }
.gobackmenu {
	width: 780px;
	height: auto;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.shiborikomimenu {
	width: 780px;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.shiborikomimenu .btn_search {
	display: inline-block;
	padding: 1px 40px;
	background-color:#21BBE7;
	border-radius:5px;
	text-decoration:none;
	color:#fff;
	font-size: 17px;
}
.toroku {
	width: 780px;
	height: auto;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.add {
	text-align:right;
}


table.type_repo {
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	border-collapse: separate;
    border-spacing: 10px;
	text-align: left;
	line-height: 1.5;
}
table.type_repo th {
	font-size: 14px;
	width: 200px;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	background: #0089ce;
	color: #FFFFFF;
}
table.type_repo td {
	font-size: 14px;
	width: 470px;
	padding: 10px;
	vertical-align: top;
}

table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
}
table.type05 th {
	width: 600px;
	padding: 5px 10px;
	font-weight:normal;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
table.type05 td {
	width: auto;
	padding: 5px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

table.type06 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

table.type06 tr:hover th{
	background-color: #c3ebff;
}
table.type06 tr:hover td{
	background-color: #c3ebff;
}
table.type06 th {
	width: 600px;
	font-weight:normal;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	vertical-align: middle;
	box-sizing: border-box;
	height: 100%;
	padding: 5px;
}
table.type06 td {
	width: 160px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	vertical-align: middle;
	box-sizing: border-box;
	height: 100%;
	padding: 5px;
}
table.type06 .none{
	height: 100%;
	vertical-align: middle;
}

.seachareawrap{
	position: relative;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.seachareawrap input[type="text"]{
	width: 360px;
	padding: 4px;
}


#openaddstaff{
	display: block;
	width: 70px;
	margin: 0 0 0 28px;
}


.addstafwrap{
	margin: 10px 0 0 28px;
	width: 700px;
}




table.type07 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.type07 th {
	width: 450px;
	padding: 10px;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF
}
table.type07 td {
	width: auto;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table.type08 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.type08 th {
	width: 450px;
	padding: 5px;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
}
table.type08 td {
	width: auto;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
}

table.type08 .even {
	background-color: #000000;
	color: #FFFFFF;
}

table.type08 .even2 {
	background-color: #00AFD5;
}

table.none {
	border-spacing: none;
	line-height: none;
	border-top: none;
}
table.none th {
	padding: 1px;
	border-bottom: none;
	background-color: #FFFFFF;
}

table.none td {
	width: auto;
	padding: 0px 2px 0px 0px;
	border-bottom: none;
	background-color: #FFFFFF;
}

table.none td img {
   /* ▼行全体の下端に揃える */
   vertical-align: baseline;
}

table.type08 .kokyaku_tantousyamei {
	width: 520px;
}
table.type08 .categorymei {
	width: 390px;
}
table.type08 .categorymei02 {
	width: 510px;
}
table.type08 .koutei {
	width: 530px;
}
.category_kaiso scr{

}
.staff_icon {
}

table.staff_icon {
	margin-right: auto;
	margin-left: auto;
}
table.staff_icon td {
	padding: 15px;
	vertical-align: top;
}
.kensaku_option_title{
	margin: 30px auto 10px;
	width: 800px;
}

#main_project {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
padding: 10px;
background: #FFFFFF;
}
#zenkoteihyoji {
width: 800px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 100px;
}

.zenkoteihyoji_menu{
width: auto;
height: auto;
background: #FFFFFF;
overflow: hidden;
}

.zenkotei_menu_chokurepo {
float: left;
width: 500px;
}

.zenkotei_menu_kotei {
float: left;
width: 240px;
text-align: right;

}.zenkotei_menu_setting {
float: left;
width: 40px;
text-align: right;

}
.zenkoteihyoji {
}

.hyoji_3week {
}
table.calendar {
	text-align: left;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.calendar th {
	width: auto;
	padding: 3px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.calendar td {
	text-align: center;
	width: auto;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#project_new {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
padding: 10px;
background: #FFFFFF;
}
#project_new.wide{
padding: 20px 10px 10px 10px;
}
table.project_new {
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.project_new th {
	font-size: 14px;
	width: auto;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #21BBE7;
}
table.project_new td {
	font-size: 14px;
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.project_add_wrap {
	width: 800px;
	height: 100%;
	margin: 30px auto 20px;
	padding: 5px;
	background: #FFFFFF;
	box-sizing: border-box;
}
.project_add {
	width: 100%;
	height: 100%;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 5px;
	text-align: left;
	line-height: 1.5;
}

.project_add th {
	font-size: 14px;
	width: 190px;
	font-weight:normal;
	vertical-align: top;
	box-sizing: border-box;
	font-weight: bold;
}

.project_add th .thbg{
	background: #21BBE7;
	background-color: #5BCCED;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
}
.project_add th .replacement {
	padding: 10px 0;
	font-weight: normal;
  font-size: 13px;
}
.project_add th .thbg-purple{
	background-color: #5A4398;
	color: #ffffff;
}

.project_add th .thbg-gray{
	background-color: #717071;
	color: #ffffff;
}


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

.project_add td{
	height: 100%;
}

.project_add td input[type="text"]{
	height: auto;
	width: 100%;
	box-sizing: border-box;
  padding: 4px;
}
.project_add td.process input[type="text"]{
	height: auto;
	width: 100%;
	box-sizing: border-box;
}

.project_add td textarea{
	width: 100%;
	height: 80px;
}


.project_add td input#tag_string{
	margin: 0 0 5px;
	height: 31px;
	width: 300px;
}
.project_add td img {
  max-width: 100%;
}

.project_add td {
	font-size: 14px;
	width: 500px;
	vertical-align: top;
	word-break: break-all;
}


table.kokyaku {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.kokyaku td {
	width: 730px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}.syamei {
	float: left;
	width: 500px;
}
.sentakubutton {
	float: right;
	width: 100px;
	text-align: right;
}
.kokyaku_ichiran {
}
.title_syamei {
	padding-top: 20px;
}
.calendar_month {
	text-align: center;
}.noki_calendar {
	text-align: center;
}
table.noki_calendar {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.noki_calendar td {
	width: 89px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
}
.calendar_pink {
	background-color: #f5a0a7;
}
.calendar_purple {
	background-color: #bfbfff;
}

#projectinfo-nav {
	width: auto;
	clear: both;
	overflow: hidden;
}

#projectinfo-nav ul {
	list-style-type: none;
	margin-right: 10px;
	padding: 0px;
}

#projectinfo-nav ul li {
	width: auto;
	float: left;
	margin-right: 10px;
   text-align: center;
}

table.projectinfo {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.projectinfo th {
	width: 200px;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.projectinfo td {
	width: 530px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.projectinfo td input {
  width: 400px;
}

#projectinfo-nav02 {
	width: auto;
	clear: both;
	padding-left: 590px;
	overflow: hidden;
}
#projectinfo-nav02 ul {
	list-style-type: none;
	padding: 0px;
}
#projectinfo-nav02 ul li {
	width: auto;
	float: left;
	margin-left: 10px;
}

.koteiichiran_koteimei {
	float: left;
	width: 400px;
}
.reportbutton {
	float: left;
	width: auto;
	margin-right: 10px;
}
.koteikanryohokokubutton {
	float: left;
	width: 110px;
}
.editbutton03 {
	float: left;
	width: 60px;
}
.deletebutton03 {
	float: left;
	width: 50px;
}

   /* ▼プレストフォルダークリックで消す */
:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
:focus:placeholder-shown { color: white; } /* CSS標準(予定)の記述 */

#reportcomment_ichiran {
width: 800px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
padding: 4px;
background: #FFFFFF;
box-sizing: border-box;
}

.reportcomment_one{
	margin: 0 0 40px;
  display: table;
  box-sizing: border-box;
}
.reportcomment_header{
	width: 677px;
	text-align: right;
  box-sizing: border-box;
}
.reportcomment_one_main{
  display: table-cell;
	box-sizing: border-box;
	padding: 10px;
	width: 600px;
	height: auto;
	border: 1px solid #ccc;
  vertical-align: middle;
  box-sizing: border-box;
}
.reportcomment_one_state{
  display: table-cell;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
	width: 60px;
  padding: 10px;
  vertical-align: middle;
}
.reportcomment_one_title{
	display: block;
}
.reportcomment_one_icon{
	margin: 0 20px 0 0 ;
}
.reportcomment_one_header{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.reportcomment_one_imgs{
	margin: 10px 0 0 auto;
	width: 500px;
}

.reportcomment_one_imgs ul{
  margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	align-items: center;
}
.reportcomment_one_imgs ul img,
.reportcomment_one_imgs ul video {
	max-height: 100px;
	width: auto;
}
.reportcomment_one_edit{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
	width: 100px;
  padding: 10px;
  box-sizing: border-box;
}

.nonactivedata{
	font-weight: bold;
	color: #E50012;
	font-size: 20px;
}

.activedata{
	font-weight: bold;
	font-size: 20px;
}

.tags {
	float: left;
	width: 100px;
}
.comment {
	float: left;
	width: 520px;
}
.reporteditbutton {
	float: left;
	width: 95px;
}
.deletebutton {
	float: left;
	width: 50px;
}
.commenttitle {
	width: 520px;
}
.commentnaiyo {
	width: 520px;
}
.commenthizuke {
	width: 520px;
}
.commentpic {
	width: 520px;
}

table.type_orange .gray {
	background: #dbdcdc;
}

.border_radius {
    width:940px;
    height:100px;
    font-size:35px;
    text-decoration:none;
    display:block;
    padding-top: 50px;
	padding-left: 20px;
    color:#fff;
    background-color:#21BBE7;
    border-radius:5px;
}
.border_radius_black {
    width:940px;
    height:100px;
    font-size:35px;
    text-decoration:none;
    display:block;
    padding-top: 50px;
	padding-left: 20px;
    color:#fff;
    background-color: #000000;
    border-radius:5px;
}
.kokyakumei_title {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#template_comment {
width: 940px;
height: auto;
overflow: hidden;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
padding: 10px 10px 10px 10px;
background: #f5f5f5;
text-align:center;
}

.template_comment_naiyo {
width: 740px;
	margin: 0 auto;
}
.template_comment_button {
float: right;
text-align: right;
width: 200px;
}

table.type_orange02 {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.type_orange02 th {
	width: 150px;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #21BBE7;
}
table.type_orange02 td {
	width: 500px;
	padding: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table.type_black {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.type_black th {
	width: 150px;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #000000;
	color: #FFFFFF;
}
table.type_black td {
	width: 500px;
	padding: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.koshin_hizuke {
	padding: 10px;
	width: 940px;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#sinchoku {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.shinchoku_title {
text-align: center;
background: #21BBE7;
font-size: 20px;
font-weight: bold;
}
.shinchoku_title_black {
text-align: center;
background-color: #000000;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}
.shinchoku_niyo {
padding: 10px 10px 10px 10px;
}
.flag {
float: left;
width: 80px;
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
font-weight: bold;
}
.chokurepo_title{
float: left;
width: 800px;
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
font-weight: bold;
}
.chokurepo_comment {
margin-top: 10px;
margin-bottom: 10px;
}
.shinchoku_gauge {
margin-top: 10px;
margin-bottom: 60px;
}
.chokurepo_pic {
}
.chokurepo_koshin_hizuke {
text-align: right;
}

.baloon-up{
	margin-bottom:20px;
	margin-top:10px;
	padding:10px;
	border-radius:10px;
	position:relative;
	height:auto;
	width:98%;
	border: 1px solid #E6E6E6;
	background-color: #E6E6E6;
}
.baloon-up:before{
	position: absolute;
	left: 10%;
	bottom: -40px;
	content:" ";
	border-top: 20px solid #E6E6E6;
}
.chokurepo_footer {
padding: 10px 10px 10px 10px;
background: #00AFD5;
text-align: center;
}
.chokurepo_footer_black {
padding: 10px 10px 10px 10px;
background-color: #000000;
color: #FFFFFF;
text-align: center;
}
.customercomment {
overflow: hidden;
}
.dengon_naiyo {
padding: 15px;
}

.news_naiyo {
padding: 15px;
}

.box11{
	width: 96%;
    padding: 10px;
    background: #FFF;
    border: solid 3px #A6A5A5;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.pager {
    overflow: hidden;
}

.pager ul,
.pager .pagination {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.pager ul li,
.pager .pagination span {
    margin: 0 5px;
    position: relative;
    left: -50%;
    float: left;
}

.pager ul li span,
.pager ul li a,
.pager .pagination span a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}

.pager ul li a,
.pager .pagination span a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}

.pager ul li a:hover,
.pager .pagination span a:hover,
.pager .pagination .active a {
    background: #333;
    color: #FFF;
}

.toko_button {
	padding: 10px;
	text-align: right;
}
.top-kanritag{
	text-align: center;
	width: 203px;
	padding: 2px 10px 2px 4px;
	margin-bottom: 5px;
	margin-left: 73px;
	background: #e83730;
	color: #fff;
	font-size: 12px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.silver-tag .top-kanritag {
	width: 132px;
}
.top-kanritag i{
	color: #fff;
}
.project_jyutyu_noki {
	overflow: hidden;
}
.jyutyubi {
	float: left;
	margin-right: 100px;
	font-weight: bolder;
}
.noki {
	float: left;
	margin-right: 100px;
	font-weight: bolder;
}

.jyutyu {
	font-weight: bold;
	display: inline-block;
	background: #ffffff;
	padding: 5px;
	margin-right: 10px;
}
.f_left {
	float: left;
}
.ml10 {
	margin-right: 10px;
	margin-top: 20px;
}
.tl {
	text-align: left;
}
.chokurepo_kouteikanryo {
	background: #d0eaff;
	padding: 10px;
}
.chokurepo_houkoku {
	padding: 10px;
}
#projectinfo-nav ul li.kanryo_m {
	margin: 0;
	float: right;
}

.oshirase_kochira {
	text-align: right;
	margin-bottom: 0px;
}
.oshirase_kochira img{
 vertical-align:middle;
}
.thanks{
	text-align:center;
}

.inlineframewrap{
	overflow: scroll;
}

.stafthide{
	display: none;
}


.addtmpbtn a{
	display: inline-block;
	margin: 5px 0;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #E50012;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}

.addtmpbtn a:hover{
	opacity: 0.8;
}

.workproject{
	margin: 0 0 20px;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	background-color: #F7F7F7;
}

.workproject h1 {
	margin: 0 0 5px;
	padding: 3px 10px;
	background: #00AFD5;
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.workproject .workproject_inner {
	padding: 0 10px;
}

.workproject_header{
	/* margin: 0 0 10px; */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}


.workproject_title{
	color:#00AFD5;
	font-weight: bold;
	text-decoration: none;
}

.workproject_title:hover{
	text-decoration: underline;
}

.workproject_mes{
	margin: 0 10px 0 auto;
}

.workproject_koutei{
	margin: 0 10px 0 auto;
}

.workproject_repo{
	margin: 0 10px 0 0;
}

.workproject_mes+.workproject_repo{
	margin: 0 10px 0 0;
}

.workproject_state{
	margin: 0 0 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
}

.workproject_no{

}
.workproject_date{
	margin: 0 0 0 10px;
}

.workproject_icons{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 0 10px;
}


.workprogress{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	align-items: center;
}

.workprogress+.workprogress{
	margin: 15px 0 0 0;
}

.workprogress li{

}

.workprogress_date{
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	width: 100%;
}

.workprogress_num{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 6px;
	background-color: #717071;
	width: 40px;
	height: 40px;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.workprogress_num:hover{
	opacity: .7;
}

.active .workprogress_num{
	background-color: #E50012;
}

.workprogress_bar{
	position: relative;
	top: 2px;
	background-color: #DBDCDC;
	width: 100%;
	height: 10px;
}

#progress .workprogress_bar{
	/* top: -10px; */
}

.workprogress_name{
	display: block;
	width: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
}

/*21BBE7 */
.koutei_modal{
}
.koutei_modal .underboder{
	box-sizing: border-box;
	margin: 0 7px;
}
.koutei_modal_seach{
	display: -webkit-flex;
	display: flex;
	margin: 20px auto 10px;
	width: 700px;
	box-sizing: border-box;
}
.btn_koutei_modal_seach {
  text-align: center;
}
.btn_koutei_modal_seach input,
.koutei_modal_group input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
  background: #D32C25;
  color: #fff;
}
.koutei_modal_orange{
	padding: 5px 10px;
	margin: 0 5px 0 0;
	box-sizing: border-box;
	background: #21BBE7;
}
.koutei_modal_orange span{
	color: #fff;
}
.koutei_modal_date{
	margin: 0 15px 0 0;
}
.koutei_modal_free{
	width: 300px;
}
.koutei_modal_atn{
	margin: 10px auto 0;
	width: 700px;
	box-sizing: border-box;
	border: 1px solid #FF9800;
	text-align: center;
}
.koutei_modal_group{
	display: -webkit-flex;
	display: flex;
	margin: 10px auto 20px;
	width: 700px;
	box-sizing: border-box;
}

.koutei_modal_group .koutei_modal_orange{
	margin: 0 10px 0 0;
	width: 150px;
}
#koutei_modal_select{
	width: 300px;
  vertical-align: middle;
  margin-top: 8px;
  margin-right: 10px;
}
.koutei_modal_group input[type=button] {
  margin-top: 7px;
  margin: 0;
}
.koutei_modal_scroll{
	margin: 0 7px 5px;
	overflow-y: scroll;
	height: 150px;
	border: 1px solid #888;
}
.koutei_modal_list{
}

.koutei_modal_list li{
	padding: 5px 10px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.koutei_modal_yotei{
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	box-sizing: border-box;
	background: #21BBE7;
	height: 35px;
}
.koutei_modal_yotei span{
	color: #fff;
}
.koutei_modal_input{
	margin: 0 10px 0 5px;
	padding: 0;
	height: 35px;
}
.koutei_modal_checkbox{

}

.koutei_modal_addbtn{
	margin: 0 0 15px 15px;
}

.groupe_koutei_add{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}


.groupe_koutei_add .koutei_modal_orange{
	width: 180px;
}

.groupe_koutei_add input{
	width: 450px;
}

.groupe_koutei_list_title{
	margin: 0 auto 5px;
	width: 600px;
}

.groupe_koutei_list_scroll{
	overflow-y: scroll;
	margin: 0 auto;
	width: 600px;
	height: 200px;
	border: 1px solid #ccc;
}

.groupe_koutei_list li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	border-bottom : 1px solid #ccc;
}

.project-slist-list-user-wrap {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #eee;
}
.project-slist-list-staff-wrap {
  max-height: 400px;
  margin-bottom: 15px;
  overflow-y: scroll;
  border: 1px solid #eee;
}

.project_image {
	padding: 30px 20px;
}
.project_image .project_image_search {
	margin-bottom: 30px;
}
.project_image .project_image_search form {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.project_image .project_image_search .search_title {
	width: 15%;
	padding: 7px;
	background: #5BCEED;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.project_image .project_image_search .search_input {
	width: 33%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.project_image .project_image_search .search_input input {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.project_image .project_image_search .search_btn {
	padding-top: 4px;
}
.project_image .project_image_list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project_image .project_image_list:after,
.project_image .project_image_list:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
.project_image .project_image_list:before{
  order:1;
}
.project_image .project_image_list li {
	width: 25%;
	margin-bottom: 30px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.project_image .project_image_list li img {
	width: 100%;
}
.project_image .project_image_list a {
	text-decoration: none;
	color: #000;
}
.project_image .project_image_list .projectcard_name {
	color: #5BCEED;
}
#frm_uploadimage .dropify-wrapper {
	float: left;
  height: 100px;
  width: 18%;
  padding: 9px;
	margin: 3px;
}
.project_image .switch_list {
	float: right;
}
.project_image .switch_list p {
	float: left;
	margin-right: 10px;
	font-size: 16px;
}
.project_image .switch_list a {
	color: #5BCCED;
}
.project_image .project_image_detail .update_date {
	display: block;
	text-align: right;
	font-size: 12px;
}
.project_image .project_image_detail .image_title {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 30px;
	background: #5BCCED;
	border-radius: 5px;
	color: #fff;

}
.project_image .project_image_detail .image_project_name {
	display: block;
	margin-bottom: 5px;
	color: #5BCCED;
}
.project_image .project_image_detail .image_project_code {
	margin-bottom: 30px;
}
.project_image .project_image_detail .icon {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project_image .project_image_detail .icon:after,
.project_image .project_image_detail .icon:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
.project_image .project_image_detail .icon:before{
  order:1;
}
.project_image .project_image_detail .icon li {
	width: 25%;
	margin-bottom: 30px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.project_image .project_image_detail .list li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.project_image .project_image_detail .list li p {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.project_image .project_image_detail .list li .image_src {
	position: relative;
	width: 30%;
}
.project_image .project_image_detail .list li .update_date {
	position: absolute;
	left: 99%;
	top: 10px;
	width: 200px;
}
.project_image .project_image_detail .list li .image_src img {
	width: 100%;
}
.project_image .project_image_detail .list li .image_name {
	width: 60%;
}
.project_image .project_image_detail .list li .delete_btn {
	width: 10%;
}
.project_image .project_image_detail .image_src {
	text-align: center;
}
.project_image .project_image_detail .icon .link_image img {
	width: 100%;
	min-width: ;
}
.project_image .project_image_detail .image_name {
  word-break : break-all;
}

.btn_back {
	float: left;
	padding: 3px 30px;
	border-radius: 5px;
	background: #5BCCED;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
