@charset "utf-8";
/**
 *
 */


#catalogLinkWrapper{
	justify-content: flex-start;
	position: relative;
	float: none;
	margin: 40px 10px 30px 0px;
}
#catalogLinkWrapper li label {
	position:absolute;
	display: block;
	width:300px;
	top:-28px;
}

#catalogLinkWrapper a.catalogLink{
	display: inline-block;
    font-size: 90%;
    color: #fff;
    padding: 8px 5px;

    margin-bottom: 4px;
    /*text-decoration: underline;*/
    background: #003d60;
    /*border: 1px solid #AAAAAA;*/
    vertical-align: bottom;
    /*box-shadow: 0px 2px 2px rgba(0,0,0,0.2);*/
    border-radius: 3px;
}
#catalogLinkWrapper a.catalogLink:hover{
	background: #003d60;
	color:white;
	opacity:.8;
}

#catalogLinkWrapper span{
	display: block;
	font-size: 0.6em;
   background: #222222;
   color: #EEEEEE;
   padding-left: 6px;
   margin-bottom: 4px;
}



#lineupWrapper{
	width: 100%;
}



#lineupList{
	margin-top: 20px;
    height: 200px;
    width: 100%;
}

#lineuped{
	overflow: hidden;
}

#lineuped li{
    width: 18%;
   height: auto;
   margin-right: 5px;
   margin-bottom: 5px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.4);
}


#lineuped li img{
	width: auto;
    /*width: 18%;*/
    /*height: 200px;*/
}


#productImage {
    width: 40%;
    margin: 0 auto 20px;
    text-align: center;
}

#product aside{
    padding: 20px 0 0;
	width: 100%;
}

#product aside a {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}
#product aside a img{
	margin: 0 5%;
    width: 90%;
		max-width:280px;
}
#productPrice th,
#productPrice td,
#productPrice th.ppKey,
#productPrice th.ppVal {
	text-align: center;
	line-height: 1.2em;
}

#productDetail{
    width: auto;
    float: none;
}
#productDetail aside{
    text-align: center;
}


#productCatch,
#productDiscription {
	padding: 0 0 0 10px;
	overflow: hidden;
}

#productDiscription{
	margin-top: 10px;
    max-height: 200px;
    line-height: 1.3;
}
#lineupContainer {
    width:90%;
		margin-left:auto;
		margin-right:auto;

}
