/* line 17, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }




/* line 30, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
/* line 103, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 32, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 1, sass/style.scss */
body {
  text-align: center;
  background-color: #efefef !important; }

/* line 1, sass/style.scss */
img.fitimg {
  width: inherit;
  max-width: 100%;
  height: auto; }

/* line 1, sass/style.scss */
h2 {
  padding: 10px;
  background-color: #333;
  color: #222!important;
  font-weight: bold; }

/* line 1, sass/style.scss */
h3 {
  padding: 3px;
  background-color: #111111;
  color: white;
  font-weight: bold; }

/* line 1, sass/style.scss */
p {
  line-height: 1.8; }

/* line 1, sass/style.scss */
#container {
  background-color: #fff;
  width: 960px;
  margin: 0 auto; }

/* line 1, sass/style.scss */
#header {
  height: 120px;
  padding: 0 0 0 330px;
  position: relative; }
/* line 1, sass/style.scss */
#header #discription {
  text-align: left;
  padding: 30px 0 10px;
  font-size: 75%;
  width: 600px;
  line-height: 1.2; }
/* line 1, sass/style.scss */
#header #logo {
  position: absolute;
  top: 10px;
  left: 10px;
  text-indent: -9999px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 150px;
  width: 330px; }

/* line 1, sass/style.scss */
#menu ul {
  display: table;
  width: auto; }
/* line 1, sass/style.scss */
#menu ul li {
  float: left;
  margin: 0 1px 0 0; }
/* line 1, sass/style.scss */
#menu ul li a {
  padding: 0.5em 2em;
  font-size: 75%;
  display: table-cell;
  vertical-align: middle;
  background-color: #888;
  text-decoration: none;
  color: #fff; }
/* line 1, sass/style.scss */
#menu ul li a:hover {
  background-color: #000; }

/* line 1, sass/style.scss */
#main {
  overflow: hidden;
  *zoom: 1;
  padding: 20px;
  font-size: 75%; }
/* line 1, sass/style.scss */
#main .fb {
  width: 430px;
  float: left; }
/* line 1, sass/style.scss */
#main .timeline {
  width: 470px;
  float: right; }

/* line 1, sass/style.scss */
#footer {
  font-size: 10px;
  padding: 3em; }



body{ font-family: Arial,sans-serif; font-size: 10px; text-align:center; font-family:sans-serif; 



}


#wrap{ height: 100%; padding: 20px; margin: 0 auto; width: 1000px; background: #fff; box-sizing: border-box; }
h1{ font-size:120%;}
h2{font-size:180%; margin: 10px 0; padding: 10px; color: #000;}
h3,h4{font-size:150%; background-color: #000; padding: 10px; color: #fff; margin: 10px 0; line-height: 1.2em;}
h5{ font-size: 125%; }
a{ color: #036; text-decoration: none; }

.caution{ width: 100%; padding: 10px; background-color: #efefef; border: 1px solid #666; margin: 20px auto;}
.caution h4{font-size:150%; background-color: #000; padding: 10px; color: #fff; margin-bottom: 1em;}
p{font-size: 12px;  line-height: 200%;  margin: 10px 0; padding: 0;}
p strong{ font-size: 120%; padding-top: 20px; }
address{ font-size: 9px; }

#tablebox{ display: table; margin: 0 auto;}
#tdbox{display: table-cell; text-align: left; line-height: 200%; }

.okslogo{ margin: 20px; }
#mainmenu{ border-top: 2px solid #000;  border-bottom: 2px solid #000; padding: 20px 0; margin: 20px 0; font-size: 110%; }

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {


#wrap{ padding: 20px; margin: 0 auto; width: 100%; background: #fff; }

}





