/************************************************************
jxsn-products.css 共通
*************************************************************/


/************************************************************
common settings
*************************************************************/


/************************************************************
shorthands
*************************************************************/


/************************************************************
bootstrap override
*************************************************************/

.thumbnail{
	border:0px solid #ffffff;
}

/************************************************************
bootstrap custom element
*************************************************************/


/************************************************************
contents settings
*************************************************************/

/* main **************************************************************/
.main { background-color:#ffffff; padding:0; }
.products-mv{ margin:0 auto; }

/* description **************************************************************/
.products-description{ 
	margin:100px auto 0 auto; 
	padding: 0 4%;
}

.description-header{
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #e09100;
}

.description-header h1 {
	font-size: 4.0rem;
	color: #333333;
	letter-spacing: 0.05em;
	line-height: 1.413;
	text-align: left;
}

.description-header p{
	color: #666666;
}


.description-body{
	margin-top: 50px;
	line-height: 1.733;
}

.description{
	padding-top: 100px;
	padding-bottom: 120px;
	background: #ffffff;
}
.description .page-header{
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 5px solid #e09100;
}

.description .page-header h2{
  font-size: 42px;
/*  font-family: "HelveticaNeue"; */
  color: rgb(0, 0, 0);
  line-height: 1.413;
  text-align: left;
}

.description .page-wrapper h3{
	margin: 40px auto 30px auto;
	font-size: 16px;
/* 	font-family: "HiraKakuDS"; */
	font-weight: bold;
	color: rgb(0, 0, 0);
	line-height: 1.709;
}
.description .page-wrapper p{
	margin: auto;
	font-size: 15px;
/*	font-family: "Kozuka Gothic Pr6N"; */
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.733;
}

.archive .details{
	background: url(/img/sample/section_bg.png) 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center center;
	padding-top: 135px;
	padding-bottom: 135px;
}
.archive .details .list{
	background: rgb(255, 255, 255);
}


/* details
**************************************************************/
.products-detail{
	margin: 0 auto;
	padding: 10rem 4% 10rem 4%;
	background: #fff;
}

.serieslist-container{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding:0 30px 30px 30px ;
}

.h2-seriesgroupname{
	display:inline-block;
	width:100%;
	font-size:2rem;
	margin-top:5rem;
}

.serieslist-card{
	margin-top:1%;
	margin-bottom:1%;
}

.serieslist-cardface{
	width:95%;
	padding:9rem 3rem 1rem 0;
	border:1px solid #ccc;
	border-radius:5px;
	display:inline-block;
	position:relative;

	background-size: cover;
	background-position: center 70%;
	background-repeat: no-repeat:

	-moz-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	opacity:1;
}

.serieslist-cardface:hover{
	opacity:0.5;
}

.bgbk50{
	display:inline-block;
	padding:5px 30px 5px 30px;
	background-color:rgba(27,27,45,0.5);
	min-width:13rem;
}

#serieslist-cardface-casa{ background-image: url(/img/mv/products/casa-thumb.jpg); }
#serieslist-cardface-sedere{ background-image: url(/img/mv/products/sedere-thumb.jpg); }
#serieslist-cardface-formale{ background-image: url(/img/mv/products/formale-thumb.jpg); }
#serieslist-cardface-spazio{ background-image: url(/img/mv/products/spazio-thumb.jpg); }
#serieslist-cardface-barco{ background-image: url(/img/mv/products/barco-thumb.jpg); background-position-y:90%; }
#serieslist-cardface-vetro{ background-image: url(/img/mv/products/vetro-thumb.jpg); }
#serieslist-cardface-mobile{ background-image: url(/img/mv/products/mobile-thumb.jpg); }
#serieslist-cardface-cipresso{ background-image: url(/img/mv/products/cipresso-thumb.jpg); background-position-y:30%; }
#serieslist-cardface-verosa{ background-image: url(/img/mv/products/verosa-thumb.jpg); background-position-y:50%; }
#serieslist-cardface-collection{ background-image: url(/img/mv/products/casacollection-thumb.jpg); }
#serieslist-cardface-gioponti{ background-image: url(/img/mv/products/gioponti-thumb.jpg); }

a.a-seriesname, a.a-seriesname:hover{ color: #ffffff; font-size:120%; }


.extra-container{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

