@charset "utf-8";

/* ============================================
	/company/index.html
============================================ */

	body.index {}
	
		body.index .title {
			margin: 25px 20px 0 20px;
		}
		
		body.index .companyList {
			margin: 20px 20px 0 20px;
			overflow: hidden;
		}
		
			body.index .companyList ul {
			}
			
			body.index .companyList li {
				min-height: 75px;
				margin-top: 15px;
				padding-top: 15px;
				border-top: 1px solid #EDEDE4;
				position: relative;
			}
			
			* html body.index .companyList li {
				height: 75px;
			}

				body.index .companyList li.first-child {
					margin-top: 0;
					padding-top: 0;
					border-top: none;
				}
	
					body.index .companyList li.first-child p.thumnail {
						top: 0px;
					}			
				
				body.index .companyList li h3 {
				}
				
				body.index .companyList li h3 img {
					margin-left: 127px;
				}
				
				body.index .companyList li p.explanation {
					margin-top: 7px;
					margin-left: 127px;
				}
				
				body.index .companyList li p.link {
					margin-top: 7px;
					margin-left: 127px;
				}
				
				body.index .companyList li p.link a {
					background: url("../images/index/companyList_ico_arrow.gif") no-repeat left center;
					padding-left: 18px;
					color: #cc6666;
					text-decoration: underline;
				}
	
				body.index .companyList li p.link a:hover {
					text-decoration: none;
				}
				
				body.index .companyList li p.thumnail {
					position: absolute;
					top: 15px;
					left: 0px;
				}
				
				
				