@charset "UTF-8";

#page_title {
	margin: 15px 0 5px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #c14376;
}

article {
	margin: 10px 0 0;
}

table.ca_list {
	border-collapse:  collapse;
	width: 750px;
	margin: 0 auto 30px;
}
table.ca_list th,
table.ca_list td {
	border: solid 1px #63bb82;
	vertical-align: middle;
}
table.ca_list td {
	padding: 2px 5px;
	height: 33px;
}
table.ca_list .download_box div {
	width:100px;
	float:left;
	margin-left: 20px;
}
th.pd5,
td.pd5 {
	padding: 5px;
}
table.ca_list tr.ca_header {
	background-color: #79d082;
}
td.lf {
	text-align: left;
}
td.rg {
	text-align: right;
}
td.ct {
	text-align: center;
}
button.csv_ca_kosyunyu {
    padding: 0.75em 1.5em;
    border: none;
    display: inline-block;
    background-color: #f8b500;
    font-size: 11px;
    line-height: 1;
    color: #fff;
	border-radius: 2px;
    box-shadow: 2px 2px #130752;
	position: relative;
    cursor: pointer;
}
button.csv_ca_365 {
    padding: 0.75em 1.5em;
    border: none;
    display: inline-block;
    background-color: #ff6095;
    font-size: 11px;
    line-height: 1;
    color: #fff;
	border-radius: 2px;
    box-shadow: 2px 2px #130752;
	position: relative;
    cursor: pointer;
}
