@charset "shift-jis";

body{
	background-image:url(/img/pc/stamp_posts/bg.jpg);
	margin:0;
	padding:0;
}

.stamp_posts{
	width:1138px;
	margin:0 auto;
}

.contents{
	background-color:white;
	overflow:hidden;
	padding:15px;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}

.flow{
	margin-bottom:5px;
	background-color:rgba(255,255,255,.9);
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}

.shop_list_table{
	width:893px;
	margin:0 auto 15px auto;
}

.shop_list{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.shop_list li{
	float:left;
}
.shop_list li a:hover{
	opacity:.8;
}

/* メインコンテンツ */
.main_contents{
	margin-bottom:15px;
	overflow:hidden;
}

.result{
	width:85px;
	float:left;
	text-align:center;
}

.StampChara{
	width:200px;
	float:left;
	margin-bottom:15px;
	margin-left:18px;
}

form{
	margin:0;
}

.stmap_entry{
	background-image:url(/img/pc/stamp_posts/bg.jpg);
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding:15px;
}

.post_data{
	background-color:white;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding:10px;
}
th.post_data{
	padding:0 10px 5px 10px;
}
td.post_data{
	padding:10px;
}
.post_data h5{
	margin-top:0;
}

.submit{
	width:173px;
	height:56px;
	margin:0 auto;
	padding-top:10px;
}
.submit:hover, .submit:active{
	opacity:.8;
}

.back_btn a:hover{
	opacity:.8;
}

/* フッター */
.footer{
	clear:both;
	text-align:center;
}

address{
	margin-bottom: 0;
}