@charset "UTF-8";
/* CSS Document */


ul.tayori li {
	font-size: 16px;
	float:left;
	list-style:none;
	display:block;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #DFDFDF;
	margin-right:4px;
	margin-bottom:5px;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	width: 53px;
}

.margin_border{ border: none; height: 60px;}

/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
table.ver1 {
	border-top: 0;
	table-layout: fixed;
}
.ver1 th {
	width: 100%;
    display: block;
}
.ver1 td {
	width: 96%;
}
.ver1 .whiteline{
	border-top: 2px solid #FFDDF9;
	margin: 10px 0 0 0;
    padding: 10px 0 0 0;
	border-right: none;
}
.h3_title{ width: 100%;}
.h3_title a{ width: 100%;}
}
/* 2025 レスポンシブ化対応 end */
