@charset "utf-8";
/* CSS Document */

/* ==================================================================
	index.css
	
=================================================================== */
.contents div.section#visual{
	padding-bottom:6%;
}

.contents div.section#visual img{
	width:100%;
	height:auto;
}

section#main img{
	width:100%;
}

section#main p.note{
	color:#3f3f3f;
	text-align:center;
	padding:3% 0 4%;
}

/*  ■ 共通
================================== */




#produce{
	background:url(../../images/produce/img-top.jpg) 50% 150px no-repeat;
}

/*main
-----------------*/

#produce div.contents div.main ul.visualBox{
	padding:10px 0 20px;
	text-align: center;
}

#produce div.contents div.main ul.visualBox li img{
	width: 700px;
}

#produce div.contents div.main p{
	margin-bottom:20px;
}

#produce div.contents div.main p{
	margin-bottom:20px;
}


#produce div.contents div ul.text li{
	list-style-type:disc;
	list-style-position:inside;
}


#produce div.contents div.relocationBox .subsection div dl{
	padding-bottom:30px;
}

#produce div.contents div.relocationBox .subsection div dl dt{
	font-size:112%;
	font-weight:bold;
	padding-bottom:10px;
}

#produce div.contents div.totalcoordinate .subsection dl{
	padding-bottom:30px;
}


#produce div.contents div.totalcoordinate .subsection dl dt{
	font-size:112%;
	font-weight:bold;
	padding-bottom:10px;
}


#produce div.contents div.main ul.img-box li{
	padding-bottom:30px;
}

#produce div.contents div.subsection div.article{
	padding-bottom:50px;
}


#produce div.contents table{
	width:100%;
	table-layout:fixed;
	text-align:left;
	border:1px solid #ccc;
	font-size:83%;
	margin-bottom:20px;
}
#produce div.contents table caption{
	background:#1b56bd;
	padding:10px;
	text-align:left;
	color:#fff;
	
}

#produce div.contents table tr,
#produce div.contents table th,
#produce div.contents table td{
	border:1px solid #ccc;
	padding:10px;
}

#produce div.contents table th{
	background:#666;
	color:#fff;
	text-align:center;
}




