﻿@charset "UTF-8";

/* ▼▼▼ 注目アイテム詳細
=====================================*/
#main {	
	background: url("/-/Media/coco/common/image/item_bg.png") repeat scroll left top;
	overflow: hidden;
	padding-bottom: 50px;
	width: 100%;
	}
	#main_inner {	
		overflow: hidden;
		position: relative;
		background: none;
		width: 100%;
		max-width: 1000px;
		}
#contents {
	width: 70%;
	float: left;
	overflow: hidden;
	}
	#contents_inner {
		width: 100%;
		background-color: #fff;
		padding: 35px;
		}
	#contents .productcatch {
		font-size: 26px;
		font-weight: bold;
		line-height: 1.6;
		margin: 10px auto;
		}

.mainVisual_area {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	}
	#mainVisual {
		width: 100%;
		margin: 0 auto 80px;
		position: relative;
		}
		#mainVisual .slider {padding-left: 0;}
		#mainVisual .slider div {text-align: center;}
		#mainVisual .slider img {
/* 			width: 100%; */
			text-align: center;
			margin: 0 auto;
			}
		#mainVisual a.bx-prev,
		#mainVisual a.bx-next {
			display: block;
			width: 30px;
			height: 30px;
			position: absolute;
			z-index: 100;
			top: 50%;
			margin-top: -15px;
			text-indent: -9999px;
			outline: none;
			}
			#mainVisual .bx-pager {
				float: left;
				position: relative;
				top: 20px;
				left: 50%;
				}
				#mainVisual .bx-pager-item {
					float: left;
					position: relative;
					left: -50%;
					width: 15px;
					height: 15px;
					margin-right: 20px;
					text-indent: -9999px;
					}
					#mainVisual .bx-pager-item a {
						display: block;
						background: url("/-/Media/coco/contents/information/detail/image/slider_page01.png") no-repeat left top;
						outline: none;
						background-size: 15px 15px;
						}
					#mainVisual .bx-pager-item a.active {
						background: url("/-/Media/coco/contents/information/detail/image/slider_page02.png") no-repeat left top;
						background-size: 15px 15px;
						}	

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

#main {	
	overflow: hidden;
	padding-bottom: 0;
	width: 100%;
	}	

#main_inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}
#contents {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 20px auto;
	}
#contents_inner {
	width: 90.6vw;
	background-color: #fff;
	padding: 20px;
	margin: 20px auto 0;
	}
	#contents .productcatch {font-size: 5vw;}

.mainVisual_area {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	}
#mainVisual {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 80px;
	position: relative;
	}
	#mainVisual .slider {padding-left: 0;}
	#mainVisual a.bx-prev,
	#mainVisual a.bx-next {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		z-index: 100;
		top: 50%;
		margin-top: -15px;
		text-indent: -9999px;
		outline: none;
		}
		#mainVisual .bx-pager {
			float: left;
			position: relative;
			top: 20px;
			left: 50%;
			}
			#mainVisual .bx-pager-item {
				float: left;
				position: relative;
				left: -50%;
				width: 10px;
				height: 10px;
				margin-right: 20px;
				text-indent: -9999px;
				}
				#mainVisual .bx-pager-item a {
					display: block;
					background: url("/-/Media/coco/contents/information/detail/image/slider_page01.png") no-repeat left top;
					outline: none;
					background-size: 10px 10px;
					}
				#mainVisual .bx-pager-item a.active {
					background: url("/-/Media/coco/contents/information/detail/image/slider_page02.png") no-repeat left top;
					background-size: 10px 10px;
					}
					
}









		<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

