@charset "shift_jis";
/* CSS Document */


/* --------------------------------

	* Layout Style + Template Style
	* /// KOKUYO S&T Customize ///{

		* last update 2010/07/07
		* modify : nazal;
	
	}
	
	
--------------------------------

	* Contents
	
	1. Structure Frames
	
	2. Template Style
		├ 2-1. general
		└ 2-2. home
	
	
	
--------------------------------


/* ==========================================================================================================

	 1. Structure Frames
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	reset

---------------------------------------------------------------------*/
.sectionH1 div#mainContent {
	background-color: #FFFFFF;
	font-size		: 15px;
	font-family		: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing	: 0.03em;
	line-height		: 1.3;
}
/* ie6 hack */
* html .sectionH1 div#mainContent {
	font-size: 92%;
}
/* ie7 hack */
*:first-child+html .sectionH1 div#mainContent {
	font-size: 92%;
}
.sectionH1 div#mainContent object {
	margin-bottom: 20px;
}

.sectionH1 div#mainContent ul {
	list-style		: none;
}
.sectionH1 div#mainContent dt {
	display			: block;
	width			: auto;
}



/*  ------------------------------------------------------------------

	structure

---------------------------------------------------------------------*/
.sectionH1 p.launch {
	margin-bottom: 5px;
	font-family		: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: right;
}
.sectionH1 div#mainContent {
	padding-bottom: 20px;
}
.sectionH1 div#mainContent h1 {
	padding-bottom: 20px;
}

/*  商品ラインアップ
-----------------------------------*/
.sectionH1 div#mainContent div.secGroup {
	margin-bottom: 20px;
}
.sectionH1 div#mainContent div.secGroup h2 {
	margin-bottom: 20px;
}
.sectionH1 div#mainContent div.secGroup div.section {
	position: relative;
	clear: none;
	float: left;
	margin-bottom: 0;
	width: 350px;
	_zoom: 1;
}
.sectionH1 div#mainContent div.secGroup div.section.lastChild {
	float: right;
}
.sectionH1 div#mainContent div.secGroup div.section p.itemId {
	position: absolute;
	left: 234px;
	top: 184px;
}

/* start clearfix */
.sectionH1 div#mainContent div.secGroup:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0px;
	line-height: 0;
}
/* ie6 hack */
* html .sectionH1 div#mainContent div.secGroup {
	height: 1%;
}
/* ie7 hack */
*:first-child+html .sectionH1 div#mainContent div.secGroup {
	min-height: 1%;
}
/* end clearfix */


/*  表組
-----------------------------------*/
.sectionH1 .spec {
	margin-bottom: 20px;
}

.sectionH1 .spec table {
	border: 1px solid #b9b9b9;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0.5em;
	width: 100%;
	line-height: 1.2;
	letter-spacing: 0em;
}
.sectionH1 .spec table caption {
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
.sectionH1 .spec table th,
.sectionH1 .spec table td {
	border: 1px solid #b9b9b9;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
.sectionH1 .spec table th {
	background: #fff6ba;
}

/*  ------------------------------------------------------------------

	ショーケースへのリンク

---------------------------------------------------------------------*/
.sectionH1 ul.bnr {
}
.sectionH1 ul.bnr li {
	margin-bottom: 0.3em;
}


/* ==========================================================================================================

	 2-5. clearfix
 
============================================================================================================*/

/*  回込解除
-----------------------------------*/
/* start clearfix */
.sectionH1 .salesPoint ul:after,
.sectionH1 .spec div.section:after,
.sectionH1 .spec div.section.notice:after,
.xxxxxxxx:after,
.xxxxxxxx:after,
.xxxxxxxx:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0px; line-height: 0; }
/* ie6 hack */
* html .sectionH1 .salesPoint ul,
* html .sectionH1 .spec div.section,
* html .sectionH1 .spec div.section.notice,
* html .xxxxxxxx,
* html .xxxxxxxx,
* html .xxxxxxxx { height: 1%; }
/* ie7 hack */
*:first-child+html .sectionH1 .salesPoint ul,
*:first-child+html .sectionH1 .spec div.section,
*:first-child+html .sectionH1 .spec div.section.notice,
*:first-child+html .xxxxxxxx,
*:first-child+html .xxxxxxxx,
*:first-child+html .xxxxxxxx { min-height: 1%;}
/* end clearfix */
