/*
 * StyleName: style.css
 *
 * Project: FC-Blog
 *
 * FoodConnection
 * http://foodconnection.jp/
 * http://foodconnection.vn/
 *
 */


#main article {
  word-break: break-all;
}

a { word-break: break-all;}
b, strong  { font-weight: bold;}

@media screen and (max-width: 768px) {
  iframe[src*="calendar.google.com"] {
      height: 100vw !important;
  }
}

pre
{
    white-space: pre-wrap;
    word-wrap: break-word;
}