@charset "UTF-8";

/*------------------------------------------------------------------------------------------*/
/*PC*/
/*------------------------------------------------------------------------------------------*/

.ytMovie iframe {
	/* 埋め込み動画の下にできる隙間を回避 */
	vertical-align: bottom;
}

span.sText {
	vertical-align: baseline;
	font-size: small !important;
	line-height: 1;
}

.komeIndent {
	text-indent: -2em;
	margin-left: 2em;
	line-height: 130%;
}

.ex_marginB30 {
	margin-bottom: 30px !important;
}

.img1column {
	display: inline-block;
}


/*------------------------------------------------------------------------------------------*/
/*SP ,*/
/*------------------------------------------------------------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px){

	.ytMovie {
		 position: relative;
		 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		 height: 0;
		 overflow: hidden;
		 margin: 0 auto;
	}
	.ytMovie iframe {
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
	}
	
}

