@charset "utf-8";

/* index.html
======================================================================== */
.inner {
	padding: 0 39px 20px 39px;
}

.top-box {
	width: 680px;
	height: 433px;
	position: relative;
	margin-top: 30px;
	}
	.top-box .img-1 {
		position: absolute;
		left: 0;
		top: 0;
	}
	.top-box .img-2 {
	display: block;
	position: absolute;
	left: 87px;
	top: 243px;
	}
	.top-box .img-3 {
		display: block;
		position: absolute;
		right: 30px;
		bottom: 43px;
	}

/* index_levain-cup.html
======================================================================== */
.nabiscocup-table {
	width: 100%;
	margin-top: 30px;
	}
	.nabiscocup-table th {
		width: 170px;
		padding: 14px 10px 14px 10px;
		vertical-align: top;
		border-bottom: 1px solid #e5e5e5;
	}
	.nabiscocup-table td {
		padding: 14px 0px 14px 0px;
		vertical-align: top;
		border-bottom: 1px solid #e5e5e5;
	}
	.nabiscocup-table th.lst,.nabiscocup-table td.lst {
		border-bottom: none!important;
	}

/* index_newhero.html
======================================================================== */
.table-list {
	width: 636px;
	margin: 20px auto 0;
	background: #e5e5e5;
	}
	.table-list th {
		background: #f3f3f3;
		padding: 10px 20px;
		font-size: 12px;
		font-weight: normal;
		width: 30%;
		vertical-align: top;
	}
	.table-list td {
		background: #ffffff;
		padding: 10px 20px;
		font-size: 12px;
	}
.history-list {
	width: 435px;
	margin: 25px auto 0;
	overflow: hidden;
	}
	.history-list dt {
		background: url(../../levain-cup/images/history_03.gif) top no-repeat;
		height: 30px;
		line-height: 32px;
		cursor: pointer;
		padding-left: 10px;
		border-top: 3px solid #fff;
		}
		.history-list dt.open {
			background-position: bottom;
		}
	.history-list dd {
		display: none;
		border: 1px solid #eeeeee;
		background: url(../../levain-cup/images/history_09.gif) no-repeat;
		background-size: 100% 100%;
		padding: 20px 20px 20px 80px;
		color: #000000;
		margin-top: 3px;
	}

.history-list-txt {
	width: 435px;
	margin: 20px auto 0;
	}
	.history-photo {
		margin-top: 20px;
	}
	.history-photo .fr {
		width: 219px;
	}
	.history-photo span {
		display: block;
		line-height: 1em;
		margin-top: 10px;
		text-align: left;
		font-size: 11px;
	}
