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

/*
index.html
**********************************************/
#content #main h4.ttl-txt1.index {
	margin-bottom: 10px;
}
#content #main p.index-comment {
	font-size: 1.2em;
	margin: 0 auto 30px;
	width: 715px;
}
#content #main .index-list {
	width: 715px;
	margin: 0 auto;
}
#content #main .index-list ul li {
	background: url(../../../common/images/ic_arrow.gif) no-repeat left center;
	padding: 0 30px 0 15px;
	font-size: 1.2em;
	display: inline;
}
/*
first_prize.html
**********************************************/
#content #main .first-prize {
	margin: 0 auto 30px;
	width: 715px;
}
#content #main .first-prize p.first-prize-photo {
/*	background: url(../images/first_prize/bg_01.png) no-repeat;*/
	width: 371px;
	float: left;
/*	min-height:447px;
	height: auto !important;
	height: 447px;*/
	position: relative;
}
#content #main .first-prize p.first-prize-photo img {
	position: absolute;
	left: 13px;
	top: 27px;
}
#content #main .first-prize .first-prize-overview {
	width: 342px;
	float: right;
}
/*
#content #main .first-prize .first-prize-overview .data {
	background: url(../images/first_prize/bg_02.png) no-repeat;
	height: 168px;
	text-align: center;
}
*/
#content #main .first-prize .first-prize-overview .data {
	text-align: center;
}
/*
#content #main .first-prize .first-prize-overview .data h3.title {
	color: #6b1379;
	font-size: 1.4em;
	font-weight: bold;
	padding: 80px 0 0 0;
}
*/
#content #main .first-prize .first-prize-overview .data h3.title {
	color: #6b1379;
	font-size: 1.4em;
	line-height:1.5;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#content #main .first-prize .first-prize-overview .data .prizewinner {
	color: #d495a8;
	font-size: 1.1em;
	font-weight: bold;
}
#content #main .first-prize .first-prize-overview .data .win-name {
	color: #6B1379;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 1.4em;
}
#content #main .first-prize .first-prize-overview .review {
	margin: 20px 0 0 0;
}
#content #main .first-prize .first-prize-overview .review h4.ttl-01 {
	margin: 0 0 13px 0;
	background: none repeat scroll 0 0 #CE7D93;
	padding-left: 10px;
}
/*
second_prize.html
selecting.html
**********************************************/
#content #main .winning {
	margin: 0 auto 30px;
	width: 715px;
}
#content #main .winning .winning-item {
 width: 159px;
	border: #CCC 1px solid;
	float: left;
	margin: 0 22px 22px 0;
}
#content #main .winning .winning-item.last {
 margin: 0 0 22px 0;
}
#content #main .winning .winning-item p.photo-thumbnail {
	text-align: center;
	padding: 10px 0 0 0;
}
#content #main .winning .winning-item h3.title {
 background: #f4e5ea;
 border-top: #e2d4e4 1px solid;
 border-bottom: #e2d4e4 1px solid;
	color: #6b1379;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
#content #main .winning .winning-item p.photographer {
	padding: 10px;
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}
#content #main .winning .winning-item p.overview {
 text-align: center;
	font-size: 1.2em;
	padding: 0 10px 10px 0;
	margin: 0;
}
#content #main .winning .winning-item p.overview span {
 background: url(../../../common/images/ic_arrow.gif) no-repeat left center;
 padding: 0 0 0 15px;
}
/*
special_prize.html
**********************************************/
#content #main .winning.special {
	margin: 0 auto 30px;
	width: 630px;
}
#content #main .winning.special .winning-item {
 width: 300px;
	border: #CCC 1px solid;
	float: left;
	margin: 0 22px 22px 0;
}
#content #main .winning.special .winning-item.last {
 margin: 0 0 22px 0;
}
/*
judges.html
**********************************************/
#content #main h5.judges-ttl {
	font-size: 1.2em;
	font-weight: bold;
	width: 715px;
	margin: 0 auto;
}
#content #main ul.judges-list {
	width: 695px;
	margin: 0 auto 30px auto;
	font-size: 1.2em;
}
#content #main ul.judges-list li {
 background: url(../../../common/images/ic_arrow.gif) no-repeat left center;
 padding: 0 0 0 15px;
}
#content #main ul.judges-list li.no-link {
 background: none;
 padding: 0 0 0 15px;
}
