@charset "UTF-8";

/* ulリスト一括指定 */
#features ul,
#hikaku ul,
#require ul
{ margin: 0 0 0 20px; }

#features ul li,
#hikaku ul li,
#require ul li
{ list-style:disc; margin: 0; }



/* 製品の特長 */
#features {
	width: 700px;
	margin: 45px auto 0;
	overflow:hidden;
}

	#features h2 {
		margin:0 0 20px 0;
	}

	#features h3 {
		font-size:120%;
		font-weight:bold;
		margin:0 0 15px 0;
	}

	#features h4 {
		font-size:120%;
		font-weight:bold;
		margin:0 0 5px 0;
		color: #c7000b;
	}

	#features h4 img {
		vertical-align: middle;
	}

	#features h5 {
		font-weight:bold;
		margin:0 0 3px 0;
	}

	#features p{
		margin: 0 0 20px 0;
	}

	#features #intro{
		font-size: 110%;
		margin: 0 0 30px 0;
	}

	#features #intro #fp_introduction{
		width: 560px;
		padding: 15px 20px 2px 20px;
		background: #fffbc7 url(../images/fp_introduction_bg.gif) no-repeat top right;
   		-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
		margin: 0 0 0 50px;
	}

	#features #intro #fp_introduction h4{
		font-size: 100%;
		color: #444;
	}

	#features #intro #fp_introduction p{
		width: 350px;
	}


	#features .scr1{
		width:700px;
		text-align:center;
		margin: 0 0 10px 0;
	}

	#features .scr2{
		margin: 0 0 20px 0;
		width: 350px;
		float: right;
		text-align: right;
	}

	#features .scr_box{
		margin: 0 0 20px 0;
		width:700px;
		overflow: hidden;
	}

	#features .scr_l{
		width: 330px;
		float: left;
		display: inline;
	}

	#features .scr_r{
		width: 330px;
		float: right;
		display: inline;
	}

	#features .clear{
		height: 0;
		font-size: 0;
		clear: both;
	}


		#features .box{
			background-color:#F5F5F5;
			border: 1px solid #AAAAAA;
			padding: 15px;
			margin: 0 0 20px 0;
		}

			#features .box h4{
				background:url(../images/parts/notice.gif) no-repeat left center;
				font-weight:bold;
				font-size:110%;
				margin: 0 0 5px 0;
				padding-left:18px;
				color: #333;
			}

			#features .box h5{
				font-weight:bold;
				margin: 0 0 2px 0;
				color: #333;
			}

			#features .box ul{
				margin:0 0 10px 30px;
			}

			#features .box p{
				margin:0 0 10px 0;
			}

/* 動作環境 */
#require {
	width: 700px;
	margin: 45px auto 0;
}
	#require h2 {
		margin:0 0 20px 0;
	}

	#require h3 {
		font-weight:bold;
		font-size:120%;
	}
	
		#require p {
			margin:0 0 5px 0;
		}
	
		#require table {
			margin:0 0 20px 0;
			width:698px;
			border-top: 1px solid #AAAAAA;
			border-left: 1px solid #AAAAAA;
		}
		
			#require th {
				width:140px;
				padding:5px;
				font-weight:normal;
				text-align:center;
				vertical-align:middle;
				background-color:#F9F9F3;
				border-bottom: 1px solid #AAAAAA;
				border-right: 1px solid #AAAAAA;
			
			}
			
			#require td {
				padding:5px;
				border-bottom: 1px solid #AAAAAA;
				border-right: 1px solid #AAAAAA;
			}

/* 20201014追記 */
#require .textRed{
	color:#FF0000;
}
#require .textRed a{
	color:#FF0000;
	text-decoration: underline;
}
#require .textRed a:link,
#require .textRed a:visited,
#require .textRed a:hover,
#require .textRed a:active {
	color:#FF0000;
}

/* PDFへリンク */
.pdf_link {
	background:url(../images/pdficon_small.gif) no-repeat left top;
	padding: 2px 0 0 20px;
	font-size:110%;
	font-weight:bold;
	}


/* 製品フッター */
#pfoot {
	width:700px;
	overflow:hidden;
	margin:20px 0 30px 0;
	padding:0;
}

	#pfoot .notice{
		background:#F5F5F5;
		border:1px #AAAAAA solid;
		padding:5px;
		margin:0 0 20px 0;
	}
	
		#pfoot .notice h3{
			background:url(../images/parts/notice.gif) no-repeat left center;
			font-weight:bold;
			font-size:110%;
			margin: 0 0 5px 0;
			padding-left:18px;
		}

	#pfoot .notice #goriyou{
		background: none;
		padding-left: 5px;
	}

		#pfoot .notice li,#pfoot .notice_tm li{
			margin: 0 0 5px 0;
			font-size:85%;
			*font-size:77%;
		}

