@charset "shift_jis";

/***--- box-sizing ---***/
html * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/***--- 960px ---***/
#wrapper {
	min-width: 960px;
	overflow: hidden;
}
#header_inner,
#gnav_inner,
#noticearea_inner,
#breadcrumb,
#contents,
#campaign_inner,
.box_carousel,
#recentlyview_inner,
#guide_inner,
#footer_inner,
#footer .box_sns,
#footer .box_footerbottom_inner {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
}

/***--- border（開発用） ---***/
/*#main,
#campaign_inner {
	border: 1px solid #0CF;
}*/

/***--- header ---***/



#header {
	height: 188px;
	border-bottom: 1px solid #fff;
}
#header_inner {
	height: 145px;
	position: relative;
}
#header .txt_welcome {
	display:block;
	margin: 10px 0px 10px 13px;
	width: 200px;
	height: 1em;
	overflow:hidden;
}

#header .header_body {
	margin: 0;
	position: relative;
}
#header .logo {
}
#header .box_sitecategory {
	position: absolute;
	width: 260px;
	left: 2px;
	top: 0px;
}
#header .box_sitecategory li {
	margin-top: 16px;
	float: left;
}

#header .box_merit {
	position: absolute;
	top: 16px;
	left: 295px;
	width: 430px;
}
#header .box_merit li {
	margin: 0 6px 5px 0;
	float: left;
}
#header .txt_welcome .txt_boldwelcome {
	font-weight: bold;
}
#header .box_btn {
	width: 230px;
	height:100px;
	border-top: none;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0 1px 3px 0px rgba(0,0,0,0.35);
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #e1e1e1\9;
	border-top: none\9;
}
#header .box_btn .head {
	padding: 0px 0 0 12px;
}
#header .box_btn .head li {
	margin: 0 6px 6px 0;
	float: left;
}
#gnav {
	border-bottom: 1px solid #c3c7ca;
}
#gnav li {
	float: left;
}
#gnav li a,
#gnav .box_search {
	height: 41px;
	display: block;
	overflow: hidden;
}
#gnav .btn_iphone a {
	width: 120px;
}
#gnav .btn_ipad a {
	width: 120px;
}
#gnav .btn_smartphone a {
	width: 120px;
}
#gnav .btn_category a {
	width: 120px;
}
#gnav .btn_brand a {
	width: 120px;
}
#gnav .btn_new a {
	width: 120px;
}
#gnav .btn_campaign a {
	width: 120px;
}
#gnav .btn_sbs a {
	width: 120px;
}


#gnav img {
	position: relative;
}
#gnav .btn_iphone img {
	left: 0;
}
#gnav .btn_ipad img {
	left: -120px;
}
#gnav .btn_smartphone img {
	left: -240px;
}
#gnav .btn_category img {
	left: -360px;
}
#gnav .btn_brand img {
	left: -480px;
}
#gnav .btn_new img {
	left: -600px;
}
#gnav .btn_campaign img {
	left: -720px;
}
#gnav .btn_sbs img {
	left: -840px;
}


#header .box_shop_pr {
	position: absolute;
	top: 117px;
	left: 0px;
}
#header .box_search {
	position: absolute;
	top: 103px;
	left: 731px;
	width: 228px;
	height: 41px;
	padding: 0;
	background: url(/common/images/onlineshop/header/bg_gnavsearch.gif) no-repeat;
	/*position: relative;*/
}
.inputarea {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 180px!important;
	height: 15px!important;
	border: none!important;
	background-repeat: no-repeat!important;
	background-position: -2px 0!important;
}
.HeaderArea .headerFrame .HeaderSearchBlock .inputarea {
	background-image: none;
}
.inputarea.no_image {
	background-image: none!important;
}
.inputarea.add_image {
	background-image: url(/common/images/onlineshop/header/txt_hsearch.gif)!important;
}
.inputarea:focus {
	outline: none;
}
.inputbtn {
	position: absolute;
	top: 10px;
	right: 10px;
}





/*- marble用 -*/
.HeaderArea .headerFrame .HeaderSearchBlock .HeaderSearch {
	width: 180px;
	right: 0!important;
}
.HeaderArea .headerFrame .HeaderSearchBlock .inputarea {
	width: 148px;
}
.HeaderArea .headerFrame .HeaderSearchBlock .inputbtn {
	display: block!important;
}

/***--- noticearea ---***/
#noticearea {
	margin: 14px 0 0;
}
#noticearea_inner {
	position: relative;
}
#noticearea p {
	/*background: url(/common/images/onlineshop/bg/bg_btn_noticearea.gif);*/
}

/***--- breadcrumb ---***/
#breadcrumb {
	height: 33px;
	padding: 10px 0 0;
	font-size: 11px;
}
#breadcrumb ul {
	display: inline-block;
	float: left;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li,
#breadcrumb a {
	color: #666;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb span,
#breadcrumb .BreadPreFix {
	display: inline-block;
}
#breadcrumb li span,
#breadcrumb .BreadPreFix {
	display: inline-block;
	margin: 0 2px 0 6px;
}

/***--- set_sns ---***/
.set_sns {
	width: 210px;
	float: right;
}
.set_sns li {
	display: inline-block;
}
.set_sns .twitter,
.set_sns .twitter iframe {
	height: 20px;
}
.set_sns .facebook,
.set_sns .facebook iframe {
	height: 21px;
}
.set_sns .twitter iframe {
	width: 100px!important;
}
.set_sns .facebook iframe {
	width: 100px!important;
}

/***--- side_sns ---***/
#side_sns{
	position: fixed;
	top  : 100px;
	right: 9px;
	z-index: 50;
}
#side_sns ul{
	margin: 2px 0 0 52px;
}
#side_sns ul li{
	margin: 0 0 5px;
	background: url(/common/images/onlineshop/bg/bg_side_snsbtn.png) no-repeat;
}

/***--- side_btn_popup ---***/
#side_btn_popup {
	position: absolute;
	top : 170px;
	left: 0;
}
#side_btn_popup_inner {
	position: relative;
}
#side_btn_popup_inner img {
	position: relative;
	z-index: 50;
}
#side_btn_popup_inner div {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	z-index: 60;
	cursor:pointer;
}
.side_btn_popup_hover,
#wrap_modalbox_inner:hover {
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	opacity: 0.8;
	display: inline-block\9;
}
#wrap_modalscreen {
	width: 100%;
	height: 100%;
	background: #fff;
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	opacity: 0.8;
	display: inline-block\9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 60;
	display: none;
}
#wrap_modalbox {
	width: 516px;
	height: 757px;
	margin-left: -258px;
	position: absolute;
	top: 90px;
	left: 50%;
	z-index: 70;
	background: url(/common/images/onlineshop/xmas/img_popup_bg.png) no-repeat;
	cursor:pointer;
	display: none;
}

/***--- contents ---***/
#contents {
	margin-top: 20px;
}

/***--- side ---***/
#side .hd_head {
	height: 25px;
}
#side .hd_head img {
	width: auto;
	height: 25px;
}

/***--- recommendcontents ---***/
#recommendcontents {
	margin: 60px 0 0;
	text-align: center;
}
#recommendcontents .hd_head {
	margin: 0 auto 10px;
	display: inline-block;
}
#recommendcontents .hd_head .hdg_recommend_brand {
	display: none;
}
/***--- campaign ---***/
#campaign {
	margin: 10px 0 20px;
}
#campaign .hd_head {
	margin: 0 auto 20px;
}
#campaign ul {
	display: inline-block;
	text-align: left;
}
#campaign li {
	margin: 0 4px 0 0;
	display: inline-block;
}
#campaign li a {
	height: 176px;
	padding: 5px;
	border: 1px solid #dfe0e1;
	border-radius: 6px;
	display: table-cell;
	vertical-align: middle;
}
#campaign li a img {
	padding: 2px;
	display: block;
}
#campaign li a:hover img {
	padding: 0;
	border: 2px solid #ff7b9b;
}
#campaign .bnr_flat {
	padding: 5px;
}

/***--- recentlyview ---***/
#recentlyview {
	margin: 20px 0 0;
}
#recentlyview_inner {
	width: 962px;
	height: 152px;
	position: relative;
}
#recentlyview .hd_head {
	margin: 0 0 16px;
}
#recentlyview ul {
	margin: 0 -9px;
	display: inline-block;
	text-align: left;
	position: absolute;
	top: 51px;
	left: 13px;
}
#recentlyview li {
	margin: 0 8px;
	display: inline-block;
	float: left;
}
#recentlyview li img {
	width: 90px;
	height: 90px;
	padding: 2px;
}
#recentlyview li a:hover img {
	padding: 0;
	border: 2px solid #ff7b9b;
}

/***--- guide ---***/
#guide {
	margin: 50px 0 0;
	padding: 12px 0 22px;
	background: #e8eef0;
}
#guide_inner {
	position: relative;
}
#guide .hd_head {
	width: 214px;
	margin: 0 auto;
}
#guide .body {
	margin: 8px 0 0;
}
#guide .body li {
	float: left;
	position: relative;
}
#guide .body p {
	width: 156px;
	position: absolute;
	top: 125px;
	left: 20px;
	font-size: 11px;
	text-align: center;
	line-height: 1.3;
}
#guide .foot {
	margin: 15px 0 0;
}
#guide .foot > div {
	width: 649px;
	position: relative;
	float: right;
}
#guide .foot > div:first-child {
	width: 299px;
	float: left;
}
#guide .foot .note {
	width: 163px;
	padding: 5px 0 0 1em;
	font-size: 10px;
	position: absolute;
	left: 24px;
	top: 149px;
	text-indent: -1em;
	line-height: 1.2;
}
#guide .foot > div .btn_detail {
	position: absolute;
	top: 0;
	right: 7px;
}
#guide .foot .txt {
	width: 250px;
	position: absolute;
	top: 165px;
	left: 18px;
}

/*-カレンダー-*/
.box_calendar {
	position: absolute;
	top: 41px;
	left: 205px;
	text-align: center;
}
.CalendarParts {
	width: 220px;
	margin:0 0px 0 0px;
	float:left;
}
.CalendarParts .CalendarS {
  width: 180px;
	background-color: #ffffff;
}
.CalendarParts .CalendarS td {
	vertical-align:middle;
	text-align:center;
	border: 2px solid white!important;
}
.CalendarParts .CalendarS > tbody > tr:first-child > td {
	background: transparent!important;
}
.CalendarParts .Today{
	color: white;
}
.CalendarParts table{
	border: none;
	line-height: 1;
}
.CalendarParts .CalendarMonthHeader td{
	background-color: #ffffff;
	font-size:14px;
	padding: 0!important;
	font-weight:bold;
}
.CalendarParts .CalendarWeekHeader {
	height: 19px;
	padding: 0 5px!important;
	border:none;
	background-color: #a5b1b5;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	color:white;
	background:url("/common/images/onlineshop/footer/bg_calender_week.png") repeat-x left top;
}
.CalendarParts .CalendarToday {
	background-color:#FFEE92;
}
.CalendarParts .Open {
	background-color:#E8EEF0;
	font-size:11px;
	padding: 3px 8px 2px!important;
}
.CalendarParts .Closed {
	background-color:#a5b1b5;
	font-size:11px;
	padding: 3px 8px 2px!important;
	color:white;
}
/*-marble用-*/
.footerFrame .CalendarPartsBlock .CalendarPartsBlockInner {
	left: 516px!important;
	top: -181px!important;
}

/***--- footer ---***/
#footer {
	padding: 28px 0 0;
	background: #71767b;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .box_bigcategory {
	width: 100%;
	display: table;
}
#footer .box_bigcategory h4 {
	margin: 22px 0 5px;
	font-weight: bold;
}
#footer .box_bigcategory h4:first-child {
	margin-top: 0;
}
#footer .box_bigcategory .txt_normal {
	font-weight: normal;
}
#footer .box_bigcategory .txt_normal.first {
	margin-top: 40px;
}
#footer .box_bigcategory > li {
	padding: 0 0 0 24px;
	border-left: 1px solid #61666a;
	border-right: 1px solid #75797e;
	display: table-cell;
}
#footer .box_bigcategory > li.nth_child_1 {
	width: 250px;
	padding: 0;
	border-left: none;
}
#footer .box_bigcategory > li.nth_child_2 {
	width: 350px;
}
#footer .box_bigcategory > li.nth_child_3 {
	width: 160px;
}
#footer .box_bigcategory > li.nth_child_4 {
	width: 200px;
	border-right: none;
}
#footer .box_smallcategory {

}
#footer .box_smallcategory li {
	margin: 9px 0 0;
	padding: 0 0 0 9px;
	background: url(/common/images/onlineshop/footer/ico_footerlink.gif) no-repeat left 40%;
}
#footer .box_bigcategory > li.nth_child_1 li {
	width: 120px;
	float: left;
}
#footer .box_bigcategory > li.nth_child_2 li {
	width: 177px;
	float: left;
}
#footer .box_bigcategory > li.nth_child_2 li.odd {
	width: 147px;
}
#footer .box_bigcategory > li.nth_child_3 li {
	float: left;
}
#footer .box_bigcategory > li.nth_child_3 h4 {
	margin-top: 13px;
}
#footer .box_bigcategory > li.nth_child_4 li {
	padding: 0;
	background: none;
}
#footer .box_bigcategory > li.nth_child_4 h4 {
	margin-bottom: 14px;
}
#footer .box_sns {
	margin-top: 15px;
}
#footer .box_sns > h4,
#footer .box_sns > p,
#footer .box_sns ul,
#footer .box_sns li {
	float: left;
}
#footer .box_sns > p,
#footer .box_sns ul {
	margin: 21px 0 0;
}
#footer .box_sns ul {
	width: 847px;
	padding: 9px 0 8px 16px;
	border-radius: 0 3px 3px 0;
	background: #fff;
}
#footer .box_sns li {
	margin: 0 9px 0 0;
	background: url(/common/images/onlineshop/footer/bg_footer_snsbtn.png);
}
#footer .box_footerbottom {
	height: 39px;
	margin: 29px 0 0;
	background: #3f4347;
	color: #a9aeb4;
}
#footer .box_footerbottom a {
	color: #a9aeb4;
}
#footer .box_footerbottom ul {
	float: left;
}
#footer .box_footerbottom li {
	margin: 12px 0 0;
	background: url(/common/images/onlineshop/footer/ico_footerbottomlist.gif) no-repeat right center;
	float: left;
}
#footer .box_footerbottom li a {
	padding: 0 15px;
}
#footer .box_footerbottom li:first-child a {
	background: url(/common/images/onlineshop/footer/ico_footerbottomlist.gif) no-repeat left center;
}
#footer .box_footerbottom p {
	margin: 6px 0 0;
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 1.3;
}

/***--- common ---***/
.r_over:hover {
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	opacity: 0.8;
	display: inline-block\9;
}
.link_smallrightallow {
	background: url(/common/images/onlineshop/icn/icn_smallrightallow.png) no-repeat left center;
}
#pagetop {
	position: absolute;
	top: -42px;
	right: 0;
}
.GroupIconImage {
	width: auto;
	height: 17px;
}

/***--- bx-slider ---***/
.box_carousel {
	position: relative;
}
.box_carousel .bx-wrapper {
	margin: 0 auto;
}
.box_carousel .bx-viewport {
	z-index: 20;
}
.box_carousel .bx-has-controls-direction {
	width: 960px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.box_carousel .bx-controls-direction {
	height: 100%;
}
.box_carousel .btnRight{
	border-radius: 0 4px 4px 0;
	float:right;
}
.box_carousel .btnLeft {
	border-radius: 4px 0 0 4px;
	float:left;
}
.box_carousel .btnRight,
.box_carousel .btnLeft {
	height: 100%;
	border: 1px solid #c2c6c7;
	display:inline;
	background: #dfe2e3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d3d8d9), color-stop(0.00, #d3d8d9));
	background: -webkit-linear-gradient(#d3d8d9, #d3d8d9);
	background: -moz-linear-gradient(#d3d8d9, #d3d8d9);
	background: -o-linear-gradient(#d3d8d9, #d3d8d9);
	background: -ms-linear-gradient(#d3d8d9, #d3d8d9);
	background: linear-gradient(#d3d8d9, #d3d8d9);
}
.box_carousel .btnRight a {
	background: url(/common/images/onlineshop/icn/icn_carousel_rightarrow.png) no-repeat center center;
}
.box_carousel .btnLeft a {
	background: url(/common/images/onlineshop/icn/icn_carousel_leftarrow.png) no-repeat center center;
}
.box_carousel .btnRight a,
.box_carousel .btnLeft a {
	width: 17px;
	height: 100%;
	display: inline-block;
	text-indent: -9999px;
}
.bx-controls .disabled {
	display: none;
}
.bx-pager {
	width: 100%;
	position: absolute;
	bottom: -16px;
	text-align: center;
}
.bx-pager-item {
	margin: 0 3px;
	display: inline-block;
}
.bx-pager-item a {
	width: 8px;
	height: 8px;
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3) inset;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3) inset;
	border-radius: 50%;
	display: inline-block;
	background: #d1d1d1;
	text-indent: -9999px;
}
.bx-pager-item .active {
	background: #f25c78;
}

/***--- crosssell ---***/
#crosssell {
	margin: 30px 0 100px;
}
#crosssell .hd_head {
	margin: 0 auto 20px;
}
#crosssell .bx-wrapper {
	width: 904px;
}
#crosssell .bx-viewport {
	border: 1px solid #bac5cc;
}
#crosssell ul {
	text-align: left;
}
#crosssell li {
	border-right: 1px solid #bac5cc;
	float: left;
	box-sizing: content-box;
}
#crosssell .li_carousel_inner {
	width: 126px;
	margin: 1px 1px 3px;
	padding: 2px;
}
#crosssell .li_carousel_inner:hover {
	padding: 0;
	border: 2px solid #f25c78;
}
#crosssell a {
	color: #333;
}
#crosssell a:hover {
	text-decoration: none;
}
#crosssell .list_carousel .img {
	padding: 1px 1px 0;
}
#crosssell .list_carousel .txt {
	padding: 0 10px;
	display: inline-block;
}
#crosssell .txt_price {
	margin: 8px 0 0;
	padding: 8px 10px;
	border-top: 1px solid #e5e9ea;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: right;
	background: #f8fafb;
}
#crosssell .txt_yen {
	padding: 0 0 0 3px;
	font-size: 11px;
	font-weight: normal;
}

/***--- SmartPhoneサイトへ ---***/
.CrossLinkParts {
background-color: #eeeeee;
border-bottom: 2px solid #7c94a6;
position: relative;
z-index: 99;
padding: 25px;
text-align: center;
}



.dv_rc_description {
	display: none;
}
#recommender_pc111 .dv_recommend,
#recommender_pc111 .dv_rc_header,
#recommender_pc111 .dv_rc_title,
#recommender_pc111 .dv_rc_footer {
	width: 546px;
}
#recommender_pc111 .dv_recommend {
	padding: 0 2px;
	background: #fff url(/onlineshop/images/index/bg_blueblockbody.png) repeat-y;
}
#recommender_pc111 .dv_rc_header {
	height: 12px;
	background: #fff url(/onlineshop/images/index/bg_blueblockhead.png) no-repeat -2px top;
	position: relative;
}
#recommender_pc111 .dv_rc_header:before {
	content: "";
	width: 101px;
	height: 94px;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 100;
	background: url(/onlineshop/images/index/label_ribbonblue.png) no-repeat;
}
#recommender_pc111 .dv_rc_title {
	width: 540px;
	height: 73px;
	margin-right: auto;
	border-bottom: 1px solid #bac5cc;
	position: relative;
}
#recommender_pc111 .dv_rc_title:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/onlineshop/images/index/label_recommended.gif) no-repeat 82px 15px;
}
#recommender_pc111 .dv_rc_title:after {
	content: "SoftBank SELECTION オンラインショップ あなたへのイチオシアイテム";
	position: absolute;
	left: 82px;
	top: 46px;
	font-size: 12px;
	text-align: left;
}
#recommender_pc111 .dv_rc_footer {
	height: 6px;
	background: #FFF url(/onlineshop/images/index/bg_blueblockfoot.png) no-repeat -2px bottom;
	clear: both;
}
#recommender_pc111 .dv_rc_items {
	width: 135px;
	padding: 2px;
	float: left;
	border-top: 1px solid #bac5cc;
	border-left: 1px solid #bac5cc;
	position: relative;
}
#recommender_pc111 .dv_rc_items:nth-of-type(3),
#recommender_pc111 .dv_rc_items:nth-of-type(4),
#recommender_pc111 .dv_rc_items:nth-of-type(5),
#recommender_pc111 .dv_rc_items:nth-of-type(6) {
	border-top: none;
}
#recommender_pc111 .dv_rc_items:nth-of-type(4n+3) {
	border-left: none;
}
#recommender_pc111 .dv_rc_items a {
	padding-bottom: 40px;
	border: 2px solid transparent;
	display: block;
	text-decoration: none;
	height: 100%;
	/* position: relative; */
}
#recommender_pc111 .dv_rc_items a:hover {
	border: 2px solid #f25c78;
}
#recommender_pc111 .dv_rc_img img {
	width: auto;
	height: 120px;
}
#recommender_pc111 .dv_rc_img {
	height: 130px;
	padding: 5px 0;
}
#recommender_pc111 .dv_rc_name,
#recommender_pc111 .dv_rc_description {
	padding: 6px 8px;
	font-size: 12px;
	text-align: left;
	line-height: 1.1;
}
#recommender_pc111 .dv_rc_name {
	padding-bottom: 0;
}
#recommender_pc111 .dv_rc_price {
	margin-top: 6px;
	padding: 10px;
	font-size: 15px;
	text-align: right;
	background: #f8fafb;
	position: absolute;
	left: 4px;
	bottom: 4px;
	z-index: 100;
	width: 126px;
}



#recommender_pc211 .dv_recommend,
#recommender_pc411 .dv_recommend {
	margin-bottom: 22px;
	padding: 0 0 10px;
	border: 1px solid #cddae2;
	border-radius: 5px;
}
#recommender_pc411 .dv_recommend {
	margin-top: 30px;
}
#recommender_pc211 .dv_recommend:before,
#recommender_pc411 .dv_recommend:before {
}
#recommender_pc211 .dv_rc_header,
#recommender_pc411 .dv_rc_header {
}
#recommender_pc211 .dv_rc_title,
#recommender_pc411 .dv_rc_title {
	height: 32px;
	background: #72b7d9;
	position: relative;
	text-align: left;
}
#recommender_pc411 .dv_rc_title {
	font-size: 14px;
	font-weight: bold;
}
#recommender_pc211 .dv_rc_title:before,
#recommender_pc411 .dv_rc_title:before {
	color: #fff;
	position: absolute;
	top: 10px;
	left: 12px;
}
#recommender_pc211 .dv_rc_title:before {
	content: "あなたへのイチオシアイテム";
}
#recommender_pc411 .dv_rc_title:before {
	content: "この商品を購入した人はこんな商品も購入しています";
}
#recommender_pc211 .dv_rc_title:after,
#recommender_pc411 .dv_rc_title:after {
}
#recommender_pc211 .dv_rc_footer,
#recommender_pc411 .dv_rc_footer {
	clear: both;
}
#recommender_pc211 .dv_rc_items,
#recommender_pc411 .dv_rc_items {
	width: 86px;
	margin: 0 5px;
	padding: 0;
	float: left;
}
#recommender_pc211 .dv_rc_items:nth-of-type(7n+3) {
	margin-left: 29px;
}
#recommender_pc411 .dv_rc_items:nth-of-type(8n+3) {
	margin-left: 20px;
}
#recommender_pc211 .dv_rc_items a,
#recommender_pc411 .dv_rc_items a {
	width: 86px;
	/*border: 2px solid transparent;*/
	display: block;
	text-decoration: none;
	color: #333;
}
#recommender_pc211 .dv_rc_items a:hover,
#recommender_pc411 .dv_rc_items a:hover {
	/*border: 2px solid #f25c78;*/
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	opacity: 0.8;
}
#recommender_pc211 .dv_rc_img,
#recommender_pc411 .dv_rc_img {
	height: 86px;
	margin: 11px 0 5px;
	border: 1px solid #cddae2;
}
#recommender_pc211 .dv_rc_img img,
#recommender_pc411 .dv_rc_img img {
	width: 100%;
	height: auto;
}
#recommender_pc211 .dv_rc_name,
#recommender_pc411 .dv_rc_name,
#recommender_pc211 .dv_rc_description,
#recommender_pc411 .dv_rc_description {
	font-size: 9px;
	text-align: left;
	line-height: 1.1;
}
#recommender_pc211 .dv_rc_name,
#recommender_pc411 .dv_rc_name {
	padding-bottom: 0;
}
#recommender_pc211 .dv_rc_price,
#recommender_pc411 .dv_rc_price {
	margin-top: 5px;
	font-size: 9px;
	text-align: left;
}



#recommender_pc311 .dv_recommend,
#recommender_pc311 .dv_rc_header,
#recommender_pc311 .dv_rc_title,
#recommender_pc311 .dv_rc_footer {
}
#recommender_pc311 .dv_recommend {
	width: 309px;
	margin-top: 30px;
	padding: 0 0 20px;
	border: 1px solid #cddae2;
	border-radius: 5px;
}
#recommender_pc311 .dv_recommend:before {
}
#recommender_pc311 .dv_rc_header {
}
#recommender_pc311 .dv_rc_title {
	height: 32px;
	background: #72b7d9;
	position: relative;
	text-align: left;
	font-size: 13px;
}
#recommender_pc311 .dv_rc_title:before {
	content: "この商品を見た人はこんな商品もチェックしています";
	color: #fff;
	position: absolute;
	top: 10px;
	left: 12px;
}
#recommender_pc311 .dv_rc_title:after {
}
#recommender_pc311 .dv_rc_footer {
	clear: both;
}
#recommender_pc311 .dv_rc_items {
	width: 86px;
	margin: 0 3px;
	padding: 0;
	float: left;
}
#recommender_pc311 .dv_rc_items:nth-of-type(3n+3) {
	margin-left: 19px;
}
#recommender_pc311 .dv_rc_items a {
	width: 86px;
	/*border: 2px solid transparent;*/
	display: block;
	text-decoration: none;
	color: #333;
}
#recommender_pc311 .dv_rc_items a:hover {
	/*border: 2px solid #f25c78;*/
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	opacity: 0.8;
}
#recommender_pc311 .dv_rc_img {
	height: 86px;
	margin: 11px 0 5px;
	border: 1px solid #cddae2;
}
#recommender_pc311 .dv_rc_img img {
	width: 100%;
	height: auto;
}
#recommender_pc311 .dv_rc_name,
#recommender_pc311 .dv_rc_description {
	font-size: 9px;
	text-align: left;
	line-height: 1.1;
}
#recommender_pc311 .dv_rc_name {
	padding-bottom: 0;
}
#recommender_pc311 .dv_rc_price {
	margin-top: 5px;
	font-size: 9px;
	text-align: left;
}

#_ctl5_ContentsPanel .btn_buy {
margin: 30px 0;
}

/*150310 ショッピングガイドNew追加*/

.head_guide_new {
position: absolute;
top: 37px;
left: -2px;
}
