@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :misc.css
 author     :Ability Consultant
style info  :よくある質問
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html, body {
  background: url(../images/common/bg_cont.png) 0 0 repeat;
}

#page {
  height: auto !important;
}

/*-----------------------------------------------------------
	.con_misc
----------------------------------------------------------- */
.con_misc {
  margin-left: 210px;
  padding: 40px 0 150px 0;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 1099px) {
  .con_misc {
    margin-left: 150px;
  }
}
.con_misc h2 {
  margin-bottom: 30px;
}
.con_misc .box_misc {
  width: 850px;
  padding: 10px;
  padding-top: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  .con_misc .box_misc {
    padding: 40px;
  }
}
