@charset "utf-8";
/* CSS Document */
*{
  padding:0;
  margin:0;	
	}
.content_title{
    font-size:24px;
    text-align:center;	
	}	
body{
	font-family:Arial;	
  }
.content_h2{
    width: 50%;
    margin-left: 25%;
    font-size: 14px;
    background: #f9f9f9;
    padding: 1% 1%;
	}
.h2_span{
    float:right;	
	}
#toggle{
   font-size:20px;
   text-decoration:none;
   color:#000;	
	}

#toggle2{
   font-size:20px;
   text-decoration:none;
   color:#000;	
	}
#toggle3{
   font-size:20px;
   text-decoration:none;
   color:#000;	
	}
#toggle4{
   font-size:20px;
   text-decoration:none;
   color:#000;	
	}
#toggle5{
   font-size:20px;
   text-decoration:none;
   color:#000;	
	}
#toggle6{
   font-size:20px;
   text-decoration:none;
   color:#000;	
	}



.content_p{
    width: 36%;
    margin-left: 26%;
	font-size:14px;
		
	}
.content_h2:hover {
    background: #cc8800;
	color:#fff;
}
#toggle:hover{
   color:#fff;	
	}
#toggle:hover2{
   color:#fff;	
	}
#toggle:hover3{
   color:#fff;	
	
}
#toggle:hover4{
   color:#fff;	
	}
#toggle:hover5{
   color:#fff;	
	}
#toggle:hover6{
   color:#fff;	
	}
.question_h2{
      font-size: 28px;
    text-align: center;
    margin-top: 5%;	
	}
.question_con{
    width: 90%;
    margin-left: 5%;
    text-align: center;
	margin-top: 2%;	
	}
.question_inpt{
    width: 100%;
    padding: 2% 2%;
    background: #e6e6e6;
    margin-top: 20%;
	border:1px solid #ccc;
	}
.textarea{
   margin-top:3%;
   	
	}
.question_button {
    background: #cc8800;
    padding: 0.5% 1%;
	color:#fff;
	margin-bottom:5%;
}
.question{
   background:#e6e6e6;	
   margin-top: 5%;

	}