@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

header {
	position: relative;
}

h1 {
 font-size:20px;
	font-weight:normal;
	text-indent:0.5em;
	margin-top: 0px;
 padding: 8px;/*文字周りの余白*/
 color: #feefc6;/*文字色*/
 background: #794140;/*背景色*/
 border-bottom: solid 3px #cc5052;/*下線*/
 border-radius: 12px 12px 0 0;
 text-align: center;
}

h2 {
 font-size:20px;
	font-weight:normal;
	text-indent:0.5em;
 padding: 8px;/*文字周りの余白*/
 color: #feefc6;/*文字色*/
 background: #794140;/*背景色*/
 border-top: solid 3px #cc5052;/*下線*/
 border-radius: 0 0 12px 12px;
 margin-bottom: 16px;
 text-align: center;
}

#demo {
  background-color: rgba(255,255,255,0.5);
  padding: 4px;
  border-radius: 10px;
  font-size:90%;
  height: auto;
	-webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  }

#demo hr{
  border-top: dotted 2px #ccc;
  border-bottom: none;
}

#demo .waku {
  list-style:none;
  margin:0px auto　8px; 
  text-align: left;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  }


#demo .waku .Sentence {
  list-style:none;
  margin:0; 
  padding:8px 0px;
  clear:both;
  font-size:100%;
  color: #2a2a2a;
  width: 16px;
  box-sizing: border-box;
  word-wrap: break-word;
  border-bottom: dotted 1px #2a2a2a;
  width: 100%;
  font-weight: bold;
  }

#demo .waku .Sentence .cate{
  line-height: 32px;
  color: #2a2a2a;
  }  
  
#demo .waku .Sentence .hissu{
  background-color: red;
  border-radius: 5px;
  color: #fff;
  font-size: 70%;
  padding: 2px 4px;
  text-align: center;
  line-height: 32px;
  } 
  
#demo .waku .Sentence .nin{
  background-color: grey;
  border-radius: 5px;
  color: #fff;
  font-size: 70%;
  padding: 2px 4px;
  text-align: center;
  line-height: 32px;
  }   
  
#demo .waku .Sentence .dan{
  color: #1621ED;
  }
  
#demo .waku .Sentence .jo{
  color: #E70FDF;
  }  
  
#demo .waku_2 .Sentence_2 {
  list-style:none;
  margin:0; 
  padding:10px 0px 0px;
  clear:both;
  font-size:16px;
  color: #2a2a2a;
  width: 100%;
  box-sizing: border-box;
  border-bottom: dotted 2px #2a2a2a;
  word-wrap: break-word;
  line-height: 32px;
  }

#demo .waku_2 .Sentence_3 {
  list-style:none;
  margin:0; 
  padding:10px 0px 0px;
  clear:both;
  font-size:100%;
  color: #0000cd;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  }

#demo .reg_1 {
  text-align: center;
  font-size: 100%;
  color: #2a2a2a;
  padding: 4px 0;
  } 
  
#demo .waku label{
  color: #2a2a2a;
  font-size:12px;
  text-align: center;
  margin-top: 24px;
  margin: 0 auto;
  display: block;
  }
 
#demo label a{
  color:#B907F3;
  text-decoration: none;
  }
  
#demo .waku .Sentence input.field,
#demo .waku .Sentence textarea {
  border:1px solid #ddd;
  border-top-color:#ccc;
  border-left-color:#ccc;
  padding:10px;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  box-sizing: border-box;
  }
#demo textarea {
  width:100%;
  padding: 16px;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  box-sizing: border-box;
  word-wrap: break-word;
  border-radius: 8px;
  font-size: 16px;
  }
#demo .waku .Sentence input#firstname {
  width:100%;
  height: 40px;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  border-radius: 8px;
  font-size: 16px;
  }
#demo .waku .Sentence input#email {
  width:100%;
  height: 40px;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  }

#demo .waku .Sentence input#phone {
  width:100%;
  height: 40px;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  }

#demo .waku .Sentence input#message {
  width:100%;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
 box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */ 
  }
  
#demo .waku .Sentence .adr{
  width: 46.666666666666666%;
  height: 40px;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);  
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 8px;
  color: #2a2a2a;
  border:1px solid #ddd;
  border-top-color:#ccc;
  border-left-color:#ccc;
  }  

#demo .waku .Sentence .ag{
  width: 85%;
  height: 40px;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%); 
  font-size: 16px;
  border-radius: 8px;
  border-color: none;
  color: #2a2a2a;
  border:1px solid #ddd;
  border-top-color:#ccc;
  border-left-color:#ccc;
  }
  
#demo .waku .Sentence .area {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  font-size: 16px;
  border-radius: 8px;
  color: #2a2a2a;
  border:1px solid #ddd;
  border-top-color:#ccc;
  border-left-color:#ccc;
  }

button.button8 {
  font-size: 24px;
  font-weight: bold;
  padding: 8px 16px;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #000;
  background: -moz-linear-gradient(bottom, #696969 #f5f5f5 50%, #808080);
  background: -webkit-gradient(linear, left bottom, left top, from(#696969), color-stop(0.5, #f5f5f5), to(#808080));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 16px auto 8px;
  display: block;
 width: 80%;
  }

button.button8:hover {
  opacity: 0.8;
  }

hr {
   border-width:1px 0px 0px 0px;
   border-style:solid;
   border-color:grey;
   height:1px;
   margin-left:10px;
   margin-right:10px;        
	}	
	
#contens{
	text-align:center;
	}
	
#contens p{
	font-size:16px;
	font-weight:bold;
	color:#2a2a2a;
	text-align: center;
 margin-bottom: 8px;
	}	
 

.kyk{
	margin-left:12px;
 margin-right: 12px;
		line-height:1.5;
	font-size:12px;
	color:#2a2a2a;
	}
 
.kykli{
	margin-left:12px;
	margin-right:12px;
	line-height:1.0;
	font-size:12px;
	color:#2a2a2a;
	}
 
 .sti{
text-align: right;
	line-height:1.5;
	font-size:12px;
	color:#2a2a2a;
 }
	
h5{
	font-size:100%;
	font-weight:bold;
	color:#000;
 width: 100%;
 margin-top: 8px;
	}

 h5 p{
  font-size:16px;
	font-weight:bold;
	color:#000;
  margin-left:8px;
 }

#menu{
width: 100%;
margin-top: 16px;
}

#menu li a{
display:block; 
border-top:1px solid #9F99A3;
border-left:1px solid #9F99A3;
border-right:1px solid #9F99A3;
background-color: #EEEEEE;
padding:3px 10px;
text-decoration:none;
color:#333;
margin:0px;
text-align:left;
font-size:100%;
}

#menu li a:hover{
border-top:1px solid #8593A9;
border-left:1px solid #8593A9;
border-right:1px solid #8593A9;
background-color:#9EB7DD;
}

#menu #shita li a{
display:block; 
border-left:1px solid #9F99A3;
border-right:1px solid #9F99A3;
border-bottom:1px solid #9F99A3;
background-color:#EEEEEE;
padding:3px 10px;
text-decoration:none;
color:#333;
margin:0px;
text-align:left;
font-size:100%;
}

#menu #shita li a:hover{
border-left:1px solid #8593A9;
border-right:1px solid #8593A9;
border-bottom:1px solid #8593A9;
background-color:#9EB7DD;
}

#footer{
clear:both;
background:#665e5e;
font-size:16px;
width:100%;
text-align:center;
color:#FFF;
padding:16px 0px;
}