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

@import url("../../css/3-007_p2/base.css");

/*	exclusive style
------------------------------------*/
body { background: #FFCC99 url(../../img/common_bg/bg_1pxslash.gif) repeat; }
div#visual { margin: 10px 0; text-align: center; }
div.tNavi { margin: 10px; }	/* tNavi margin setting */

/* infoBox */
div.infoBox { margin: 0 10px 1.5em; }
div.infoBox h2.heading { margin-bottom: 0.5em; }
div.infoBox dl { margin-right: 20px; }
div.infoBox dt { margin-bottom: 0.3em; }
div.infoBox dd {
	line-height: 1.4;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #999;
}


/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	}

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	margin-bottom: 5px;
	background: #fce6e8;
	/*width: 160px;*/
	}
div.rcboxtop { background: url(../../img/3-007_p2/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-007_p2/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-007_p2/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-007_p2/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */</pre></body></html>