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

#contain {
	width:800px;
	margin: 0 auto;
	color:#FFFFFF;
	font-size:12px;
}

#sns {
	margin:10px 0;
	float:right;
}

.hl {
	margin: 20px 0 10px 0;
}

.h2 {
	margin: 10px 0 10px 0;
}

img{
	border:0;
}
/*応募方法-----------------------------------*/
.adress{
	width:700px;
	margin: 20px auto;
	font-size:15px;
	color:#ffa836;
	line-height:22px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
/*コンテンツ-----------------------------------*/
#details{
	width:800px;
	margin: 0 auto;
	background-image:url(../../images/pc/back02.jpg);
	background-repeat:repeat-y;
}

#products{
	width:720px;
	margin: 0 auto;
}

#products ul{
	margin:0;
	padding:0;
	list-style:none;
}
#products ul li.left{
	width:230px;
	height:80px;
	float:left;
	margin:10px 15px 10px 0;
}

#products ul li.right{
	width:230px;
	height:80px;
	float:left;
	margin:10px 0 10px 0;
}

#products a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}


/*注意-----------------------------------*/
.cautions{
	width:710px;
	margin: 20px auto;
	font-size:13px;
	color:#ffa836;
	line-height:20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.clear { clear: both;}