/*
content
*/
#content {
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}


/*
content :: main
*/
#content div.main {
float: right;
width: 730px;
}

#content div.main div.informations,
#content div.main div.categories,
#content div.main div.bottom {
clear: both;
}

/*ロールオーバー*/
#content a:hover img.over {
filter: alpha(opacity=65);
-moz-opacity:0.65;
opacity:0.65;
}

/*
content :: main :: informations
*/
/*
content :: main :: informations :: information
*/
#content div.main div.informations div.information {
float: left;
width: 510px;
}

#content div.main div.informations div.information .main_flash {
padding-top: 8px;
}

#content div.main div.informations div.information ul {
padding-top: 8px;
}

#content div.main div.informations div.information li {
padding-left: 10px;
float: left;
}

#content div.main div.informations div.information li.first_child {
padding-left: 0;
}


/*
content :: main :: informations :: menu
*/
#content div.main div.informations div.menu {
border: 1px #CCC solid;
border-bottom: 0 none;
float: right;
width: 203px;
}

#content div.main div.informations div.menu li {
border-bottom: 1px #CCC solid;
padding: 1px;
}

#content div.main div.informations div.menu li a {
padding: 2px 0 2px 2px;
border: 1px #F0F0F0 solid;
display: block;
}


/*
content :: main :: categories
*/
#content div.main div.categories {
/*padding-top: 16px;*/
}

#content div.main div.categories div.top {
padding-bottom: 14px;
}

#content div.main div.categories div.top p {
margin-top: -30px;
text-align: right;
width: 730px;
}

#content div.main div.categories div.general {
padding-right: 14px;
float: left;
width: 510px;
border-right: 3px #BFBFBF solid;
padding-bottom: 15px;
}

#content div.main div.categories div.general h3 a:hover {
text-decoration:none;
}

#content div.main div.categories div.special {
float: right;
width: 191px;
}

#content div.main div.categories div.special h3 a:hover {
text-decoration:none;
}

#content div.main div.categories h3 {
padding-bottom: 6px;
}

#content div.main div.categories td p {
float: left;
}

#content div.main div.categories td ul {
float: right;
width: 150px;
}

#content div.main div.categories td li {
padding-left: 12px;
background: url(/img/arrow.gif) -88px 5px no-repeat;
}

#content div.main div.categories div td {
padding: 8px 0 8px 8px;
border-top: 1px #BFBFBF dotted;
border-left: 1px #BFBFBF dotted;
width: 248px;
vertical-align: top;
}

#content div.main div.categories tr.first_child td {
padding-top: 0;
border-top: 0 none;
}

#content div.main div.categories td.first_child {
padding-left: 0;
padding-right: 8px;
border-left: 0 none;
vertical-align: top;
}

#content div.main div.categories div.special td {
padding-left: 0;
border-left: 0 none;
width: auto;
}

#content div.main div.categories div.special td.first_child {
padding-right: 0;
}

#content div.main div.categories div.special td ul {
width: 136px;
}

#content div.main div.categories div.special td li {
background-position: -58px -25px;
}


/*
content :: main :: bottom
*/
#content div.main div.bottom {
padding-top: 8px;
}

#content div.main div.categories div td {
border-top: none;
}

#content div.main div.categories div.new_products {
float: left;
width: 510px;
}

#content div.main div.categories div.new_products h2 {
margin-bottom: 8px;
}

#content div.main div.categories div.new_products td {
padding: 2px 6px 0 6px;
border-left: 1px #CCC solid;
font-size: 11px;
text-align: center;
width: 89px;
vertical-align: top;
}

#content div.main div.categories div.new_products td a {
/*color: #333;
text-decoration: none;*/
}

#content div.main div.categories div.new_products td span {
padding-top: 4px;
/*display: block;*/
text-align: left;
}

#content div.main div.categories div.new_products td img {
vertical-align:top;
}

#content div.main div.categories div.new_products td.first_child {
border-left: 0 none;
}

#content div.main div.categories div.news {
padding-top: 10px;
float: right;
width: 190px;
}

#content div.main div.categories div.news dt {
padding-top: 6px;
border-top: 1px #BFBFBF dotted;
font-weight: bold;
}

#content div.main div.categories div.news dt.first_child {
border-top: 0 none;
}

#content div.main div.categories div.news dd {
padding-bottom: 6px;
padding-left: 12px;
background: url(/img/arrow.gif) -58px -25px no-repeat;
}


/*
content :: side
*/
#content div.side {
float: left;
width: 190px;
}

#content div.side li {
padding-top: 8px;
}

#content div.side div.pickup p {
padding-top: 8px;
text-align: right;
}

#content div.side div.deals {
padding-top: 16px;
}


/*
content :: carousel
*/
#block_carousel {
	width: 940px;
	height: 192px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 4px;
	border: 1px solid #CCC;
	background: #E7E7E7 url(/img/top/carousel/loading.gif) center center no-repeat;
}
#block_carousel .hide {
	visibility: hidden;
}
#block_carousel ul.slide li{
	position: relative;
}

#block_carousel div.thumbnails {
	padding: 1px 0 1px 5px;
	background-color: #FFF;
	width: 935px;
	overflow: hidden;
}
#block_carousel div.thumbnails img {
	cursor: pointer;
	padding: 1px;
	border: 2px solid #FFF;
	background-color: #FFF;
	margin: 3px 1px 3px 0;
	display: inline;
}
#block_carousel div.thumbnails a:hover img{
	border: 2px solid #FE0000;
	background-color: #FF6160;
}
#block_carousel div.thumbnails .selected img {
	border: 2px solid #FE0000;
	background-color: #FF6160;
}

/*
content :: smallbanners
*/

#bans01 ul.slides { height: 146px; overflow: hidden; color: #FFF;}

#content div.smallbanners {
	clear: both;
	padding: 15px 0 0;
}

#content div.smallbanners ul {
	border-top: 1px solid #333;
	
}
#content div.smallbanners ul:before,
#content div.smallbanners ul:after { content:""; display:table; }
#content div.smallbanners ul:after { clear:both; }
#content div.smallbanners ul { zoom:1; }


#content div.smallbanners ul li {
width: 86px;
height: 32px;
overflow: hidden;
float: left;
margin: 10px 8px 0;
padding: 5px 0 0;
}





/*
	content - logoutBlock
*/
#content .logoutBlock {
	margin: 0 0 15px;
}





/*
	content - forCategory
*/
#content .forCategory {
	margin: 40px 0;
}
#content .forCategory h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
#content .forCategory .ct {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	overflow: hidden;
}
#content .forCategory .ct .ctBranch{
	flex-basis: 190px;
	min-height: 166px;
	padding: 18px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	position: relative;
	background: #f4f4f4;
}
#content .forCategory .ct .ctBranch h3 a,
#content .forCategory .ct .ctBranch ul a {
	color: #333;
}
#content .forCategory .ct .ctBranch h3{
	margin: 0 0 10px;
}
#content .forCategory .ct .ctBranch h3 span {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	border-bottom: 3px solid #000;
	max-width: 110px;
}
#content .forCategory .ct .ctBranch ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
#content .forCategory .ct .ctBranch ul li::before {
	content: "-";
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
#content .forCategory .ct .ctBranch p.more{
	position: absolute;
	bottom: 6px;
	left: 20px;
}
#content .forCategory .ct .ctBranch p.more a{
	display: inline-block;
	color: #000;
	padding: 6px 12px 6px 0;
}
#content .forCategory .ct .ctBranch p.more a span {
	display: block;
	padding: 0 0 0 10px;
	background: url("/img/common_footer/ic_footer_arrow02.png") left center no-repeat;
	background-size: 5px auto;
	font-size: 11px;
	line-height: 1;
}




/*
	content - topicsBlock
*/
#content .topicsBlock {
	float: right;
	width: 410px;
}

#content .topicsBlock p{
	margin: 15px 0;
}

#content .topicsBlock dl {
	position: relative;
	padding: 0 0 0 85px;
}

#content .topicsBlock dl dt {
	position: absolute;
	left: 0;
	top: 0;
}
#content .topicsBlock dl dd{
	display: inline-block;
	vertical-align: middle;
}

#content .topicsBlock dl dd{
	margin-left: 10px;
}


#content .topicsBlock #mySlide{
	margin: 15px 0;
	height: 270px;
	overflow: hidden;
	position: relative;
}
#content .topicsBlock #mySlide .sp-thumbnail a {
	display: block;
	width: 82px;
	height: 63px;
}
#content .topicsBlock #mySlide .sp-thumbnail a:hover img,
#content .topicsBlock #mySlide .sp-selected-thumbnail .sp-thumbnail a img{
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-khtml-opacity: 0;
-moz-opacity: 0;
}



/*
	content - forSpecial
*/
#content .forSpecial {
	margin: 30px 0;
	padding: 0 0 30px;
	border-bottom: 3px solid #eeeeee;
}
#content .forSpecial h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}

#content .forSpecial ul {
	overflow: hidden;
	margin: 12px 0 0 -17px;
}

#content .forSpecial ul li {
	padding: 0 0 17px 17px;
	float: left;
	width: 224px;
}
#content .forSpecial ul li img {
	width: 224px;
	height: 112px;
}
#content .forSpecial p {
	text-align: right;
}
#content .forSpecial p a {
	display: inline-block;
	width: 224px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #073190;
}
#content .forSpecial p a span {
	line-height: 1;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding: 0 0 0 18px;
	background: url("/img/common_footer/ic_footer_arrow03.png") left center no-repeat;
	background-size: 6px auto;
}



/*
	content - forService
*/
#content .forService {
	margin: 30px 0;
	padding: 0 0 70px;
	border-bottom: 3px solid #eeeeee;
}
#content .forService h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#content .forService ul {
	display: flex;
	margin-left: -25px;
	overflow: hidden;
	flex-wrap: wrap;
}
#content .forService ul li {
	flex-basis: 300px;
	margin-left: 25px;
	margin-top: 15px;
}





/*
	content - businessBlock
*/
#content .businessBlock {
	margin: 20px 0 50px;
	overflow: hidden;
}

#content .businessBlock ul {
	margin: 10px 0;
	overflow: hidden;
	padding: 15px 0 0 5px;
	background: #eee;
}

#content .businessBlock ul li {
	padding: 0 0 12px 8px;
	float: left;
}

#content .businessBlock p {
	text-align: right;
}




/*
	content - newsBlock
*/
#content .newsBlock {
	float: left;
	width: 502px;
	border-bottom: 3px solid #EEE;
	padding: 0 0 14px;
}

#content .newsBlock div {
	overflow: auto;
	height: 170px;
	margin: 2px 0;
}

#content .newsBlock dl {
	padding: 0 0 0 15px;
	width: 450px;
}

#content .newsBlock dl dt {
	width: 105px;
	float: left;
	clear: left;
	font-size: 10px;
	color: #666;
	padding: 10px 0 0 0 ;
}

#content .newsBlock dl dd {
	padding: 10px 0 0 10px;
	margin: 0 0 0 105px;
	background:url(../img/common_header/ic_right_gray.gif) left 15px no-repeat;
}




/*
	content - itemBlock
*/
#content .itemBlock {
	float: right;
	width: 413px;
	background: #EEE;
	padding: 0 0 10px;
}

#content .itemBlock .sp-bottom-thumbnails .sp-thumbnail-container {
	padding: 10px 0 0;
	margin: 0 5px;
}

#content .itemBlock .sp-bottom-thumbnails .sp-thumbnail-container img {
	border: 1px solid #EEE;
}

#content .itemBlock .sp-bottom-thumbnails .sp-thumbnail-container.sp-selected-thumbnail {
	background:url(../img/index/ic_item_bottom.gif) center top no-repeat;
}

#content .itemBlock .sp-bottom-thumbnails .sp-thumbnail-container.sp-selected-thumbnail img {
	border: 1px solid #F00;
}



/*
	content - forExhibition
*/
#content .forExhibition {
	margin: 30px 0;
	padding: 0 0 30px;
	border-bottom: 3px solid #eeeeee;
}

#content .forExhibition ul {
	display: flex;
	margin-left: -25px;
	overflow: hidden;
}
#content .forExhibition ul li {
	flex-basis: 300px;
	margin-left: 25px;
}
#content .forExhibition ul li img{
	max-width: 100%;
}




/*
	content - forCatalog
*/
#content .forCatalog {
	margin: 50px 0;
	padding: 20px;
	background: #ebeff8;
}

#content .forCatalog h2 {
	font-size: 18px;
	margin: 0 0 50px;
}

#content .forCatalog p {
	text-align: right;
}

#content .forCatalog div.flexsliderblock {
	width: 875px;
	height: 294px;
	margin: 0 auto;
}

#content .forCatalog li {
	text-align: center
}

#content .forCatalog dl {
	margin: 0 auto;
	width: 145px;
	text-align: center;
	padding: 10px 0 0;
}

#content .forCatalog dl dt {
	font-size: 13px;
	line-height: 110%;
	height: 2.5em;
}

#content .forCatalog dl dd {
	font-size: 11px;
	color: #C00;
}

#content .forCatalog > p {
	text-align: center;
	margin: 0 0 30px;
}
#content .forCatalog > p a {
	display: inline-block;
	width: 316px;
	padding: 15px 0;
	text-align: center;
	color: #333;
	background: #fff;
}
#content .forCatalog > p a span {
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 0 0 0 15px;
	background: url("/img/common_footer/ic_footer_arrow02.png") left center no-repeat;
	background-size: 6px auto;
}

#content .forCatalog .flexslider{
	background: transparent;
}

#content .forCatalog .custom-navigation a {
	width: 25px;
	height: 34px;
	top: 100px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}
#content .forCatalog .custom-navigation a.flex-prev {
	background:url("../img/index/ic_arrow_l01.png") left center no-repeat;
	left: -10px;
}
#content .forCatalog .custom-navigation a.flex-next {
	background:url("../img/index/ic_arrow_r01.png") right center no-repeat;
	right: -10px;
}
#content .forCatalog .custom-navigation a.flex-disabled {
	visibility: hidden !important;
}



/*
	content - forReffer
*/
#content .forReffer {
	margin: 50px 0 80px;
}
#content .forReffer h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}

#content .forReffer ul {
	display: flex;
	margin-left: -25px;
	overflow: hidden;
}
#content .forReffer ul li {
	flex-basis: 300px;
	margin-left: 25px;
}






/*
	recommend
*/

#content .recommend .jcarousel-skin {
	margin: 5px 0 20px;
	border: 3px solid #E8E8E8;
	padding: 5px 5px 5px 0;
	overflow: hidden;
}

#content .topicsBlock #mySlide{
	background-color: #eee;
}



#content .topSideBanner {
	position: absolute;
	top: 0px;
	display: none;
}
#content .topSideBanner.sideLeft { left: -140px; }
#content .topSideBanner.sideRight { right: -140px; }


#recommender_bn111 { 
background: #ebeff8;
width:910px; 
padding: 20px 20px;
height: 95px; 
overflow:hidden; 
margin: 0 auto 10px; 
position:relative;
}
#recommender_bn111.loading { 
background: #ebeff8 url("/img/index/loading_sp.gif") center center no-repeat;
}
#recommender_bn111 .dv_rc_name,
#recommender_bn111 .dv_rc_description,
#recommender_bn111 .dv_rc_price { display: none; }

#recommender_bn111 .dv_rc_items img {
	width: 190px;
	height: 95px;
}

#recommender_bn111.forSlide .flex-direction-nav a { 
	width: 20px;
	height: 34px;
	top: 50px;
	margin: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0.8;
	text-indent: -9999px;
}
#recommender_bn111.forSlide .flex-direction-nav a.flex-prev {
	background:url("../img/index/ic_arrow_l01.png") left center no-repeat;
	left: 0px;
}
#recommender_bn111.forSlide .flex-direction-nav a.flex-next {
	background:url("../img/index/ic_arrow_r01.png") right center no-repeat;
	right: 0px;
}
#recommender_bn111.forSlide .flex-direction-nav a::before { 
	display: none;
}



@media print{
	#content .forSpecial ul { overflow: visible; }
	#content .businessBlock,
	#content .businessBlock ul { overflow: visible; }
	#content .businessBlock ul:before,
	#content .businessBlock ul:after { content:""; display:table; }
	#content .businessBlock ul:after { clear:both; }
}



/*
	content - recommend
*/
#content .recommend {
	margin: 30px 0;
}
#content .recommend > div{
	border: 6px solid #eeeeee;
	padding: 22px;
	position: relative;
	height: 215px;
}
#content .recommend.loading > div{
	background: url("/img/index/loading.gif") center center no-repeat;
}
#content .recommend .slides img{
	max-width: 130px;
	max-height: 130px;
}
#content .recommend .slides a {
	display: block;
	width: 130px;
}
#content .recommend .slides a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#content .recommend .slides a div p {
	font-size: 14px;
}
#content .recommend .slides a div p.name {
	margin: 3px 0;
	color: #333;
}
#content .recommend .slides a div p.price {
	color: #e60012;
	display: inline-block;
	white-space: nowrap;
}
#content .recommend .slides a div p.price strong {
	font-weight: normal;
}
#content .recommend .flex-control-nav {
	display: none;
}
#content .recommend .flex-direction-nav a { 
	width: 25px;
	height: 34px;
	top: 60px;
	margin: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	text-indent: -9999px;
}
#content .recommend .flex-direction-nav a::before { 
	display: none;
}
#content .recommend .flex-direction-nav a.flex-prev {
	background:url("../img/index/ic_arrow_l01.png") left center no-repeat;
	left: -5px;
}
#content .recommend .flex-direction-nav a.flex-next {
	background:url("../img/index/ic_arrow_r01.png") right center no-repeat;
	right: -5px;
}
/*
#content .recommend > div > ul {
	display: flex;
	flex-wrap: wrap;
}
#content .recommend > div > ul > li {
	flex-basis: 145px;
	margin: 0 0 12px 10px;
}
#content .recommend > div > ul > li:nth-of-type(6n+1) {
	margin-left: 0px;
}
#content .recommend > div > ul > li > a {
	display: block;
	font-size: 1.1em;
	height: 100%;
}
#content .recommend > div > ul > li > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#content .recommend > div > ul > li > a > div > img {
	width: 140px;
	height: 140px;
	margin: 0 0 5px;
}
#content .recommend > div > ul > li > a > div p.name {
	margin: 3px 0;
}
#content .recommend > div > ul > li > a > div p.price {
	color: #C00;
	display: inline-block;
	white-space: nowrap;
	font-size: 0.9em;
}
#content .recommend > div > ul > li > a > div p.price strong {
	font-weight: bold;
}
*/

/* -------------------------------------------------------------------
for ItemRecommendSliders
------------------------------------------------------------------- */


.forRecommend .flex-direction-nav .flex-disabled {
  opacity: 0.2 !important;
  filter: alpha(opacity=20);
  cursor: default;
}

