/* CSS */
body {
    color:#333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    letter-spacing:0px;
}
p {
font-size: 13px;
line-height: 1.8;
}
.nodisplay {
text-indent:-9999px;
}
#wrapper {
width:1200px;
margin:0 auto;
}
#winner_01 {
background:url('../images/win_01.png');
width:762px;
height:408px;
margin:60px auto;
}
#winner_01 img {
margin: 100px 0 0 183px;
}
#winner_02 {
background:url('../images/win_02.png');
width:762px;
height:262px;
margin:0 auto 120px;
}
#winner_02 img {
margin: 60px 0 0 26px;
float: left;
}
#footer {
background:url('../images/bottom.jpg');
width:1200px;
height:154px;
}
#footer address {
font-size:10px;
color:#fff;
text-align:center;
margin: 125px 0 0;
letter-spacing: 1.0px;
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	overflow-x:hidden;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {color:#FF0000; text-decoration:none;}
a:hover {
   filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
  color:#333;
}
.clear {clear:both;}

/* iphone */
@media screen and (max-device-width: 480px) {
body {
-webkit-text-size-adjust: 100%;
}
}