@charset "utf-8";

<!-- HTML5に対応していないブラウザー 対策 -->
article, aside, figure, footer, header, hgroup, nav, section {display: block; }

/*header_一覧*/
header{
			background-color:#000080;
			color:#fff;
			padding:8px 40px;
		}

.k_companyInfo{
	float:left;
	width:80px;
	margin-right:30px;
	margin-top:23px;
}

.k_companyLabel{
	background-color:#fff;
	padding:8px;
	color:#000;
	text-align:center;
	line-height:35px;
	height:35px;
	font-size:20px;
	margin-top:10px;
}

/*一覧・詳細*/
table {
	border-collapse: collapse;
	border: 2px #000000 solid;
}

table td, table th {
	border: 1px #000000 solid;
	padding:6px;
	font-size:70%;
}

table th ,.k_th{
	background-color:#4169E1;
	color:#fff;
}

/*詳細*/
.k_edit input[type="text"]{
	width:100%;
}
.k_edit{
	min-width: 450px;
}

.k_th{
	width:120px;
}

/*一覧_HPへ戻るボタン*/
.k_hpback{
	margin-top:10px;
}

/*0607追加分*/
/*一覧＿表*/
.k_no{/*参加回数*/
	width:2%;
}
.k_attendance1,.k_attendance2,.k_attendance3{/*出欠1,2,3*/
	width:2%;
	color:yellow;
}
.k_kana{/*カナ*/
	width:2%;
}
.k_company{/*企業名*/
	width:15%;
}
.k_post{/*役職*/
	width:5%;
}

.k_name{/*名前*/
	width:8%;
}

.k_organization{/*所属、委員会、同窓会*/
	width:8%;
	}
.k_type{/*業種*/
	width:14%;
}
.k_staff{/*社員参加*/
	width:2%;
}
.k_guest{/*ゲスト参加*/
	width:2%;
}
.k_intro{/*名前、会社名、役職（紹介）*/
	width:8%;
}
.k_detail{/*内容（詳細）*/
	width:1%;
	color:yellow;
}
.k_kind{/*ゲストの種別*/
	width:7%;
}
/*アコーディオン*/
.k_accordion input[type=checkbox] {
	display: none;
}

.k_list_frame{
	border: 2px gray solid;
	/*max-height:700px;*/
	/*overflow-y:scroll;*/
	margin-bottom:20px;
}

.k_accordion label {
	font-size:130%;
	font-weight:bold;
	}