@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
img {
	border-width: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
br {
	letter-spacing: normal;
}
ul li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	color: #040000;
	font-size: 14px;
	font-family: 'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
a{
	color: #040000;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.b{
	font-weight: 800;
}
.thin{
	font-weight: 500;
}
.red{
	color: red;
}
.in_red{
	color: red;
	margin-bottom: 10px;
}
.red_left{
	color: red;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.err_mess{
	width: 90%;
	color: red;
	text-align: center;
	margin: 35px auto 15px auto;
}
.img_size{
	width: 100%;
}
.nav_img_size{
	width: 70%;
}
.sp{
	display: none;
}
input,select{
	vertical-align: middle;
	padding: 5px 1%;
}
.chk{
	width: 15px;
	height: 15px;
}
.clear{
	clear: both;
}
#warp{
	width: 100%;
	padding-left: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#warp_mainte{
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.head_info{
	width: 96%;
	background-color: #00377B;
	margin: 0 auto;
	padding: 10px 2%;
}
.head_info .head_left{
	font-size: 120%;
	float: left;
}
.head_info .head_left a{
	color: #fff;
}
.head_info .head_right{
	float: right;
}
.head_info .head_right p{
	height: 25px;
	font-size: 90%;
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.head_info .head_right p a{
	width: 100%;
	height: 100%;
	line-height: 25px;
	padding: 10px;
}
header{
	width: 100%;
}

.img_head_logo{
	height: 25px;
}

.main_left_img_box_left{
	width: 49%;
	line-height: 0;
	float: left;
	margin-right: 1%;
}
.main_left_img_box_right{
	width: 49%;
	line-height: 0;
	float: right;
	margin-left: 1%;
}
#main{
	width: 100%;
}
h2{
	width: 78%;
	color: #fff;
	font-size: 100%;
	text-align: left;
	background-color: #00377B;
	margin: 10px auto 15px auto;
	padding: 5px 1%;
}
/*footer*/
#footer{
	text-align: center;
}
#footer p{
	font-size: 80%;
	padding: 5px 0;
}
.foot_bar{
	color: #fff;
	font-size: 210%;
	letter-spacing: 0.2em;
	background-color: #00377B;
	padding: 50px 0;
}

/*ハンバーガーメニュー*/
#menuList {
	width: 100%;
	height: 91px;
	/*border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;*/
	position: relative;
	z-index: 10;
	background: #000;
	margin-bottom: 30px;
}
#menuList ul {
	width: 1200px;
	height: 45px;
	text-align: left;
	margin: 0 auto;
}
#menuList ul li {
	width: 200px;
	height: 45px;
	font-size: 120%;
	line-height: 45px;
	float: left;
	border-left: #fff 1px solid;
	box-sizing: border-box;
	*width: 239px;
	*padding-top: 3px;
	padding-top: 3px\9;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #menuList ul li {
	padding-top: 3px;
  } /* IE11 */
}
#menuList ul li a{
	color: #fff;
}
#menuList ul li a:hover{
	background-color: #525252;
	*margin-top: -3px;
	margin-top: -3px\9;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #menuList ul li a:hover{
	margin-top: -3px;
  } /* IE11 */
}
/*ie7対応*/
.last_menu{
	border-right: #fff 1px solid;
	*width: 238px!important;
	*border-right: #fff 1px solid;
	width: 238px\9!important;
	border-right: #fff 1px solid\9;
}
.bb{
	border-bottom: #fff 1px solid;
}
#menuList ul li a {
	height: 45px;
	font-size: 95%;
	font-weight: 500;
	line-height: 45px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}
#menuList ul li:hover > a {
	background: #fff;
}

@media only screen and (max-width: 800px) {
	#menuList ul {
		width: 100%;
	}
	#menuList ul li {
		width: 20%;
	}
}
@media only screen and (max-width: 768px) {
	
	header {
		position: fixed;
		/* height: 45px; */
		z-index: 99;
	}
	h1{
		width: 90%;
		font-size: 150%;
		line-height: 0;
		text-align: left;
		padding: 0 0 0 10px;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	h2{
		margin: 20px auto 10px auto;
	}
	#menuList {
		display: none;
	}
	#rwdMenuWrap {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}
	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: #aaa 1px solid;
		position: relative;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #00377B;
		position: absolute;
		border-radius: 5px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}
	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}
	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #fff;
		position: relative;
	}
	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #00377B;
		border-right: 2px solid #00377B;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.logo_size{
		width: 65%;
	}
}
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {
	clear: both;
}
#menuList > ul {
	*zoom: 1;
}
/*ハンバーガーメニュー　ここまで*/

/*login.php*/
/*login.php*/
#bg{
	z-index: -1;
	position:fixed;
}
#log_box{
	width: 600px;
	background-color: #fff;
	background: rgba(255,255,255,0.5); /* RGBを10進数(0～255)で指定、不透明度を0～1.0で指定 */
	margin: 60px auto 35px auto;
	padding: 20px 15px;
}
#log_box p.mess{
	border: 1px solid #dd6666;
	color: #cc0000;
	padding: 10px;
	margin-bottom: 15px;
}
.login_title{
	color: #202223;
	font-size: 140%;
	font-weight: 800;
	text-align: center;
	margin-bottom: 15px;
}
.login_text{
	color: #000;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px;
}
#log_box .log_table {
	width: 100%;
	margin: 0 auto 5px auto;
}
#log_box .log_table th {
	width: 23%;
	color: #000;
	text-align: right;
	vertical-align: middle;
}
#log_box .log_table th .war {
	color: #cc0000;
}
#log_box .log_table td {
	width: 57%;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 7px;
}
#log_box .log_table .login_in {
	text-align: left;
}
#log_box .log_table td.butt {
	padding: 5px 7px;
}
#log_box .log_table td p.cap {
	color: #0088cc;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
	margin-bottom: -3px;
}
#log_box .log_table td .cap {
	color: #0088cc;
	font-size: 11px;
}
#log_box .log_table td .war {
	color: #cc0000;
	font-size: 11px;
}
#log_box .log_table td a.image {
	display: block;
}
#log_box .login_waku{
	width: 75%;
	height: 20px;
	margin: 10px 0 5px 0;
}
.login_in input{
	display: none;
}
.login_in label{
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
	margin-left: 5%;
	padding: 2px 1% 5px 1%;
}
.login_in label:before{
	position: absolute;
	content: "";
	top: 1px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 50%;
}
.login_in input[type="checkbox"]:checked + label:after {
	position: absolute;
	content: "";
	top: 7px;
	left: -14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2d472c;
}
#cont_button{
	text-align: center;
	margin-bottom: 25px;
}
.login_btn{
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	background-color: #292929;
	border: none;
	display: inline-block;
	cursor: pointer;	
	margin-bottom: 10px;
	padding: 8px 5%;
}
/*pass_forget*/
.forget_box {
	width: 70%;
	margin: 0 auto;
}
/*pass_forgetここまで*/

/*pass_edit.php*/
.password_box{
	width: 70%;
    margin: 20px auto;
    padding: 10px;
    border: #ccc solid;
}
.password_box p.mess{
	border: 1px solid #dd6666;
	color: #cc0000;
	padding: 10px;
	margin-bottom: 15px;
}
.password_box .pass_msg{
	font-size: 12px;
    background: #e7e7e7;
    padding: 5px;
}
.pass_inputbox{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.password_box .pass_waku{
    width: 60%;
    height: 20px;
    margin: 10px 0 15px 0;
}
.pass_btn {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    background-color: #292929;
    border: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 8px 5%;
}
/*pass_edit.php*/

/*maintenance.php*/
.maintenance_box{
	width: 70%;
    margin: 20px auto;
    padding: 10px;
    border: #ccc solid;
}
.maintenance_box .pass_msg{
	font-size: 20px;
    background: #e7e7e7;
    padding: 8px 5px;
}
.maintenance_box div{
    padding: 8px 5px;
}
/*maintenance.phpここまで*/

/*index.php*/
.main_menu_btn{
	width: 100%;
	text-align: center;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	letter-spacing: -4em; */
}
.main_menu_btn li{
	width: 46%;
	color: #fff;
	letter-spacing: normal;
	/* display: inline-block; */
	background-color: #00377B;
	margin: 30px auto;
}
.main_menu_btn li a{
	width: 100%;
	color: #fff;
	display: block;
	padding: 2% 0;
}


/*リスト*/
.row-head{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.row-head th,
.row-head td{
	color: #333;
	border: 1px solid #000;  
	padding: 8px;
}
.row-head th{
	color: #fff;
	background: #666;
}
.row-head .th_s{
	width: 10%;
}
.row-head .t1{
	width: 30%;
}
.row-head .left{
	text-align: left;
}
.row-head label {
	line-height: 34px;
	margin: 0;
}
.bt-area a{
	margin: 0 10px;
}
.bt-area span{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size: 15px;
	padding: 5px 1em;
	line-height: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}
.page_box{
	width: 80%;
	margin: 15px auto 0 auto;
}
#page_list{
	float: right;
}
.no_link{
	width: 30px;
	display: inline-block;
}
.now_page{
	width: 30px;
	display: inline-block;
}
.now_link a{
	width: 30px;
	display: inline-block;
	color: #00377B;
	border: 1px #00377B solid;
	padding: 5px 0;
}

/*edit.php*/
.edit_table{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.edit_table th{
	width: 18%;
	color: #fff;
	text-align: left;
	background: #666;
	border: 1px solid #000;
	padding: 10px 1%;
}
.edit_table td{
	width: 78%;
	color: #333;
	text-align: left;
	border: 1px solid #000;
	padding: 10px 1%;
}

.inner_table_box{
	width: 100%;
	display: flex;
}
.inc_dec_btn{
	width: 15%;
	margin: auto;
}
.inc_dec_table{
	width: 80%;
}
.inner_table{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto 0 0;
}
.inner_table th{
	width: 40%;
	color: #fff;
	text-align: left;
	background: #a3a3a3;
	border: 1px solid #000;
	padding: 10px 1%;
}
.inner_table td{
	width: 56%;
	color: #333;
	text-align: left;
	border: 1px solid #000;
	padding: 10px 1%;
}
.red_s{
	color: #F8EC03;
	font-size: 80%;
}
.ra_type_title{
	font-size: 17px;
	margin-bottom: 15px;
}
.th_box{
	font-size: 0;
	letter-spacing: -4em;
}
.th_box li{
	width: 92%;
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
}
.last_bd{
	border-bottom: 1px #ddd solid;
}
.th_box .th_title{
	width: 8%;
}
.th_box .th_text img{
	width: 2%;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 2%;
}
.se_waku{
	padding: 5px 0;
}
.add_sp{
	margin-bottom: 30px;
}
.add_sp:last-child{
	margin-bottom: 0px;
}
.search_elm{
	font-size: 0;
	letter-spacing: -4em;
	margin-top: 30px;
}
.search_elm li{
	width: 50%;
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.search_list{
	width: 100%;
}
.search_list caption{
    color: #fff;
	font-size: 110%;
	font-weight: 800;
    background: #000;
	margin-bottom: 15px;
    padding: 5px;
}
.search_list td{
	text-align: left;
	padding-bottom: 10px;
}
#ent_res{
	display: none;
}
#resp_table tbody{
	display: block;
	max-height: 100%;
	height: auto !important; /* IE6 max-height対応 */
	height: 100%;	/* IE6 max-height対応 */
	overflow-x: hidden; /* 横スクロール非表示 */
	overflow-y: scroll; /* 縦スクロール */
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}



/*pass_out.php*/
.search_box{
	border: 1px #ccc solid;
	margin: 20px 0;
}
.search_box .search_title{
	color: #fff;
	background-color: #000;
	padding: 5px;
}
.search_box .search_list{
	font-size: 0;
	letter-spacing: -4em;
	padding: 2%;
}
.search_box .search_list li{
	width: 50%;
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	margin-bottom: 10px;
}
.search_box .submit_btn{
	margin-bottom: 2%;
}
.pass_box{
	font-size: 0;
	letter-spacing: -4em;
}
.pass_box li{
	width: 48%;
	font-size: 13px;
	letter-spacing: normal;
	display: inline-block;
	padding: 0 1%;
}
.deli_box{
	width: 100%;
	height: 100px;
}

/*sort*/
.att_red{
	width: 80%;
	color: red;
	text-align: left;
	margin: 0 auto 10px auto;
}
.sort_table{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;	
}
.sort_table th{
	color: #fff;
	text-align: center;
	background: #666;
	border: 1px solid #000;
	padding: 10px 1%;
}
.sort_table td{
	color: #333;
	text-align: left;
	border: 1px solid #000;
	padding: 10px 1%;
}
.sort_table .rank{
	text-align: center;
}
#sortable td{
	cursor: move;
}


@media only screen and (max-width: 768px) {
	.row-head {
		width: 96%;
	}
	.soto{
		width: 62%;
	}
	.row-head thead {
		display: none;
	}
	.row-head tr,
	.row-head td {
		display: block;
		width: auto;
	}
	.row-head tr {
		border: 1px solid #dbe1e8;
		border-radius: 5px;
		box-shadow: 3px 3px rgba(0, 0, 0, .1);
		margin-bottom: 20px;
		padding: 8px 8px 0;
	}
	.row-head #sortable tr{
		border: 1px solid #dbe1e8;
		box-shadow: 3px 3px rgba(0, 0, 0, .1);
	}
	.row-head td {
		font-size: 90%;
		border: none;
		border-bottom: 1px solid #dbe1e8;
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	.row-head #sortable td{
		border-bottom: 0;
	}
	.row-head td:last-child {
		border-bottom: none;
	}
	.row-head td::before {
		color: #505050;
		font-size: 110%;
		content: attr(aria-label);
		display: inline-block;
		font-weight: bold;
		float: left;
		text-align: left;
		padding-right: 20px;
		white-space: nowrap;
	}

	.row-head td.bt-area::before {
		display: none;
	}
	.row-head td.bt-area a {
		-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
		box-shadow: inset 0px 1px 0px 0px #ffffff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
		background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
		background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
		background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
		background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
		background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
		background-color: #ededed;
		border-radius: 5px;
		color: #333;
		display: inline-block;
		flex: 1;
		height: 40px;
		margin: 0 2px;
		overflow: hidden;
		width: auto;
	}
	.row-head td.bt-area a::before {
		align-items: center;
		content: attr(aria-label);
		display: flex;
		font-size: 14px;
		height: 100%;
		justify-content: center;
		line-height: 40px;
		width: 100%;
	}

	.row-head.header-check tr {
		padding-left: 40px;
		position: relative;
	}
	.row-head.header-check td:first-child {
		align-items: center;
		background: #fff;
		border-right: 1px solid #dbe1e8;
		border-bottom: none;
		bottom: 0;
		display: flex;
		justify-content: center;
		left: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 40px;
	}
	.row-head.header-check td:first-child::before {
		display: none;
	}
	.bk_cl{
		background-color: #F9F4BC;
	}
}


/*inquiry.php*/
.btn_sp{
	margin-top: 20px;
}
.btn_sp li{
	display: inline-block;
	margin: 0 10px;
}
.btn_sp li input{
	font-weight: 800;
}
.chk{
	width: 15px;
	height: 15px;
}
.del_sp{
	margin: 10px 0;
}
.res_img_size{
	width: 200px;
}
input[type="text"][disabled]{
	cursor: auto;
}
input[type="text"][disabled]:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
input[type="submit"]:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.datepicker{
	font-family: initial;
	border: 1px #040000 solid;
	padding: 5px 1%;
}
.waku{
	width: 100%;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 98%;
	_width: 98%;
}
.waku_2{
	width: 100%;
	height: 250px;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 98%;
	_width: 98%;
}
.waku_3{
	width: 100%;
	height: 100px;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 98%;
	_width: 98%;
}
.waku_ss{
	width: 7%;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 1%;
	*width: 5%;
	_width: 5%;
}
.waku_s{
	width: 10%;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 8%;
	_width: 8%;
}
.waku_m{
	width: 30%;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 8%;
	_width: 8%;
}
.waku_mm{
	width: 70%;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 8%;
	_width: 8%;
}
.waku_l{
	width: 80%;
	height: 100px;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 8%;
	_width: 8%;
}
.datepicker_in{
	width: 20%;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 18%;
	_width: 18%;
}
.submit_btn{
	width: 100px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #08348B;
	border: none;
	margin: 20px auto 0 auto;
	padding: 5px 10px;
}
.new_btn{
	width: 80%;
	text-align: left;
	margin: 0 auto 15px auto;
}
.edit_btn{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size: 15px;
	padding: 5px 1em;
    line-height: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}
.button-link{
	width: 100px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #08348B;
	border: none;
	margin: 20px auto 0 auto;
	padding: 5px 10px;
}
.button-del{
	width: 100px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: red;
	border: none;
	margin: 20px auto 0 auto;
	padding: 5px 10px;
}
.ent_left{
	margin-left: 7px;
}
.button-hide{
	width: 30px;
	height: 30px;
    color: #fff;
	font-weight: 800;
	text-align: center;
    line-height: 30px;
	cursor: pointer;
	background-color: #000;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.cont_c_mess{
	color: red;
	margin-bottom: 10px;
}
.cont_p_mess{
	color: red;
	margin-bottom: 5px;
}
.cont_mess{
	margin-bottom: 10px;
}


/*err*/
.att_text{
	line-height: 170%;
	margin-top: 100px;
}
.att_text a{
	text-decoration: underline;
}


/*work_list.php*/
.main{
	width: 78%;
	margin: 0 auto 15px auto;
	padding: 5px 1%;
}
.left_justified{
	text-align: left;
}
.side {
	width: 100%;
}
.side li{
	width: auto;
	display: inline-block;
}
.t_head li, .t_body li{
	padding: 0.5em;
	border: solid 1px #000;
}
.t_head li input, .t_body li input{
	width: 100%;
}
.t_head .child1, .t_body .child1{
	width: 10%;
}
.t_head .child2, .t_body .child2{
	width: 60%;
}
.t_head .child3, .t_body .child3{
	width: 10%;
}

table.sub_table{
	width: auto;
	table-layout:fixed;
}
table.sub_table{
	border-collapse: collapse;
}
table.sub_table th, table.sub_table td{
	border: solid 1.5px #333;
	width: auto;
	padding: 0.5em 1em;
}
table.sub_table th{
	color: #ffffff;
	background: #0081b8;
}
table.sub_table td{
	font-weight: normal;
}
table.sub_table td:nth-of-type(2){
	text-align: left;
}

button.inc {
	margin: 1em;
  display: inline-block;
  text-decoration: none;
	background: #00377B;
	font-size: large;
	font-weight: bold;
  color: #FFF;
  width: 40px;
  height: 40px;
	line-height: 40px;
	border: solid 1px #00377B;
	border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .2s;
}
button.inc:hover {
	border: solid 1px #ff7375;
	background: #ff7375;
	color: #ffffff;
	border: 1px solid #ffffff;
}

button.dec {
	margin: 0em 0.5em;
  display: inline-block;
  text-decoration: none;
  color: #000;
	border: solid 1px #0081b8;
  text-align: center;
  overflow: hidden;
  transition: .2s;
}
button.dec:hover {
	border: solid 1px #0081b8;
	background: #0081b8;
}


/*モーダルウィンドウ*/
.modal-content {
	width: 50%;
	margin: 0;
	padding: 10px 20px;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0, 0.75);
}


/*検索部分*/
.soto_title{
	color: #fff;
	font-size: 110%;
	background-color: #000;
	margin-bottom: 20px;
	padding: 10px 2%;
}
.shop_soto{
	width: 80%;
	text-align: center;
	border: 1px #000 solid;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
}
.shop_soto ul{
	text-align: center;
	margin-top: 25px;
}
.shop_soto li{
	font-size: 110%;
	font-weight: 800;
	display: inline-block;
	padding: 0 1%;
}
.shop_soto span{
	margin-right: 15px;
}
.score_soto{
	width: 90%;
	text-align: left;
	padding: 0 5% 20px 5%;
}
.lsize{
	text-align: left;
}
.lsize div{
	margin-bottom: 20px;
}
.sort_waku{
	width: 150px;
	padding: 5px 1%;
}
.sort_waku_l{
	width: 300px;
	padding: 5px 1%;
}
.soto_btn{
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #2A87D4;
	border: none;
	padding: 5px 45px;
	margin-top: 10px;
}
.soto_btn:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.clear_btn{
	color: #2A87D4;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #2A87D4;
    padding: 4px 45px;
	margin-top: 10px;
}
.search_item{
	display: inline-block;
	margin: 5px;
}
/*検索部分ここまで*/

/*サイドメニューcss*/
#side_menu{
	background-color: #b2d1f5;
    left: 0;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 100;
	height: 100%;
}
.inner_side{
	overflow: scroll;
    overflow-x: hidden;
    width: 230px;
    /* position: absolute; */
    height: 100%;
    margin: 0 auto;
}
.ctl_header{
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #003879;
}
.ctl_img{
	width: 80%;
}
.profile_info{
	background: #1c2c3e;
    padding: 8px;
    color: #fff;
	font-size: 12px;
}
.profile_info span{
	font-size: 130%;
}
.menu__item {
  background: #3b7ecd;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.menu__item__link {
  color: #fff;
  display: block;
  padding: 1rem;
}
 
.submenu {
  background: #fff;
  display: none;
}
.submenu__item a{
	border-bottom: 1px solid #3b7ecd;
    color: #333;
    padding: 1rem;
    background: #b2d1f5;
	display: block;
}
.logout_btn{
	font-size: 90%;
	background-color: #fff;
	padding: 8px 15px;
    margin: 10px;
    display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*サイドメニューcssここまで*/

/*analyze_skills.php*/
.item-column{
	display: flex;
}
.item-row{
	width: 100%;
}
.item_box{
	/*width: 40%;*/
	display: block;
	margin: 15px;
	border: 2px solid #3b7ecd;
}
.first_step{
	min-height: 170px;
}
.first_step{
	min-height: 170px;
}
.item-row-right{
	width: 60%;
}
.inner_box{
	padding: 5px;
}
.title_bar{
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #8aa6c5;
}
.content_box{
	padding: 10px;
}
.content_box label{
	padding: 5px;
	margin-left: 5px;
}
.score-table{
	width: 100%;
    min-width: 270px;
	font-size: 70%;
}
.score-table th{
	padding: 3px 8px;
}

.score-table td{
	padding: 3px 8px;
	text-align: left;
}

#skill_form select{
	margin: 5px 15px 5px 0px;
    min-width: 200px;
	max-width: 200px;
}
.search_btn_box{
	display: block;
	margin: 5px;
}

.wrap-chart {
    width: 400px;
    height: 400px;
}
.view_box .score-table{
	width: 100%;
    min-width: 200px;
	font-size: 70%;
}
/*analyze_skills.phpここまで*/

/*analyze_skills_regular2.php*/
.main-analyse{
	min-width: 900px;
}
.item-regular-left{
	width: 60%;
}
.item-regular-right{
	width: 40%;
}
.content-column{
	display: flex;
}
.header_box{
	display: flex;
	justify-content: center;
    align-items: center;
	height: 150px;
}
.sheet_select_box{
	width: 60%;
	padding: 3px;
	text-align: left;
}
.sheet_select_box select{
	width: 92%;
	min-width: 250px;
	margin: 5px 10px;
}
.sheet_item{
	display: flex;
}
.header_achievement{
	width: 40%;
    margin-left: 10px;
    background: #3b7ecd1c;
    margin-bottom: 10px;
}
.score-list{
	width: 100%;
    min-width: 333px;
	font-size: 85%;
}
.score-list p{
	padding: 5px 8px;
}

.score-list div{
	padding: 5px 8px;
	text-align: left;
}
.score-list div span{
	float: right;
	padding: 0 23px;
}
.all_rate{
	font-size: 200%;
	padding: 15px;
}
.all_rate p{
	line-height: initial;
}
.all_rate span{
	font-size: 230%;
}
.header_title{
	padding: 3px 8px;
	border-top: 4px solid #3b7ecd;
}
.title_box{
	padding: 3px 15px;
    background: #186ed35e;
    color: #180536;
    text-align: left;
    margin-bottom: 5px;
}
.attr_achieve_box{
	display: flex;
	flex-wrap: wrap;
}
.attr_achieve{
	width: 33.3%;
	text-align: center;
	margin-bottom: 8px;
}
.attr_achieve_data{
	padding: 8px;
	font-size: 250%;
}
.attr_achieve_data p{
	line-height: initial;
}
input[type=checkbox].input-area {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}
.all_check{
	float: left;
	height: 21px;
    line-height: 21px;
}
.map_chart{
	width: 40%;
}
.check_non_sp{
	display: inline-block;
}
.score-list ul li:not(:last-child){ 
	border-bottom: 1px solid;
}
.learn_text{
	padding: 0;
	display: inline-block;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	text-align: left;
}

.attr_toggle{
	display: none;
	position: relative;
}
.nav-open{
	padding: 8px;
    color: #fff;
    font-size: 14px;
    background: #2073c8;
    position: relative;
    width: 45%;
	margin: 0 0 5px;
}

.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 開いている時 */
	content: "－";
}
.score-list ul{ display: none; }
.item_open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
    right: 5px;
    font-size: 14px;
    /* font-weight: 800; */
    color: #fff;
    background: #20a0c8;
    padding: 0 3px;
}
.item_open.item_active::before{/* 開いている時 */
	content: "－";
}
/*analyze_skills_regular2.phpここまで*/


/**********スマホ**********/
@media screen and (max-width: 768px) {
	/*ページ大枠*/
	body{
		font-size: 14px;
	}
	/*iphoneの丸み無くす*/
	input[type="button"],input[type="text"],input[type="password"],input[type="submit"],textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.is-fixed {
		position: fixed!important;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
	}
	.err_mess{
		width: 90%;
		color: red;
		text-align: center;
		margin: 35px auto 15px auto;
	}
	.sp{
		display: block;
	}
	.hb_box{
		height: 45px;
		background: #00377B;
	}
	.logo_sp{
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	.logo_sp img{
		height: 35px;
		margin-top: 5px;
	}
	#warp{
		padding-left: 0;
	}
	.container{
		padding-top: 50px;
	}
	#side_menu{
		display: none;
	}
	.password_box {
		width: 80%;
	}
	.password_box .pass_waku {
		width: 80%;
	}
	#footer{
		margin-top: 50px;
	}
	
	/*login.php*/
	#log_box{
		width: 90%;
		margin: 0 auto 15px auto;
		padding: 20px 5%;
	}
	#log_box .log_table th {
		width: 98%;
		text-align: left;
		display: block;
		padding: 0 1%;
	}
	#log_box .log_table th .war {
		color: #cc0000;
	}
	#log_box .log_table td {
		width: 98%;
		display: block;
		padding: 0 1%;
	}
	#log_box .log_table .login_in{
		margin: 10px 0 20px 0;
	}
	#log_box .login_waku{
		width: 100%;
		height: 20px;
		margin: 10px 0 5px 0;
	}
	#log_box .login_text span{
		display: block;
	}
	
	/*maintenance.php*/
	.maintenance_box{
		width: 80%;
	}
	.maintenance_box .pass_msg{
		font-size: 16px;
	}
	
	/*index.php*/
	.main_logo{
		margin: 15px auto 50px auto;
	}
	.main_logo img{
		width: 40%;
	}
	.navi_list{
		width: 55%;
		margin: 0 atuo;
	}
	.navi_list li{
		width: 45%;
		margin-right: 5%;
	}
	.navi_list li:nth-child(2n) {
		margin-right: 0;
	}
	h2{
		width: 94%;
	}
	
	/*edit.php*/
	.new_btn{
		width: 96%;
		margin: 15px auto;
	}
	.edit_table{
		width: 96%;
		margin: 0 auto;
	}
	.edit_table th{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.edit_table td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.inner_table{
		width: 70%;
		margin: 0 auto;
	}
	.inner_table th{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.inner_table td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	
	/*inquiry.php*/
	.in_form{
		width: 100%;
	}
	.in_form_ask{
		font-size: 110%;
		margin: 15px 0;
	}
	.in_form_ask .sp_br{
		font-size: 95%;
		display: block;
	}
	.in_form_ask .sp_br a{
		color: #08348B;
		text-decoration: underline;
	}
	.in_title{
		font-size: 110%;
	}
	.del_sp{
		font-size: 120%;
		margin: 20px 0;
	}
	.edit_table .sp_teal{
		text-align: center;
	}
	.res_img_size{
		width: 50%;
	}
	.datepicker{
		font-size: 110%;
		padding: 2%;
	}
	.waku{
		font-size: 110%;
		padding: 2%;
	}
	.waku_2{
		font-size: 110%;
		height: 250px;
		padding: 2%;
	}
	.waku_3{
		font-size: 110%;
		padding: 2%;	
	}
	.waku_s{
		font-size: 110%;
		padding: 2%;
	}
	.chk{
		width: 18px;
		height: 18px;
	}
	.agree_sp{
		margin-top: 5px;
	}
	.submit_btn{
		width: 150px;
		padding: 7px 10px;
	}
	.cont_mess{
		width: 80%;
		margin: 0 auto 10px auto;
	}
	
	/*sort*/
	.sort_table{
		width: 70%;
	}
	.sort_table th{
		padding: 20px 1%;
	}
	.sort_table td{
		padding: 20px 1%;
	}
	
	/*err*/
	.att_text{
		width: 80%;
		margin: 30px auto 0 auto;
	}

	/*work_list.php*/
	div.wrapper{
		width: 94%;
	}
	div.wrapper h3{
		font-size: 14px;
		width: 5em;
		padding: 0.5em 0em;
	}
	h2.emp{
		width: 40%;
	}
	/*analyze_skills.php*/
	.main-analyse{
		padding-top: 50px;
		min-width: auto;
	}
	.item-column {
		display: flex;
		flex-direction: column;
	}
	table.score-table {
		width: 100%;
	}
	.first_step{
		min-height: auto;
	}
	.item_box_sp{
		display: none;
	}
	.item-row-right{
		width: 100%;
	}
	.view_column {
		display: flex;
		flex-direction: row;
	}
	/*analyze_skills_regular2.php*/
	.item-regular-right, .item-regular-left{
		width: 100%;
	}
	.score-list {
		min-width: auto;
	}
	.sheet_select_box select {
		min-width: 170px;
	}
	.all_rate {
		font-size: 130%;
	}
	.all_rate span{
		font-size: 250%;
	}
	.attr_achieve_data {
		font-size: 200%;
	}
	.check_non_sp{
		display: none;
	}
}
@media (max-width: 700px) {
    .content-column {
		flex-direction: column;
	}
	.map_chart{
		width: 95%;
	}
}
@media (max-width: 580px) {
	/*pass_forget*/
	.forget_box {
		width: 100%;
		margin: 0 auto;
	}
	/*pass_forgetここまで*/
	.view_column {
		display: flex;
		flex-direction: column;
		padding-top: 50px;
	}
    .wrap-chart {
		width: 100%;
		height: 450px;
	}
	.soto_sp{
		margin: 5px 20px;
	}
}
@media (max-width: 380px) {
    .wrap-chart {
        height: 400px;
    }
}

/* お知らせ用*/
.news-list {
	/*
	list-style: none outside;
	width: 70%;
	margin: 10px auto;
	padding: 0;
	*/
	width: 76%;
	margin: 20px auto;
	padding: 10px;
	border: #ccc solid;
}

.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 20px;
}

.news-list .item:first-child a {
	border-top: 1px solid #CCC;
}

.news-list .item .date {
	margin: 0;
	min-width: 120px;
	font-size: 16px;
	color: #999;
	padding: 0 20px 0 0;
}

.news-list .item .title {
	margin: 0;
	width: 100%;
}

.news-list .item a:hover .title {
	color: #00F;
}
.news-list .item .title span {
	margin-right: 5px;
	color: #fff;
    background-color: #dc3545;
	padding: 0.5% 1em;
	border-radius: 10rem;
}
.news-list .item .title_left{
	text-align: left;
}
.news-list .bookmark_list{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px;
}

.news_det_box{
	width: 78%;
	text-align: left;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 auto 10px auto;
	padding: 10px 1%;
}
.news_det_box .news_det_date{
	color: #807E7E;
	font-size: 13px;
}
.news_det_box .news_det_title{
	text-indent: -1em;
	padding-left: 1em;
}
.news_det_box .news_det_title span {
	margin-right: 5px;
	color: #fff;
    background-color: #dc3545;
	padding: 0.5% 1em;
	border-radius: 10rem;
}
.news_det_box .news_det_text{
	word-break: break-all;
	margin: 20px 0 0 0;
}
.news_det_box .news_det_text a{
	color: #3b7ecd;
	text-decoration: underline;
}
.news_back {
	margin-top: 20px;
	padding: 0;
}
.news_back a{
	width: 100px;
	color: #fff;
	display: block;
    padding: 8px 0;
}

@media screen and (max-width: 767px) {
	.news-list {
		width: 85%;
	}
	.news-list .item a {
		flex-wrap: wrap;
	}

	.news-list .item .date {
		min-width: 100px;
	}

	.news-list .item .title {
		margin-top: 10px;
	}
	.news-list .bookmark_list{
		white-space: normal;
		padding: 3px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-align: left;
	}
	#skill_graph iframe{
		width: 90%!important;
	}
	.item-column .view_box{
		width: 100%;
		display: block;
		margin: 0;
		border: none;
	}
	.item-column .content_view{
		width: 96%;
	}
	.item-column .content_view .header_box{
		height: auto;
	}
}

/*コメント機能*/
.comment_area{
	margin: 0px;
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    height: 10em;
    padding: 0.3em!important;
    border: 2px solid #ccc;
    border-radius: 5px!important;
	outline: none;
	font: inherit;
}
.comment_head3{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.comment_head3 th,
.comment_head3 td {
	color: #333;
	border: 1px solid #DDDDDD;
	padding: 8px;
}
.comment_head3 thead{
	background: #305496;
}
.comment_head3 th{
	color: #fff;
}
.comment_head3 tbody{
	background: #fff;
}
.comment_head3 tbody tr.clickable:hover td {
	background: #ecf2fa;
	cursor: pointer;
}
.comment_head3 .td_white{
	background: #fff;
}
.comment_img{
	float: right;
	width: 1em; 
}
/*テンプレートボタン*/
.comment_temp{
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	background: #2A87D4;
    float: right;
    border-radius: 5px;
	cursor: pointer;
}
/*テンプレートボタンここまで*/
.modal-content{
	width:50%;
	/*margin:1.5em auto 0;*/
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:1000;
	position:fixed;
	display: none;
}
.modal-content table{
	width: 100%;
}
.modal-content th{
	background: #305496;
	color: #fff;
	border: 1px solid #DDDDDD;
	padding: 8px;
}
.modal-content td {
	color: #333;
	border: 1px solid #DDDDDD;
	padding: 8px;
	text-align: left;
}

.button-link{
	color:#00f;
	/*text-decoration:underline;*/
}.comment_table{
	text-align: left;
}
.comment_table th{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.file_copy{
	color: #333;
    cursor: pointer;
    background-color: #b2d1f5;
    border: 1px solid #0162b0;
    padding: 3px 10px;
	margin-left: 10px; 
	display: block;
	font-family: 'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	font-weight: 800;
}
.comment_edit{
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
    padding: 10px;
    background: #ffdada;
    color: #cb0000;
    border: 1px solid #dd0000;
    border-radius: 5px;
}
.comment_delete{
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
    padding: 10px;
    background: #cb0000;
    color: #ffdada;
    border: 1px solid #dd0000;
    border-radius: 5px;
}
.edit_close{
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
    padding: 10px;
    background: #ffffff;
    color: #818181;
    border: 1px solid #818181;
    border-radius: 5px;
}
.com-close{
	display: inline-block;
	margin-top: 10px;
	/*color:#00f;
	text-decoration:underline;*/
	color: #fff;
	cursor: pointer;
	background-color: #000;
	border: 0;
	padding: 10px;
}


