@charset "UTF-8";
body {
	background-color: black;
	color: white;
}

/* CSS Document */



#item {
	overflow: hidden;
	padding-right: 6%;
}
#item .photo img {
	float: left;
	width: 53%;
	height: auto;
}

#item #desc {
	padding-left: 55%;
}

#subNavi {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 20px;
}

#subNavi li {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

#subNavi li a {
	float: left;
	display: block;
	width: 80px;
	height: 80px;
}

#item h2 {
	padding-bottom: 2em;
	font-weight: bold;
	font-size: 14px;
}

#item #desc dl {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 2em;
}

#item #desc dt {
	font-weight: bold;
	float: left;
}

#item #desc dd {
	padding-bottom: 0.5em;
	padding-left: 5em;
}


#item #desc p {
	padding-bottom: 1.5em;
}
#item #desc p.spec  {
	padding-bottom: 30px;
	padding-top: 80px;
	line-height: 1.6em;
	font-weight: bold;
}


@media screen and (max-width:400px){
#item{
	padding-left: 6%;
}
#item .photo img {
	width: 100%;
	float: none;
}
#item #desc {
	padding-left: 0;
}
}

