body {	background-image: url('../img/body_bg.jpg');	background-attachment: fixed;	background-size: cover;	background-position: center;}	#side-box {		background-color:rgba(255,255,255,0.8);	}	.maru {		/*		position: absolute;		width: 100%;		height: 100%;		*/		background: #74D5D6;		background: -moz-linear-gradient(top, #74D5D6 0%, #2B4A76);		background: -webkit-gradient(linear, left top, left bottom, from(#74D5D6), to(#2B4A76));		border: 5px solid #fff;		/*#b23b5d;*/		color: #FFF;		padding: 0;		display: block;		text-align: center;		font-weight: 600;		/*bold;*/		font-size: 11.75pt;		/*120%;*/		text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);		transition: background-color 0.5s ease-in;		-webkit-transition: background-color 0.5s ease-in;		top: 0;		left: 0;		border-radius: 3px;		right: 0;		margin: 0 auto;		letter-spacing: 0.05em;		clear: both;		line-height:1.8em;	}		.maru .midashi {			font-size: 9.75pt;			margin: 0 auto 0.4em		}		.maru .main-title {			font-size: 16.25pt;		}		.maru .sub-title {			font-size: 8.75pt;			margin-bottom: 0.8em;			letter-spacing:-0.04em;		}		.maru .yymmdd {			font-size: 9.75pt;			letter-spacing:0.1em;		}		.maru .yymmdd span {			font-size: 23.25pt;			letter-spacing:0.15em;		}		.maru .time {			font-size: 9.75pt;		}			.maru .time span{				font-size: 16.75pt;			}