@charset "utf-8";

/* -----------------------------------------------------------
  Factory page Layout Style Sheet
------------------------------------------------------------ */

/* Index page
 ================================================== */
.pageFactIndex #content #main {
	float: none; display: block;
	width: 830px;
	margin: 0 0 40px 55px;
}
.pageFactIndex .title {
	padding-bottom: 23px;
}
.pageFactIndex .title h1 {
	float: left; display: inline;
	margin-right: 40px;
}
.pageFactIndex .title .lead { _zoom: 1; overflow: hidden; padding-top: 20px;}

/* mainpanel */
.pageFactIndex .mainpanel {
	position: relative;
	width: 830px;
	height: 445px;
	background: #FFFFFF url(../images/ind_main.jpg) no-repeat left top;
}
.pageFactIndex .mainpanel li { position: absolute;}
.pageFactIndex .mainpanel #btnHonten { top: 109px; left: 282px;}
.pageFactIndex .mainpanel #btnGallary { top: 130px; left: 383px;}
.pageFactIndex .mainpanel #btnIlrosso { top: 99px; left: 141px;}
.pageFactIndex .mainpanel #btnFactory { top: 95px; left: 551px;}
.pageFactIndex .mainpanel #btnPark { top: 243px; left: 416px;}
.pageFactIndex .mainpanel #btnAccess { top: 348px; left: 697px;}

.pageFactIndex .section { position: relative; margin-left: 230px;}
.pageFactIndex .section .illust { position: absolute; top: 0; left: -230px;}
.pageFactIndex .section .titleA { margin-bottom: 15px;}
.pageFactIndex .section .titleA .icon {
	margin-right: 8px;
	padding: 3px 5px;
	background-color: #B1000B;
	color: #FFFFFF;
	font-size: 86%;
}
.pageFactIndex .section p { padding-bottom: 20px; line-height: 1.6;}
.pageFactIndex .section p.lead {
	font-weight: bold;
	font-size: 117%;
	line-height: 2;
}
.pageFactIndex .section .totop { margin-top: 20px;}

/* honten */
.pageFactIndex .honten .wrap { width: 470px;}
.pageFactIndex .honten .wrap .text {
	background: url(../../shared/images/parts_linedot.gif) repeat-x left top;
	padding-top: 20px;
}
.pageFactIndex .image {
	text-align: right;
	margin-top: -130px;
	padding-bottom: 20px;
}

/* gallary */
.pageFactIndex .gallary table th, .pageFactIndex .gallary table td {
	padding: 10px 10px;
	border: 1px solid #CCCCCC;
}
.pageFactIndex .gallary table thead th {
	padding: 8px 10px;
	background-color: #F2F2F2;
}
.pageFactIndex .gallary table thead th.point { font-size:117%; font-weight: bold;}
.pageFactIndex .gallary .note { margin-top: 15px;}

/* ilrosso */
.pageFactIndex .ilrosso .menu li {
	float: left; display: inline;
	margin-right: 30px;
	font-weight: bold;
}
.pageFactIndex .ilrosso .menu li a { color: #B1000B;}
.pageFactIndex .ilrosso ul { padding-bottom: 20px;}

/* other */
.pageFactIndex .other #factory {
	float: left; display: inline;
	width: 280px;
}
.pageFactIndex .other #park {
	float: right; display: inline;
	width: 280px;
}

/* Access page
 ================================================== */
.pageFactAcc #content #main { margin-top: 20px;}
.pageFactAcc #main .title { padding-bottom: 35px;}
.pageFactAcc #main h2 { margin-top: 20px;}
.pageFactAcc #main p { margin-top: 5px;}
.pageFactAcc #main p.backbtn { margin-top: 30px;}

/* clear
 -------------------------------------------------- */
.pageFactIndex .title:after, .pageFactIndex .ilrosso .menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE */
.pageFactIndex .title, .pageFactIndex .ilrosso .menu {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .pageFactIndex .title, * html .pageFactIndex .ilrosso .menu {
	height: 1%;
}
.pageFactIndex .title, .pageFactIndex .ilrosso .menu {
	display: block;
}
/* End hide from IE-mac */