@charset "shift_jis";
/* CSS Document */

/*---------------------------------------
【PC】グローバルナビの背景色
----------------------------------------*/
#globalnav {
	background: #f6d500;
}
/*---------------------------------------
【PC】フッター
----------------------------------------*/
#footer {
	width: 100%;
	padding-top: 70px;
	border-top: 1px solid #c0c0be;
	background: url(../img/common/pc/footer_bg.png) center top repeat;
	position: relative;
}
/*---------------------------------------
【SP】グローバルナビ　メニューの背景色
----------------------------------------*/
#globalnav #gnav_menu {
	background: #f6d500;
}
/*---------------------------------------
【PC/SP】NEWSのスクロールバーのバーの色
----------------------------------------*/
#news .mCSB_scrollTools .mCSB_draggerRail {
	background: #f6d500;
}
/*---------------------------------------
【PC/SP】「詳細はこちら」のボタンの色
----------------------------------------*/
.ButtonBox p a {
	background: #f6d500;
}
/*---------------------------------------
【PC/SP】ご購入方法のボタンの色
----------------------------------------*/
#buy .detail_line_ .detail_box_ .btn_detail_ a {
	background: #f6d500;
}
/*---------------------------------------
【PC/SP】園芸相談のタイトル文字色
----------------------------------------*/
#footer .footer_inner_ h2 {
	color: #000000;
}
/*---------------------------------------
【PC/SP】「ページトップへ」のボタンの色
----------------------------------------*/
#footer #pagetop a {
	background: #f6d500;
}


/*===============================================================
	SP専用用のスタイル
===============================================================*/
@media screen and (max-width: 768px) {
/*---------------------------------------
【SP】フッター
----------------------------------------*/
#footer {
	width: 100%;
	padding-top: 35px;
	border-top: 1px solid #c0c0be;
	position: relative;
	background: url(../img/common/pc/footer_bg.png) center top repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
}