.leftcomment{
  margin: 1em 0;
  padding: 1em;
  	text-align: left;
width:90%;
background-color: #EEEEEE;
box-shadow: 2px 2px;



   
}


.button{
  line-height: 1;
  color: #060505;
  font-size: 18px;
  width: 35px;
  height: 35px;
  font-weight: bold;
  background-color: #09add6;
}
.button:hover {
  opacity: .7;
}

.b-text{
text-align: right;
}





.errormessage{
  margin: 1em 0;
  padding: 1em;
  	text-align: left;
width:70%;
background-color: #EFFFFF;
}


.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #555555;
  font-size: 20px;
  border-radius: 20px;
  width: 170px;
  height: 40px;
  font-weight: bold;
  border: 2px solid #555555;
  transition: 0.3s;
  box-shadow: 0px 6px 0px -2px rgba(67, 145, 209, 1);
  background-color: #90caf9;
}
.btn:hover {
  box-shadow: 0 0 #fff;
  transform: translateY(1px);
}

.btn2 {
  display       : inline-block;
  font-size     : 15px;        
  text-align    : center;      
  cursor        : pointer;     
  padding       : 1px 6px;   
  line-height   : 1em;         
  transition    : .3s;    
 font-weight:650;
  }
.btn2:hover {
  box-shadow    : none;      
  outline: none;
}

.btn1 {
  display       : inline-block;
  font-size     : 18pt;        
  text-align    : center;      
  cursor        : pointer;     
  padding       : 5px 17px;   
  line-height   : 1em;         
  transition    : .3s;      
  }
.btn1:hover {
  box-shadow    : none;      
}

.btn3 {
  display       : inline-block;
  font-size     : 18pt;        
  text-align    : center;      
  cursor        : pointer;     
  padding       : 5px 17px;   
  line-height   : 1em;         
  transition    : .3s;      
  color: red;
  }
.btn3:hover {
  box-shadow    : none;        
}

textarea {
  resize: none;
  width:90%;
  height:230px;
  font-size: 12px;
}

name {
  resize: none;
  width:600px;
  font-size: 12px;
}


.moji {  
    font-size: 15px;
    font-family: "ヒラギノ角ゴシック";
    font-weight:550;
    word-wrap: break-word;
}

body {
  word-wrap: break-word;
}

.stripe {
  background-image: repeating-linear-gradient(300deg, #06b6d430, #06b6d430 20px, transparent 20px, transparent 40px);
}