<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

/**********************************************************************************

	StoryPage Style Sheet

**********************************************************************************/

/*=========================================================================
	div.story_main
=========================================================================*/
div.story_main .main_visual{
	width: 752px;
	height: 368px;
	background: url(../img/bg_story_main.jpg) 0 0 no-repeat;
	margin: 0 0 20px 0;
	position: relative;
}

div.story_main img.main_txt01{
	width: 269px;
	height: 117px;
	position: absolute;
	top: 36px;
	left: 320px;
}

div.story_main img.main_txt02{
	width: 343px;
	height: 148px;
	position: absolute;
	top: 190px;
	left: 320px;
}

div.story_main p{
	padding: 0 0 1em 0;
}

/*=========================================================================
	ul.story_img
=========================================================================*/
ul.story_img{
	overflow: hidden;
	zoom: 1;
}

ul.story_img li{
	width: 238px;
	height: 154px;
	float: left;
}

ul.story_img li.float_top{
	padding: 0 19px 0 0;
}

ul.story_img li.float_last{
	float: right;
	padding: 0;
}</pre></body></html>