@charset "shift-jis";

#announce {
	font-size: 130%;
	background: #fff;
	width: 830px;
	border: 3px solid #cc0000;
	margin: 0 auto 20px auto;
	padding: 10px;
}

/******************************************************
 * PICKUP
 */

#pickup {
	width: 856px;
	margin: 0 auto 20px auto;
}
#pickup .left {
	width: 570px;
}
#pickup li {
	font-size: 0; /* IE6&7 fix */
	list-style: none;
}
#pickup li.makashitoke {
	width: 568px;
	height: 356px;
	overflow: hidden;
	margin-bottom: 4px;
	position: relative;
}
#pickup li.makashitoke a {
	display: block;
	width: 280px;
	height: 35px;
	position: absolute;
	right: 25px;
	bottom: 13px;
}
#pickup li.lovejet {
	width: 556px;
	height: 455px;
	overflow: hidden;
	position: relative;
}
#pickup li.lovejet a {
	display: block;
	width: 240px;
	height: 60px;
	position: absolute;
	right: 17px;
	bottom: 25px;
}
#pickup .right {
	width: 286px;
}
#pickup li.pyon2 {
	width: 286px;
	height: 386px;
	overflow: hidden;
	position: relative;
	margin-bottom: 7px;
}
#pickup li.pyon2 a {
	display: block;
	width: 262px;
	height: 50px;
	position: absolute;
	right: 12px;
	bottom: 12px;	
}
#pickup li.tensai {
	margin-bottom: 10px;
	padding: 0 3px;
}
#pickup li.cost {
	margin-bottom: 10px;
	padding: 0 3px;
}
#pickup li.fax {
	margin-bottom: 10px;
	padding: 0 3px;
}
#pickup li.payment {
	margin-bottom: 5px;
	padding: 0 3px;
}
#pickup li.card {
	text-align: right;
	padding: 0 3px;
}

/******************************************************
 * INNER CONTENT
 */

#content .inner_content {
	width: 850px;
	margin: 0 auto;
}
#content .inner_content h2 {
	margin-bottom: 20px;
}

/******************************************************
 * PICKUP_COMMODITY
 */

#pickup_commodity {
	margin-bottom: 20px;
}
#pickup_commodity table {
	border-collapse: collapse;
}
#pickup_commodity th,
#pickup_commodity td {
	border: 10px solid #f2f2f2;
}
#pickup_commodity th {
	background-color: white;
	width: 230px;
}
#pickup_commodity td {
	width: 580px;
	padding: 10px;
}
#pickup_commodity dt {
	font-size: 140%;
	font-weight: bold;
	color: #a20000;
	margin-bottom: 1em;
}
#pickup_commodity dd {
	font-size: 110%;
}
#pickup_commodity p {
	margin-bottom: 1em;
}

/******************************************************
 * BOOK & CD
 */

#book,
#cd {
	margin-bottom: 20px;
}
#book table,
#cd table {
	width: 850px;
	border-collapse: collapse;
	table-layout: fixed; 
}
#book th,
#book td,
#cd th,
#cd td {
	border: 1px solid #ccc;
}
#book th {
	width: 100px;
}
#cd th {
	width: 120px;
}
#book td,
#cd td {
	padding: 10px;
}
#book dt,
#cd dt {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}
#book dd,
#cd dd {
	font-size: 110%;
}

/******************************************************
 * OTHER
 */

#other {
	margin-bottom: 50px;
}
#other table {
	border-width: 0px;
	width: 850px;
	table-layout: fixed;
}
#other td {
	border-width: 0px;
	text-align: center;
}
#other tr.title td {
	border-width: 0px;
	padding: 5px 0;
}
