@charset "utf-8";

/* Snippets
==============================*/

/* recipe sinippet */

.recipeSnippet{
	padding-bottom: 8px;
}

.recipeSnippet img{
	margin-bottom: 8px;
	vertical-align: bottom;
}
.recipeSnippet span{
	font-weight: bold;
}
.recipeSnippet a:hover {
	text-decoration: none;
}
.recipeSnippet a:hover span.arrowed{
	text-decoration: underline;
}

.lengthwise .recipeSnippet{
	margin-top: 9px;
	padding-top: 9px;
	background: url(/shared/img/components/line_dotted_recipe.gif) left bottom repeat-x;
}
.lengthwise .recipeSnippet\.first-child,
.lengthwise .recipeSnippet.first-child,
.lengthwise .recipeSnippet:first-child{
	padding-top: 0;
	border-top: none;
}


/* product snippet */

/* 20100812 追加 */
.productSnippet {
	margin-bottom: 24px;
}
.productSnippet {
	display: block;
	background: #f5f5f5 url(../img/components/productSnippet_bg_02.gif) bottom no-repeat;
	width: 222px;
	padding-bottom: 10px;
	+zoom: 1;
	+cursor: pointer;
}
.productSnippet.state_new {
	background: #fff4e5 url(../img/components/productSnippet_new_bg_02.gif) bottom no-repeat;
}
.productSnippet a:hover {
	text-decoration: none;
}
.productSnippet a:hover span.arrowed{
	text-decoration: underline;
}
.productSnippet .productSnippetContent {
	display: block;
	background: #f5f5f5 url(../img/components/productSnippet_bg_01.gif) no-repeat;
	position: relative;
	text-align: center;
}
.productSnippet.state_new .productSnippetContent {
	background: #fff4e5 url(../img/components/productSnippet_new_bg_01.gif) no-repeat;
}

.productSnippet .productSnippetContent img {
	margin: 28px 0 35px 0;
}
.productSnippet .productSnippetContent img.badge {
	position: absolute;
	left: 12px;
	_left: -42px;
	top: 112px;
}
.productSnippet .productSnippetContent img.badge_epalife {
	position: absolute;
	margin:0;
	top: 10px;
	left: 12px;
}
.productSnippet .productSnippetContent .badge_epalife_pop {
	position: absolute;
	margin:0;
	top: 30px;
	left: 15px;
	width:192px;
	padding-top:10px;
	background:url("/shared/img/components/productSnippet_badge_epalife_bg1.png") no-repeat left top;
}
.productSnippet .badge_epalife_pop_inner{
	width:172px;
	padding:0 10px 5px;
	background:url("/shared/img/components/productSnippet_badge_epalife_bg2.png") no-repeat left bottom;
	text-align:left;
	color:#444;
	font-size:85.71%;
}
.productSnippet .arrowedWrapper {
	margin-left: 12px;
	font-weight: bold;
	text-align: left;
}
.productSnippet a .desc {
	display: block;
	color: #444;
	padding: 0 12px;
	text-align: left;
}

.productSnippet a .releaseDate {
	display: block;
	color: #444;
	font-weight: bold;
	margin: .5em 0 0;
	padding: 0 12px;
	text-align: left;
}

/*
.productSnippet {
	margin-bottom: 24px;
}
.productSnippet a {
	display: block;
	background: #f5f5f5 url(../img/components/productSnippet_bg_02.gif) bottom no-repeat;
	width: 222px;
	padding-bottom: 10px;
	+zoom: 1;
	+cursor: pointer;
}
.productSnippet.state_new a {
	background: #fff4e5 url(../img/components/productSnippet_new_bg_02.gif) bottom no-repeat;
}
.productSnippet a:hover {
	text-decoration: none;
}
.productSnippet a:hover span.arrowed{
	text-decoration: underline;
}

.productSnippet a .figure {
	display: block;
	background: #f5f5f5 url(../img/components/productSnippet_bg_01.gif) no-repeat;
	position: relative;
	width: 222px;
	height: 145px;
	padding: 28px 0 0px;
}
.productSnippet.state_new a .figure {
	background: #fff4e5 url(../img/components/productSnippet_new_bg_01.gif) no-repeat;
}
.productSnippet a .figure img {
	margin: 0 54px;
}
.productSnippet a img.badge {
	margin: -2px 0 0 12px;
}
.productSnippet .arrowedWrapper {
	margin-left: 12px;
	font-weight: bold;
}
.productSnippet a .desc {
	display: block;
	color: #444;
	padding: 0 12px;
}

.productSnippet a .releaseDate {
	display: block;
	color: #444;
	font-weight: bold;
	margin: .5em 0 0;
	padding: 0 12px;
}
*/
/* 20100812 追加ここまで */
/*
.productSnippet {
	margin-bottom: 24px;
}

.productSnippet a {
	display: block;
	background: #f5f5f5 url(../img/components/productSnippet_bg_01.gif) no-repeat;
	width: 222px;
	padding: 12px 0 0;
	+zoom: 1;
	+cursor: pointer;
}

.productSnippet.state_new a {
	background: #fff4e5 url(../img/components/productSnippet_new_bg_01.gif) no-repeat;
}

.productSnippet a:hover {
	text-decoration: none;
}
.productSnippet a:hover span.arrowed{
	text-decoration: underline;
}

.productSnippet a .productSnippetContent,
.productSnippet.state_new a .productSnippetContent {
	display: block;
	background: url(../img/components/productSnippet_bg_02.gif) bottom no-repeat;
	padding: 0 12px 12px;
	+zoom: 1;
}

.productSnippet.state_new a .productSnippetContent{
	background: url(../img/components/productSnippet_new_bg_02.gif) bottom no-repeat;
}

.productSnippet a .figure {
	display: block;
	position: relative;
	width: 114px;
	height: 114px;
	padding: 16px 42px 21px;
}

.productSnippet a .badge {
	position: absolute;
	left: 0;
	bottom: 0;
	+bottom: -1px;
}

.productSnippet a .arrowedWrapper {
	margin: 10px 0 6px;
	font-weight: bold;
}

.productSnippet a .desc {
	display: block;
	color: #444;
}

.productSnippet a .releaseDate {
	display: block;
	color: #444;
	font-weight: bold;
	margin: .5em 0 0;
}
*/
/* --- link snippet --- */

.linkSnippet img {
	float: left;
}

.linkSnippet dl {
	float: left;
	width: 140px;
	margin-top: 0;
	margin-left: 12px;
}

.brandRelated.linkSnippet dl {
	float: left;
	width: 130px;
	margin-top: 0;
	margin-left: 12px;
}
.linkSnippet img.inline {
	float: none;
}


/* movie snippet */

.movieSnippet span{
	display: block;
	padding-top: 10px;
}
.movieSnippet p{
	margin-top: 0;
	padding-top: 8px;
}

/* icon snippet */
ul.icon_list_200 {
 margin: 5px 12px 0;
 padding: 2px 0 0;
 _padding: 5px 0 0;
	background: url("/shared/img/components/line_dotted_999999.gif") left top repeat-x;
}
ul.icon_list_200 li {
 float: left;
 list-style: none outside none;
 padding-right: 2px;
}

/* --- clearfix --- */
ul.icon_list_200 {
	+zoom: 1;
}

ul.icon_list_200:after {
	content: '';
	display: block;
	clear : both;
	height: 1px;
	margin-bottom: -1px;
	visibility: hidden;
}
