@charset "utf-8";
/* CSS Document */

div.delivery,div.delivery_item {
	width: 100%;
	font-size: 1em;
	margin-top: 0px;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	color: #000;
	border-top : 1px #009FF2 solid;
	border-bottom: 1px #009ff2 solid;
	margin-bottom: 10px;
	margin-right: auto;
    margin-left: auto;
}

/*div.delivery_item > ul.delinotice li { line-height: 1.5em; }*/

div.delivery span {
	font-weight: bold;
	color: #bf0000;
}
	
ul.delinotice {
	list-style: none;
	width: 100%;
	text-align: left;
	font-size: .8em;
	line-height: 1.2em;	
	text-indent: -1em;
	padding-left: 0;
}
	
ul.delinotice strong {
	color: #bf0000;
}

ul.delinotice a {
	color: #3572b0;
	text-decoration: underline;
}


div.delivery_item span {
	font-weight: bold;
	color: #bf0000;
}

br.br_sp {display: block/*!important*/;}

/*以下、タブレット・PC*/
@media screen and (min-width: 768px){
	div.delivery {
		width: 60%;
		font-size: 1.3em;
	}
	
	ul.delinotice {	padding-left: 40px; }	
	
	/*SP用改行*/
	br.br_sp {display: none;}
}