table {
	width: 100%;
	border-collapse: collapse;
}
th.box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
}
th {
	text-align: left;
	padding: 10px;
	font-weight: bolder;
	background-color: #F1F1F1;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
td.box {
	border-top: #e3e3e3 1px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
#daihyo {
	float: right;
	width: 470px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
}
#daihyou_messeage {
	padding-left: 20px;
	color: #666;
	font-size: small;
	text-align:left;
	line-height: 30px;
	float: left;
}
#daihyou_img {
	width: auto;
	padding-left: 30px;
	float: left;
}
#keireki {
	float: left;
	width: 380px;
	height: 110px;
	color: #666;
	background-position: center center;
	padding: 20px;
	text-align:center;
	line-height: 30px;
}
@media screen and (max-width: 768px) {
table {
    width: 93%;
	margin: 10px;
	-webkit-box-sizing: border-box; /* 古いWebkit系用 */
    -moz-box-sizing: border-box;     /* 古いFirefox用 */
    box-sizing: border-box;           /* 標準 */
}
th {
    width: 90px;
}
#daihyo {
    float: right;
	width: 100%;
	height:auto;
	padding-right: 10px;
	padding-left: 10px;
	margin:auto;
	-webkit-box-sizing: border-box; /* 古いWebkit系用 */
    -moz-box-sizing: border-box;     /* 古いFirefox用 */
    box-sizing: border-box;           /* 標準 */
}
#daihyou_messeage {
	padding-left: 10px;
}
#daihyou_img {
	padding-left: 0;
}
#keireki {
    float: right;
	width: 100%;
	height:auto;
	padding-right: 10px;
	padding-left: 10px;
	margin:auto;
	-webkit-box-sizing: border-box; /* 古いWebkit系用 */
    -moz-box-sizing: border-box;     /* 古いFirefox用 */
    box-sizing: border-box;           /* 標準 */
	text-align:left;
}
}
@media screen and (max-width: 320px) {

}
