/* コンテンツ　第2階層　「私のおすすめソフト」写真コンテスト　優秀賞受賞作品発表 */
#contestContents {
	width: 600px;
	margin:0px auto 20px auto;
	float:left;


}
@media screen and (max-width: 768px)  {
#contestContents {
	margin:0px auto 6px auto;
	float:none;
	width:100%;
	}
}


#contestContents .a:link{
	text-decoration:none;
	color:#B80001;
	}
#contestContents .a:visited{
	text-decoration:none;
	color:#B80001;
	}
#contestContents .a:hover{
	text-decoration:underline;
	color:#B80001;
	}
	
#photo_prize_pages h1 {
   	margin:0px auto;
	font-weight: normal;
	}

#photo_prize_pages {
	width: 600px;
	vertical-align: top;
	padding-bottom: 20px;
	float:none;
   	margin:10px auto;
	}

.photo_prize_body{
	width:600px;
	height:auto;
	background-image:url(image/photo_body.jpg);
	background-repeat:repeat-y;
	padding:0;
	}	

.prize_main_box{
	width:505px;
	height:213px;
/*	height:294px;
*/	margin:0 auto;
	padding:0;
	}

.prize_main_box_end{
	width:505px;
	height:auto;
	margin:0 auto;
	padding:0;
	}
	
.prize_sub_box_l{
	width:250px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	}

.prize_sub_box_l p{
	width:250px;
	height:auto;
	margin:0 0 32px 0;
	padding:0;
	font-size:100%;
	color:#000000;
	text-align:center;
	}

.prize_sub_box_l_tate{
	clear:both;
	width:250px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	}

.prize_sub_box_l_tate p{
	width:250px;
	height:auto;
	margin:0 0 32px 0;
	padding:0;
	font-size:100%;
	color:#000000;
	text-align:center;
	}

.prize_sub_box_r{
	width:255px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
	}

.prize_sub_box_r p{
	width:auto;
	height:auto;
	margin:0 0 32px 0;
	padding:0;
	font-size:100%;
	color:#000000;
	text-align:center;
	}

.photo_prize_name {
	color:#000000;
	font-size:120%;
	font-weight:bold;
	}

.photo_prize_body_end{
	width:600px;
	height:auto;
	text-align:center;
	background-image:url(image/photo_body_end.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	padding:0 0 20px 0;
	}

.photo_prize_body_end img{
	margin:0 auto;
	padding:0 0 0 0;
	}

.photo_prize_link{
	widows:100%;
	height:23px;
	background-color:#FBCC19;
	text-align:right;
	padding-right:26px;
	}
/* 古い幅用 */
.contestOld {
	margin:10px auto 0px auto;
	}
