@charset "UTF-8";
/*------------------------------------------------------
	sonystyle "panorama" layout Styles
	Version:  16th May 2010
	
	3-0.コンテンツ幅調整/共通要素
	3-1.キービジュアル
	3-2.プレゼント
	3-3.写真を投稿
	3-4.応募概要

--------------------------------------------------------*/

/*------------------------------------------------------
	3-0.コンテンツ幅調整/共通要素
--------------------------------------------------------*/
strong{
	color:#d71649
}
strong.more{
	font-size: 110%;
}
body{
	background: #000000 url(../Img/bg_body.gif) repeat-x left top;
}
div#container{
	background: url(../Img/bg_container.gif) no-repeat center bottom;
}
div#content{
	background-image: none;
    margin: 0 auto;
    padding: 0 5px;
	width: 950px;
	background: none;
	background: url(../Img/bg_container.gif) repeat-y left top;
}
div#content div.detail{
	width: 874px;
	margin: 0 38px;
}
div.detail a{
	color: #0061BB;
	text-decoration: underline;
}
div.detail a:visited{
	color: #00549F;
	text-decoration: underline;
}
p.goPageTop {
    clear: both;
    margin: 10px 15px 15px 0;
    text-align: right;
}
p.pagetop{
	clear: both;
	margin: 5px 34px 16px 0;
	text-align: right;
}

/*------------------------------------------------------
	3-1.キービジュアル
--------------------------------------------------------*/
div#keyv{
	width: 950px;
}
div#flash{
	width: 950px;
	height: 304px;
	padding: 5px 0 15px;
	background-color: #ffffff;
}

/*------------------------------------------------------
	3-2.プレゼント
--------------------------------------------------------*/
div#present{
	position: relative;
	width: 950px;
	height: 410px;
	margin: 0 0 -15px;
	background: url(../Img/bg_present.gif) no-repeat left top;
}
div#present h2.title{
	position: absolute;
	top: 0px;
	left: 396px;
	width: 158px;
	height: 33px;
}
div#present p.copy{
	position: absolute;
	top: 40px;
	left: 248px;
	width: 455px;
	height: 45px;
}
div#present div.presentBlock{
	width: 179px;
	text-align: center;
}
div#present div.present1{
	position: absolute;
	top: 95px;
	left: 178px;
}
div#present div.present2{
	position: absolute;
	top: 95px;
	left: 386px;
}div#present div.present3{
	position: absolute;
	top: 95px;
	left: 587px;
}
div#present div.presentBlock img.prize{
	margin: 10px 0 3px;
}

/*------------------------------------------------------
	3-3.写真を投稿
--------------------------------------------------------*/
div#contribute{
	text-align: center;
}
div#contribute img{
	margin: 0 auto 10px;
}
div#contribute p{
	margin: 0 auto 10px;
}
div#contribute a.btnContribute{
	overflow: hidden;
	display: inline-block;
	width: 345px;
	height: 65px;
	background: #2399be url(../Img/btn_contribute.gif) no-repeat center top;
	text-indent: -9999px;	
}
div#contribute a.btnContribute:hover{
	background-position: center bottom;
}

/*------------------------------------------------------
	3-3.スポットを登録
--------------------------------------------------------*/
div#step{
	margin: 0 0 40px;
	padding: 40px 0 10px;
	background: #2399be url(../Img/bg_spot_head.gif) no-repeat center top;
	text-align: center;
}
div#step h2{
	margin: 0 0 5px;
}
div#step div.stepContainer{
	width: 855px;
	margin: 0 auto;
	background: url(../Img/bg_step.gif) repeat-y center top;
}
div#step div.stepHead{
	background: url(../Img/bg_step_head.gif) no-repeat center top;
}
div#step div.stepFoot{
	padding: 30px 28px 20px 28px;
	background: url(../Img/bg_step_foot.gif) no-repeat center bottom;
}
div#step div.stepBlock{
	width: 382px;
}
div#step div.step1{
	float: left;
}
div#step div.step2{
	float: right;
}
div#step div.stepBlock h3,
div#step div.stepBlock p{
	margin: 0 0 10px;
}
div#step p#joy{
	background-color: #ffffff;
	padding: 15px 0 0px 0;
	font-size: 130%;
	font-weight:bold;
	color: #2399be;
}

/*------------------------------------------------------
	3-5.応募概要
--------------------------------------------------------*/
div#application{
	margin: 0 0 30px;
}
div#application h2{
	margin: 0 0 15px;
	text-align: center;
}
div#application em{
	font-weight: bold;
}
div#application table.line{
	margin: 0 0 15px;
}
div#application table.line th,
div#application table.line td{
	padding: 10px 12px;
	border: solid 1px #ccc;
	vertical-align: top;
}
div#application table.line th{
	white-space: nowrap;
	padding-right: 30px;
	background-color: #efefef;
	font-weight: bold;
}
div#application table.line td p{
	margin: 0 0 5px;
}
div#application table.line td p.attention{
	text-indent: -1em;
	margin: 0 0 0 1em;
}
div#application table.line td p.attention2{
	text-indent: -1em;
	margin: 0 0 0 1em;
	color: #ee0000;
}
div#application table.line td ul{
	margin: 0 0 5px 20px;
}
div#application table.line td ul li{
	list-style-type: disc;
}
div#application div.privacy{
	margin: 20px 0 0;
}
div#application div.privacy h3{
	margin: 0 0 10px;
	padding: 7px;
	background-color: #9fc003;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
}
div#application div.privacy ul{
	margin: 0 0 15px 20px;
}
div#application div.privacy ul li{
	list-style-type: disc;
}
