body{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}

.clear{
	clear: both;
}

#container{
	background-color:#5d27bb;
	padding:150px 0 50px 0;
}

.img100{
	width:100%;
}

.img15{
	width:15%;
}

#date{
	text-align:center;
	color:#FFFFFF;
	font-size:130%;
	font-weight:bold;
	letter-spacing:0.2em;
	margin:0 0 5px 0;
}

.fortuneBox{
	width:95%;
	margin:10px auto 10px auto;
	padding:0 9px 10px 5px;
	background: #ffffff;
	border-radius:10px;
	line-height:1.5em;
}

.fortuneLeftBox{
	width:35%;
	float:left;
	text-align:center;
}

.fortuneLeftBox img{
	width:100%;
	margin:5px 0 0 0;
	float:left;
}

.fortune_item {
	text-align:center;
	font-size:15px;
	line-height:20px;
	margin-bottom:7px;
}

.ranking{
	font-weight:bold;
	font-size:20px;
	padding:10px 0 5px 5px;
}

.fortuneRightBox{
	width:60%;
	float:right;
}

.fortuneRightInnerRightBox{
	width: 100%;
	float: left;
	padding-top:5px;
	font-size:12px;
	border-top:1px #c0c0c0 dotted;
}

a .detailbutton{
	display:inline-block;
	width:100%;
	text-align: center;
	padding:0.2em 0.7em;
	text-decoration:none;
	background:#5d27bb;
	color:#ffffff;
	font-weight:bold;
	border-bottom:solid 2px #c0c0c0;
	border-radius:20px;
	margin-top:5px;
	letter-spacing:0.2em;
}

#constellation_detail{
	text-align:center;
}

#constellation_detail img{
	width:50%;
	margin-top:5px; 
}

#fortune_detail{
	text-align:center;
	margin-top:-5px;
	letter-spacing:3px;
}

#comment{
	margin:15px 10px 15px 10px;
	padding:10px 0;
	letter-spacing:1px;
	border-top:1px dotted #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
}

#luckyColorItem{
	margin:10px 0 0 10px;
	line-height: 150%;
}

#luckyStampTitle{
	width:95%;
	text-align:center;
	margin:20px auto 10px auto;
	background:#ff8282;
	color:#FFF;
	padding:7px 0;
	font-weight:bold;
	letter-spacing:1px;
}

a button{
	width:80%;
	margin:15px auto ;
	padding:8px 0;
	background:#ffd800;
	border-radius:50px;
	border:none;
	box-shadow: 0 5px 0 rgb(0, 0, 0);
	color:#000000;
	display: block;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}

.fortuneBox_detail{
	width:95%;
	margin:10px auto;
	padding:0 5px 20px 5px;
	background: #ffffff;
	border-radius:10px;
	line-height:1.5em;
}

#stampImage img{
	width:35%;
	margin:0 0 0 10px;
	float: left;
	box-shadow: 0 0 1px #999999;
}

#downloadButton{
	width:58%;
	margin:5% 0 0 40%;
	padding: 8px 0;
	background: #00afcc;
	border-radius: 10px;
	border: none;
	box-shadow: 0 5px 0 rgb(0, 139, 160);
	color: #FFF;
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

footer{
	margin-top:0px;
}
