@charset "Shift_JIS";

/*¥‹¤’Ê¥*/
#Daily_ship_box{
	position: absolute;
	top: -180px;
	left: 0px;
	width: 180px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 100% auto;
	box-sizing: border-box;
	color: #00006f;
	padding: 6% 2% 3% 2%;
    font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#Daily_ship_midashi{
	font-size: 90%;
    line-height: 1.5em;
    padding-bottom: 0.2em;
    margin-bottom: 0.3em;
}
#Daily_ship_midashi img.ico{
	width: 28px;
	height: auto;
	vertical-align: middle;
}
#Daily_ship{
	font-size: 110%;
	line-height: 1.2em;
}
/*£‹¤’Ê£*/
@media screen and (min-width:600px){
/*¥PC‚Ì‚Ý‘Î‰ž¥*/
	#Daily_ship_box{
		background-image: url("/shopping/img/special/cruising/common/daily_ship/back_pc.svg");
	}
	#Daily_ship_midashi{
		border-bottom:solid 2px #00006f;
	}
/*£PC‚Ì‚Ý‘Î‰ž£*/
}
@media screen and (max-width:600px){
/*¥SP‚Ì‚Ý‘Î‰ž¥*/
	#Daily_ship_box{
		background-image: url("/shopping/img/special/cruising/common/daily_ship/back_sp.svg");
		width: 60vw;
		top:-2vw;
		display: flex;
		align-items: center;
		padding: 5% 2% 3% 2%;
	}
	#Daily_ship_midashi{
		margin: 0;
		padding: 0;
	}
	#Daily_ship_midashi img.ico{
		width: 6vw;
	}
	#Daily_ship_midashi .title{
		display: none;
	}
	#Daily_ship br{
		display: none;
	}
	#Daily_ship{
		padding-left: 1vw;
		text-align:left;
		font-size: 80%;
	}
	#Daily_ship,
	#Daily_ship_midashi{
		line-height: 1em;
	}
/*£SP‚Ì‚Ý‘Î‰ž£*/
}
