@charset "utf-8";
/* CSS Document */

/* トップ画像 */

.top-image2 {
	width: 698px;
	height: 108px;
	background: url(../images/bg-too.jpg) no-repeat;
	padding-top: 10px;
}

/* 賞品画像 */

.img-special {
	margin: 5px 0 10px 12px;
	width: 700px;
	height: 491px;
	background: url(../images/ill-special.jpg) no-repeat;
}

.img-special #bearmax {
	margin: 135px 106px 0 0;
	width: 225px;
	font-size: 10px;
	line-height: 1.1;
	float: right;
}

#bearmax a {
	text-decoration: none;
	color: #DF9F5F;
	font-weight: bold;
}

#bearmax a:hover {
	color: #845924;
	font-weight: bold;
}


/* コンクールに応募するボタン */

.btn-now {
	text-align: center;
}

.btn-now2 {
	padding-top: 10px;
	text-align: center;
}

/* 順位ボックス */

.tit-now-number {
	width: 700px;
	height: 42px;
	margin: 10px 0 0 10px;
	background: url(../images/tit-now-number.jpg) no-repeat;
}

.now-box1,.now-box2,.now-box3 {
	position: relative;
	width: 226px;
	height: 377px;
	margin: 0 5px;
	float: left;
}

* html .now-box1,.now-box2,.now-box3 {
	margin: 0 5px 0 0;
}

.now-box1 {
	background: url(../images/bg-box1.gif) no-repeat;
}

.now-box2 {
	background: url(../images/bg-box2.gif) no-repeat;
}

.now-box3 {
	background: url(../images/bg-box3.gif) no-repeat;
}

.now-box1-inside {
	width: 200px;
	margin: auto;
	padding-top: 10px;
}

* html .now-box1-inside {
	padding: 15px 0 0 13px;
}


/* すくともを推薦するボタン */

.btn-sukutomo {
	text-align: right;
	padding: 10px 10px 0 0;
}

/* 他の参加者さんも見るリンク */

.link-more {
	padding: 0 15px 10px 0;
	text-align: right;
}

/* ボックストップ　名前＆スマイル数 */

.txt-number {
	width: 200px;
	line-height: 17px;
}

.t-right {
	padding-bottom: 5px;
}

* html .t-right {
	width: 200px;
	text-align: right;
}

.contest-now {
	text-align: left;
	padding-left: 155px;
}
	
.c-number {
	text-align: right;
}

.now-name2 {
	font-size: 15px;
	font-weight: bold;
}

.p-ph {
	width: 200px;
	text-align: center;
	padding-bottom: 10px;
}

.box-now-bottom {
	width: 200px;
}

/* スマイル */

.smile-big {
	position: absolute;
	top: 330px;
	left: 70px;
}

/* スマイルIE6 */

.smile-big2 {
	position: absolute;
	top: 330px;
	left: 70px;
}

.btn-bottom {
	text-align: center;
}

/* 募集要項 */

.entry-form,.summary {
	border: #CCC 1px solid;
}

.summary {
	padding: 10px;
	margin-bottom: 10px;
	}

.tit-summary,.txt-summary {
	padding-bottom: 5px;
}

.summary-y {
	padding: 10px;
	background: #ffffcc;
	line-height: 20px;
}

.summary-y dt {
	width: 70px;
	color: #336600;
	float: left;
}

.summary-y dd {
	width: 580px;
	float: left;
}

/* 応募フォーム */

.form-table {
	width: 700px;
	border-width : 1px 0 0 0;
	border-style : dotted;
	border-collapse: collapse;
	border-color: #fff;
	vertical-align: top;
}

*:first-child+html .form-table {
	width: 0px;
	border-color: #CCC;
	border-width : 0 0 0 0;
	border-style : dotted;
	border-collapse: collapse;
}

* html .form-table {
	width: 0px;
	border-color: #CCC;
	border-width : 0 0 0 0;
	border-style : dotted;
	border-collapse: collapse;
}

.form-table td {
	border-color: #CCC;
	border-width : 1px 0 0 0;
	border-style : dotted;
	padding: 10px;
	border-collapse: collapse;
}

*:first-child+html .form-table td {
	border-color: #CCC;
	border-width : 0 0 1px 0;
	border-style : dotted;
	padding: 10px;
	border-collapse: collapse;
}

* html .form-table td {
	border-color: #CCC;
	border-width : 0 0 1px 0;
	border-style : dotted;
	padding: 10px;
	border-collapse: collapse;
}

.left-td {
	width: 120px;
	background: #FFC;
}

.right-td {
	width: 580px;
}

.wtd {
	padding-left: 10px;
}

.wtd2 {
	padding-left: 30px;
}

.center-btn {
	padding-top: 7px;
	text-align: center;
}



