@charset "utf-8";

/* ブログ　春用
--------------------------------------*/

body {
	background: url("img/spr_sp_bg.png") left top repeat-x,
	linear-gradient(90deg, #fdfbf9 65%, #fce6f0 35%);
	background-size: 100% auto;
}

#header {
	background: none;
}

/* ナビbtn */
#menu_btn a {
	background: url(img/spr_sp_navibtn.png) no-repeat left top;
	background-size: 100% auto;
}

#menu_close a {
	background: url(img/spr_close.png) no-repeat left top ;
	background-size: 100% auto;
}

/*footer*/

.site-footer {
	border-top: 5px solid #ec6d88!important;
}

/* pagetop */

#pagetop a {
	background: url(img/spr_pagetop.png) no-repeat top left;
	background-size: 100% auto;
}


/* for PC
******************************
 */

@media screen and (min-width: 48em) {

body {
	background: url("img/spr_bg.png") left top repeat-x,
	linear-gradient(90deg, #fdfbf9 65%, #fce6f0 35%)!important;
	background-size: 100% auto;
}

/* 季節背景 */

#header {
	background: url(img/spr_header_bg.png) no-repeat left top!important;
}

#header #navi ul.menu01 li a:hover {
	color: #ec6d88;
}

/* 該当メイン */

#header #navi ul.menu01 li.mnv06 > a {
	color: #ec6d88!important;
}

/* ナビ　サブ line */

.subnaviCol ul li {
	border-right: 1px solid #ba566b!important;
}

.subnaviCol ul li:nth-child(1) {
	border-left: 1px solid #ba566b!important;
}



}



