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

section {
	margin-bottom: 20px;
}

section h2 {
	margin-bottom: 10px;
}

#contentA .contentCell {
	float: left;
	width: 168px;
	height:208px;
	background: url(../img/contentA_bg.png) center top no-repeat;
	padding-top:10px;
}

#contentA .contentCell:hover{
	opacity: 0.6;
	cursor: pointer;
	}

#contentA .contentCell h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#contentA .contentCell p {
	text-align: center;
	line-height: 0;
}

#contentA .contentCell .naturalTxt {
	font-size: 11px;
	text-align: left;
	padding:0 8px;
	line-height: 1.3em;

	margin: 6px auto 6px;
}

#contentB .contentCell {
	padding: 5px 5px 10px;
	background: url(../img/contentB_bg.png) center top no-repeat;	
}


#contentB .contentCell .naturalTxt{
	width: 633px;
	margin: 0 auto;
	font-size: 12px;
}

#contentC .contentCell {
	float: left;
}