﻿@charset "utf-8";

.prorecord_bd {
	margin:0px auto;
	width:800px;
	padding:0px;
	padding-bottom:80px;
}

.com1 {
	margin:0px auto;
	width:800px;
	border:1px silver solid;
	line-height:16pt;
}

.com2 {
	margin:0px auto;
	width:750px;
}

.table1 {
	margin:0px auto;
	width:760px;
	border-collapse:collapse;
	font-size:12px;
	line-height:20pt;
}

.td1 {
	text-align:center;
	background:#F3F3F3;
	border-top:1px silver solid;
	border-bottom:1px silver solid;
}

.td2 {
	width:690px;
	border-top: 1px silver dashed;
	border-bottom: 1px silver dashed;
}

.td3 {
	width:70px;
	text-align:center;
	border-top: 1px silver dashed;
	border-bottom: 1px silver dashed;
}

.tr1:hover {
	background:#D7EF88;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -o-transition: .1s linear;
    -ms-transition: .1s linear;
}


.fc {
	margin:0px auto;
	width:760px;
	padding: 0px 6px 0px 6px;
	text-align:center;
	background:silver;
	border-radius: 6px;
}

/* 過去の議事録へのリンク */

.kgbkn_link a {
	width:170px;
	margin-right:20px;
	color:#000;
	text-align:center;
	background:#F7941D;
	text-decoration:none;
	float:right;
	border-radius: 8px;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -o-transition: .1s linear;
    -ms-transition: .1s linear;
}

.kgbkn_link a:hover {
	color:#FFF;
	background:#F26522;
	text-decoration:none;
}
