@charset "UTF-8";


/* content
   --------------------------------------------- */
div.item {
	border-top: 1px solid #000;
	padding: 15px 0 12px;
	position: relative;
	clear: both;
	}
div.item-top {
	padding: 0 0 12px 0;
	position: relative;
	clear: both;
	}
div.top {
	border-top: 1px solid #000;
	padding: 5px 0 5px;
	position: relative;
	clear: both;
	}

h1  {
	font-size: 95%;
	float: left;
	}
h2  {
	padding: 0 0 0 5px;
	font-size: 75%;
	float: left;
	}
h3  {
	font-size: 80%;
	float: left;
	}
p.description {
	clear: both;
	padding: 15px 0 0;
	font-size: 70%;
	line-height: 125%;
	color: #808080;
	}


/* グッズ
   --------------------------------------------- */
#goods_page div.item {
	padding: 15px 0;
	width: 100%;
	}

div.specs:after {  /*-- clearfix --*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
#goods_page h3 {
	font-size: 90%;
	padding: 0 0 5px 0;
	float: none;
	letter-spacing: 0.1em;
	line-height: 120%;
	}

#goods_page h4 {
	font-size: 90%;
	padding: 5px 0 40px 0;
	float: right;
	letter-spacing: 0.1em;
	line-height: 120%;
	}	

p.number,
p.spec,
p.detail {
	font-size: 70%;
	padding: 0 0 10px 5px;
	line-height: 110%;
	}

#goods_page p.caption { font-size: 70%; margin-top: 1em; }

div.photo {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

div.photo img {
	padding: 2px;
	border: 1px solid #000;
	vertical-align: bottom;
	}