@charset "utf-8";
/* CSS Document */

body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 14px; background: #fff; color: #454545; background: #eee; }
#wrapper { width: 1002px; margin: 0 auto; border: 1px solid #ccc; padding: 100px 0; border-radius: 10px; box-shadow: 2px 2px 7px rgba(0,0,0,0.5); background: #fff; }
a { color: #036; }
a:hover { color: #ff0000; text-decoration: none; }
h1 { font-size: 35px; font-weight: 700; border: 1px solid #ccc; border-radius: 10px; display: inline-block; padding: 10px 25px; background: #f6f6f6; margin-bottom: 0; }
h2 { font-size: 25px; font-weight: 600; color: #000; }