@charset "UTF-8";
/* CSS Document */


/* hide from ie on mac \*/
html {
          height: 100%;
          overflow: auto;
      }

#flashcontent {
          position: absolute;
          top: 0px;
          left: 0px;
          height: 100%;
          width:  100%;
}


body {
	/*height: 100%;*/
	font-family: "ITC American Typewriter", "American Typewriter", Geneva, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

img {
border:0;
}

a {
	color:#000000;
	text-decoration:none;
}

h1{
 position: absolute;
 top: -32768px;
 left: -32768px;
}

 
h2 {
 position: absolute;
 top: -32768px;
 left: -32768px;
}

.main-contents #main-contents{
text-align:center;


}

.main-visual{
	text-align:center;
	width: 270px;
	margin:100px auto;
}

/*パネルオープン時の操作*/
.main-visual-open{
	top: 30%;
	left: 50%;
	position: absolute;
	text-align:center;
  /*height: 200px;*/
	width: 270px;
	margin-left: -135px;
	margin-top: -100px;
	background-color:#cccccc;
}
.main-visual p{
	margin-top:5px;
	font-size: small;
}

.nav-icon-wrap{
	width:90%;
	margin:auto;
	padding-bottom:40px;
}
.nav-icon{
	width: 33.3%;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}
.nav-icon p{
	margin-top:0px;
	font-size: small;
}


.quotes{
	text-align:left;
	width:85%;
	margin:90px auto 40px auto;
}

.quotes p{
	font-size: 75%;
	margin:7px 0 20px 0;
	text-align: left;
	line-height:150%;
}
.quotes .commentator{
	font-weight:bold;
	margin:30px 0 20px 0;
}


@media screen and (min-device-width: 481px) {
	/*
	.quotes  p{
		margin:0px 0 20px 0;
		text-align: left;
		line-height:150%;
	}
	.quotes  .commentator{
		font-weight:bold;
		margin:30px 0 20px 0;
	}
	*/
}