@charset "UTF-8";
/*********************************************************************************************/
/* [ Vector用 製品別 CSS ]
/*
/* (c)2008 Jungle, Inc. All Rights Reserved.
/*********************************************************************************************/

/* 製品ヘッダー */
#jungle #phead {
	margin:0 0 20px 0;
}

	#jungle #phead h1 {
		margin:0 0 0 0;
	}

	#jungle #phead p#intro {
		font-size: 110%;
		font-weight: bold;
		margin: 10px 0px;
	}


	/* ボーダー */
	#jungle .hr {
		clear:both;
		margin:10px 0;
	}


/* 機能比較表 */
#jungle #hikaku {
	padding:0 0 20px 0;
}

	#jungle #hikaku h2 {
		margin:0 0 20px 0;
	}

	#jungle #hikaku h3 {
		margin:0 0 10px 0;
		font-weight: bold;
		font-size: 110%;
	}

	#jungle #hikaku h4 {
		margin:0 0 5px 0;
	}

	#jungle #hikaku p{
		margin: 0 0 10px 0;
	}

	#jungle #hikaku #hikaku_box{
		border:1px #AAAAAA solid;
		padding:10px;
		margin:0 0 20px 0;
	}

	#jungle #hikaku table {
		margin:0 0 20px 0;
		width:540px;
		border-top: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
	}
		
		#jungle #hikaku th {
			padding:5px;
			text-align:center;
			vertical-align:middle;
			background-color:#F9F9F3;
			border-bottom: 1px solid #AAAAAA;
			border-right: 1px solid #AAAAAA;
		
		}
		
		#jungle #hikaku td {
			text-align:center;
			padding:5px;
			border-bottom: 1px solid #AAAAAA;
			border-right: 1px solid #AAAAAA;
		}

		#jungle #hikaku .title {
			font-weight:bold;
			width:100px;
		}
		#jungle #hikaku .price {
			font-weight:bold;
			font-size:120%;
		}

/* 体験版キャンペーン */
#jungle #cp {
	width:540px;
	text-align:center;
	margin:0 0 20px 0;
}

	#jungle #cp h2 {
		margin:0 0 20px 0;
	}

	#jungle #cp p {
		margin:10px 0;
	}

	#jungle #cp .btn {
		width:279px;
		margin:0 auto;
	}
	
	#jungle #cp .btn a {
		display:block;
		overflow: hidden;
		text-indent:-9999px;
		width:279px; height:49px;
		background:url(../images/trial_btn.gif) no-repeat left top;
	}
	
	#jungle #cp .btn a:hover{ background-position: 0 -49px; }


	#jungle #cp #cp_attention {
		text-align: left;
	}

	#jungle #cp #cp_attention{
		background:#F5F5F5;
		border:1px #AAAAAA solid;
		padding:5px;
		margin:0 0 20px 0;
	}

	#jungle #cp #cp_attention h3{
		background:url(../images/common/notice.gif) no-repeat left center;
		font-weight:bold;
		font-size:110%;
		margin: 0 0 5px 0;
		padding-left:18px;
	}
	
	#jungle #cp #cp_attention li{
		margin: 0 0 5px 0;
		font-size:85%;
		*font-size:77%;
		font-family: "Verdana";
	}


/* 製品の特長 */
#jungle #features {
		padding:0 0 0 0;
}

	#jungle #features h2 {
		margin:0 0 20px 0;
	}


	#jungle #features h3{
		font-size:120%;
		font-weight:bold;
		margin: 0 0 15px 0;
	}

	#jungle #features h3.h3_pink{
		background: #e5006e;
		color: #fff;
		padding: 5px 10px;
	}
	
	#jungle #features h3.h3_green{
		background: #14a83c;
		color: #fff;
		padding: 5px 10px;
	}

	#jungle #features h3.h3_orange{
		background: #ed6d01;
		color: #fff;
		padding: 5px 10px;
	}

	#jungle #features h3.h3_blue{
		background: #00a1e9;
		color: #fff;
		padding: 5px 10px;
	}

	#jungle #features h3.h3_red{
		background: #e60013;
		color: #fff;
		padding: 5px 10px;
	}

	#jungle #features h4{
		margin-bottom:5px;
		font-size:110%;
		font-weight:bold;
	}

	#jungle #features h4.h4_pink{
		border-left: solid 5px #e5006e;
		padding-left: 8px;
	}

	#jungle #features h4.h4_green{
		border-left: solid 5px #14a83c;
		padding-left: 8px;
	}
	#jungle #features h4.h4_orange{
		border-left: solid 5px #ed6d01;
		padding-left: 8px;
	}
	#jungle #features h4.h4_blue{
		border-left: solid 5px #00a1e9;
		padding-left: 8px;
	}

	#jungle #features h4.h4_red{
		border-left: solid 5px #e60013;
		padding-left: 8px;
	}

	#jungle #features h5{
		font-weight:bold;
		margin-bottom: 5px;
	}
	#jungle #features h5.ex{
		font-size:110%;
		font-weight:bold;
		padding: 4px 5px 3px 5px;
		margin: 0 0 5px 0;
		background:#FFECF5;
	}


	#jungle #features h6{
		font-weight:bold;
		padding: 2px 5px;
		margin-bottom: 5px;
	}

	#jungle #features p{
		margin: 0 0 20px 0;
	}

	
	#jungle #features .scr{
		margin: 0 0 20px 0;
	    overflow:hidden;
		text-align:center;
	}

	#jungle #features .scr_box{
		overflow: hidden;
		width: 540px;
	}

	#jungle #features .scr_box2{
		width: 518px;
		padding: 10px;
		overflow: hidden;
		border: solid 1px #CCC;
	}

	#jungle #features .scr_l{
		width: 250px;
		float: left;
		display: inline;
	}

	#jungle #features .scr_r{
		width: 250px;
		float: right;
		display: inline;
	}

	#jungle #features .scr_l2{
		width: 310px;
		float: left;
		display: inline;
	}

	#jungle #features .scr_r2{
		width: 200px;
		float: right;
		display: inline;
	}

	#jungle #features img#layout{
		margin: 0 30px 5px;
	}

	#jungle #features ol{
		margin-bottom: 20px;
	}

	#jungle #features ol li{
		padding-left: 13px;
		line-height: 1.7;
		font-size: 110%;
		font-weight: bold;
		list-style: none;
		background: url(../images/sankaku.gif) no-repeat left center;
	}


	/* 動作環境 */
	#jungle #require {
		padding:30px 0 0 0;
	}
	
		#jungle #require h2 {
			margin:0 0 20px 0;
		}
	
		#jungle #require h3 {
			font-size: 110%;
			font-weight:bold;
			margin:0 0 3px 0;
		}

		#jungle #require h4 {
			margin:0 0 3px 0;
		}


		#jungle #require p {
			margin:0 0 5px 0;
		}
	
		#jungle #require table {
			margin:0 0 20px 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;
	clear: both;
}

	#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{
		background:url(../images/common/notice.gif) no-repeat left center;
		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";
	}
