@charset "utf-8";
/*セッション趣旨ボタン*/
.chairperson{
	width:130px;
	font-size:95%;
	margin:5px 0 0 0;
	color:#FFF !important;
	background:#2450a7;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	line-height:1;
	padding:5px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:pointer;
	}

.box_chairperson{
	display:none;
	background:#E9E9E9;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
	margin:10px;
  }
