﻿@charset "utf-8";/*製品表を分ける線を引く為*/p.line {	font-size: 90%;	padding-bottom: 20px;	border-bottom: solid 1px #666666;	margin-right: 11px;	}p.line2 {	font-size: 90%;	padding-bottom: 5px;	border-bottom: solid 1px #666666;	margin-right: 11px;	}/*ページ最下部の保証期間に関する記述の為*/p.hoshou {	font-size:90%;	line-height:120%;	font-weight:bold;	margin: 0 11px 30px 0;	color:#333333;	text-align: right;	}/*余白を取る為*/div#container div#mainArea hr.separater {	border-bottom:solid #3278D2 3px;	height:3px;	margin-top: 10px;	margin-bottom: 0px;	clear:both;	margin-left: 2px;	margin-right: 2px;	visibility: hidden;}div#container div#mainArea hr.separater2 {	border-bottom:solid #3278D2 3px;	height:3px;	margin-top: 20px;	margin-bottom: 0px;	clear:both;	margin-left: 2px;	margin-right: 2px;	visibility: hidden;}