/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 08:47:19 */
/* ヘッダーロゴのマージン */
.site-header-logo img {
	margin: 10px 0;
}

/* リンクのホバー色 */
a:hover {
	color: #5ead3c;
}

/* ページヘッダーの背景色 */
.page-header {
	background-color: #a0a0a0;
}

/* 商品ページ写真のボーダー */
.su-column-inner img {
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 5px;
}

/* 画像右寄せ */
img.alignright {
	display: inline;
    float: right;
    margin: 4px 0 12px 20px;
}
.clear{
	clear:both;
}

/* 楽曲プレイリストの背景 */
.wp-audio-playlist {
	background-color: #f3f3f3;
}

/* よくある質問ページ */
dl.qaItem dt {
	background: url(http://www.chlorella-labe.co.jp/wp/wp-content/uploads/2025/08/qaIconQ.gif) left top no-repeat;
    padding-left: 32px;
	font-size: 15px;
}
dl.qaItem dd {
	background: url(http://www.chlorella-labe.co.jp/wp/wp-content/uploads/2025/08/qaIconA.gif) left top no-repeat;
    padding-left: 32px;
	font-size: 15px;
}

/* 投稿タイトル */
.post-title a {
	color: #5ead3c;
}
.post-title a:hover {
	color: #555555;
}

/* 投稿内投稿日修正日投稿者カテゴリー非表示 */
.entry-meta,
.entry-footer {
	display: none;
}

/* 投稿内リンクボタン */
.btn {
	color: #ffffff;
	background-color: #4b8a30;
}
.btn:hover {
	color: #ffffff;
	background-color: #555555;
}

/* 投稿のトップアイキャッチ非表示 */
.veu_autoEyeCatchBox {
	display: none;
}

/* ウィジェットの下マージン */
.widget {
	margin-bottom: 10px;
}

/* to top ボタン */
.page_top_btn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #4b8a30;
	box-shadow: none;
}
.page_top_btn:hover {
	background-color: #555555;
}

/* フッターコピーライト２行目非表示 */ 
footer .site-footer-copyright p:nth-child(2) {
	display: none !important;
}