/***********************************
*	レイアウト  *
***********************************/

#main_block{
	width :540px;
	margin:20px auto;
}
footer{
	width :540px;
	margin:20px auto 0px auto;
	border-top:1px solid #D5D5D5;
	text-align:center;
	font-size:80%;
	padding:30px 0px 30px 0px;
}
/***********************************
*	パーツ  *
***********************************/

.title01{
	padding-left  :5px;
	padding-bottom:5px;
	border-bottom :1px solid #000;
}
.title02{
	font-size    :120%;
	margin-bottom:20px;
	margin-left  : 0px;
}
.txt01{
	line-height  : 1.8;
	width        :540px;
	margin-left  : 0px;
}
.txt02{
	line-height     : 1.8;
	width           :500px;
	padding         :10px 20px;
	margin-top      :30px;
	background-color:#DDDDDD;
}

.icon{
	text-align   :center;
	margin-bottom:10px;
}

.table_detail01{
	margin-bottom:20px;
}

.table_detail02{
	margin-top   :10px;
	margin-bottom:20px;
	width        :290px;
	line-height  : 1.5;
}
.table_detail02 .th{
	margin-bottom:20px;
	width        :100px;
	padding      :10px 10px;
	border-bottom:1px dashed #000;
}
.table_detail02 .td{
	margin-bottom:20px;
	width        :290px;
	padding      :10px 10px;
	border-bottom:1px dashed #000;
}
.table_detail02 .th span:before {
    content      : url(http://qvos.jp/shokkyo.co.jp2/img/products/rice/detail/icon.png);
    margin       : 10px;
    position     : relative;
    top          : 0px;
}
.table_detail02 .td span {
    font-size    : 120%;
}
