@charset "utf-8";

div#contents {
	width:100% !important;
}

/* font
=========================================*/
body {
	font-size:80%;
	line-height:1.3;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* clearfix
=========================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* clear
=========================================*/

.clear {
	clear:both;
}

/* hr
=========================================*/

hr {
	display:none;
}


/* strong
=========================================*/
strong {
	font-weight:bold;
}

/* hover、半透明
=========================================*/
a.trans img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

a.trans:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* 配置
=========================================*/
.center{
	text-align:center;
}

.right{
	text-align:right;
}

.caution{
	font-size:80%;
}

.indent{
	padding-left:1em;
	text-indent:-1em;
}

/* margin-bottom
=========================================*/
.mb5 {
	margin-bottom:5px;
}

.mb7 {
	margin-bottom:7px;
}

.mb10 {
	margin-bottom:10px;
}

.mb12 {
	margin-bottom:12px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb25 {
	margin-bottom:25px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}



/* wrapper
==================================================================================*/

div#wrapper {
	width:900px;
	margin:0 auto;
	padding:12px 0 5px;
}

div#hd{
	padding-bottom:12px;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
}

div#hd img{
	vertical-align:bottom;
}

div#hd h1{
	float:left;
	width:100px;
}

div#hd ul{
	float:right;
	/*width:233px;*/
	width:283px;
}

div#hd ul li{
	float:left;
}


div#hd ul li.watch_catalog{
	width:125px;
}

div#hd ul li.search_shop{
	/*width:108px;*/
	width:158px;
	position:relative;
}

div#hd ul li.search_shop a.shop{
	cursor:default;
}

div#hd ul li.search_shop p#buy_repair{
	position:absolute;
	top:23px;
	visibility:hidden;
	z-index:100;
}


/* コンテンツ
=========================================*/
#twoColumn_wrapper{
	clear:both;
}

#myAlternativeContent{
	margin-bottom:20px;
}


/* main
=========================================*/
#main{
	float:left;
	width:685px;
	margin-right:25px;
}

#main img{
	vertical-align:bottom;
}

ul.leadcopy{
	margin-bottom:30px;
}

ul.leadcopy li{
	float:left;
}


ul.leadcopy li.category{
	width:116px;
	float:left;
}


#mainphoto{
	width:380px;
	float:left;
	padding-bottom:25px;
}

#introduce{
	width:305px;
	float:left;
	padding-bottom:25px;
}


#introduce p.ng{
	clear:both;
	padding-top:15px;
	font-size:80%;
}

#introduce p.ng span{
	display:inline-block;
	color:#F00;
	padding:0.2em 0.4em;
	border:1px solid #F00;
}

p.kibou_kakaku{
	font-size:80%;
	margin-bottom:5px;
}


#introduce ul#kinou_panel li{
	float:left;
	width:68px;
}

#introduce ul#kinou_panel_graspa li{
	float:left;
	width:66px;
}



/*pickup部分*/
div#pickup_wrapper{
	width:652px;
	padding-left:33px;
	background:url(../common_image/pickup_mid.gif) repeat-y;
}

div#pickup_wrapper div{
	width:167px;
	margin-right:58px;
	float:left;
}

div#pickup_wrapper div ul li.copy{
	min-height:5.4em;
	height:auto !important;
	height:5.4em;
}

div#pickup_wrapper div ul li.copylong{
	min-height:9.4em;
	height:auto !important;
	height:9.4em;
}


div#pickup_wrapper_nodot{
	width:652px;
	padding-left:33px;
	background:url(../common_image/pickup_mid_nodot.gif) repeat-y;
}

td.dotgray_vertical{
	background:url(../common_image/dotgyar_vertical.gif) repeat-y;
}

h3.midashi{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

/*主な機能と装備*/
div.ok_wrapper{
	background:url(../common_image/ok_btm.gif) left bottom no-repeat;
	padding-left:18px;
	margin-bottom:18px;
}

div.ok_wrapper_half{
	background:url(../common_image/ok_btm_half.gif) left bottom no-repeat;
	padding-left:18px;
	margin-bottom:18px;
}

div.ok_wrapper dl,
div.ok_wrapper_half dl{
	width:298px;
	margin-right:50px;
	float:left;
}

div.ok_wrapper dl dt,
div.ok_wrapper_half dl dt{
	margin-bottom:10px;
}

div.ok_wrapper dl dd,
div.ok_wrapper_half dl dd{
	padding-bottom:15px;
}


div.ok_wrapper dl dd p.ok_photo,
div.ok_wrapper_half dl dd p.ok_photo{
	width:113px;
}

div.ok_wrapper dl dd p.ok_copy,
div.ok_wrapper_half dl dd p.ok_copy{
	width:185px;
}

div.ok_wrapper dl dd p,
div.ok_wrapper_half dl dd p{
	display: table-cell;
	vertical-align: top;
	margin: 0;
}

/*for IE6 */
* html div.ok_wrapper dl dd p,
* html div.ok_wrapper_half dl dd p{
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html div.ok_wrapper dl dd p,
*:first-child+html div.ok_wrapper_half dl dd p{
	display: inline;
	zoom: 1;
}


/*機能・装備一覧*/
#kinou_soubi_wrapper{
	/*background:#f4f4f4;
	border-top:1px solid #c3c3c3;*/
	padding:0 0 3px 20px;
	margin-bottom:40px;
}

#kinou_soubi_wrapper ul li{
	width:111px;
	height:73px;
	float:left;
}

#kinou_soubi_wrapper ul li img{
	vertical-align:bottom;
}

/*諸元*/
table.syogen{
	width:685px;
	border-collapse:collapse;
	border:1px solid #666;
	margin-bottom:20px;
}

table.syogen td{
	padding:0.2em 0 0.2em 1em;
	border:1px solid #ccc;
	line-height:1.5;
}

table.syogen td.value{
	text-align:center;
	border-left:1px solid #999;
	width:350px;
}

table.syogen td.value2retsu{
	text-align:center;
	border-left:1px solid #999;
	width:174px;
}

table.syogen td.bgwhite{
	background:#fff;
}

div.syogen_caution{
	border:4px solid #fcc;
	padding:0.8em;
	margin-bottom:20px;
}

div.syogen_caution p{
	font-size:80%;
	color:#C00;
	padding-left:1em;
	text-indent:-1em;
}

ul.common_caution{
	margin-bottom:20px;
}

ul.common_caution li{
	font-size:80%;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0.2em;
}

/*オプション*/
div#option_wrapper{
	border:1px solid #ccc;
	/*margin-bottom:20px;*/
	padding-bottom:15px;
}

div#option_wrapper table.layout{
	margin-left:15px;
}



/* sidenavi
=========================================*/
#sidenavi{
	float:right;
	width:190px;
}

#sidenavi img{
	vertical-align:bottom;
}

#sidenavi a{
	color:#000;
	text-decoration:none;
}

#sidenavi a:visited{
	color:#603;
	text-decoration:none;
}

#sidenavi a:hover{
	color:#C00;
	text-decoration:underline;
}

#sidenavi ul.product_info{
	background:#62af29;
	background:url(../common_image/sidenavi/kadomaru_btm.gif) left bottom;
	padding-bottom:12px;
}

#sidenavi ul.product_info li{
	width:156px;
	background:#FFF;
	margin:0 9px;
	padding-left:8px;
	padding-right:8px;
}

#sidenavi ul.product_info li.product_category{
	padding-top:7px;
	padding-bottom:5px;
}

#sidenavi ul.product_info li.product_category p{
	padding-bottom:7px;
	background:url(../common_image/sidenavi/dot_repeat_gray.gif) bottom repeat-x;
}

#sidenavi ul.product_info li a{
	display:block;
	padding:0.2em 0 0.2em 15px;
	background:url(../common_image/sidenavi/bullet.gif) left center no-repeat;
}

#sidenavi ul.product_info li a.bullet_none{
	display:block;
	padding:0.2em 0;
	background:none;
}

#sidenavi ul.product_info li a.self{
	font-weight:bold;
	color:#c00 !important;
}

p.sp{
	margin-bottom:15px;
	background:#62af29;
}

p.sp img{
	padding:0 0 0 7px;
}

#sidenavi ul#bnr li{
	margin-bottom:10px;
}


/* shibakari_footer
=========================================*/
#shibakari_footer{
	clear:both;
	margin-top:20px;
	overflow:hidden;
	/zoom:1;
	border-top:1px solid #EEE;
	padding-top:10px;
}

.go_shibakarikitop{
	float:left;
}

.go_pagetop{
	float:right;
}



/*動画部分*/
div#douga_wrapper{
	margin-bottom:50px;
}

div#douga_wrapper div.douga_left{
	width:205px;
	float:left;
}

div#douga_wrapper div.douga_left h4{
	padding:15px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:12px;
}

div#douga_wrapper div.douga_left p{
	padding-right:15px;
}

div#douga_wrapper div.douga_right{
	width:480px;
	float:left;
}