@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
   min-width: 980px;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 1px; /*   font-family:Verdana, Helvetica, sans-serif; */;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*    font-size: 12px;*/
    font-size: 16px;
    color: #333;
    background: #fff;
}

br {
   letter-spacing:normal;
}

a {
/*    color: rgb(202, 39, 96);*/
    text-decoration: none;
    cursor: pointer;
    vertical-align: bottom;
}

a:hover {
/*   color:rgb(202, 39, 96);*/
   text-decoration:underline;
	opacity: 0.5 ;
}

a.none:hover, a.r:hover, a.nr:hover, a.c:hover{
	text-decoration:none;
}

a.r{
	color:rgb(202, 39, 96);
}

a.nr{
	color:#333333;
}

a.c{
	color:#333333;
}

img {
   border:0;
   vertical-align:middle;
}

h1,h2,h3 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.clearfix::after{
   content: "";
   clear: both;
   display: block;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	html {
	   min-width: 100%;
	}
	body{
		font-size: 16px;
	}
}
/* ========TEMPLATE LAYOUT======== */
#top {
    width: 100%;
    margin: 0;
}

#header {
	background-color: #d9d9d9;
	display: flex;
    flex-direction: row;
    align-items: flex-end;
	justify-content: center;
}

#menu {
   float:left;
}

#contents {
   background:#fff;
}

#main {
   display:inline;/* for IE6 */
/*   float:left;*/
/*   width:539px;*/
	width: 800px;
   padding:10px;
   background:#fff;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#header {
		justify-content: left;
		position: sticky;
		top: 0;
		z-index: 1;
		align-items: center;
	}
	#main {
	   width:90%;
	}
}

#main_wide {
    width: auto;
    background: #fff;
    display: flex;
    justify-content: center;
}

#pageTop {
   clear:both;
   background:#fff;
}

#footer {
   clear:both;
   background:#d9d9d9;
}

.red{
	color:#FF0000;
}

.red a{
	color:#FF0000;
}

.blue{
	color:#0000FF;
}

.blue a{
	color:#0000FF;
}

.grey{
	color:#999999;
}

.black{
	color:#000000;
}

.green{
	color:#06CC06;
}

.inline-block{
   display:inline-block;
}

.through-line{
    text-decoration: line-through;
}
/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:14px;
   float: left;
}

#header h1 a {
   color:#CE1153;
}

#header #pr p {
   margin:0;
   padding:10px;
   font-size:11px;
}

#header a.menu {
   color:#fff;
}

#header a.accountname{
	color: #333;
	vertical-align: middle;
}

#header a.accountname:hover{
	text-decoration: none;
}

#form_accoiunt{
	display: flex;
}
.accountname{
	cursor: pointer;
    border: none;
    background-color: transparent;
    margin-right: 10px;	
}

#header a.active_menu {
   color:#fff;
}

#header div#logo img{
	margin: 5px 10px;
}

#header div#sysname{

}

#logout_btn{
    padding: 2px 0;
    width: 120px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    background-color: #4B4B4B;
    border-radius: 0.5rem;
	border: 1px solid #4b4b4b;
}

#language{
	padding: 10px 10px 10px 25px;
	background: url(../images/earth.png) left center no-repeat;
	background-size: 20px;
}

.lang_on{
	color: #FFF;
	background-color: #4B4B4B;
	border-style: none;
}

.lang_change{
	padding: 2px 0;
	margin-right: 10px;
	width: 60px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
    border: solid 1px #000000;
}
#account_wrap{
	padding: 10px;
	display: flex;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
	#header h1 {
	   font-size:12px;
		margin-right: 40px;
	}
	#header h1 img{
		width: 100%;
	}
	.lang_dispnone{
		display: none;		
	}
	#account_wrap{
		display: none;
	}
	.lang_change{
		min-height: 30px;
		min-width: 100px;
		display: grid;
		place-items: center;
	}
	
	#lang_wrap_sp{
		display: flex;
		justify-content: center;
	}

	.lang_img{
		padding: 10px 10px 10px 25px;
		background: url(../images/earth.png) left center no-repeat;
		background-size: 20px;
	}
}



#accounticon{
	padding: 10px 0 10px 25px;
	background: url(../images/account.png) left center no-repeat;
	background-size: 20px;
}

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
    border-bottom: 1px #CE1153 solid;
    border-top: 1px #CE1153 solid;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    font-size: 11px;
}

#topicPath span{
    font-weight:bold;
    font-size: 13px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2, #main_wide h2 {
    margin-left: 5px;
    margin-bottom: 0;
    padding: 0;
	font-size: 12pt;
	margin: 0 0 0 5px;
}

#main h3, #main_wide h3 {
    margin-left:0px;
    margin-bottom:5px;
    padding:5px;
    font-size:16px;
    border-left:5px solid #CE1153;
    border-bottom:1px dotted #999;
}

#main dl{
	background-color: #f2f2f2;
	padding: 10px;
	margin-top: 0;
}

#main dt, #main_wide dt {
   margin-bottom:3px;
}

#main dt:not(:first-child){
	padding-top: 10px;
}

#main dd, #main_wide dd {
	margin: 3px;
	padding: 0 0 5px 15px;
    border-bottom: 1px solid #999999;
    word-break: break-all;
}



#main table, #main_wide table {
    width:100%;
    border-collapse:collapse;
}

#main table th, #main_wide table th {
    padding:5px;
    font-size:12px;
    text-align:left;
    border:1px solid #FFF;
    background: #E0E0E0;
}

#main table th:nth-of-type(3){
	width: 15%;
} 

#main table th:nth-of-type(4){
	width: 10%;
} 

#main table td, #main_wide table td {
   padding:5px;
   font-size:15px;
   text-align:left;
   border:1px solid #aaa;
}

#main_wide table textarea{
    width:99%;
}

#main_wide table.noborder{
    
}

#main_wide table.noborder th{
    background-color: transparent;
    text-align: right;
}

#main_wide table tr.hover_tr td {
  background-color: #fef7f5;
}
#main_wide table tr.checked_tr td {
  background-color: #fef7f5;
}

div.prevLink{
    float:left;
    width:200px;
    text-align:left;
}
div.nextLink{
    float:right;
    width:200px;
    text-align:right;
}

.right_button{
   float: right;
   margin: 10px 0 0 0;
}

.fl_right{
    float: right;
}

.breadcrumb{
   float: left;
}

.center{
   text-align:center;
}

.top_double_border{
   border-top: 3px double #aaa;
}

.bottom_double_border{
   border-bottom: 3px double #aaa;
}

#main_wide table.list {
    width: 100%;
    margin-top: 10px;
}

#main_wide table.entry{
   width: auto;
   margin-left: auto;
   margin-right: auto;
}

#main_wide table.noborder, #main_wide table.noborder{
    width: 450px;
    border: 0px none;
    margin: 10px auto;
}

#main_wide table.noborder th, #main_wide table.noborder td{
    border:0px;
}

#main_wide td.name{
   padding-right: 10px;
}

#main_wide input.name{
   width: 100%;
}

@media screen and (min-width:481px) {
	/* 481px以上に適用されるCSS（PC用） */
	#cattitle{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#cattitle{
		border-style: none !important;
		padding: 0;
		margin: 0 0 0 5px;
		font-weight: normal;
	}
}
/* ========SIDEBAR CUSTOMIZE======== */
#side_menu a{
	display: block;
	color: #ffffff;
}
#side_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#side_menu li{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-style: none;
}

#side_mylist{
	background-color: #FF9F05;
	margin-top: 10px;
}

#side_licensekey{
    background-color: #00b44c;
}

#side_file{
	background-color: #00C8D8;
}

#side_softwaremanager{
    background-color: #f58fa9;
}

#side_settingmail{
	background-color: #97d7f0;
}

#side_account{
	background-color: #00B472;
}

#side_mylist,#side_file,#side_account,#side_licensekey,#side_settingmail,#side_softwaremanager{
	padding: 10px 0;
	background-position: 20px;
	background-size: 20px;
	text-align: center;
	color: #FFF;
	border-radius: 0.5rem;
	margin-bottom: 10px;
}

#side_category{
	background-color: #f2f2f2;
	padding: 0 10px 5px 10px;
	margin: 10px 0;
}

#side_category ul{
	background-color: #f2f2f2;
}

#side_category ul li{
	text-align: center;
}

#side_category ul li input{
	border: none;
	background : none;
    padding: 5px 0;
    width: 100%;
	cursor: pointer;
}

.category_top{
	margin:0 0 10px 0;
}
.category_top ul li{
	margin:0 0 10px 0;
}
#side_category ul li span{
	background-color: #ffffff;
	border: solid #000000 1px;
	display: block;
	margin-bottom: 10px;
}

#side_category ul li span:hover{
	background-color:#535fd2;
	color: #ffffff;
}

#side_category_01 li{
	background-color: #ffffff;
	border: solid #000000 1px;
	margin-left: 20px;
}

#side_category_01 li:hover{
	background-color:#535fd2;
	color: #ffffff;
}

#side_category_02 li:hover{
	background-color:#535fd2;
	color: #ffffff;
}

#side_category_01 li,#side_category_02 li{
	background-color: #ffffff;
	border: solid #000000 1px;
	margin-left: 20px;
}

.cat_select{
	background-color:#535fd2 !important;
	color: #ffffff !important;
}

@media screen and (min-width:481px) {
	/* 481px以上に適用されるCSS（PC用） */
	#side_menu{
		width: 220px;
	}
	.hamburger-menu{
		display: none;
	}
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#side_menu{
		display: none;
	}
	#btnwrap_sp{
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}

	#account_btn{
		padding: 10px;
		position: relative;
		display: inline-block;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #000;
		background-color: #FFFFFF;
		border-radius: 0.5rem;
		border: 1px solid #4b4b4b;
	}
	
	#logout_btn_sp{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 2px 20px;
		margin-left: 10px;
		width: 90px;
		position: relative;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #FFF;
		background-color: #4B4B4B;
		border-radius: 0.5rem;
		border: 1px solid #4b4b4b;
	}
	#category_title_sp{
		border-style: none;
		font-size: 15px;
		margin-top: 10px;
		font-weight: bold;
	}
	
	/* =================
	ハンバーガーボタンの実装
	================= */
	.hamburger-menu{
		position: relative;
		z-index: 5;
	}
	.menu-btn {
		position: fixed;
		top: 0;
		right: 0;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: d9d9d9;;
	}
	.menu-btn:hover {
		cursor: pointer;
	}
	/* 三本線の実装 */
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: "";
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #000;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	/* チェックボックスを非表示にする */
	#menu-btn-check {
		display: none;
	}

	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(
		255,
		255,
		255,
		0
		); /*メニューオープン時は真ん中の線を透明にする*/
	}

	/* メニューを開いている時はハンバーガーボタンが×になる */
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}	

	/* =================
	メニュー部分の実装
	================= */
	.menu-content {
		width: 80%;
		height: 100%;
		position: fixed;
		top: 0;
		border:1px solid #000;
		/* メニューを外に出しておく */
		left: 100%;
		z-index: 80;
		background-color: #fff;
		transition: all 0.5s; /*アニメーションを滑らかにする*/
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		
	}
	.menu-content ul {
		padding: 0;
		margin: 0;
	}
	.category_ul_chird li {
		border-bottom: solid 1px #d9d9d9;
	}
	.menu-content ul li {
		list-style: none;
	}
	.menu-content ul li div{
		padding: 0 0 0 20px;
	}
	.menu-content ul li div input {
		border: none;
		text-align: left;
		background: none;
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color: #000;
		text-decoration: none;
		padding: 9px 5px 5px 0;
		position: relative;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color: #000;
		text-decoration: none;
		padding: 9px 5px 5px 0;
		position: relative;
	}
	#category_ul_sp{
		padding: 0;
	}
	#category_ul_sp>li>div{
		border-bottom: solid 1px #d9d9d9;
	}
	.menu-content>ul>li>div{
		border-bottom: solid 5px #d9d9d9;
	}
	.category_ul_chird li div{
		    padding: 0 0 0 40px !important;		
	}
	#menu-btn-check:checked ~ .menu-content {
		left: 20%; /*メニューを画面内へ動かす*/
	}
	
	#menutitle_sp{
		font-size: 2em;
		margin: 10px 0 0 10px;
	}
	
	#menu-account_sp{
		background-color: #d9d9d9;
		padding:10px 10px 10px 10px;
	}
}


/* ========FOOTER CUSTOMIZE======== */
#seallink_wrap{
	display: flex;
	justify-content: center;
	padding-left: 50px;
}
#seal_wrap{
	width: 220px;
	font-size: small;
	margin-top: 20px;
}
#link_wrap{
	display: flex;
	justify-content: center;
}

#link_wrap ul{
	list-style: none;
	display: flex;
    width: 820px;
}

#link_wrap ul li{
	margin-right: 50px;	
}

#link_wrap a{
	text-decoration: none;
	color: #000;
}

.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#seallink_wrap{
		flex-flow: column;
		padding: 0 50px;
	}
	#seal_wrap{
		display: flex;
		/*padding-left: 40px;*/
		width: auto;
	}
	#link_wrap ul{
		flex-flow: column;
	}
	#seal_sentence{
		font-size: x-small;
		padding-left: 10px;
	}
}
/* ========USER_LOGIN CUSTOMIZE======== */
#loginbtn{
	margin-top: 20px;
	width: 258px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #d33737;
	border-radius: 0.5rem;
	border-style: none;
}

#loginbtn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

#logincontainer form{
	padding: 20px;
	background-color: #fafafa;	
	margin: 10px 0;
}

#logincontainer form input[type="text"],input[type="password"]{
	width: 250px;
}

#pessword_remind{
	margin: 15px 0;
}

#logincontainer form div span#buttonEye{
	margin-left: -28px;
}

.loginborder{
	color: #e0e0e0;
    border-top: 1px solid;
}

#registerbtn{
	margin-top: 20px;
	width: 246px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #d33737;
	background-color: #FFF;
	border-radius: 0.5rem;
	border: 1px solid #d33737;
}

#confirmbtn{
	margin-top: 20px;
	width: 258px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #d33737;
	border-radius: 0.5rem;
	border-style: none;
}

#passwordpresetform{
    width: 300px;
	margin: 10px 0;
}

#passwordpresetform form{
    padding: 20px;
    background-color: #fafafa;	
}

#passwordpresetform form p input[type="text"]{
	width: 250px;
}

#passwordpresetform form p #buttonEye{
	margin-left: -28px;
}

#passwordpresetform form p span#buttonEye{
	margin-left: -28px;
}


#passresetbtn{
	text-align: right;
}

#passresetbtn #return{
    background-color: #FFF;
    border: 1px solid #cfcfcf;
}

#passresetbtn #passresetsend{
	color: #FFF;
    background-color: #d33737;
	border-style: none;
	width: 100px;
}

#clickwrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#clickwrap .agree-text {
    flex-grow: 1;
    font-size: 0.9em;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#loginbtn ,#registerbtn{
		padding: 15px 0;
		width: 100%;
	}
}
/* ========FILE CUSTOMIZE======== */
.file_list{
	
}

.file_list ul{
	padding: 0;
	margin:0 0 10px 0;
}

.file_list ul li{
	list-style: none;
	display: flex;
	background-color: #f2f2f2;
}

.list_file_category{
	background: #FF637C;
    border-radius: 5px;
/*    position: relative;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px;
    color: #FFFFFF;
	width: 100px;
	height: 40px;
	padding: 0 15px;
    flex-shrink: 0;
}

.twolines{
	line-height: 1.2;
}

.list_file_name{
	flex-grow:1;
	display: flex;
    flex-flow: column;
    justify-content: center;
	margin: 0 5px;
/*    width: 540px;*/
    word-break: break-all;
}
.list_file_name span{
	font-size: smaller;
}
.list_link{
	display: flex;
}
.list_link form{
	display: flex;
}
.list_link input{
	margin-right: 15px;
	cursor: pointer;
}
.list_link input:hover {
	opacity: 0.5; 
	filter: brightness(110%);
}
.mylist_btn{
	padding: 5px 10px;
	background: url(../images/mylist.png) left center no-repeat;
	background-size: 20px;
	border-style: none;
}
.detail_btn{
	padding: 5px 10px;
	background: url(../images/detail.png) left center no-repeat;
	background-size: 20px;
	border-style: none;
}
.download_btn{
/*	padding: 5px 10px;
	background: url(../images/download.png) left center no-repeat;
	background-size: 20px;
	border-style: none;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.download_btn img{
	width: 20px;
}
.f_size_s{
	font-size: x-small;
}

#file_private{
	margin: 10px 0 0 15px;
}

.edit_summary{
	width: 100%;
	line-height: 1.5;
	height: 9em;
}

.edit_keywords{
	width: 100%;
	line-height: 1.5;
	height: 4.5em;	
}
.upload-area {
    margin: 3px;
    background-color: #999999;
	position: relative;
    border: 1px dotted rgba(0, 0, 0, .4);
}
.upload-area i {
    position: absolute;
    font-size: 120px;
    opacity: .1;
    width: 100%;
    left: 0;
    top: 80px;
}
.upload-area p {
	width: 100%;
	text-align: center;
}
 
#input-files {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.js-upload-filename{
    border: 1px solid #000;
	padding: 3px 10px;
    margin: 10px 3px 0 3px;
}
.file_edit_button_wrap{
	margin-top: 10px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    .list_file_name{
        width: 100%;
    }
    
	.list_file_category{
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
	}
	.file_list ul li{
		flex-flow: column;
	}
	.list_link{
		display: block;
	}
	.list_link form{
		justify-content: space-evenly;
		padding: 10px 0;
	}
}
/* ========SEARCH BOX CUSTOMIZE======== */
#search-box{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

#s_category {
    display: inline-flex;
    align-items: center;
    position: relative;
}
/*@media screen and (min-width:481px) {*/
	#s_category{
		display: none;
	}
/*}*/
#s_category::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

#s_category select {
	appearance: none;
    height: 30px;
	width: 200px;
    padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

#search_keywords{
    border-radius: 0 3px 3px 0;
    border: 1px solid #666666;
	height: 26px;
    padding: 1.2px 6px;
/*	width: 520px;*/
	width: 727px;
}

#search_file{
    padding: 7px 0;
    width: 50px;
	margin-left: 10px;
/*    position: relative;*/
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    background-color: #d33737;
    border-radius: 0.5rem;
    border-style: none;
}

.top_0{
	margin-top: 0;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#search_keywords{
	   width: 95%;
	}
	#search_file{
    	padding: 2px 0;
		height: 26px;
	}
	#s_category select {
		width: 100px;
	}
}

/* ========BUTTON CUSTOMIZE======== */
.btn_bkwhite{
	padding: 2px 0;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #000;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid #d33737;
}

.btn_bkblack{
	padding: 2px 0;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: #4b4b4b;
	border-radius: 0.5rem;
	border: 1px solid #4b4b4b;
}

.btn_bkred{
	padding: 2px 0;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #d33737;
	border-radius: 0.5rem;
	border: 1px solid #d33737;
}

.btn_bkpaleblue{
	padding: 2px 0;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #4f90cd;
	border-radius: 0.5rem;
	border: 1px solid #4f90cd;
}



.btn_2{
	width: 46.5%;
}

.flexbtn_2{
    display: flex;
    justify-content: space-between;
}

.btn_2small{
	width: 44%;
}

.btn_3{
	width: 30%;	
}

.btn_1030{
    padding: 10px 30px;
}

.btn_1070{
    padding: 10px 70px;
}

.btn_nonopacity:hover{
    opacity: 1;
}

#btn_line2{
	margin:10px 0;
}

.btn_bothends{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (min-width:481px) {
	/* 960px以上に適用されるCSS（PC用） */
	.btn_sp{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.btn_sp{
		visibility:visible;
	}
	.btn_pc{
		display: none;
	}
	.btn_3{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 15px 0;
		font-size: 16px;
	}
	.btn_2{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 15px 0;
		font-size: 16px;
	}
}
/* ========MY LIST CUSTOMIZE======== */
.info_update{
	color:red;
}

.delete_btn{
	padding: 5px 10px;
	background: url(../images/delete.png) left center no-repeat;
	background-size: 20px;
	border-style: none;
}

/* ========ACCOUNT CUSTOMIZE======== */
.password{
	width: 250px;
}
.eye{
	padding: 10px 0 10px 25px;
	margin-left: 10px;
    background: url("../images/eye.png") left center no-repeat;
    background-size: 20px;
	cursor: pointer;
}
.eye_slash{
	padding: 10px 0 10px 25px;
	margin-left: 10px;
    background: url("../images/eye_slash.png") left center no-repeat;
    background-size: 20px;
	cursor: pointer;
}

#search_account_name{
    border-radius: 3px;
    border: 1px solid #666666;
	height: 26px;
    padding: 1.2px 6px;
}
/*.account_list td:nth-of-type(3){
	text-align: center !important;
}*/
.account_list th:nth-of-type(3){
    width: 30% !important;
}

.account_edit_btn{
	padding: 10px 0 0 21px;
	margin-left: 10px;
    background: url("../images/pen.png") left center no-repeat;
    background-size: 20px;
	border-style: none;
	cursor: pointer;
	margin: auto;
    display: block;
}
.account_edit_btn:hover {
	opacity: 0.5 ;
}

.td_edit_btn{
	padding: 0 !important;
}

.account_admin_btn_wrap{
	margin-top: 10px;
}

.roleeditlabel{
    display: block;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#search_account_name ,#name ,#affiliation ,#mail ,#password_current ,#password_new ,#password_conf{
		width: 90%;
	}
}

/* ========ACCOUNT SEARCH BOX CUSTOMIZE======== */
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#search_text{
		width: 80%;
	}
	#search_account{
		width: 100%;
	}	
}

.info_h2{
	margin: 0 !important;
	font-size: 15pt !important;
}
.info_membershi ol{
	list-style: none;
}
.ol_type_01{
	padding: 0;
}
.list_type_01{
	position: relative;
    padding-left: 40px;
}
.info_membershi ol li span{
    position: absolute;
    left: 0;
    top: 0;
}

/* ========SOFTWARE MANAGEMENT CUSTOMIZE======== */
.softdlbtn{
	padding: 5px 10px;
	background: url(../images/download.png) left center no-repeat;
	background-size: 20px;
	border-style: none;    
}
.software_btn{
    color: #FFF;
    border-radius: 0.5rem;
    background-color: #919191;
    margin: 10px;
    padding: 10px;
}
.software_btn:hover{
    text-decoration: none;
}

#softedit_closebtn{
    text-decoration: none;
    font-size: 12.5px;
}

#softedit_closebtn:hover {
	opacity: 1; 
}

#softview_closebtn{
    text-decoration: none;
    font-size: 12.5px;
}

#softview_closebtn:hover {
	opacity: 1; 
}

.mylist_release_btn{
	padding: 5px 10px;
	background: url(../images/release.png) left center no-repeat;
	background-size: 20px;
	border-style: none;    
}

.licensekey_wrap{
    background: #f2f2f2;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}

.keyadd_wrap{
    display: inline-block;
}

#licensekey_input{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#licensekey_input dt {
    width: 30%;
    text-align: left;
}

#licensekey_input dt::first-child {
    padding-top: 10px;
}

#licensekey_input dd{
    width: 70%;
    padding: 0;
    background-color: #F3F3F3;
    margin: 0 0 10px 0;
    border-bottom: none;
    text-align: left;
}

.licensekeyadd_text{
    width: 400px;
    padding: 10px;
}

.licensekeyadd_texthalf{
    width: 185px;
}

#licensekey_conf_tbl{
    margin: 0 0 10px 0;
}

#licensekey_conf_tbl tr th{
    border: 1px solid #aaa;
    width: 222px;
}

#licensekey_conf_tbl tr td{
    background-color: #fff;
}

.keysearch_wrap{
    border: solid 1px #aaa;
    padding: 10px;
}

.keysearch_wrap input[type="date"] {
    padding: 10px;
}

.keysearch_wrap select{
    padding: 10px;
}

#keylist_tbl{
    margin-top: 10px;
    table-layout: fixed;
    word-break: break-word;
}

.sortindicator {
  cursor: pointer;
  position: relative;
}

.sortindicator::before, .sortindicator::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 10px;
  top: 50%;
}

.sortindicator::before {
    border-bottom-color: #aaa;
    margin-top: -10px;
}
.sortindicator::after {
    border-top-color: #aaa;
    margin-top: 2px;
}

#item_det{
    width: 40px;
}
#item_pid{
    width: 100px;
}
#item_likey{
    width: 250px !important;
}
#item_del{
    width: 75px !important;
}
#item_rgdate{
    width: 95px !important;
}

.cancel_btn{
    display: flex;
    margin: 0 auto;
/*    padding: 10px 25px;*/
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    background-color: #d33737;
    border-radius: 2rem;
    border: 1px solid #d33737;
}

.release_btn{
    display: flex;
    margin: 0 auto;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    background-color: #d33737;
    border-radius: 2rem;
    border: 1px solid #d33737;
}

.keydelete_btn{
    display: flex;
    margin: 0 auto;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    font-weight: bold;
    background-color: #4b4b4b;
    border-radius: 2rem;
    border: 1px solid #4b4b4b;
}

/*#keylist_tbl tr:nth-child(3n){
    border-bottom: 2px solid #000000;
}*/
.borderbtm2{
    border-bottom: 2px solid #000000;
}

#keylist_tbl tr:last-child{
    border-bottom: 1px solid;
}

.keydetails{
    color: #333;
    cursor: pointer;
    background-color: #fff;
    border: none;
}

#licensekey_detail{
    display: flex;
    flex-wrap: wrap;
/*    padding: 20px !important;*/
}
#licensekey_detail dt {
    width: 30%;
    text-align: left;
}
#licensekey_detail dd {
    width: 60%;
    text-align: left;
    border-bottom: none;
}
#licensekey_detail dd input{
/*    padding: 10px;*/
}

.licensekey_user_wrap{
    background-color: #f2f2f2;
    padding: 20px;
}

.licensekey_user_input{
  display: flex;
  flex-wrap: wrap;
 /* width: 100%;*/
}

.licensekey_user_input dt {
    width: 30%;
    text-align: left;
}

.licensekey_user_input dt::first-child {
    padding-top: 10px;
}

.licensekey_user_input dd{
    width: 70%;
    padding: 0 !important;
    background-color: #F3F3F3;
    margin: 0 0 10px 0 !important;
    border-bottom: none !important;
    text-align: left;
}

.licensekeyuser_text{
    width: 300px;
    padding: 10px;
}

.license_user_btn{
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor:pointer;
    font-size:15px;
    padding: 0;
    text-decoration:underline;
}

.font_small{
    font-size: 14px !important;    
}


/* --popup-- */
.userinfo_wrap {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

  .img-section {
    width: 60vw;
    height: 60vh;
    position: relative;
    margin: 0 auto;
}

.close_btn{
    position: absolute;
    transform: translate(50%, -50%);
    top: 25px;
    right: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #333; 
}

.close_btn::before, .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #fff; /* バツ印の色 */
}
 
.close_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#btn_csv{
    padding: 5px 10px;
    margin: 10px;
}
/*----*/

/* ========LICENSEKEY EDIT CUSTOMIZE======== */
#licenceedit_closebtn{
    margin-right: 24px;
    text-decoration: none;
}

#licenceedit_closebtn:hover {
	opacity: 1; 
}

/* ========LICENSEKEY ENTRY CUSTOMIZE======== */
#software_No{
    padding: 10px;
}

#softwareNameJP{
    margin-left: 15px;
}

#license_agreement_text{
    height: 200px;
    padding: 10px 10px 10px 15px;
    font-size: small;
    overflow-y: scroll;
    border: 1px #999999 solid;
    text-align: left;
    background-color: #fff;
}
#license_agreement_text p{
    text-align: right;
}

#c_results_wrap{
    width: 500px;
    background: #f2f2f2;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}
#c_results_wrap p{
    margin: 20px 0 0 0;
}

#ninsyou_checkmar{
    background: #b4ffc7;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}

#ninsyou_checkmar::after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 140px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #25AF01;
    border-bottom: 2px solid #25AF01;
    transform: rotate(-45deg);
}

#Regist_checkmar{
    background: #b4ffc7;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}

#Regist_checkmar::after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 140px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #25AF01;
    border-bottom: 2px solid #25AF01;
    transform: rotate(-45deg);
}

#license_instructions{
    font-size: small;
    text-align: left;
    margin: 0;
}

#agree_btn_wrap{
    margin-top: 10px;
}

#licensekeyentry_wrap{
    width: 500px;
    background: #f2f2f2;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}

#licensekey_entry{
    padding: 10px 20px;
    margin: 10px;
}
/* ========MYLIST CUSTOMIZE======== */
#mylist_switch_btn{
    margin-bottom: 5px;
}
#mylist_switch_btn button{
    width: 200px;
    padding: 5px 0;
    background: transparent;
    border: solid 1px #000000;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background-color: #fff;
}
#mylist_view_btn.active{
    color: #FFF;
    background-color: #4B4B4B;
}

#purchased_view_btn.active{
    color: #FFF;
    background-color: #4B4B4B;
}

.list_p_software_name{
    flex-grow: 1;
    /* display: flex; */
    flex-flow: column-reverse;
    justify-content: center;
    margin: 0 5px;
    padding: 10px 0;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: 200px;
    background-color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
    display: block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    border: solid 1px #000000;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    padding-top: 5px;
}

/*選択されているタブのコンテンツのみを表示*/
#mylist_tab:checked ~ #mylist_content,
#purchased_tab:checked ~ #purchased_content{
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #4b4b4b;
    color: #fff;
}

/* ========SOFTWARE DOWNLOAD CUSTOMIZE======== */
#download_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    max-height: 90vh; /* 高さ制限 */
    overflow-y: auto; /* はみ出た分をスクロール */
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    border-radius: 8px;    
}
@media (max-height: 600px) {
  #download_popup {
    top: 5%;
    transform: translateX(-50%);
    max-height: 90vh;
  }
}
#download_registerForm p{
    margin: 0;
}
#download_overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

.update_caution_title{
    font-size: 95%;
    text-align: center;
    padding: 10px 0;
}
.red-line {
    border: none;
    border-top: 1px solid #d33737;
}
.update_caution_box {
    width: 95%;
    height: 50px;
    border: 1px solid #666666;
    padding: 10px;
    overflow-y: scroll;
    line-height: 1.6;
    font-size: 12px;
    font-family: "BIZ UDPMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.download_inputbox_title{
    padding-top: 20px;
    font-weight: bold;
    font-size: 95%;
}

#download_inputbox_info{
    font-size: 80%;
    padding: 0 0 0 10px;
}

#download_inputbox_caution{
    padding: 10px 0;
    font-size: 80%;
}
#download_inputbox_caution p{
    padding-left: 10px;
}
#download_inputbox_caution ul{
    margin: 0;
}

#download_inputbox_caution ul {
    list-style: none;
    padding-left: 30px;
}

#download_inputbox_caution ul li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.5;
}

#download_inputbox_caution ul li::before {
    content: "●";
    color: red;
    font-size: 1.2em;    
    position: absolute;
    left: -20px;
    top: 0;
}

.sft_download_btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    
}
.sft_download_btn img {
    display: block;
    width: 20px;
/*    max-width: 100%;*/
    height: auto;
}

.download_input{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
}
.download_input label {
    width: 120px;
    padding-right: 10px;
}
.download_input input {
    flex: 1;
    padding: 5px;
}

.download_btn_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 20px; /* 任意の余白 */
}

#download_afterSubmit {
    display: none;
}
#download_afterSubmit p{
    margin: 0;
}

#downloadLink{
    text-decoration: none;
}

#downloadLink:hover {
   text-decoration:none;
	opacity: 1 ;
}

/* ========SETTING MAIL CUSTOMIZE======== */
#settingmail_wrap{
    width: 500px;
    background: #f2f2f2;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#settingmail_wrap{
		width: 80%;
	}
}
#settingmail_wrap dt{
    margin-bottom: 22px;
}
#settingmail_wrap dd{
    border-bottom:none;
    padding: 0 0 0 15px;
}

.maillist {
    display: flex;
    align-items: center; 
}

.maillist dt {
    width: 80px;
    margin: 0;
    font-weight: bold;
}

.maillist dd {
    margin: 0;
    flex: 1; 
}

.maillist input[type="text"] {
    width: 100%;
    height: 26px;
    box-sizing: border-box;
}

.mailerrmsg_wrap {
    min-height: 1.5em; /* 高さ固定でスペースを確保（必要に応じて調整） */
}

.mailerrmsg{
    font-size: 0.9em;
}

.settingmail_msg{
    margin: 0;
    min-height: 1.5em; 
}