@charset "UTF-8";

/* ==============================
  css-products-top-index
=================================
shipping
---------------------------------
ground
---------------------------------
リスト
============================== */

/* ------------------------------
  shipping
------------------------------ */
#shipping {
	width: 650px;
	margin-bottom: 60px;
}

/* ------------------------------
  ground
------------------------------ */
#ground {
	width: 650px;
}

/* ------------------------------
  リスト
------------------------------ */
#shipping ul,
#ground ul {
	width: 631px;
	padding-left: 19px;
}
#shipping li,
#ground li {
	width: 631px;
	margin-bottom: 25px;
	line-height: 1.7;
}
#shipping li span.title,
#ground li span.title {
	width: 613px;
	background: url(../img/common/circle01.gif) no-repeat 0 3px;
	font-size: 117%;
	display: block;
	padding-top: 2px;
	padding-left: 18px;
	margin-bottom: 3px;
}
#shipping li span.none,
#ground li span.none {
	margin-bottom: 0;
}
#shipping li span.txt,
#ground li span.txt {
	display: block;
	padding-left: 18px;
}

#shipping li span.title em,
#ground li span.title em {
	font-weight: normal;
}
