/* CSS Document */

/*Font*/

.font_10{
font-size: 10px;
}

.font_12{
font-size: 12px;
}

.font_14{
font-size: 14px;
}

.font_16{
font-size: 16px;
}

.font_18{
font-size: 18px;
}

.font_20{
font-size: 20px;
}

.font_22{
font-size: 22px;
}

.font_24{
font-size: 24px;
}

.c_red{
color: #CC0000;
}

.c_blue{
color: #3366CC;
}

.c_green{
color: #336600;
}

.c_black{
color: #333333;
}

.c_white{
color: #FFFFFF;
}

.bold{
font-weight: bold;
}

/*float*/

.clear{
clear: both;
}

.f_right{
float: right;
}

.f_left{
float: left;
}

.center{
text-align: center;
}

.right{
text-align: right;
}

.left{
text-align: left;
}

/*margin*/

.mar_none{
margin: 0;
}

/*上margin*/

.mar_t_00{
margin-top: 0;
}

.mar_t_05{
margin-top: 5px;
}

.mar_t_10{
margin-top: 10px;
}

.mar_t_15{
margin-top: 15px;
}

.mar_t_20{
margin-top: 20px;
}

.mar_t_25{
margin-top: 25px;
}

.mar_t_30{
margin-top: 30px;
}

.mar_t_35{
margin-top: 35px;
}

.mar_t_40{
margin-top: 40px;
}

/*右margin*/

.mar_r_00{
margin-right: 0;
}

.mar_r_05{
margin-right: 5px;
}

.mar_r_10{
margin-right: 10px;
}

.mar_r_15{
margin-right: 15px;
}

.mar_r_20{
margin-right: 20px;
}

.mar_r_25{
margin-right: 25px;
}

.mar_r_30{
margin-right: 30px;
}

.mar_r_35{
margin-right: 35px;
}

.mar_r_40{
margin-right: 40px;
}

/*下margin*/

.mar_b_00{
margin-bottom: 0;
}

.mar_b_05{
margin-bottom: 5px;
}

.mar_b_10{
margin-bottom: 10px;
}

.mar_b_15{
margin-bottom: 15px;
}

.mar_b_20{
margin-bottom: 20px;
}

.mar_b_25{
margin-bottom: 25px;
}

.mar_b_30{
margin-bottom: 30px;
}

.mar_b_35{
margin-bottom: 35px;
}

.mar_b_40{
margin-bottom: 40px;
}

/*左margin*/

.mar_l_00{
margin-left: 0;
}

.mar_l_05{
margin-left: 5px;
}

.mar_l_10{
margin-left: 10px;
}

.mar_l_15{
margin-left: 15px;
}

.mar_l_20{
margin-left: 20px;
}

.mar_l_25{
margin-left: 25px;
}

.mar_l_30{
margin-left: 30px;
}

.mar_l_35{
margin-left: 35px;
}

.mar_l_40{
margin-left: 40px;
}

/*border*/

.borderless{
border: none;
}


/*--clearfix--*/

.clearfix{
zoom: 100%;
}

.clearfix:after{
display: block;
clear: both;
content: ".";
height: 0.1px;
font-size: 0.1em;
line-height: 0;
visibility: hidden;
}

.clearfix{
display: inline-block;
}

/*\*/

*html .clearfix{
height: 1px;
}

.clearfix{
display: block;
}

/**/

ul.none {list-style:none;}




/*==========================================================*/
/*原材料表示関連 お試しページ*/
/*==========================================================*/

#speclist {
	position:relative;
	margin-bottom:15px;
	}

#speclist table {
	width:572px;
	margin:10px 10px 0 10px;
	font-size:12px;
	line-height:18px;
	color:#404040;
	border-spacing: 0;
	border:#c8c8c8 dotted 1px;
	border-width:0 0 0 0;
	}

#speclist table th {
	width:150px;
	border-bottom:#c8c8c8 dotted 1px;
	text-align:left;
	vertical-align:top;
	text-indent:10px;
	padding:8px 8px 8px 1px;;
	}

#speclist table td {
	border-bottom:#c8c8c8 dotted 1px;
	padding:7px 7px 7px 9px;
	}

#speclist table td.end {
	border-bottom:none;
	padding:0;
	}

#speclist table td table {
	width:300px;
	margin:10px 10px 20px 10px;
	font-size:12px;
	line-height:18px;
	color:#404040;
	border-spacing: 0;
	border:#c8c8c8 dotted 1px;
	border-width:0 0 0 0;
	}

#speclist table td table th {
	width:284px;
	border-bottom:#c8c8c8 dotted 1px;
	text-align:left;
	vertical-align:top;
	text-indent:10px;
	padding:8px 8px 8px 1px;;
	}

#speclist table td table td {
	border-bottom:#c8c8c8 dotted 1px;
	padding:7px 7px 7px 9px;
	}


/*==========================================================*/
/*原材料表示関連 新だし*/
/*==========================================================*/

#speclist-shindashi {
	position:relative;
	margin-bottom:15px;
	}

#speclist-shindashi table {
	width:556px;
	margin:10px 10px 0 10px;
	font-size:12px;
	line-height:18px;
	color:#404040;
	border-spacing: 0;
	border:#c8c8c8 dotted 1px;
	border-width:0 0 0 0;
	}

#speclist-shindashi table th {
	width:150px;
	border-bottom:#c8c8c8 dotted 1px;
	text-align:left;
	vertical-align:top;
	text-indent:10px;
	padding:8px 8px 8px 1px;;
	}

#speclist-shindashi table td {
	border-bottom:#c8c8c8 dotted 1px;
	padding:7px 7px 7px 9px;
	}

#speclist-shindashi table td.end {
	border-bottom:none;
	padding:0;
	}

#speclist-shindashi table td table {
	width:300px;
	margin:10px 10px 20px 10px;
	font-size:12px;
	line-height:18px;
	color:#404040;
	border-spacing: 0;
	border:#c8c8c8 dotted 1px;
	border-width:0 0 0 0;
	}

#speclist-shindashi table td table th {
	width:284px;
	border-bottom:#c8c8c8 dotted 1px;
	text-align:left;
	vertical-align:top;
	text-indent:10px;
	padding:8px 8px 8px 1px;;
	}

#speclist-shindashi table td table td {
	border-bottom:#c8c8c8 dotted 1px;
	padding:7px 7px 7px 9px;
	}



/*==========================================================*/
/*原材料表示関連 一番だし*/
/*==========================================================*/

#speclist-ichiban {
	position:relative;
	margin-bottom:15px;
	}

#speclist-ichiban table {
	width:541px;
	margin:10px 10px 0 10px;
	font-size:12px;
	line-height:18px;
	color:#404040;
	border-spacing: 0;
	border:#c8c8c8 dotted 1px;
	border-width:0 0 0 0;
	}

#speclist-ichiban table th {
	width:150px;
	border-bottom:#c8c8c8 dotted 1px;
	text-align:left;
	vertical-align:top;
	text-indent:10px;
	padding:8px 8px 8px 1px;;
	}

#speclist-ichiban table td {
	border-bottom:#c8c8c8 dotted 1px;
	padding:7px 7px 7px 9px;
	}

#speclist-ichiban table td.end {
	border-bottom:none;
	padding:0;
	}

#speclist-ichiban table td table {
	width:300px;
	margin:10px 10px 20px 10px;
	font-size:12px;
	line-height:18px;
	color:#404040;
	border-spacing: 0;
	border:#c8c8c8 dotted 1px;
	border-width:0 0 0 0;
	}

#speclist-ichiban table td table th {
	width:284px;
	border-bottom:#c8c8c8 dotted 1px;
	text-align:left;
	vertical-align:top;
	text-indent:10px;
	padding:8px 8px 8px 1px;;
	}

#speclist-ichiban table td table td {
	border-bottom:#c8c8c8 dotted 1px;
	padding:7px 7px 7px 9px;
	}


/* #kakakuOwabiSection */
#kakakuOwabiSection {
	border: 3px double #c00;
	padding: 15px 30px;
	margin-bottom: 20px;
}
#kakakuOwabiSection p {
	font-size: 115%;
}
#kakakuOwabiSection .title {
	font-weight: bold;
	font-size: 156%;
	text-align: center;
	margin-bottom: 10px;
}
#kakakuOwabiSection .body p {
	text-align: center;
	margin-bottom: 1em;
}
#kakakuOwabiSection .taRight {
	text-align: right;
}