@charset "utf-8";
@import url(common.css);

table{border:1px solid transparent;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:none;
}
caption{
	padding:40px 0px 20px 0px;
	font-weight:bold;
	font-size:16px;
}
th{
	border-bottom:2px solid #E1DAD5;
	vertical-align:middle;
	width:30%;
	padding:5px 1%;
	background-color:#BFB1A5;
	color:#705445;
	font-size:14px;
	line-height: 145%;
	text-align:center;
}
td{
	border-bottom:2px solid #E1DAD5;
	vertical-align:top;
	width:70%;
	padding:5px 2.5%;
	font-size:12px;
	color:#301200;
	font-size:13px;
	line-height: 145%;
	background-color:#FFF;
}
td > a{
	display:inline-block;
	font-size:12px;
	color:#301200;
	font-size:13px;
	text-decoration:underline;
}
.date{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.date li{
	float:none;
	font-size:13px;
}
.border{border:1px solid #000; padding:2px 5px; margin:0px 5px;}

.scd {
    font-size: 12px;
    text-align: left;
    margin: 0 auto 30px;
	width:96%;
}

.scd span {
    background: #000000;
    margin-right: 5px;
    color: #fff;
    padding: 4px 6px;
}



@media only screen and (max-width:640px){
th, td{
	width:100%;
	display:block;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	min-height:29px;
}
th{
	font-weight:bold;
	padding:5px 0px;
	text-indent:10px;
	font-size:14px;
	line-height:1.2;
}
}
