* {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

a {
	color: #556b2f;
}

a:hover {
	color: #006400;
}


body {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
}

header,
footer {
	display: block;
	position: fixed;
	margin: 0px;
	background-color: #556b2f;
	color: #eeeeee;
	font-size: 13px;
	line-height: 13px;
}

header {
	top: 0;
	width:	100%;
	height:	100px;
	box-shadow: 0px 1px 10px 3px rgba(0,0,0,0.5);
	
}

footer {
	bottom: 0;
	width:100%;
	height: 40px;
}

header a,
footer a {
	color: #eeeeee;
	text-decoration: none;
}

header a:hover,
footer a:hover {
	color: #dddddd;
}

header img{
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
}

header p{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 13px;
}

#top-title {
	float: left;
	margin-left: 10%;
	width: auto;
}

#top-menu {
	float: right;
	margin-right: 10%;
	width: auto;
	padding-top: 10px;
}


@media screen and (min-width:641px){
	#mini-menu,
	#mini-back{
		display: none;
	}
}


#menu-list {
	display: none;
}

#bottom-copyright {
	float: right;
	margin-right: 10%;
}

#bottom-menu {
	margin-left: 10%;
}

#content {
	min-height: 80%;

	margin-top: 100px;
	margin-left: 10%;
	margin-right: 10%;
	padding-left: 15px;
	padding-right: 15px;

	background-color: #ffffff;
	background-image: url("../img/key.png");
	background-position:center top;
	background-repeat:no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;

	color: #111111;
/*	font-weight: bold;*/
}

#policy {
	width: 100%;
	padding-top: 10px;
}

PRE {
	font-size: 80%;
	white-space: pre-wrap;         /* CSS3 */
    white-space: -moz-pre-wrap;    /* Firefox */
    white-space: -webkit-pre-wrap; /* Chrome, Safari */
    white-space: -o-pre-wrap;      /* Opera 7 */
    word-wrap: break-word;         /* IE 5.5+ */
}

.explain {
	display: block;
	color: #8b0000;
	font-size: 120%;
	line-height: 40px;
	font-weight: bold;
}

#EventURL {
	border: 1px solid silver;
}

.ShareButton {
	border: 1px solid silver;
}

@media screen and (min-width:641px){
	.GenteiWide {
		width: 225px;
	}
}

.InputCapacity {
	width: 80px;
}

#OutputQuestonUrl {
	width: 90%;
}

#MoveNew {
	margin-top: 10px;
}

.NormalWide {
	width: 400px;
}

textarea.NormalWide {
	height: 150%;
	resize: none;
}

.tutorial {
	width: 100%;
	border: double 2px #555555;
	margin-bottom: 10px;
}

#keypic {
	display: block;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 10px;
	border-style: none;
	border-bottom: solid 1px #eeeeee;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  min-height: 25px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn-green {
	background-color: #228b22;
	*background-color: #008000;
	background-image: -moz-linear-gradient(top, #ffffff, #008000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#008000));
	background-image: -webkit-linear-gradient(top, #ffffff, #008000);
	background-image: -o-linear-gradient(top, #ffffff, #008000);
	background-image: linear-gradient(to bottom, #ffffff, #008000);
	border-color: #228b22 #228b22 #008000;
}

.btn:hover {
	border-color: #a52a2a #a52a2a #8b0000;
	color: #a52a2a; 
}

.btn-member-answer {
	text-align: left;
	width: 250px;
}

.show-top {
	display: block;
	width: 100%;
	padding-top: 5px;
}

.show-right {
	display: top;
	float: right;
	height: auto;
	width: 40%;
	padding: 0px;
	min-width: 300px;
	text-align: right;
}

.show-right p.level5 {
	margin-top:0;
	margin-bottom:0;
}

@media screen and (max-width: 1079px){
	.show-right {
		float: left;
		text-align: left;
		width: 100%;
	}

	.show-right p.level5 {
		margin-top:0;
		margin-bottom:0;
		margin-right: 30px;
		float: left;
	}
}

.show-left {
	float: left;
	width: 60%;
	min-width: 500px;
}

.show-bottom {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
}

.text-input {
	color: #008000;
}

.text-err {
	color: #8b0000;
}

.level1 {
	font-size: 80%;
}

.level2 {
	font-size: 100%;
	font-weight: bold;
}

.level3 {
	font-size: 120%;
	font-weight: bold;
}

.level4 {
	font-size: 180%;
	font-weight: bold;
}

.level5 {
	font-size: 260%;
	font-weight: bold;
}

.pic-star {
	float: left;
	width: 75px;
	margin-right: 5px;
}

.show-count {
	float: left;
	width: 140px;
	height: 250px;
	text-align: center;
}

.clear-float {
	clear: both;
}

@media screen and (max-width:640px){

header {
	height:	65px;
}

header img {
	width: 150px;
}

header h1,
header p {
	display: none;
}

footer {
	height: 25px;	
}


#top-title {
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin-left: 0;
}

#top-menu {
	display: none;
}

#mini-back{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 25px;
	height: 35px;
	font-size: 70%;
	line-height: 35px;
	color: #555555;
}

#mini-menu{
	position: fixed;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 35px;
	font-size: 80%;
}

#mini-menu .design {
	width: 80%;
	height: 23%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #AAAAAA;
}

#bottom-menu{
	display: none;
	margin-left: 0;
}

#bottom-copyright {
	float: right;
	margin-right: 10px;
	line-height: 8px;
	font-size: 12px;
}

#menu-list{
	display: none;
	width: 0%;
	height: 100%;

	margin-top: 100px;
}

#menu-list a{
	display: block;
	height: 39px;
	line-height: 39px;
	background-color: #DDDDDD;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#content {
	font-size: 80%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 65px;
}

.ChangeWide {
	width: 92%;
}

input[type=checkbox]:checked ~ #content {
    display: none;
}

input[type=checkbox]:checked ~ #menu-list {
	display: block;
    width: 100%;
}

.tutorial {
	border: double 2px #555555;
	margin-bottom: 20px;
}

.show-left {
	width: 100%;
	min-width: 100%;
}

.show-right {
	width: 100%;
	min-width: 100%;
}

p.level5 {
	font-size: 170%;
	font-weight: bold;
}

input,
textarea {
	font-size:16px;
}

}
