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


/*-----------------------------------------------
あらすじ
-----------------------------------------------*/


div.box-plot{
	display:table;
	margin:10px 0px;
}

div.box-plot p{
	display:table-cell;
	vertical-align:middle;
	color:#FFFFFF;
}

div.box-plot p.left{
	padding:20px 10px 20px 30px;
}

div.box-plot p.right{
	padding:20px 30px 20px 10px;
}

/*-----------------------------------------------
相関図
-----------------------------------------------*/
div.box-diagram{
	margin:15px 0px 5px;
	background:url(../img/diagram/bg01.gif) repeat;
	border:3px solid #93001c;

}

div#room5{
	float:left;
	margin-left:15px;
}

div#room6{
	float:right;
	margin-right:15px;
}

/* room */
div.room-top{
	width:452px;
	background:url(../img/diagram/bg02-1.gif) no-repeat center top;
	padding-top:5px;
	margin:15px 0px;
}

div.room-bottom{
	background:url(../img/diagram/bg02-3.gif) no-repeat center bottom;
	padding-bottom:5px;
}

div.room-middle{
	background:url(../img/diagram/bg02-2.gif) repeat-y;
	padding:10px 0px;
}

/* line */
div.line01{
	display:table;
	width:435px;
	height:360px;
	margin:0 auto;
}

div.line01 h4{
	text-align:left;
	display:table-cell;
	vertical-align:top;
	width:115px;
}

div.line01 p{
	text-align:left;
	vertical-align:bottom;
	display:table-cell;
}

div.line01 p.style01{
	vertical-align:bottom;
}

div.line02{
	display:table;
	width:430px;
	height:135px;
	margin:0px auto -40px;
	position:relative;
	table-layout: fixed;
}

div.line02 p{
	text-align:center;
	display:table-cell;
	vertical-align:top;
}

div.line02 p.style02{
	width:310px;
	display:block;
	text-align:center;
	margin-bottom:3px;
}

div.line03{
	display:table;
	width:420px;
	height:330px;
	margin:0 auto;
}

div.line03 p{
	text-align:center;
	vertical-align:bottom;
	display:table-cell;
	width:300px;
}

div.line03 p.style03{
	vertical-align:middle;
	padding-bottom:10px;
}

#TB_window {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	overflow:hidden;
	padding:0;
	margin:0;
}

#TB_window a:link {
	text-indent:9999em;
	background:url(../img/diagram/detail/bt_close.gif) no-repeat;
	display:inline-block;
	width:72px;
	height:23px;
	text-align:right;
}
	
#TB_window a:hover {color: #666666;}


#TB_overlay {
	position: fixed;
	z-index:199;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	z-index: 200;
	color:#000000;
	display:none;
	top:30%;
	left:50%;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
}


#TB_closeWindow{
	text-align:right;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:center;
}

#iframeBox{
	padding:0;
	overflow:hidden;
	text-align:center;
	border:1px solid #666;
}

#iframeBox iframe{
	overflow:hidden;

}

/*-----------------------------------------------
インタビュー
-----------------------------------------------*/
div.box-interview{
	margin:15px 0px 5px;
	padding-top:20px;
	background:#FFFFFF;
}

div.box-interview h3{
	margin-left:10px;
	color:#491c78;
	font-size:139%;
	font-weight:bold;
}

div.box-interview p{
	float:right;
	margin:10px 15px 10px 10px;
}

div.box-interview dl{
	margin:20px;
}

div.box-interview dt{
	margin-bottom:5px;
	padding:5px 0px;
	text-indent:40px;
	color:#e5002c;
	font-weight:bold;
	font-size:123.1%;
	background:url(../img/interview/icon01.gif) no-repeat;
}

div.box-interview dd{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
}</pre></body></html>