@charset "shift_jis";
@import "common.css";


p,h1,h2,h3,h4,h5,h6,
div,
dl,dt,dd,
ul,ol,li,
table,form {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

/* 印刷対応 */
@media print {
.search-wrap p a,
#sideArea dl,
#sideArea dd,
#sideArea .goods,
#sideArea .goods strong,
#sideArea dd li
 { _zoom: 1; }
}


/* ---------------------------------------------------------------------------------------------------------------- */
/* Ajaxスライドショー start */

#page-wrap 									{
	width: 800px;
	margin: 10px auto 0px;
	position: relative;
	height: 288px;
	background: url(../img/main_bg.gif) no-repeat left top;
	text-align: left;
}

/* SLIDER */
.slider-wrap								{
	width: 800px;
	position: absolute;
	height: 100%;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 780px; height: 215px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; width: 780px; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 780px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	border: 1px solid #cccccc;
	margin: 10px 4px 6px 4px;
}
#movers-row									{ margin: -57px 0 0 158px; }
#movers-row div								{ width: 158px; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{
	display: block;
	position: relative;
	z-index: 9999;
	width: 158px;
}

/* 移動▲ */
.active-thumb 								{ background: transparent url(../img/icon-now.gif) no-repeat center top; }
#main-photo-slider { margin: 10px 10px 5px; }
.s-navi {
	background: #E6E6E6;
	padding: 0px 0px 3px 6px;
}

/* Ajaxスライドショー end */
/* ---------------------------------------------------------------------------------------------------------------- */


/* ▼クリアフィックス */
.clearfix:after,
#pickup ul:after,
#pickup li:after,
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix,
#pickup ul,
#pickup li,
#contents {display: inline-block; }
/* no ie-mac \*/
* html .clearfix,
* html #pickup ul,
* html #pickup li,
* html #contents { height: 1%; }

.clearfix,
#pickup ul,
#pickup li,
#contents { display: block; }
/* -------------------------------------------------------- */

#contents { margin-bottom: 30px; }

/* mainArea */
#mainArea {
	width: 525px;
	float: right;
}
#mainArea h3{
	margin-top: 15px;
	margin-bottom: 9px;
}

#mainArea #information dl{
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}
#mainArea #information dt{
	color: #666;
	float: left;
	width: 6em;
}
#mainArea #information dd{
	margin-left: 6em;
}
#mainArea #information dd img{
	padding: 0 4px;
}
#mainArea #information p{
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

#mainArea #information .red a{
	font-weight:bold;
	color:#FF0000;
}

/* おすすめ情報 */
#pickup ul {
	width: 520px;
	margin: 15px 0px 0px 5px;
}
#pickup li {
	float: left;
	width: 250px;
	margin: 0px 20px 15px 0px;
}
#pickup li div {
	margin: 0px;
	float: right;
	width: 80px;
	text-align: right;
}
#pickup h4 { margin: 0px 0px 5px; }
#pickup li.boxR { margin-right: 0px; }


/* sideArea */
#sideArea {
	margin: 10px auto 0px;
	width: 255px;
	float: left;
}

#sideArea div.top_unkou{
	padding-top:5px;
	padding-bottom:13px;	
	}

div.search-wrap {
	background: url(../img/bg_line_orange.gif) repeat left top;
	margin: 0px 0px 10px;
}
.search-wrap div {
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid #eaeaea;
	background: #FFFFFF;
}
.search-wrap p { font-size: 8pt; 
}
.search-wrap p a {
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 8px;
}
.search-wrap ul {
	margin: 5px 0px 0px;
	padding: 0px;
}
.search-wrap li {
	margin: 0px;
	padding: 0px 0px 3px;
	line-height: 0em;
}
.search-wrap .mobile { margin: 0px 5px 5px; }

#sideArea dl { background: url(../img/top_busgoods_bg.gif) repeat-y left top; 
}
#sideArea dd {
	background: url(../img/top_busgoods_end.gif) no-repeat left bottom;
	padding: 0px 0px 20px;
}
#sideArea .goods {
	background: url(../img/icon_osusume.gif) no-repeat left top;
	padding: 13px 0px 0px;
	display: block;
	margin: 5px 10px 10px 15px;
}
#sideArea .goods strong {
	display: block;
	background: url(../img/arrow.gif) no-repeat left 6px;
	padding-left: 8px;
}
#sideArea dd p,
#sideArea dd ul { margin: 0px 15px 0px 15px; }
#sideArea dd li { 
	background: url(../img/arrow.gif) no-repeat left 6px;
	padding-left: 8px;
	margin: 5px;
	line-height: 1.3em;
	font-weight: bold;
}


/* リンクアイコン*/

ul.linklist{
	list-style-type: none;
}
.linklist a{
	padding-left: 8px;
	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
    height: 1%;
}

