@charset "EUC-JP";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2;
	font-size: 80%;
}

a {
    text-decoration: none;
	color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
a:hover {
    color: #999;
    }

h1, h2, h3, h4 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.spec{

	border-spacing: 5;
}

table.info{

	line-height: 3;
	font-size: 100%;
	border-spacing: 5;
}

table.spec td{
    border:solid 1px #999999;
    padding: 10px;
}

table.spec td.spec-t{
    border:solid 1px #999999;
    padding: 10px;
	background-color: #c3cbec;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*rakuten*/
.header-top {
	width: 1000px;
	overflow: hidden;
}

.header-top h1 {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
}

.header-nav-box {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.header-nav li {
	width: 141px;
	margin-left: 11px;
	display: inline-block;
	float: left;
}

.header-box {
	width: 1000px;
	border-top: 1px solid #949494;

}

.header1-under {
	border-bottom: 1px solid #949494;
}

.header-box img {

}

.global-nav {
	width: 1000px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	/*margin: 0 0 0 15px;*/
	padding: 0;
}

.global-nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.global-nav li span {
	font-size: 12px;
}

.header-point {
	width: 1000px;
	overflow: hidden;
	padding: 15px 0;
}

.header-point1 {
	width: 407px;
	height: 48px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.btn-point1 {
	position: absolute;
	bottom: 0;
	right: 17px;
}

.header-point2 {
	width: 318px;
	height: 48px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.btn-point2 {
	position: absolute;
	bottom: 0;
	right: 17px;
}

.header-point3 {
	width: 275px;
	height: 48px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.header-banner {
	width: 1000px;
	overflow: hidden;
	padding: 15px 0;
}

.header-banner a img {
	float: left;
	padding: 2px;
}

.header-main {
	width: 1000px;
	overflow: hidden;
	padding: 18px 0;
}

.header-slider {
	width: 760px;
	float: left;
}

.header-sub-nav {
	width: 237px;
	float: right;
}

.header-sub-nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

.header-sub-nav ul li{
	margin: 0;
	padding: 0;
	font-size: 0;
}

.header-sub-nav .sub-nav1,
.header-sub-nav .sub-nav2,
.header-sub-nav .sub-nav3,
.header-sub-nav .sub-nav4,
.header-sub-nav .sub-nav5 {
	margin-bottom: 14px;
}

.sub-nav1 {
    background: url("../images/header/sub-nav1.png") no-repeat; /* ??? */
}

.sub-nav1 a {
    width: 236px;
    height: 34px;
    background: url("../images/header/sub-nav1.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.sub-nav1 a:hover {
    background-image: url("../images/header/sub-nav1_on.png");
}

.sub-nav2 {
    background: url("../images/header/sub-nav2.png") no-repeat; /* ??? */
}

.sub-nav2 a {
    width: 236px;
    height: 34px;
    background: url("../images/header/sub-nav2.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.sub-nav2 a:hover {
    background-image: url("../images/header/sub-nav2_on.png");
}

.sub-nav3 {
    background: url("../images/header/sub-nav3.png") no-repeat; /* ??? */
}

.sub-nav3 a {
    width: 236px;
    height: 34px;
    background: url("../images/header/sub-nav3.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.sub-nav3 a:hover {
    background-image: url("../images/header/sub-nav3_on.png");
}

.sub-nav4 {
    background: url("../images/header/sub-nav4.png") no-repeat; /* ??? */
}

.sub-nav4 a {
    width: 236px;
    height: 34px;
    background: url("../images/header/sub-nav4.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.sub-nav4 a:hover {
    background-image: url("../images/header/sub-nav4_on.png");
}

.sub-nav5 {
    background: url("../images/header/sub-nav5.png") no-repeat; /* ??? */
}

.sub-nav5 a {
    width: 236px;
    height: 34px;
    background: url("../images/header/sub-nav5.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.sub-nav5 a:hover {
    background-image: url("../images/header/sub-nav5_on.png");
}

.sub-nav6 {
    background: url("../images/header/sub-nav6.png") no-repeat; /* ??? */
}

.sub-nav6 a {
    width: 236px;
    height: 34px;
    background: url("../images/header/sub-nav6.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.sub-nav6 a:hover {
    background-image: url("../images/header/sub-nav6_on.png");
}

.header-search {
	width: 1000px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom:10px;
}

.submit-btn {
    border: 0px;
    width: 22px;
    height: 22px;
    background: url(../images/header/search-icon.png) left top no-repeat;
    text-indent: -9999px;
}

.submit-btn:hover{
	cursor: pointer;
}

.serch-form {
	float: left;
}

.serch-form-r {
	float: right;
}

.serch-txt {
	float: left;
	margin-left: 12px;
}

.serch-txt a {
	display: inline-block;
	border: 1px solid #bababa;
	border-radius: 2px;
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
	color: #2d2d2d;
	text-align: center;
}

.serch-txt a:hover {
	display: inline-block;
	border: 1px solid #bababa;
	border-radius: 2px;
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	background-color: #2d2d2d;
	text-align: center;
}

.header-slide-new {
	width: 1000px;
	height: 141px;
	/*position: relative;*/
}

.title-slide-new {
	/*position: absolute;
	top: 0;
	right: 0;*/
	width: 1000px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
}

.title-slide-new h2 {
	position: absolute;
	right: 0;
}

.slide-new-box {
	/*position: absolute;
	top: 28px;*/
}

.slide-auto {
	width: 1000px;
	border: 1px solid #949494;
	padding: 10px 0;
}

.slide-auto li {
	float: left;
}



#slideshow {
    margin: 0;
    width: 764px;
    text-align: left;
    overflow: hidden;
}
#slideshow div {
    float: left;
    height: 275px;
    overflow: hidden;
    position: relative;
    width: 470px;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#slideshow div div {
    top: 0;
    left: 0;
    position: absolute;
}

#slideshow ul {

}

#slideshow ul li {
    width: 86px;
    float: left;
    display: inline;
    margin-right: 11px;
    margin-bottom: 7px;
}

#slideshow .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

#slideshow div a {
	font-size: 0;
	margin: 0;
	padding: 0;
}


/* =======================================
    ClearFixElements
======================================= */
#slideshow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#slideshow ul {
	 width: 294px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}


.side-pickup-box a {
	color: #2d2d2d;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.side-pickup-box a:hover {
	text-decoration: underline;
}

.side-pickup-box dl{
	width: 185px;
	margin:2px 0;
	padding: 0;
	overflow: hidden;
	display: table;
}

.side-pickup-box dt{
	width: 49px;
	font-size: 0;
	margin:0;
	padding: 0;
	display: table-cell;
}

.side-pickup-box dd {
	width: 140px;
	display: table-cell;
	text-align: left;
	font-size: 11px;
	vertical-align: middle;
	padding: 0 0 0 4px;
}

.side-category-box ul li {
	font-size: 13px;
	padding: 10px 0;
}

.side-category-box ul li a {
	text-decoration: none;
	color: #2d2d2d;
}

.side-category-box ul li a:hover {
	text-decoration: underline;
}

.side-size-box,
.side-pickup-box {
	width: 185px;
}

.side-size-box ul,
.side-pickup-box ul {
	width: 185px;
	display: table;
}

.side-size-box li,
.side-pickup-box li {
	display: table-cell;
}

.side-size-box p,
.side-pickup-box p  {
	margin-top: 10px;
	font-size: 13px;
}

.side-info-box {
	width: 185px;
	overflow: hidden;
}

.side-info-box li {
	margin: 4px 0;
}

.side-info-box a {
	font-size: 13px;
	text-decoration: none;
	color: #2d2d2d;
}

.side-info-box a:hover {
	text-decoration: underline;
}

.side-info-box p{
	width: 150px;
	margin: 0 auto;
}

.side-brand-box a {
	color: #2d2d2d;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.side-brand-box a:hover {
	text-decoration: underline;
}

.side-brand-box dl{
	width: 185px;
	margin:2px 0;
	padding: 0;
	overflow: hidden;
	display: table;
}

.side-brand-box dt{
	width: 49px;
	font-size: 0;
	margin:0;
	padding: 0;
	display: table-cell;
}

.side-brand-box dd {
	width: 140px;
	display: table-cell;
	text-align: left;
	font-size: 11px;
	vertical-align: middle;
	padding: 0 0 0 4px;
}