﻿/*--------------------------------------------------------------
◆d_no
--------------------------------------------------------------*/
#finalno_box{
		width:95%;
        	height:auto;
		text-align:center;
		margin:10px auto 15px auto;
		border-radius: 10px;        /* CSS3草案 */
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 10px;   /* Firefox用 */
		background-image: url(../img/back_mainbg_.jpg);
		background-repeat: no-repeat;
		background-position:center top;
		border:solid 1px #faa;
		}



#finalno_box img{max-width:99%;}



#finalno_box p{		
		background-color: rgba(255,255,255,0.5);
		width:70%;
		text-shadow: 5px 5px 3px #ff9;
		color:#f5a;
		font-size:60px;
		font-weight:bold;
		text-align:center;
		margin:5px auto 5px auto;
		border:solid 1px #faa;
		}



#finalno_box em{		
		color:#000;
		font-size:20px;
		font-style: normal; 
		}