/* PC */

div.bg_pc{
    width:      100%;
    margin:     0;
    padding:    0;
	position:   relative;
}
span.obi_pc{
    width:		100%;
	font-size:	140%;
	text-align:	center;
	margin:		0;
	padding:	0;
	color:		#ffffff;
	background:	rgba(0,0,0,0.4);
	position:	absolute;
	left:		0px;
	top:		50%; /*画像の縦幅の半分ぐらいに設定する*/
}
span.basho_pc{
	font-size:	90%;
	text-align:	right;
	margin:		0;
	padding:	0;
	color:		#ffffff;
	background:	rgba(0,0,0,0.4);
	position:	absolute;
	bottom:		10px; /*画像が変わった場合にはチェックする*/
	right:		10px; /*画像が変わった場合にはチェックする*/
}

/* スマートフォン */

div.bg_smart{
	width:      100%;
	margin:     0;
	padding:    0;
	position:   relative;
}
span.obi_smart{
	width:		100%;
	font-size:	90%;
	text-align:	center;
	margin:		0;
	padding:	0;
	color:		#ffffff;
	background:	rgba(0,0,0,0.4);
	position:	absolute;
	left:       0px;
	top:        50%; /*画像の縦幅の半分ぐらいに設定する*/
}
