/*6.html：12行目～21行目*/
img{
	max-width: 100%;
}
section.introductions{

}
#main{
	font-size:30px;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
#player {
 	position: absolute; 
 	top:0; 
 	width: 100%; 
 	height: 100%; 
 	background: #FFF; 
 	z-index: 9999999999;
 }
 -->
 #header-wrapper {
  height: 60px;
}
#header {
  height: 60px;
}
#site-title {
  padding: 10px 0 0 0;
}
h5 {
  margin-top: 20px;
}
#main {
  clear: left;
  margin: 20px auto;
  padding: 5px 20px;
  width: 100%
}
h3 {
  font-size: 20px;
}
#sample {
  margin: 50px auto;
  width: 100%;
  padding: 20px;
  background: #eee;
  border: solid 1px #ccc;
}
p.hidari {
  float: left;
  margin-left: 2em;
  margin-bottom: 1em;
}
＃input#submit_button {

    padding: 15px 40px;

    font-size: 1.4em;

/* 背景色を黒に指定 */

    background-color: #000;

/* 文字色を白に指定 */

    color: #fff;

/* submitボタンのを枠を非表示にする*/

    border-style: none;

}