@charset "utf-8";

/* ZIPZIP NOWOVEN.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.INDEX
*	02.SEMI_ORDER
*		02-00.COMMON
*		02-01.INTRO
*		02-02.SAMPLE
*		02-03.PRICE_LIST
*		02-04.TOOL
*
*	MODULE
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

h1#pageTitle
{
	margin-bottom: 20px;
}

ul#sNav
{
	margin: 0 0 35px 20px;
	width: 428px;
	height: 30px;
}

ul#sNav li
{
	float: left;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

p.text
{
	font-size: 85%;
	line-height: 1.5em;
}

span.red
{
	color: #E06E5A;
}

span.bold
{
	font-weight: bold;
}


/**-------------------------------------
	01.INDEX
---------------------------------------**/

div.nowovenIndex01,
div.nowovenIndex02,
div.nowovenIndex03
{
	margin: 0 0 40px 20px;
	width: 760px;
}

div.nowovenIndex01
{
	margin-bottom: 60px;
}

div.nowovenIndex01 h2
{
	margin-bottom: 15px;
}

div.nowovenIndex01 p.text
{
	margin-bottom: 15px;
}

div.nowovenIndex01 p.chart
{
	margin: 0 auto;
	width: 720px;
}

div.nowovenIndex02 h3
{
	margin-bottom: 15px;
}

div.nowovenIndex02 div.left
{
	width: 230px;
	height: 140px;
}

div.nowovenIndex02 div.right
{
	width: 500px;
}

div.nowovenIndex02 div.right p.btn
{
	margin: 10px 0 0 280px;
	width: 220px;
	height: 34px;
}

div.nowovenIndex03 h3
{
	margin-bottom: 5px;
}


/**-------------------------------------
	02.SEMI_ORDER
---------------------------------------**/

/*====== 02-00.COMMON ======*/

div#nowovenSemiIntro,
div#nowovenSemiSample,
div#nowovenSemiPrice,
div#nowovenSemiTool
{
	margin: 0 0 50px 20px;
	width: 760px;
}

/*====== 02-01.INTRO ======*/

/*====== 02-02.SAMPLE ======*/

div#nowovenSemiSample h3
{
	margin-bottom: 10px;
}

div#nowovenSemiSample p#NSSsend
{
	margin: 5px 0 20px 0;
	font-weight: bold;
	color: #AC172A;
}

/*====== 02-03.PRICE_LIST ======*/

div#nowovenSemiPrice h3
{
	margin-bottom: 10px;
}

div#nowovenSemiPrice div.left
{
	width: 500px;
}

div#nowovenSemiPrice div.left p.text
{
	margin-bottom: 10px;
}

div#nowovenSemiPrice div.right
{
	width: 230px;
}

/*====== 02-04.TOOL ======*/

div#nowovenSemiTool h3
{
	margin-bottom: 10px;
}

div#nowovenSemiTool div
{
	margin-bottom: 40px;
}

div#NSTtool
{
	clear: both;
}





/**-------------------------------------
	MODULE
---------------------------------------**/

div.nowovenIndex02:after,
div#nowovenSemiPrice:after,
div#nowovenSemiTool:after
{content:".";display:block;height:0;clear:both;visibility:hidden;}

div.nowovenIndex02,
div#nowovenSemiPrice,
div#nowovenSemiTool
{display:inline-block;}

/* \*/
* html div.nowovenIndex02,
* html div#nowovenSemiPrice,
* html div#nowovenSemiTool
{height:1%;}
/* */






