@charset "UTF-8";

/*slideArea
---------------------------------------------*/
#slideArea {
	clear: both;
	position: relative;
	width: 1000px;
	height: 490px;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}
#bxslider {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	width: 1000px;
	height: 400px;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
}
#bx-pager {
	position: absolute;
	top: 400px;
	left: 0;
	list-style: none;
	width: 1000px;
	height: 90px;
	margin: 0;
	padding: 0;
}
#bx-pager a {
	display: block;
	float: left;
	width: 248px;
	height: 90px;
	margin: 0 2px 0 0;
	padding: 0;
	text-indent: -9999px;
}
/*リンクなし・通常時*/
#bx-pager a:nth-child(1) {background: url(../images/slideNavi.png) no-repeat 0 0;}
#bx-pager a:nth-child(2) {background: url(../images/slideNavi.png) no-repeat -250px 0;}
#bx-pager a:nth-child(3) {background: url(../images/slideNavi.png) no-repeat -500px 0;}
#bx-pager a:nth-child(4) {background: url(../images/slideNavi.png) no-repeat -750px 0;}

/*オンマウス時*/
#bx-pager a:nth-child(1):hover,
#bx-pager a:nth-child(1).active,
#bx-pager a:nth-child(1):focus {
	background: url(../images/slideNavi.png) no-repeat 0 -90px;
}
#bx-pager a:nth-child(2):hover,
#bx-pager a:nth-child(2).active,
#bx-pager a:nth-child(2):focus {
	background: url(../images/slideNavi.png) no-repeat -250px -90px;
}
#bx-pager a:nth-child(3):hover,
#bx-pager a:nth-child(3).active,
#bx-pager a:nth-child(3):focus {
	background: url(../images/slideNavi.png) no-repeat -500px -90px;
}
#bx-pager a:nth-child(4):hover,
#bx-pager a:nth-child(4).active,
#bx-pager a:nth-child(4):focus {
	background: url(../images/slideNavi.png) no-repeat -750px -90px;
}

/*アクティブ時*/
#slideArea .ui-tabs-selected a {
	background: none;
	color: #F7F5EF;
}
#slideArea .tabs-panel {
	position: absolute;
	top: 40px;
	left: 35px;
	width: 685px;
	height: 360px;
}
#slideArea .ui-tabs-hide {
	display: none;
}
/*tabArea
---------------------------------------------*/
/*tabArea*/
#tabArea ul#tabNavi {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#tabArea ul#tabNavi li {
	float: left;
	width: 200px;
	height: 50px;
	margin: 0 5px 0 0;
	padding: 0;
}
/*tabContents*/
.tabContents {
	clear: both;
	display: none;
	width: 670px;
	height: auto;
	margin: 0;
	padding: 30px 30px 10px 30px;
	border: 5px solid #1A1A1A;
	box-sizing: border-box;
}
.tabContents#product01 table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.tabContents#product01 table th {
	padding: 0;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
	line-height: 1.4;
	background: none;
	border: none;
}
.tabContents#product01 table td {
	padding: 0;
	vertical-align: top;
	border: none;
}
.tabContents#product01 table td p {
	margin: 8px 0 0 10px;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
}
.tabContents#product01 table:nth-child(1) th {border-bottom: 2px solid #00E0EA;}
.tabContents#product01 table:nth-child(2) th {border-bottom: 2px solid #E4007F;}
.tabContents#product01 table:nth-child(3) th {border-bottom: 2px solid #FFF100;}

.tabContents#product02 h3 {
	clear: both;
}
.tabContents#product02 ul {
	margin: 0 0 30px 30px;
	padding: 0;
	list-style-type: square;
}
