@charset "UTF-8";
/* [toyo-keizai.co.jp]
 * Summary: style for "press" page of "press & service" category
 * Modified: 2009-03-10
 */

/* body / container
----------------------------------------*/
body {}

#container {
	min-width: 360px;
	max-width: 800px;
	text-align: center;
}
	html>body #container {width: auto;}

/* content
----------------------------------------*/
#content {
	margin-bottom: 20px;
	font-size: 76%;
	line-height: 1.5;
}

/* page title & lead */

#page-title {
	margin-bottom: 10px;
	text-align: left;
}
div.lead {
	margin-bottom: 10px;
	text-align: left;
}

/* content */

div.content ul {
	padding-left: 20px;
}
div.content li {
	list-style-type: disc;
	margin-bottom: 2px;
	text-align: left;
}


/* page navigation */

#pagenav {
	width: 360px;
	margin: 20px auto 15px;
	line-height: 1.2;
}
#pagenav a,
#pagenav a:visited {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 .5em 3px;
	color: #333;
}
#pagenav a span {display: block;}

#pagenav a.cr,
#pagenav a.cr:visited {
	color: #005FAE;
	text-decoration: none;
}
#pagenav a.cr:hover,
#pagenav a.cr:active {
	text-decoration: underline;
}

/* footer
----------------------------------------*/
#footer {
	font-size: 76%;
	line-height: 1.5;
}

/*----------------------------------------
 style for Mac OS Browsers
----------------------------------------*/
.mac  {}

/*----------------------------------------
 modules
----------------------------------------*/


/*----------------------------------------
 hidden modules
----------------------------------------*/
div.content h2 {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*----------------------------------------
 clearfix
----------------------------------------*/
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*:first-child+html #content {
	display: inline-block;
}
/*\*/
* html #content {height: 1%;}
/**/
/*\*//*/
#content {display: inline-table;}
/**/


