/*-- Morinaga Recipe Font class ------------------------*/
.px16{font-size : 16px ;line-height : 22px }
.px14{font-size : 14px ;line-height : 20px }
.px14b{font-size : 14px;line-height : 20px;font-weight: bold;}
.px12{font-size : 12px ;line-height : 16px}
.px12b{font-size : 12px ;line-height : 16px;font-weight: bold;}
.px10{font-size : 10px ;line-height : 14px}
.px12_red{font-size : 12px ;line-height : 16px; color: #FF0000 }
.px10_red{font-size : 10px ;line-height : 14px; color: #FF0000 }
.px10_point { font-size : 10px ;line-height : 14px; color: #0099FF}

.f1{ border: 1px solid #999999;background-color: #FFFFCC;}
.f2{ border: #006600 1px solid;background-color: #CCFFCC;}

a:active {text-decoration: underline;}
a:visited {color: #006699; text-decoration: underline}
a:link {color: #FF6600; text-decoration: underline}
a:hover {color: #FF0000;text-decoration: underline;}

h1 {  font-size: 18px; font-weight: bold; line-height: 18px}
h2 {  font-size: 16px; font-weight: bold; line-height: 16px}
.px10_pink { font-size : 10px ;line-height : 14px; color: #FF3366}
td {text-align: left;} 

#wrap {
	margin: 10px;
}



/*-- recipe detail page -----------------------------------*/

.btn_mail_mobile {
	text-align: right;
	margin: 4px 0 6px;
}
#commentArea {
	background: #f3ede6;
	font-size: 12px;
	padding: 0px 0 23px 0;
	margin-bottom: 5px;
	color: #440300;
}

#commentArea a:link, #commentArea a:visited {
	color: #440300;
}
#commentArea a:hover, #commentArea a:active {
	color: #440300;
}

#commentArea img {
	vertical-align: bottom;
}
#commentArea dl,
#commentArea dt,
#commentArea dd
{
	margin:  0;
	padding: 0;
}
#commentArea p {
	margin: 0;
	padding: 0;
}
#commentArea .inner {
	margin: 0 75px;
	padding-top: 15px;
}
#commentArea .inner .head {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(recipe_html/img_re/line_01.gif) no-repeat left bottom;
}
#commentArea .inner .head  h2 {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#commentArea .inner .head .view {
	float: right;
	display: inline;
	margin-top: 6px;
}
#commentArea .inner #entryArea {
	clear: both;
	margin-bottom: 25px;
}
#commentArea .inner .entry {
	background: #fff;
	border: 1px solid #f3ede6;
	padding: 15px;
	margin-bottom: 13px;
}
#commentArea .inner .entry dl {
	margin-bottom: 10px;
	width: 398px;
}
#commentArea .inner .entry dt {
	float: left;
	display: inline;
}
#commentArea .inner .entry dd {
	float: right;
	display: inline;
}
#commentArea .inner .entry p {
	clear: both;
	line-height: 1.4;
}
#formArea {
	margin-top: 23px;
}
#formArea dt {
	margin-bottom: 5px;
}
#formArea dd {
	margin-bottom: 10px;
}
#formArea #user_nickname {
	width: 300px;
}
#formArea #user_email {
	width: 300px;
}
#formArea #user_link {
	width: 300px;
}
#formArea #user_comment {
	width: 428px;
	height: 90px;
	font-size: 100%;
}
#formArea .btn_submit {
	margin-bottom: 13px;
}
#formArea .note {
	font-size: 85%;
}

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