@charset "utf-8";

/* サイズチャートページを定義 */

#sizechart #main h2 {
	margin-bottom: 24px;
}
#sizechart #sizechart_content {
	background: #f5f5f5 url(../../sizechart/img/bg_content_sizechart.jpg) no-repeat center top;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
}
#sizechart #sizechart_content h3 {
	padding-bottom: 22px;
}
#sizechart #sizechart_content p {
	padding-bottom: 16px;
	padding-left: 12px;
	width: 614px;
}
#sizechart .sizechart_content_footer {
	background: url(../../sizechart/img/bg_contentbox_footer.gif) center bottom;
	font-size: 1px;
	height: 6px;
}
#sizechart #jacket_content {
	background: #f5f5f5 url(../../sizechart/img/bg_content_jacket.jpg) no-repeat center top;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
}
#sizechart #pants_content {
	background: #f5f5f5 url(../../sizechart/img/bg_content_pants.jpg) no-repeat center top;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
}
#sizechart #jacket_content, #sizechart #pants_content {
	margin-top: 18px;
}
#sizechart #jacket_content h3, #sizechart #pants_content h3 {
	padding-bottom: 10px;
}
#sizechart #jacket_content p, #sizechart #pants_content p {
	padding-bottom: 16px;
}
#sizechart #jacket_content p.last, #sizechart #pants_content p.last {
	padding-left: 20px;
}

/* coda sliderを定義 */

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	height: 231px;
	margin-top: 14px;
	margin-bottom: 16px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	position: absolute;
	overflow: hidden;
	margin: 0px;
	width: 319px;
	height: 231px;
	left: 271px;
	top: 0px;
	padding: 0px;
}
.csw .loading {
	padding-top: 90px;
	height: 141px;
	text-align: center;
}

.stripViewer { /* This is the viewing window */
	position: absolute;
	overflow: hidden;
	margin: 0px;
	width: 319px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 231px;
	left: 271px;
	top: 0px;
	padding: 0px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 319px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

/* 画像背景追加 */

.slider-wrap .panel .imgbox {
	background: url(../../sizechart/img/bg_img.png) left top;
	height: 231px;
	width: 319px;
}
.slider-wrap .panel img {
	padding: 1px 5px 6px 2px;
}

/*.stripNav {  This is the div to hold your nav (the UL generated at run time) 
	margin: auto;
}*/

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 0px;
}

.stripNav ul li {
	height: 56px;
	width: 173px;
	margin-bottom: 2px;
}

.stripNav a { /* The nav links */
	display: block;
	background: url(../../sizechart/img/bg_button_off.gif) no-repeat left top;
	height: 56px;
	width: 173px;
}

.stripNav li a:hover {
	background: url(../../sizechart/img/bg_button_on.gif) no-repeat left top;
}

.stripNav li a.current {
	background: url(../../sizechart/img/bg_button_on.gif) no-repeat left top;
}
.stripNav li img {
	margin: 6px 11px 7px 8px;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 101px;
}

.stripNavL {
	left: 227px;
}

.stripNavR {
	left: 599px;
}
