@charset "utf-8";
/* --------------------------------------------------------------------------------
   file name : default.css
   Last Updated 2012.03.07
   Cordhing by Akifumi Okabayashi for 森村動物病院 http://www.morimura-ac.com/
   -------------------------------------------------------------------------------- */
/* ============================================================ *
 * Browser Style Reset
 * ============================================================ */
html { overflow-y:scroll }/* IE,Fxでスクロールバー常時表示 */
body,p,div { margin:0; padding:0; color:#333 }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-size:100%; font-weight:normal; line-height:1.3 }
ul,ol,li,dl,dt,dd { margin:0; padding:0; list-style-type:none }
a { color:#333; text-decoration:underline; outline:none }
a:hover { color:#000; text-decoration:underline }
img { border:none; vertical-align:bottom }
table,tr,th,td,caption { margin:0; padding:0; font-weight:normal; text-align:left; vertical-align:top }
form,input,textarea { margin:0; padding:0 }
object { margin:0; padding:0 }
sup { vertical-align:top }
sub { vertical-align:bottom }
/* ============================================================ *
 * Font Size Set
 *   10px = 77%   14px = 108%  18px = 139%  22px = 167%
 *   11px = 85%   15px = 116%  19px = 147%  23px = 174%
 *   12px = 93%   16px = 124%  20px = 154%  24px = 182%
 *   13px = 100%  17px = 131%  21px = 162%  25px = 189%
 * ============================================================ */
body { font:13px/1.5 'verdana', 'arial' ,'helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif }
/* ============================================================ *
 * Default Style Set
 * ============================================================ */
/* Table */
table { border-collapse:collapse; border-spacing:0 }
/* Align */
text_l { text-align:left; }
text_r { text-align:right; }
/* MicroClearfix */
.cf:before,.cf:after { content:""; display:table }
.cf:after { clear:both }
.cf { zoom:1 }