/*6.html：12行目～21行目*/
*{
	margin:0px;
}
body{
}
img{
	max-width: 100%;
}
section.introductions{

}
#main{
	font-size:19px;
	padding:20px;
	line-height:28px;
}
.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: 50px;
  width:100%;
  background-color:#F00;
}
#site-title {
  padding: 10px 0 0 0;
}
h5 {
  margin-top: 20px;
}
#main5 {
  margin: 20px;
  padding: 5px;
  font-size:20px;
}

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;
}

.button {
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 8px 8px;   /* 余白       */
  background    : #00A3D9;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 5px 5px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}