@charset "utf-8";

/* ============================================
	/company/index.html
============================================ */

	body.index {}
		
		body.index .customerList {
			margin: 0 20px 0 20px;
			overflow: hidden;
		}
		
			body.index .customerList ul {
			}
			
			body.index .customerList li {
				min-height: 125px;
				padding: 25px 0;
				border-bottom: 1px solid #EDEDE4;
				position: relative;
			}
			
			* html body.index .customerList li {
				height: 140px;
			}
				
				body.index .customerList li h2 {
				}
								
				body.index .customerList li p.explanation {
					margin-top: 20px;
					padding-right: 315px;
					line-height: 1.4;
				}
				
				body.index .customerList li p.caption {
					margin-top: 10px;
					font-size: 85%;
					line-height: 1.4;
				}
				
					body.index .customerList li p.caption em {
						display: block;
						color: #999933;
					}
				
				body.index .customerList li p.button {
					margin-top: 7px;
				}
					
				body.index .customerList li p.image {
					position: absolute;
					top: 25px;
					right: 0px;
				}
				
				
				