@charset "utf-8";

div#under01 #productTitle,
div#under01 p#breadcrumb,
div#productHead p#catLv01{
	margin: 0;
}

div#under01{
	font-size: 12px;
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#under01 ul,
div#under01 ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#under01 ol li{
	padding: 4px 0;
}

div#under01 ol li img{
	padding-right: 4px;
	vertical-align: middle;
}

/* 商品情報メインヴィジュアル
========================================================================================== */

div#under01 #productTitle{
	position: relative;
	width: 850px;
	height: 102px;
	background : url(../products/bg_product_title.jpg) 0px 0px / auto auto no-repeat scroll padding-box border-box transparent;
}
div#under01 #productTitle #title_lv01,
div#under01 #productTitle #title_lv02{
	position: absolute;
}
div#under01 #productTitle #title_lv01{
	top: 33px;
	left: 53px;
}
div#under01 #productTitle #title_lv02{
	top: 41px;
	left: 194px;
}

/* パンくずリスト
========================================================================================== */

div#under01 p#breadcrumb{
	margin-bottom: 20px;
	padding: 0 15px;
	color: 535353;
	font-size: 12px;
	line-height: 20px;
	background-color: #eeeeee;
}

/* コンテンツ部
========================================================================================== */

/* 製品情報ページ
========================================================================================== */

div#productBody div.categoryList{
	clear: both;
	margin: 0 45px 36px 43px;
	width: 580px;
	overflow: hidden;
}

div#productBody div.categoryList div{
	float: left;
	width: 235px;
}
div#productBody div.categoryList div.mgnR{
	margin-right: 110px;
}

div#productBody div.categoryList div h3,
div#productBody div.categoryList div p.categoryImage{
	margin: 0 0 6px 0;
}
div#productBody div.categoryList div h3{
	padding: 0 0 0 36px;
	background : url(../products/bg_arrow_w.gif) 0px center / auto auto no-repeat scroll padding-box border-box transparent;
}

div#productBody div.categoryList div ul{
	margin: 0 0 14px 0;
	width: 100%;
}

div#productBody div.categoryList div ul li{
	display: inline;
	margin: 0 1em 0 0;
	line-height: 150%;
	word-break: break-all;
}
div#productBody div.categoryList div ul li.end{
	margin: 0;
}

div#productBody div.categoryList div p,
div#productBody div.categoryDetail div p,
div#productBody div.categoryDetail div ul li{
	margin: 0;
	line-height: 150%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 大カテゴリページ
========================================================================================== */

div#productBody div.categoryDetail{
	clear: both;
	margin: 0px 18px 40px 0;
	width: 650px;
	overflow: hidden;
}

div#productBody div.categoryDetail h3{
	padding-left: 36px;
	background : url(../products/bg_arrow_w.gif) 0px center / auto auto no-repeat scroll padding-box border-box transparent;
}
d2iv#productBody div#spec div.categoryDetail h3{
	padding: 0;
	background: none;
}

div#productBody div.categoryDetail div{
	margin: 20px 0 0 0;
}

div#productBody div.categoryDetail p.image{
	margin: 24px 0 0 0;
	text-align: center;
}

div#productBody div.categoryDetail div{
	float: right;
	width: 376px;
}

div#productBody div.categoryDetail div ul{
	margin: 16px 0 0 0;
}

div#productBody div.categoryDetail div p.description a,
div#productBody h3,
div#productBody h4{
	color: #063164;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
div#productBody h4{
	font-size: 12px;
}
* html div#productBody div.categoryDetail div p.description{
	text-align: left;
}
* +html div#productBody div.categoryDetail div p.description{
	text-align: left;
}

/* 個別商品ページ
========================================================================================== */

div#under01 div#productBody{
	float: right;
	width: 668px;
}

div#productBody #category{
	margin: 0;
	padding-left: 25px;
	background : url(../products/bg_category.gif) 0px center / auto auto no-repeat scroll padding-box border-box transparent;
}
div#productBody h2#category{
	margin-bottom: 20px;
}

/* ヘッダ */
div.wrapper div#productHead{
	float: left;
	margin: 0;
	width: 477px;
}

div#productHead h2.title{
	margin: 0;
	padding: 0 0 0 47px;
	height: 29px;
	background : url(../products/bg_arrow.gif) 0px center / auto auto no-repeat scroll padding-box border-box #8298b1;
}

/* 商品個別メニュー */

div#productHead ul{
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div#productHead ul li{
	float: left;
	height: 38px;
	text-indent: -9999px;
}
div#productHead ul li#mn01,
div#productHead ul li#mn02,
div#productHead ul li#mn03{
	width: 119px;
}
div#productHead ul li#mn04{
	width: 120px;
}

div#productHead ul li a{
	display: block;
	width: 100%;
	height: 38px;
	background: transparent no-repeat left bottom;
}
div#productHead ul li#mn01, div#productHead ul li#mn01 a{
	background-image : url(../products/mn01.gif);
}
div#productHead ul li#mn02, div#productHead ul li#mn02 a{
	background-image : url(../products/mn02.gif);
}
div#productHead ul li#mn03, div#productHead ul li#mn03 a{
	background-image : url(../products/mn03.gif);
}
div#productHead ul li#mn04, div#productHead ul li#mn04 a{
	background-image : url(../products/mn04.gif);
}

div#productHead ul li a:hover,
div#productHead ul li.current{
	background-position: 0 -38px;
}

div#productHead ul li.disable{
	background-position: left top;
}

/* 商品概要 */

div#productBody div.wrapper{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}

div#productBody div.wrapper p{
	margin: 0;
}

div#productBody div.wrapper p#productImage{
	margin: 30px 0 30px 30px;
}

div#productBody div#productHead h3{
	color: #063164;
	font-weight: bold;
	font-size: 14px;
}

/* 関連商品 */

div#productBody div.wrapper div#attach{
	float: right;
	width: 174px;
}

div#attach div#otherProduct{
	margin-top: 12px;
	width: 172px;
	height: 344px;
	background-color: #f7f7f7;
	border: 1px solid #dfdfdf;
}
div#attach > div#otherProduct{
	height: auto;
	min-height: 344px;
}

div#attach div#otherProduct h3{
	padding: 10px 0 8px 15px;
	border-bottom: 2px solid #32557e;
}

div#attach div#otherProduct dl{
	margin: 0 15px;
	width: 142px;
	color: #535353;
}

div#attach div#otherProduct dt{
	margin: 9px 0 0 0;
	font-weight: bold;
}

div#attach div#otherProduct dd{
	margin: 1px 0 0 12px;
	padding: 0 0 12px 0;
}

div#attach div#otherProduct dd ul li{
	line-height: 1.5;
}

/* 商品概要文 */

div#productBody p{
	margin: 0;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 仕様・外観 */

div#appearance,
div#feature,
div#spec{
	margin-top: 30px;
	width: 100%;
}

div#feature h3{
	padding-left: 36px;
	font-size: 14px;
	background : url(../products/bg_arrow_w.gif) 0px center / auto auto no-repeat scroll padding-box border-box transparent;
}

div#productBody div#spec div.categoryDetail,
div#productBody div#feature div.categoryDetail{
	width: 100%;
}
div#productBody div#feature div.categoryDetail{
	margin-bottom: 0px;
}

div#productBody div#spec div.categoryDetail div{
	width: 400px
;
}
div#productBody div#spec div.categoryDetail p.image,
div#productBody div#feature div.categoryDetail p.image{
	text-align: left;
}

div#productBody div#feature div.categoryDetail div{
	width: 448px;
}

div#appearance h3,
div#spec h3{
	margin-bottom: 12px;
}

div#productBody table{
	width: 100%;
	border-collapse: collapse;
}

div#productBody table th,
div#productBody table td{
	padding: 4px 4px 2px 4px;
	border: 1px solid #999999;
}

div#productBody table th{
	font-weight: normal;
	background-color: #f7f7f7;
}

div#productBody table td{
	text-align: center;
}

/* お問い合わせボタン */

div#productBody div.inqBox{
	margin: 10px 0 0 0;
}

div#productBody div.inqBox p{
	font-weight: bold;
}

div#productBody p.button{
	margin: 50px 0;
}
div#productBody div.inqBox p.button{
	margin: 4px 0 0 0;
}

div#productBody p.button a{
	display: block;
	width: 184px;
	height: 39px;
	text-indent: -9999px;
	background : url(../products/bt_inquiry.gif) left bottom / auto auto no-repeat scroll padding-box border-box transparent;
	overflow: hidden;
}
div#productBody p.button a.pjp{
	width: 250px;
	height: 75px;
	background-image : url(../products/pjp_btn.gif);
}
div#productBody p.button a:hover{
	background-position: top left;
}

/* ローカルナビ部
========================================================================================== */

div#under01 div#localnavi{
	width: 149px;
}

div#under01 div#localnavi p{
	margin: 0;
}

div#localnavi dl{
	margin: 2px 0 0 0;
	width: 149px;
}
div#localnavi dl.current{
	padding-bottom: 2px;
	background : url(../products/bg_cat_cr.gif) left bottom / auto auto no-repeat scroll padding-box border-box transparent;
}

div#localnavi dl dt{
	margin: 0;
	width: 149px;
}

div#localnavi dl dt a{
	display: block;
	width: 149px;
	height: 58px;
	text-indent: -9999px;
	background: transparent no-repeat left bottom;
	overflow: hidden;
}
div#localnavi dl.current#cat01 dt, div#localnavi dl#cat01 dt a{
	background-image : url(../products/cat01.gif);
}
div#localnavi dl.current#cat02 dt, div#localnavi dl#cat02 dt a{
	background-image : url(../products/cat02.gif);
}
div#localnavi dl.current#cat03 dt, div#localnavi dl#cat03 dt a{
	background-image : url(../products/cat03.gif);
}
div#localnavi dl.current#cat04 dt, div#localnavi dl#cat04 dt a{
	background-image : url(../products/cat04.gif);
}
div#localnavi dl.current#cat05 dt, div#localnavi dl#cat05 dt a{
	background-image: url(../image/under01/cat05.gif);
}
div#localnavi dl.current dt{
	height: 55px;
	text-indent: -9999px;
	background-position: left top;
}
div#localnavi dl#cat01 dt a:hover, div#localnavi dl#cat02 dt a:hover, div#localnavi dl#cat03 dt a:hover, div#localnavi dl#cat04 dt a:hover, div#localnavi dl#cat05 dt a:hover{
	background-position: left -55px;
}

div#localnavi dl dd{
	margin: 0 2px;
	width: 145px;
}

div#localnavi dl dd ul{
	padding: 1px 0 0 0;
	width: 145px;
	background : url(../products/bg_localnavi_u.gif) left top / auto auto no-repeat scroll padding-box border-box transparent;
}

div#localnavi dl dd ul li{
	width: 145px;
	font-size: 12px;
}

div#localnavi dl dd ul li.current{
	background : url(../products/bg_localnavi_li_b_cr.gif) left bottom / auto auto no-repeat scroll padding-box border-box transparent;
}

div#localnavi dl dd ul li a{
	display: block;
	width: 145px;
	color: #000000;
	text-decoration: none;
	background : url(../products/bg_localnavi_li_b.gif) left bottom / auto auto no-repeat scroll padding-box border-box transparent;
}
div#localnavi dl dd ul li a:hover,
div#localnavi dl dd ul li.current{
	color: #ffffff;
	font-weight: bold;
}
div#localnavi dl dd ul li a:hover{
	background-image : url(../products/bg_localnavi_li_b_cr.gif);
}

div#localnavi dl dd ul li a span{
	display: block;
	background : url(../products/bg_localnavi_li_u.gif) left top / auto auto no-repeat scroll padding-box border-box transparent;
	cursor: pointer;
}
div#localnavi dl dd ul li.current,
div#localnavi dl dd ul li a span{
	padding: 6px 18px;
	width: 109px;
}
div#localnavi dl dd ul li a:hover span{
	background: none;
}

/* フッタ部
========================================================================================== */

#footer{
	clear: both;
}
