@charset "utf-8";

/*============================================
 base.css
============================================*/

/*------------------------------------------------
  reset
----------------------------------------------- */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,p,table,th,td,input,textarea,select { margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6 { font-size:1em; font-weight:normal; }
img { margin:0; padding:0; border:0; vertical-align:bottom; }
ul,ol,dl{ list-style-type:none; }
input {font-size: 1em;}
textarea {font-size:1em;font-family:"MS PGothic","Osaka",Arial,sans-serif;}


/* link
========================================== */
#contents a:link{ color:#685333; text-decoration:underline; }
#contents a:visited{ color:#685333; text-decoration:underline; }
#contents a:hover{ color:#b7a490; text-decoration:underline; }
#contents a:active{ color:#b7a490; text-decoration:underline; }


/*	float clear
============================================*/
.floatL { float:left; }
.floatR { float:right; }
.clear { clear:both; height:0; font-size:0; line-height:0; }

/*	text-align
============================================*/
.taCenter{ text-align:center; }
.taLeft{ text-align:left; }
.taRight{ text-align:right; }


/*------------------------------------------------
  base Css
----------------------------------------------- */
body { font-family: "MS PGothic", "Osaka", Arial, sans-serif; font-size: 100%; color: #685333; line-height: 1.4; background: #ffffff; word-wrap: break-word; }

textarea, input{
font-family:"MS PGothic","Osaka",Arial,sans-serif;
color:#564d43;
line-height:1.4;
}


.mac body {
}

/*------------------------------------------------
colorbox cursor pointer
----------------------------------------------- */
.cb_ingredient,
.cb_image_form,
.cb_image,
.cb_my_image,
.cb_option,
.cb_category,
.cb_tag,
.cb_postReportPC,
.cb_postReportMB,
.cb_mail,
.cb_mobile,
.cb_blog,
.cb_blog_setting,
.btnHeaderMail,
.btnHeaderMB,
.btnHeaderRepo02,
.imgover {
cursor: pointer;
}

