@charset "UTF-8";
/*
 *  ****.css 
 *  
 *  Created by YASUDA BAC on 2016/04/01.
 *  Copyright (c) 2016 bacy. All rights reserved. 
 *  
 */


#kaishu h2 {
	line-height: 0;
	text-align: center;
	background-position: center center;
}

.contentCell {
	margin-bottom: 20px;
}
.cellInner {
	padding:0 0 10px;
	background-position: center top;
	background-repeat: no-repeat;


}

#gomi .cellInner {
	background-image:url(../img/gomi_bg.png);
}

#hikkoshi .cellInner {
	background-image:url(../img/hikkoshi_bg.png);
}

#ihin .cellInner {
	background-image:url(../img/ihin_bg.png);
}

#office .cellInner {
	background-image:url(../img/office_bg.png);
}

.cellInner .imgBox{
	line-height: 0;
}

.cellInner .naturalTxt{
	margin: 0 auto 4px;
    width: 626px;
    padding: 8px 12px;
    font-size: 12px;
    background-color: #ffffff;
    line-height: 1.4em;
}

#plan {
	padding: 15px 20px 15px 15px;
	background:url(../img/plan_bg.png) center top no-repeat;
}
#plan h2{
	padding-left: 75px;
	margin-bottom: 20px;
	text-align: left;
	background: none;
}

#plan .cellInner {
	padding-bottom: 0;
}