<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*フォトループ 枠無し*/

#bx-pager a img{
	display:inline;
	margin: 0px 0px !important;
	}

#bx-pager {
	width:960px;
	}

#bx-main{
	padding-bottom:0px;
	width:960px;
	margin: 0px 0px !important;
	}

.bx-viewport{
	height:350px !important;
	}

body{
	background-color: transparent;
	}

/*スマートフォンのiframのwidthに合わせる*/
@media screen and (max-width: 286px)
{
	#bx-pager a img{
		display:inline;
		margin: 0px 0px !important;
		}

	#bx-pager {
		width:286px;
		}

	#bx-main{
		padding-bottom:0px;
		width:286px;
		margin: 0px 0px !important;
		}

	.bx-viewport{
		height:400px !important;
		}
}

/*フォトループ 枠付き*/
/*
#bx-pager a img{
	display:inline;
	margin: 0px 4px !important;
	}

#bx-pager {
	width:952px;
	}

#bx-main{
	padding-bottom:8px;
	width:945px;
	margin: 0px 4px !important;
	}

.bx-viewport{
	height:350px !important;
	}

body{
	background-color: transparent;
	}
*/</pre></body></html>