@charset "UTF-8";
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/*----------------------------------------------------
	...の省略設定
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------------------------------------------
	インフォスペースの基本設定
----------------------------------------------------*/
.infospace {
  position: relative;
  width: 90%;
  margin: 0% auto 0;
  padding: 0.2em;
  background-color: #fff; }
  .infospace .infobox {
    margin: 2% auto 1%;
    padding: 1.2em 0 0.8em 0;
    overflow: hidden;
    width: 70%;
    border: 0.1em solid #000;
    font-size: 100%; }
    .infospace .infobox ul {
      width: 100%;
      position: relative;
      list-style-type: none; }
    .infospace .infobox li {
      width: 100%;
      display: none; }
  @media all and (max-width: 640px) {
    .infospace {
      width: 100%;
      margin: 8% auto 1%; }
      .infospace .infobox {
        width: 90%;
        font-size: 80%;
        height: auto;
        padding: 2%;
        border: 0.1em solid #000; } }

.infospace_single {
  position: relative;
  width: 90%;
  margin: 0% auto 0;
  padding: 0.2em;
  background-color: #fff; }
  .infospace_single .infobox {
    margin: 2% auto 1%;
    padding: 1.2em 0 0.8em 0;
    overflow: hidden;
    width: 70%;
    border: 0.1em solid #000;
    font-size: 100%; }
    .infospace_single .infobox ul {
      width: 100%;
      position: relative;
      list-style-type: none; }
    .infospace_single .infobox li {
      width: 100%; }
  @media all and (max-width: 640px) {
    .infospace_single {
      width: 100%;
      margin: 8% auto 1%; }
      .infospace_single .infobox {
        width: 90%;
        font-size: 80%;
        height: auto;
        padding: 2%;
        border: 0.1em solid #000; } }

/*# sourceMappingURL=infospace.css.map */
