@charset "shift_jis";

html {
	-webkit-text-size-adjust:none;
	background:url(../img/back.gif);
}

body {
	height:100%;
	line-height:1.6em;
	font-size:12px;
	font-family:"HiraKakuPro-W3",Osaka,"MS PGothic",sans-serif;
	color:#333;
}

/* link style */

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a:link {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#136cd4;
	text-decoration:none;
}

a:active {
	color:#136cd4;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration:underline;
}

/*----------------------------------
 aling
------------------------------------*/
.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
	
}
.layoutCenter {
	margin:0 auto;
}

/*----------------------------------
 float
------------------------------------*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.fl-clear {
	clear:both;
}

/*----------------------------------
 img_margin
------------------------------------*/
.bm10 {
	margin-bottom:10px;
}

.bm20 {
	margin-bottom:20px;
}

.bm30 {
	margin-bottom:30px;
}

.bm40 {
	margin-bottom:40px;
}

.left_img {
	margin-right:20px;
	margin-bottom:20px;
}

.right_img {
	margin-left:20px;
	margin-bottom:20px;
}

.fb-like {
	margin-right:20px;
}

.red {
	color:#F00;
}
/*----------------------------------
 common
------------------------------------*/

h1 {
	margin-bottom:0px;
}

.font_s {
	font-size:10px;
}

#wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
}

#pic {
	position:relative;
	z-index:1;
	float:left;
}

#spec {
	width:240px;
	padding-left:20px;
	position:relative;
	z-index:3;
	float:left;
}

#spec ul li {
	width:240px;
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px #CCCCCC dotted;
}

#spec ul li p.number {
	float:left;
	margin-right:10px;
}

#spec ul li p.name {
	width:130px;
	padding-right:6px;
	line-height:1.2em;
	float:left;
}

#spec ul li p.bn {
	float:right;
}

ul#nav {
	width:900px;
	height:auto;
}

ul#nav li {
	width:450px;
	float:left;
}

ul#nav li a {
	text-indent:-9999px;
	display:block;
}

/* sp01 */
ul#nav li#sp01 a {
	height:100px;
	background: url(../img/sp01_off.jpg) no-repeat;
}
ul#nav li#sp01 a:hover {
	background: url(../img/sp01_on.jpg) no-repeat;
}
ul#nav li#sp01 a:active {
	background: url(../img/sp01_on.jpg) no-repeat;
}
ul#nav li#sp01 strong a {
	background: url(../img/sp01_on.jpg) no-repeat;
}

/* sp02 */
ul#nav li#sp02 a {
	height:100px;
	background: url(../img/sp02_off.jpg) no-repeat;
}
ul#nav li#sp02 a:hover {
	background: url(../img/sp02_on.jpg) no-repeat;
}
ul#nav li#sp02 a:active {
	background: url(../img/sp02_on.jpg) no-repeat;
}
ul#nav li#sp02 strong a {
	background: url(../img/sp02_on.jpg) no-repeat;
}

/* nav01 */
ul#nav li#nav01 a {
	height:50px;
	background: url(../img/nav01_off.jpg) no-repeat;
}
ul#nav li#nav01 a:hover {
	background: url(../img/nav01_on.jpg) no-repeat;
}
ul#nav li#nav01 a:active {
	background: url(../img/nav01_on.jpg) no-repeat;
}
ul#nav li#nav01 strong a {
	background: url(../img/nav01_on.jpg) no-repeat;
}

/* nav02 */
ul#nav li#nav02 a {
	height:50px;
	background: url(../img/nav02_off.jpg) no-repeat;
}
ul#nav li#nav02 a:hover {
	background: url(../img/nav02_on.jpg) no-repeat;
}
ul#nav li#nav02 a:active {
	background: url(../img/nav02_on.jpg) no-repeat;
}
ul#nav li#nav02 strong a {
	background: url(../img/nav02_on.jpg) no-repeat;
}

/*----------------------------------
 left
------------------------------------*/

#contents #left {
	width:420px;
	float:left;
	margin-right:18px;
}

#contents #left:after {
	content: '';
	display: block;
	clear: both;
}

#contents #left .text{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:#CCC 1px dashed;
}

#contents #left ul.caption{
	font-size:10px;
	line-height:1.4em;
}

#contents #left ul.caption li{
	margin-bottom:15px;
	text-indent:-2.0em;
	padding-left:2.0em;
}

#contents #left ul.caption li span{
	padding:2px 4px;
	background:#FFF;
	border:1px solid #333;
	color:#000;
	margin-right:6px;
}

/*----------------------------------
 right
------------------------------------*/
#contents #right {
	width:420px;
	float:right;
	position:relative;
}

#contents #right:after {
	content: '';
	display: block;
	clear: both;
}

#contents .img_wide {
	border:1px solid #CCC;
	position:relative;
	margin-bottom:10px;
	clear:both;
}

#contents .img_wide span {
	position:absolute;
	left:5px;
	top:5px;
	padding:2px 4px;
	line-height:1.0em;
	background:#FFF;
	border:1px solid #333;
	color:#000;
	font-size:10px;
}

#contents #right ul.thumb {
	width:430px;
	height:auto;
	margin-right:-10px;
	overflow:hidden;
	z-index:9999;
	*zoom: 1;
}

#contents #right ul.thumb:after {
	content: '';
	display: block;
	clear: both;
}

#contents #right ul.thumb li {
	width:203px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #CCC;
	_display: inline;
	position:relative;
}

#contents #right ul.thumb li span {
	position:absolute;
	left:5px;
	top:5px;
	padding:2px 4px;
	line-height:1.0em;
	background:#FFF;
	border:1px solid #333;
	color:#000;
	font-size:10px;
}

#contents #right .model {
	position:absolute;
	left: 204px;
	top: 688px;
	z-index:1;
}

#contents #right .model_spec {
	width:189px;
	font-size:10px;
	position:absolute;
	left: 0px;
	top: 743px;
}

/*----------------------------------
 prevnext
------------------------------------*/

#prevnext {
	width:878px;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-bottom:20px;
	padding:0 10px;
	background:#DDD;
	border:1px solid #CCC;
	position:relative;
	clear:both;
}

#prevnext .next {
	float:right;
}

#prevnext .prev {
	float:left;
}

#prevnext .page {
	width:50px;
	text-align:center;
	position:absolute;
	color:#FFF;
	left: 425px;
	top: 0px;
}

#prevnext a {
	color:#333;
	text-decoration:underline;
}

#prevnext a:hover {
	color:#136cd4;
	text-decoration:none;
}

#footer {
	width:900px;
	height:20px;
	color:#FFF;
	background:#136cd4;
	line-height:20px;
	font-size:10px;
	text-align:center;
	margin:20px 0;
	clear:both;
}

/*------------------------------------
 popup
------------------------------------*/

.hidden {
  display: none;
}

.big_bg {
	background:#FFF;
	color:#333;
	padding:10px;
}

.pop_bn {
	padding-left:130px;
}

/*------------------------------------
 clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE\mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:: block;
}
/* End hide from IE\mac */
