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

/* 今月のレストラン情報 */
.catch {
    width: 100%;
}
.catch p {
    display: inline-block;
    width: auto;
    padding: 7px 15px;
	margin: 0 0 5px;
    color: #000;
    background-color: #f6e9c9;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s;
    position: relative;
    z-index: 1;
	font-size: 100%;
	line-height: 100%;
}