@charset "UTF-8";
/*********************************************************************************************/
/* [ Vector用 製品別 CSS ]
/*
/* (c)2008 Jungle, Inc. All Rights Reserved.
/*********************************************************************************************/

/* 製品ヘッダー */
#jungle #phead {
	margin:0 0 30px 0;
	text-align:right;
}

	#jungle #phead h1 {
		margin:0 0 0 0;
	}



/* 製品の特長 */
#jungle #features {
		padding:0 0 20px 0;
}

	#jungle #features h2 {
		margin:70px 0 30px 0;
	}
		
	#jungle #features h3 {
		font-size: 138.5%;
		font-weight: bold;
		margin: 60px 0 8px;
	}
	
	#jungle #features h2:first-child,
	#jungle #features h2 + h3 {
		margin-top: 0;
	}

	#jungle #features p{
		line-height: 1.8;
		font-size: 107.7%;
	}

	#jungle #features .scr + p,
	#jungle #features p + p {
		margin-top: 30px;
	}

	#jungle #features .scr {
		margin:30px 0 0 0;
		text-align: center;
	}

	#jungle #features .figcaption {
		width: 510px;
		margin: 0 auto;
		color: #fff;
		font-weight: bold;
		background: #3fa9f5;
		padding: 15px;
	}

	
	#jungle #features .figure {
		width: 540px;
		margin: 55px auto 0;
	}

	#jungle #features .figure img {
		float: left;
		
	}
	
	#jungle #features .textWrap {
		width: 386px;
		float: left;
	}

	#jungle #features .textWrap h3:first-child {
		margin-top: 0;
	}

	#jungle #features .textWrap h4 {
		line-height: 2.0;
		font-size: 107.7%;
		font-weight: bold;
		margin-top: 5px;
	}

	#jungle #features .textWrap h4:first-of-type {
		margin-top: 15px;
	}

	#jungle #features .cleaning h4 {
		color: #e50044;
	}

	#jungle #features .comfort h4 {
		color: #44af35;
	}

	#jungle #features .defrag h4 {
		color: #0098d8;
	}



	/* 動作環境 */
	#jungle #require {
		padding:30px 0 0 0;
	}
	
		#jungle #require h2 {
			margin:0 0 20px 0;
		}
	
		#jungle #require h3 {
			font-weight:bold;
			font-size: 110%;
			margin:0 0 3px 0;
		}
	
		#jungle #require p {
			margin:10px 0 30px 0;
		}
	
		#jungle #require table {
			margin:0 0 30px 0;
			width:540px;
			border-top: 1px solid #AAAAAA;
			border-left: 1px solid #AAAAAA;
		}
		
			#jungle #require th {
				width:120px;
				padding:5px;
				font-weight:normal;
				text-align:center;
				vertical-align:middle;
				background-color:#F9F9F3;
				border-bottom: 1px solid #AAAAAA;
				border-right: 1px solid #AAAAAA;
			
			}
			
			#jungle #require td {
				padding:5px;
				border-bottom: 1px solid #AAAAAA;
				border-right: 1px solid #AAAAAA;
			}


/* ページ上部へ戻る */
#jungle .page_up {
	text-align:right;
	margin:0 0 5px 0;
}

	#jungle .page_up a{
		font-size:85%;
		*font-size:77%;
		font-family: "Verdana";
	}


/* 製品フッター */
#jungle #pfoot {
	margin:0 0 30px 0;
	padding:30px 0 0 0;
}

#jungle #pfoot .notice{
	background:#F5F5F5;
	border:1px #AAAAAA solid;
	padding:5px;
	margin:0 0 20px 0;
}

	#jungle #pfoot .notice h3{
		font-weight:bold;
		font-size:110%;
		margin: 0 0 5px 0;
		padding-left:18px;
	}
	
	#jungle #pfoot .notice li, #jungle #pfoot .notice_tm li{
		margin: 0 0 5px 0;
		font-size:85%;
		*font-size:77%;
		font-family: "Verdana";
	}
