@charset "shift_jis";
/*
-------------------------------------------------------------------
◎製品情報ページスタイルシート
製作者：株式会社アルゴ
制作日：2009年2月12日
最終更新日：2009年2月17日
-------------------------------------------------------------------
[目次]

・ヘッダーコンテンツ
・グローバルメニュー
・カテゴリーラベル
・レフトメニュー
　1.メニューオープン
　2.レフトメニュー開閉
・製品扉
　1.シリーズ一覧
　　A.ラインナップボタン
　　B.製品詳細ボタン
・製品ラインナップ
　1.製品一覧テーブル
・製品特長
　1.ラインナップボタン
・テキスト設定
・インデント

-------------------------------------------------------------------
*/


/* ヘッダーコンテンツ */

div#header div#header-inner {
	position:relative;
}


/* グローバルメニュー */
div#global-inner ul li.products {
	width: 90px;
	height: 32px;
	background: url(../../common/images/bg_global-menu.gif) -95px -73px no-repeat;
}
div#category-inner {
	background: url(../images/bg_category-inner.jpg) center top no-repeat;
}
/* カテゴリーラベル */
div#category-inner h2 {
	background: url(../images/bg_h2.gif) no-repeat;
}
/* レフトメニュー :DAYS修正 #contents は文書によりsub.cssと当CSSの読み込み順が異なる場合があるための強制適応*/
#contents div#left-container h2 {
	margin:0;
	padding:0;
	text-indent:0;
	background: url(../images/bg_h2-left.gif) no-repeat;
}
div#left-container h2 a {
	width:210px;
	height:50px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
div#left-container h2 a:hover {
	background: url(../images/bg_h2-left-on.gif) no-repeat;
}
div#left-container p.newproducts {
	margin:0;
	padding:0;
	border:none;
}
div#left-container p.newproducts a {
	width:210px;
	height:31px;
	margin:0;
	padding:0;
	display:block;
	background: url(../images/bg_p-left-newproducts.gif) no-repeat;
	text-indent:-9999px;
	border:none;
}
div#left-container p.newproducts a:hover {
	background: url(../images/bg_p-left-newproducts-on.gif) no-repeat;
}
div#left-container h3 {
	display: block;
	width: 210px;
	height: 25px;
}
div#left-container h3.title01 {
	background: url(../images/bg_h3-title01.gif) no-repeat;
}
div#left-container h3.title02 {
	background: url(../images/bg_h3-title02.gif) no-repeat;
}
div#left-container h3.title03 {
	background: url(../images/bg_h3-title03.gif) no-repeat;
}
div#left-container h3.title04 {
	background: url(../images/bg_h3-title04.gif) no-repeat;
}
div#left-container h3.title05 {
	background: url(../images/bg_h3-title05.gif) no-repeat;
}
div#left-container h3.title06 {
	background: url(../images/bg_h3-title06.gif) no-repeat;
}
div#left-container h3.title07 {
	background: url(../images/bg_h3-title07.gif) no-repeat;
}
div#left-container h3.title08 {
	background: url(../images/bg_h3-title08.gif) no-repeat;
}
/* 1.メニューオープン
div#left-container h4 {
	color: #3C3C3C;
	font-size: 85%;
	font-weight: normal;
	border-bottom: 1px dotted #969696;
}
div#left-container h4 a {
	display: block;
	padding: 7px 5px 7px 43px;
	color: #646464;
	background: url(../images/bg_h4-left-a.gif) no-repeat;
}
div#left-container h4 a:hover {
	background: url(../images/bg_h4-left-a-on.gif) no-repeat;
}
div#left-container h4.no-border {
	border-bottom: none;
}
div#left-container div.open-box p {
	color: #3C3C3C;
	font-size: 85%;
	line-height: 1.4em;
	font-weight: normal;
	border-bottom: 1px dotted #969696;
}
div#left-container div.open-box p a {
	display: block;
	padding: 7px 5px 7px 43px;
	color: #646464;
	background: url(../images/bg_p-left-a.gif) no-repeat;
}
div#left-container div.open-box p a:hover {
	background: url(../images/bg_p-left-a-on.gif) no-repeat;
}
div#left-container div.open-box p.down a {
	padding-left: 25px;
	background: url(../images/bg_p-left-a-down.gif) no-repeat;
}
div#left-container div.open-box p.down a:hover {
	background: url(../images/bg_p-left-a-down-on.gif) no-repeat;
}
div#left-container div.open-box p.no-border {
	line-height: 1.4em;
	border-bottom: none;
} */
/* 2.レフトメニュー開閉
#box01, #box02, #box03, #box04, #box05, #box06, #box07, #box08, #box09, #box10, #box11, #box12, #box13, #box14, #box15, #box16, #box17, #box18, #box19, #box20 {
	display: none;
	overflow: hidden;
} */
/* 製品扉
div#main-container td, div#main-container th {
	line-height: 1.4em;
} */
div#main-container img.main-img {/* カテゴリーメインイメージ */
	margin-bottom: 10px;
}
div#main-container h4 {/* シリーズタイトル */
	clear: both;
	display: block;
	width: 650px;
	height: 32px;
}
/* 1.シリーズ一覧 */
div#main-container div.series {
	position: relative;
	width: 650px;
	margin-top: 20px;
}
div.series p {/* 製品表示 */
	float: left;
	width: 162px;
	padding-top: 5px;
	text-align: center;
	border-right: 1px solid #CCC;
}
div.series p.right-side {/* 製品表示折り返し調整 */
	width: 160px;
	border-right: none;
}
div.series p img {
	margin-top: 5px;
}
/* A.ラインナップボタン */
div.series a.lineup-s {
	position: absolute;
	display: block;
	width: 103px;
	height: 25px;
	background: url(../images/btn_lineup.gif) no-repeat;
	left: 535px;
	top: 3px;
}
div.series a:hover.lineup-s {
	background: url(../images/btn_lineup-on.gif) no-repeat;
}
/* B.製品詳細ボタン */
div.series p a.detail {
	display: block;
	width: 103px;
	height: 25px;
	margin: 0px auto;
	background: url(../images/btn_detail.gif) no-repeat;
}
div.series p a:hover.detail {
	background: url(../images/btn_detail-on.gif) no-repeat;
}
/* 製品ラインナップ */
div#lineup div#main-container h4 {/* シリーズタイトル */
	clear: both;
	display: block;
	width: 650px;
	height: 60px;
}
/* 1.製品一覧テーブル */
div#main-container table.lineup-list {
	width: 650px;
	font-family:Verdana, Geneva, sans-serif;
}
table.lineup-list th, table.lineup-list td {
	padding: 5px 0px;
	font-weight: normal;
	border-bottom: 1px solid #3C183C;
}
table.lineup-list thead th, table.lineup-list thead td {
	padding: 0px;
	background: url(../temp/images/bg_thead-lineup.gif) repeat-x;
}
table.lineup-list tbody .bg-gray {
	background: #DBDBDB;
}
table.lineup-list tbody .bg-blue {
	background: #D2ECFA;
}
table.lineup-list tbody .bg-purple {
	background: #D2DDF0;
}
table.lineup-list tbody .bg-yellow {
	background: #FFF3C2;
}
table.lineup-list tbody .bg-green {
	background: #E1ECB9;
}
table.lineup-list tbody .bg-red {
	background: #fcc;
}
table.lineup-list tbody .bg-orange {
	background: #ffba7b;
}
table.lineup-list tbody td {
	text-align: center;
	border-right: 1px solid #3C183C;
}
table.lineup-list tbody td img.icon {
	vertical-align:middle;
	margin-right:2px;
}
table.lineup-list tbody td.r-side {
	border-right: none;
}
table.lineup-list tbody td.r-grey-side {
	text-align: center;
	border-right: 1px solid #999;
}
table.lineup-list tbody td a {
	padding-left: 18px;
	color: #646464;
	font-weight: bold;
	background: url(../../common/images/bg_p-index.gif) no-repeat left center;
}
table.lineup-list tbody td a:hover {
	color: #418CF2;
}
/* 製品特長 */
div.products {
	position: relative;
}
/* 1.ラインナップボタン */
div.products a.lineup-s {
	position: absolute;
	display: block;
	width: 103px;
	height: 25px;
	background: url(../images/btn_lineup.gif) no-repeat;
	left: 547px;
	top: 17px;
}
div.products a:hover.lineup-s {
	background: url(../images/btn_lineup-on.gif) no-repeat;
}
/* テキスト設定 */
.large-txt {
	font-size: 160%;
	font-weight: bold;
}
.small-txt {
	font-size: 86%;
}
.small-txt02 {
	font-size: 86%;
	line-height:normal;
}
p.caution {
	padding-top: 10px;
	font-size: 86%;
}
p.caution02 {
	margin-top: 10px;
	font-size: 86%;
	line-height:normal;
}
/* インデント */
div#left-container h3, div#main-container h4, div#main-container h5, div.series a.lineup-s, div.series p a.detail, p.detail-tab a,div.detail-tab a,div.products a.lineup-s {
	text-indent: -9999em;
}






/* 製品詳細

body.item div#main-container h3.index {
	height:25px;
	background: url(../images/bg_h3-productindex.gif) no-repeat;
}
body.item div#main-container h4.productname {
	text-indent:0;
	height:auto;
}

body.item div#main-container .productphoto {
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
}
body.item div#main-container .productspec {
	margin:0 0 30px 0;
	padding:0;
}
body.item div#main-container .productspec table {
	width:650px;
	margin:0 0 5px 0;
	padding:0;
}
body.item div#main-container .productspec table caption {
	margin:0;
	padding:0 0 3px 20px;
	text-align:left;
	border-bottom:1px solid #333;
}
body.item div#main-container .productspec table th, div#main-container .productspec table td {
}
body.item div#main-container .productspec table th {
	padding:3px 0 3px 20px;
	width:100px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	border-bottom:1px solid #333;
	vertical-align:top;
}
body.item div#main-container .productspec table td {
	padding:3px 0;
	border-bottom:1px solid #333;
}
body.item div#main-container .productspec .icon {
	text-align:right;
}
body.item div#main-container .productimage {
	margin:0;
	padding:0;
	text-align:center;
} */

/* 製品詳細 */

#product div#main-container h3.index {
	height:25px;
	text-indent:0;
}
#product div#main-container h4.productname {
	text-indent:0;
	height:auto;
}
div#main-container .productphoto-i {
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
	background-image: url(../images/in.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#main-container .productphoto {
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
}
div#main-container .productspec {
	margin:0 0 30px 0;
	padding:0;
}
div#main-container .productspec table {
	width:650px;
	margin:0 0 5px 0;
	padding:0;
}
div#main-container .productspec table caption {
	margin:0;
	padding:0 0 3px 20px;
	text-align:left;
	border-bottom:1px solid #333;
}
div#main-container .productspec table th, div#main-container .productspec table td {
}
div#main-container .productspec table th {
	padding:3px 0 3px 20px;
	width:100px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	border-bottom:1px solid #333;
	vertical-align:top;
	background-color: #EEEEEE;
}
div#main-container .productspec table td {
	padding:3px 0 0 20px;
	border-bottom:1px solid #333;
}
div#main-container .productspec .icon {
	text-align:right;
	font-size: 86%;
}
div#main-container .productspec .icon img {
	margin:5px 0;
}
div#main-container .productimage {
	margin:0;
	padding:0;
	text-align:center;
}



/* 資料請求ボタン */

div#header a.contact {
	position: absolute;
	display: block;
	width: 192px;
	height: 41px;
	background: url(../images/btn_contact.gif) no-repeat;
	right: 0px;
	top: 58px;
	text-indent:-9999px;
}
div#header a:hover.contact {
	z-index: 3;
	background: url(../images/btn_contact.gif) no-repeat 0px -41px;
}

/* 製品ページテーブル内H4　レイアウト調整　ARGO追記0617 */
div#main-container table td h4 {
width: auto;
text-indent: 0px;
}
