@charset "utf-8";




/*　　編集時はマスターファイルを変更し反映させること　　*/



/*****************************************
　■全デバイス共通設定
*****************************************/

body.inline_display {
	width:480px;
	height: 320px;
	background-image: url(../img/format_background.jpg);
	background-repeat: no-repeat;
	background-size: 480px 320px;
}

body.inline_display p.notice {
	text-align:center;
	color: #007D5C;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	body.inline_display .before {
		font-size:240%;
		margin-bottom: 0.2em;
		line-height: 1.2em;
	}
	
	body.inline_display .body {
		letter-spacing: 0.1em;
	}
		body.inline_display .number {
			font-size: 880%;
		line-height: 1.2em;
		}
		body.inline_display .ban {
			font-size: 480%;
		line-height: 1.2em;
		}
	
	body.inline_display .after {
		font-size: 240%;
		margin-top: 0.2em;
		letter-spacing: 0.1em;
		line-height: 1.2em;
	}

/*****************************************
　■デバイス別
*****************************************/
@media screen and (min-width: 900px) {
	
}

@media screen and (max-width: 899px) and (min-width: 641px) {
	
}


@media screen and (max-width: 640px) and (min-width: 416px) {
	
}


@media screen and (max-width: 410px) {
	
}
