@charset "UTF-8";
/* CSS Document */

div.main {
	margin-left: 15px;
	margin-right: 15px;
}

.notice {
	color: red;
}

footer p {
	text-align: center;
}

footer p span {
	font-size: small;
}


span.spDeliver {
	color: green;
}
span.pcDeliver {
	color: blue;
}



.ui-bar-c {
	background: 			#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #fdfdfd); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #fdfdfd); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #fdfdfd); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #fdfdfd); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #fdfdfd);
}
.ui-body-c {
	background: 			#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fefefe)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #fefefe); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #fefefe); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #fefefe); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #fefefe); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #fefefe);
}
