@charset "utf-8";

/*==========================================================================================================

	ファイル	：index.html
	概要		：商品紹介

========================================================================================================== */
.productIndexImg	{
float:left;
width:50%;
padding:5px 0;height:260px 
}

h2#product_cate	{
height:45px;
font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅";
font-weight:bold;
font-size:130%;
line-height:110%;
margin:0;
color:#000;
}

h2.product_cate_01	{background:url(../product/_img/cate_01_detail_title.gif) top left no-repeat;padding:14px 0 0px 140px;width:436px;}
h2.product_cate_02	{background:url(../product/_img/cate_02_detail_title.gif) top left no-repeat;padding:14px 0 0px 140px;width:436px;}
h2.product_cate_03	{background:url(../product/_img/cate_03_detail_title.gif) top left no-repeat;padding:14px 0 0px 110px;width:466px;}
h2.product_cate_04	{background:url(../product/_img/cate_04_detail_title.gif) top left no-repeat;padding:14px 0 0px 240px;width:336px;}

/*==========================================================================================================

	ファイル	：cate.html
	概要		：商品サムネイル

========================================================================================================== */
.productThumb	{
float:left;
width:23%;
height:auto;
padding:5px 5px 7px 3px;
margin-bottom:20px;
background:url(../product/_img/dotX.gif) bottom repeat-x
}

.productThumb_noborder	{
float:left;
width:23%;
height:auto;
padding:5px 5px 7px 3px;
margin-bottom:5px;
}


h3.productItemName	{
font-size:95%;
line-height:130%;
font-weight:bold;
font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅";
text-align:left;
height:30px;
color:#333;
padding-bottom:0;
margin-bottom:0
}

.productThumb img, .productThumb_noborder img	{
margin-bottom:2px;
padding:0;
}

/*==========================================================================================================

	ファイル	：detail.html
	概要		：小見出し・小見出し以下テキスト

========================================================================================================== */
h4.productSubTitle_alpha	{
width:540px;
height:25px;
background:url(../product/_img/product_subtitle.gif) top left no-repeat;
font-weight:bold;
font-size:100%;
line-height:100%;
padding:6px 0 0 20px;
margin:20px 0 5px 0;
color:#E24791;
}

.entry p	{
padding:0 0 10px 0
}

/*==========================================================================================================

	ファイル	：detail.html
	概要		：商品特長

========================================================================================================== */
.floatLeftText		{float:left;width:50% }
.floatRightPict		{float:right;width:45% }

h3.productFeture	{
font-weight:bold;
font-size:120%;
line-height:130%;
padding:20px 0 0 0;
margin:0;
color:#000;
}

p.productPrice		{
color:#E50012;
font-weight:bold;
padding:0 0 10px 0;
}

.productIcon	{
padding:5px 0;
}

img.imgProductFetureIcon	{
vertical-align:middle;
margin:2px 0;
border:none;
}

/*==========================================================================================================

	ファイル	：detail.html
	概要		：lNav_product

========================================================================================================== */
.productNavigation {
margin-top:10px;
margin-bottom:30px;
}

#lNav_product p{
float:left;
margin-right:7px;
margin-bottom:2px;
height:100%;
border:solid 1px #E24791;
background:url(../_img/page_nav_bg.gif) no-repeat left top;
padding:5px 7px 6px 16px;
font-size:11px;
letter-spacing:0.03em;
line-height:1.2;
white-space:nowrap;
}

div#lNav_product a 			{color:#585858;}
div#lNav_product a:link 	{color:#585858;}
div#lNav_product a:visited	{color:#585858;}
div#lNav_product a:hover 	{color:#e27933;}

/*==========================================================================================================

	ファイル	：detail.html
	概要		：商品サムネイル（バリエーション）

========================================================================================================== */
.productVariation	{
float:left;
width:31%;
height:auto;
margin:5px 5px 10px 5px
}

.productVariation img	{
padding:5px;
border:1px solid #ccc
}

/*==========================================================================================================

	ファイル	：detail.html
	概要		：お客様更新用タグ（マゼンタ色の指定）

========================================================================================================== */
h5.productSubTitle_beta	{
/*
color:#E24791;
font-weight:bold;
*/
font-size:100%;
line-height:120%;
padding:5px 0 0px 0;
margin:0
}

p.productRemarks	{
/*
color:#E24791;
*/
}

/*==========================================================================================================

	ファイル	：共通

========================================================================================================== */
.primaryPageTopBottom	{
clear:both;
text-align:right;
margin-right:10px;
}

.floatLeft		{
float:left;
}

.floatRight 	{
float:right;
}
