
/* line 114, ../sass/screen.sass */
.sub-point {
  display: block;
  font-size: 14px;
}
/* line 117, ../sass/screen.sass */
.sub-point code {
  font-size: 12px;
  padding: 2px;
}


/* line 132, ../sass/screen.sass */
.section {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  *zoom: 1;
  border-bottom: 4px solid #373737;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.section:after {
  content: "";
  display: table;
  clear: both;
}
/* line 137, ../sass/screen.sass */
.section.last {
  border-bottom: none;
}

/* line 140, ../sass/screen.sass */
.section-header {
  text-align: center;
}

/* line 143, ../sass/screen.sass */
.section-subheader {
  margin-top: -0.6em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 24px;
}

/* line 149, ../sass/screen.sass */
.row {
  *zoom: 1;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* -- Sections ------------------------------------------------------------------ */
/* -- Intro -- */
/* line 156, ../sass/screen.sass */
.intro-section {
  text-align: center;
}

/* line 159, ../sass/screen.sass */
.logo {
  color: white;
  margin-bottom: 0.05em;
}
/* line 162, ../sass/screen.sass */
.logo .version {
  color: #fdf485;
}

/* line 165, ../sass/screen.sass */
.author {
  margin-top: -9px;
  padding-left: 23px;
  line-height: 1.2em;
}

/* line 170, ../sass/screen.sass */
.author-links {
  font-size: 16px;
}

/* line 173, ../sass/screen.sass */
.lead {
  font-size: 22px;
}

/* -- Examples -- */
/* line 177, ../sass/screen.sass */
.examples-section {
  text-align: center;
}

/* line 180, ../sass/screen.sass */
.image-row {
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.image-row:after {
  content: "";
  display: table;
  clear: both;
}

/* -- Download -- */
/* line 199, ../sass/screen.sass */
.download-section {
  text-align: center;
}

/* -- Sharing -- */
/* line 226, ../sass/screen.sass */
.sharing {
  position: fixed;
  top: 20px;
  right: 0;
}

/* -- Donate -- */
/* line 233, ../sass/screen.sass */
.donate-button-form {
  text-align: center;
}

/* line 235, ../sass/screen.sass */
.donate-button {
  border: 4px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 239, ../sass/screen.sass */
.donate-button:hover {
  background-color: #444444;
  border-color: #00bfa8;
}

/* photo position */
/*******************************************
イベントを追加ごとに、
.image-set a,
.image-set2 a,
.image-set3 a {
と増やしてください。
その後
.image-set3 a img こちらの数も増やして
ポジションを調節してください。
*******************************************/
.image-set a,
.image-set2 a {
    display: inline-block;
    height: 150px;
    overflow: hidden;
	background-color:#ccc;
    width: 150px;
	border: 5px solid #CCC ;
	margin:8px;
	display:inline-block;
}
.image-set3 a {
    display: inline-block;
    height: 150px;
    overflow: hidden;
	background-color:#ccc;
    width: 150px;
	border: 5px solid #CCC ;
	margin:8px;
	display:inline-block;
}
.image-set a img {
    left: -230px;
    position: relative;
    top: -100px;
}

.image-set2 a img {
    left: -500px;
    position: relative;
    top: -350px;
}

.image-set3 a img {
    left: -480px;
    position: relative;
    top: -340px;
}
