﻿@charset "utf-8";

/* ============================================
	/knowledge/index.html
============================================ */

	body#knowledge.index h2 {
		margin: 24px 0 0 20px;
	}
	
	.knowledgeList {
		width: 658px;
		margin-left: 20px;
	}
	
	.knowledgeList ul {
		background: url(../images/index/knowledge_bg_lineY.gif) repeat-y center top;
		overflow: hidden;
	}
	
	.knowledgeList ul.list01 {
		margin-top: 20px;
	}

	.knowledgeList ul.list02 {
		padding-top: 20px;
	}
		
		.knowledgeList ul li {
			border-bottom: 1px solid #f0f0e8;
			width: 310px;
			height: auto !important;
			height: 210px;
			min-height: 210px;
		}
		
		.knowledgeList ul.list01 li { /* 2011/02/22 追加 */
					border-bottom: 1px solid #f0f0e8;
			width: 310px;
			height: auto !important;
			height: 270px;
			min-height: 270px;
		}
		
			.knowledgeList ul h3 {
				margin-bottom: 10px;
			}
			
			.knowledgeList ul p.explanation {
				margin: 7px 0;
			}
			
			.knowledgeList ul .link {
				margin-bottom: 5px;
			}
				.knowledgeList ul .link a {
					background: url(../images/index/knowledge_ico_arrow.gif) no-repeat left center;
					padding-left: 18px;
					color: #cc6666;
					text-decoration: underline;
				}
				.knowledgeList ul .link a:hover {
					text-decoration: none;
				}

