


















/**
 * イベントエントリー （.table-contact使用）
 * -----------------------------------------------------------------------------
 */
/* イベントエントリー button
----------------------------------------------------------------------------- */
/* Button レイアウト */
.entry-content .eam .eam input[type="submit"] {
	color: #fff;
	background:#f11369;
	border: 1px solid #f11369;
}

.entry-content .eam .eam input[type="submit"]:hover {
	border: 3px solid #f11369;
	color: #f11369;
	background-color:#fff;
}



/**
 * ログイン・ユーザー管理
 * -----------------------------------------------------------------------------
 */
/* th 右 三角 */
.site-content .frontend-user-admin-login table.form-table th:after {
	color: #fbc1cb;
}

/* th layout */
.site-content .frontend-user-admin-login table.form-table th label {
	border-left:5px solid #f11369;
}

/* ログイン button
----------------------------------------------------------------------------- */
/* Button レイアウト */
.entry-content .frontend-user-admin-login p input[type="submit"] {
	color: #fff;
	background:#f11369;
	border: 1px solid #f11369;
}

.entry-content .frontend-user-admin-login p input[type="submit"]:hover {
	border: 3px solid #f11369;
	color: #f11369;
	background-color:#fff;
}



/**
 * 追加 ボタン
 * -----------------------------------------------------------------------------
 */
/* 投稿 エントリーbutton
----------------------------------------------------------------------------- */
.entry-content .entry-link h1 {
	color:#f11369;
}

.entry-link-subtitle {
	color:#fff;
	background:#f11369;
}

.entry-link .entry-link-guest,
.entry-link .entry-link-member {
	border:1px solid #f11369;
}

.entry-link .entry-link-guest i,
.entry-link .entry-link-member i {
	color:#f11369;
}

.site-content .entry-link .entry-link-guest h2,
.site-content .entry-link .entry-link-member h2 {
	color:#f11369;
}

.entry-link .entry-link-guest a:hover h2,
.entry-link .entry-link-member a:hover h2,
.entry-link .entry-link-guest a:hover i,
.entry-link .entry-link-member a:hover i {
	color: #f75678;
}



/* footer button
----------------------------------------------------------------------------- */
#footer .footer-link h1 {
	color:#f11369;
}