@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	83  %		19px 	158 %
11px 	92  %		20px 	167 %
12px 	100 %		21px 	175 %
13px 	108 %		22px 	183 %
14px 	117 %		23px 	192 %
15px 	125 %		24px 	200 %
16px 	133 %		25px 	208 %
17px 	142 %		26px 	217 %
18px 	150 %
---------------------------------------------------------------------*/




/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




#main {
	width: 420px;
}
	#main .cell {
		margin-top: 20px;
	}
	* html #main .cell {
		zoom: 100%;
	}
	*:first-child+html #main .cell {
		display: inline-block;
	}
	#main .cell:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}


	#main .cell dl {
		width: 205px;
		float: left;
	}
	#main .cell .phtArea {
		width: 205px;
		float: right;
	}
		#main .cell .phtArea img {
			width: 100%;
			height: auto;
		}
	#main .cell dl dd {
		text-align: right;
		margin-top: 10px;
	}

	#main .cell a dl {
		color: #000;
	}



