@charset "utf-8";

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td { margin:0; padding:0;}
img { border: 0; vertical-align:bottom; border-style:none;}
a img { border-style:none;}



section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block; }

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* The root element */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* Sections */
body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 0;
	padding:0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3d8412;
	color:#FFF;
}


h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0; }

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0; }

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  font-family: monaco, monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0; }

ol, ul {
  padding: 0;
  margin: 0; }

/* Text-level semantics */
a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

strong, b {
  font-weight: bold; }

small {
  font-size: 0.83em; }

q {
  quotes: none; }

abbr[title] {
  border-bottom: 1px dotted; }

code, samp, kbd {
  font-family: monaco, monospace, sans-serif; }

mark {
  color: black;
  background-color: yellow; }

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

br {
  *letter-spacing: 0; }



/* Forms */
form {
  margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  border: 0;
  *margin-left: -7px; }


button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

select {
  background-color: inherit;
  line-height: normal; }





img {
  vertical-align: bottom; }


pre {
  margin: 15px 0; }

pre strong,
pre strong * {
  color: #C00 !important; }


pre code {
  line-height: 1.8;
  font-size: 14px; }

.all {
	margin: 0 auto;
}

button[disabled] {
  color: #CCC; }


  .main h2 {
    font-size: 30px;
    padding: 10px 0;
    color: #504e47; }
  .main h3 {
    color: #504e47;
    border-bottom: 2px solid #bfb9a9;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 22px; }
  .main h4 {
    margin: 10px 0;
    font-size: 18px;
    color: #333; }
  .main section {
    margin-bottom: 20px; }
  .main .mod-section01 {
    margin-bottom: 40px; }
  .main .note {
    font-size: 12px; }
  .main ul {
    list-style: circle;
    padding: 5px 0 5px 40px; }
  .main li {
    margin: 5px 0; }

.viewport {
	
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 15px 0;
	-webkit-transform: translateZ(0);
}

.flipsnap {
	width: 3200px;
}

.flipsnap:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

.item {
	margin: 0;
	font-size: 50px;
	text-align: center;
	float: left;
	color: #666;
}



.controls {
  text-align: center;
  margin: 0 0 15px 0; }

.controls .num {
  width: 60px; }



.sample p {
  text-align: center; }

.sample pre {
  display: none; }


