@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */


/*初期化*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,table,th,tr,td {
	margin:0;
	padding:0;
	text-decoration:none;
	font-style:normal;
	list-style:none;
	font-weight:normal;
	font-size:100%;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,th{
	text-align:left;
}

fieldset,img{
	border:0;
}

img{
	vertical-align:top;
}

select option{
	padding:0 5px;
}

form label{
	cursor:pointer;
}

input{
	font-size:110%;
}

textarea{
	font-size:120%;
}

/*基本設定*/

dl:after,
ul:after,
article:after,
section:after,
.mf-inner:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
	line-height:0px;
}
dl,ul,article,section,.mf-inner { display: inline-block; }
/* exlude MacIE5 */
* html dl,
* html ul,
* html article,
* html section,
* html .mf-inner { height: 1% }
dl,ul,article,section,.mf-inner {display:block;}
/* end MacIE5 */

.inner:after,
.cf:after,
.cbox-inner:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
	line-height:0px;
}
.inner,.cf,.cbox-inner { display: inline-block; }
/* exlude MacIE5 */
* html .inner,
* html .cf,
* html .cbox-inner { height: 1% }
.inner,.cf,.cbox-inner {display:block;}
/* end MacIE5 */



.youtube-resp {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
 	margin:0 auto 50px auto;
}
.youtube-resp iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

