@charset "utf-8";
#main h3 {
	position: relative;
	margin: 8px 0px 4px 0px;
}

#main h3 span {
	position: absolute;
	right: 65px;
	top: 33px;
	font-size: 12px;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

.shopname {
	color: #FF3985;
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 120%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.shoptype {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 6px;
	font-size: 12px;
	color: #000;
	line-height: 130%;
}

.shoptype span {
	background: #DEDEDE;
	color: #000;
	padding: 3px;
	font-size: 10px;
	margin-right: 5px;
	width: 50px;
	font-weight: bold;
}

.shopmsg {
	line-height: 1.4;
	font-size: 12px;
	margin: 5px 0px;
	height: 30px;
	overflow: hidden;
}

.shopmore {
	margin-top: 9px;
}

/*急募 設定*/

#hurryinfo .shopdata {
	float: right;
	width: 420px;
	margin-left: 10px;
}

#hurryinfo .shopdata img {
	float: right;
}

#hurryinfo li {
	margin-bottom: 2px;
	padding: 5px 0px;
}

/*祝い金＆新店 設定*/

#money, #newshop {
	float: left;
	width: 360px;
}

#newshop {
	margin-left: 10px;
}

#money ul, #newshop ul {
	overflow: auto;
	height: 330px;
}

#money li, #newshop li {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	display: block;
	padding: 10px 5px;
}

#money li a, #newshop li a {
	text-decoration: none;
}

#money li:hover, #newshop li:hover {
	background: #eee;
	cursor: pointer;
}

/*祝い金設定*/

#money .shopname {
	color: #000;
	font-size: 12px;
}

.moneymsg {
	font-size: 20px;
	color: #FF3985;
}

/*新店設定*/

#newshop .shopimg {
	width: 90px;
	height: 90px;
	float: left;
	overflow: hidden;
	margin: 0px 10px 10px 5px;
}

#newshop .shopimg img {
	width: auto;
	height: 90px;
}

.price_p {
	color: #ff3985;
	font-weight: bold;
}

/*新着動画設定*/

#newmovie li {
	float: left;
	width: 215px;
	height: 220px;
	background: url("/public/common/img/bg_movie.png") no-repeat;
	margin: 2px;
	padding: 12px;
}

#newmovie li img {
	margin-bottom: 2px;
	width: 200px;
	height: 150px;
}

#newmovie .top_movie_link {
	margin: auto;
	width: 211px;
}

/*新着ブログ設定*/

#newblog table {
	border-spacing: 0;
	font-size: 14px;
	width: 730px;
}

#newblog table th {
	color: #000;
	padding: 5px;
	background: #EEEEEE;
	font-size: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 120%;
	text-align: center;
}

#newblog table th:last-child {
	border-right: 1px solid #fff;
	;
}

#newblog table tr td {
	padding: 10px 5px;
	border-bottom: 1px dotted #ccc;
	line-height: 120%;
}

#newblog table tr {
	background: #fff;
}

#newblog table tr:hover {
	background: #eee;
	cursor: pointer;
}

#newblog .date {
	font-size: 10px;
	width: 70px;
}

#newblog .blogttl {
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 1.1em;
	font-weight: bold;
}

#newblog .blogshopname {
	width: 230px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#newblog .blogshopname a {
	color: #000;
}

/*特集設定*/

#feature li {
	float: left;
	width: 350px;
	height: 120px;
	margin: 10px 5px;
}

/*編集部セレクト設定*/

#select {
	clear: both;
}

#select li {
	float: left;
	width: 220px;
	height: 150px;
	margin: 10px;
}
